(name: str)
| 107 | |
| 108 | |
| 109 | def special_function_elide_names(name: str) -> bool: |
| 110 | return name in MAGIC_METHODS_POS_ARGS_ONLY |
| 111 | |
| 112 | |
| 113 | def argument_elide_name(name: str | None) -> bool: |
no outgoing calls
no test coverage detected
searching dependent graphs…