Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ is_new_or_init
Method
is_new_or_init
Tools/clinic/libclinic/parse_args.py:296–297 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
294
self.min_pos = i
295
296
def
is_new_or_init(self) -> bool:
297
return
self.func.kind.new_or_init
298
299
def
has_option_groups(self) -> bool:
300
return
(bool(self.parameters
Callers
4
__init__
Method · 0.95
use_meth_o
Method · 0.95
select_prototypes
Method · 0.95
parse_args
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected