Lines Matching full:__new__
315 def __new__(cls, oid):
316 return super(_ASN1Object, cls).__new__(cls, *_txt2obj(oid, name=False))
322 return super(_ASN1Object, cls).__new__(cls, *_nid2obj(nid))
328 return super(_ASN1Object, cls).__new__(cls, *_txt2obj(name, name=True))
346 def __new__(cls, protocol, *args, **kwargs):
347 self = _SSLContext.__new__(cls, protocol)