MCPcopy Index your code
hub / github.com/RustPython/RustPython / __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 3

superClass · 0.85
_txt2objFunction · 0.85
__new__Method · 0.45

Tested by

no test coverage detected