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

Method clear_decorators

mypy/stubgen.py:1357–1358  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1355 self._decorators.append(f"@{name}")
1356
1357 def clear_decorators(self) -> None:
1358 self._decorators.clear()
1359
1360 def is_private_member(self, fullname: str) -> bool:
1361 parts = fullname.split(".")

Callers 2

visit_func_defMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected