MCPcopy 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_oMethod · 0.95
select_prototypesMethod · 0.95
parse_argsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected