Searched refs:_StringTypes (Results 1 – 2 of 2) sorted by relevance
13 _StringTypes = [types.StringType, types.UnicodeType] variable15 _StringTypes = [types.StringType] variable314 if type(source) in _StringTypes:
6 _StringTypes = [types.StringType, types.UnicodeType] variable8 _StringTypes = [types.StringType] variable333 if type(stream_or_string) in _StringTypes: