Searched refs:Python (Results 1 - 2 of 2) sorted by relevance

/ec/ECSpooler/tests/
H A DtestPython.py9 from backends.python import Python namespace
17 backendClassName = 'python.Python.Python'
35 backend = Python.Python(self.params)
51 backend = Python.Python(self.params)
67 backend = Python.Python(self.params)
83 backend = Python
[all...]
/ec/ECSpooler/backends/python/
H A DPython.py2 # $Id: Python.py 1634 2013-04-12 15:36:36Z amelung $
114 class Python(ProgrammingBackend): class in inherits:ProgrammingBackend
116 Backend for checking Python programs. This class is inherited
121 name = 'Python'
147 Checks semantic of a Python programs.

Completed in 9 milliseconds