Searched refs:DictionaryType (Results 1 - 4 of 4) sorted by relevance

/ec/ECAutoAssessmentBox/Products/ECAutoAssessmentBox/content/
H A DDynamicDataField.py14 from types import DictionaryType namespace
93 if not isinstance(value, DictionaryType):
159 #if type(data) != DictionaryType:
/ec/ECSpooler/lib/util/
H A Dauth.py10 from types import StringType, UnicodeType, DictionaryType namespace
64 assert type(args) == DictionaryType, \
/ec/ECSpooler/lib/
H A DBackend.py15 from types import StringTypes, DictionaryType namespace
79 assert self.auth and type(self.auth) == DictionaryType, \
H A DSpooler.py18 from types import DictionaryType namespace
647 if type(rd) == DictionaryType:

Completed in 1306 milliseconds