MCPcopy Index your code
hub / github.com/python/mypy / special_function_elide_names

Function special_function_elide_names

mypy/sharedparse.py:109–110  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

107
108
109def special_function_elide_names(name: str) -> bool:
110 return name in MAGIC_METHODS_POS_ARGS_ONLY
111
112
113def argument_elide_name(name: str | None) -> bool:

Callers 2

do_func_defMethod · 0.90
read_func_defFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…