Searched refs:StringType (Results 1 - 11 of 11) sorted by relevance

/ec/ECSpooler/lib/util/
H A Dauth.py10 from types import StringType, UnicodeType, DictionaryType namespace
76 assert username and type(username) in (StringType, UnicodeType), \
78 assert password and type(password) in (StringType, UnicodeType), \
H A DBackendSchema.py8 from types import ListType, TupleType, StringType namespace
305 if type(relationship) is not StringType or len(relationship) == 0:
/ec/ECSpooler/backends/pyunit/
H A DPyUnit.py11 from types import StringType, UnicodeType namespace
140 assert unitTests and type(unitTests) in (StringType, UnicodeType), \
144 assert submission and type(submission) in (StringType, UnicodeType), \
/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/content/
H A DDynamicDataField.py15 from types import StringType namespace
95 if content_instance is not None and type(value) in [StringType, UnicodeType]:
/ec/ECSpooler/backends/keywords/
H A DKeywords.py13 from types import StringType, UnicodeType namespace
144 assert submission and type(submission) in (StringType,
/ec/ECSpooler/backends/erlang/
H A DErlang.py11 from types import StringType, UnicodeType namespace
207 assert model and type(model) in (StringType, UnicodeType), \
211 assert submission and type(submission) in (StringType, UnicodeType), \
/ec/ECSpooler/backends/python/
H A DPython.py11 from types import StringType, UnicodeType namespace
178 assert model and type(model) in (StringType, UnicodeType), \
182 assert submission and type(submission) in (StringType, UnicodeType), \
/ec/ECSpooler/backends/javare/
H A DJavaRE.py13 from types import StringType, UnicodeType namespace
104 return s and type(s) in (StringType, UnicodeType)
/ec/ECSpooler/backends/prolog/
H A DProlog.py11 from types import StringType, UnicodeType namespace
155 return s and type(s) in (StringType, UnicodeType)
/ec/ECSpooler/backends/java/
H A DJava.py11 from types import StringType, UnicodeType namespace
176 return s and type(s) in (StringType, UnicodeType)
/ec/ECLecture/Products/ECLecture/content/
H A DECLecture.py14 from types import StringType, IntType namespace
605 elif type(item) is StringType:

Completed in 80 milliseconds