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

Method __new__

Lib/concurrent/interpreters/_crossinterp.py:64–65  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

62 _NAME = 'UNBOUND'
63
64 def __new__(cls):
65 raise Exception(f'use {cls._MODULE}.{cls._NAME}')
66
67 def __repr__(self):
68 return f'{self._MODULE}.{self._NAME}'

Callers 2

singletonMethod · 0.45
_crossinterp.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected