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

Method use_pyobject_self

Tools/clinic/libclinic/parse_args.py:315–316  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

313 and not self.func.critical_section)
314
315 def use_pyobject_self(self) -> bool:
316 return self.self_parameter_converter.use_pyobject_self(self.func)
317
318 def select_prototypes(self) -> None:
319 self.docstring_prototype = ''

Callers 1

parse_one_argMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected