Searched refs:_BASESTRING_TYPES (Results 1 – 3 of 3) sorted by relevance
232 _BASESTRING_TYPES = (basestring_type, type(None)) variable244 if isinstance(value, _BASESTRING_TYPES):
231 _BASESTRING_TYPES = (basestring_type, type(None)) variable243 if isinstance(value, _BASESTRING_TYPES):
233 _BASESTRING_TYPES = (basestring_type, type(None))245 if isinstance(value, _BASESTRING_TYPES):