MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __new__

Method __new__

tools/python-3.11.9-amd64/Lib/ssl.py:461–462  ·  view source on GitHub ↗
(cls, oid)

Source from the content-addressed store, hash-verified

459 __slots__ = ()
460
461 def __new__(cls, oid):
462 return super().__new__(cls, *_txt2obj(oid, name=False))
463
464 @classmethod
465 def fromnid(cls, nid):

Callers

nothing calls this directly

Calls 1

__new__Method · 0.45

Tested by

no test coverage detected