Searched refs:UnicodeType (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), \
/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.py16 from types import UnicodeType 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
145 UnicodeType), \
/ec/ECSpooler/backends/xml/
H A DXML.py24 from types import UnicodeType namespace
240 assert submission and type(submission) in (str, UnicodeType), \
286 assert submission and type(submission) in (str, UnicodeType), \
340 assert submission and type(submission) in (str, UnicodeType), \
/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/lib/
H A DProgrammingBackend.py9 from types import UnicodeType namespace
335 if type(arg) == UnicodeType:
341 if type(option) == 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)

Completed in 211 milliseconds