Searched refs:StringTypes (Results 1 - 8 of 8) sorted by relevance

/ec/ECSpooler/backends/haskellext/
H A DHaskellExt.py18 from types import StringTypes namespace
130 assert model and type(model) in StringTypes, \
133 assert submission and type(submission) in StringTypes, \
/ec/ECSpooler/lib/
H A DService.py15 from types import IntType, StringTypes namespace
47 assert host and type(host) in StringTypes, \
H A DBackend.py15 from types import StringTypes, DictionaryType namespace
75 assert self.spooler and type(self.spooler) in StringTypes, \
H A DSpooler.py17 from types import StringTypes namespace
56 assert pwd_file and type(pwd_file) in StringTypes,\
650 elif type(rd) in StringTypes:
/ec/ECSpooler/backends/haskellqc/
H A DHaskellQC.py24 from types import StringTypes namespace
152 #assert properties and type(properties) in StringTypes, \
155 assert submission and type(submission) in StringTypes, \
/ec/ECSpooler/backends/cl/
H A DCl.py11 from types import StringTypes namespace
273 assert model and type(model) in StringTypes, \
277 assert submission and type(submission) in StringTypes, \
/ec/ECSpooler/backends/haskell/
H A DHaskell.py22 from types import StringTypes namespace
278 assert model and type(model) in StringTypes, \
281 assert submission and type(submission) in StringTypes, \
/ec/ECSpooler/backends/scheme/
H A DScheme.py12 from types import StringTypes namespace
246 assert model and type(model) in StringTypes, \
250 assert submission and type(submission) in StringTypes, \

Completed in 2490 milliseconds