Home
last modified time | relevance | path

Searched refs:_txt2obj (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/
Dssl.py106 from _ssl import txt2obj as _txt2obj, nid2obj as _nid2obj unknown
457 return super().__new__(cls, *_txt2obj(oid, name=False))
469 return super().__new__(cls, *_txt2obj(name, name=True))