MCPcopy Index your code
hub / github.com/python/cpython / __new__

Method __new__

Lib/ssl.py:399–400  ·  view source on GitHub ↗
(cls, oid)

Source from the content-addressed store, hash-verified

397 __slots__ = ()
398
399 def __new__(cls, oid):
400 return super().__new__(cls, *_txt2obj(oid, name=False))
401
402 @classmethod
403 def fromnid(cls, nid):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__new__Method · 0.45

Tested by

no test coverage detected