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

Method __new__

tools/python-3.11.9-amd64/Lib/ast.py:576–579  ·  view source on GitHub ↗
(cls, *args, **kwargs)

Source from the content-addressed store, hash-verified

574 _fields = ()
575
576 def __new__(cls, *args, **kwargs):
577 if cls is Ellipsis:
578 return Constant(..., *args, **kwargs)
579 return Constant.__new__(cls, *args, **kwargs)
580
581_const_types = {
582 Num: (int, float, complex),

Callers

nothing calls this directly

Calls 1

__new__Method · 0.45

Tested by

no test coverage detected