Home
last modified time | relevance | path

Searched defs:isStringType (Results 1 – 1 of 1) sorted by relevance

/external/python/pyasn1/pyasn1/compat/
Doctets.py25 isStringType = lambda s: isinstance(s, (str, unicode)) function
44 isStringType = lambda s: isinstance(s, str) function