Home
last modified time | relevance | path

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

/external/python/pyasn1/pyasn1/compat/
Doctets.py19 str2octs = lambda x: x function
38 str2octs = lambda x: x.encode('iso-8859-1') function