Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_overloaded_func_def
Method · 0.95
visit_func_def
Method · 0.95
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected