Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ is_dynamic
Method
is_dynamic
mypy/nodes.py:1391–1392 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1389
return
dec
1390
1391
def
is_dynamic(self) -> bool:
1392
return
self.func.is_dynamic()
1393
1394
1395
VAR_FLAGS: Final = [
Callers
nothing calls this directly
Calls
1
is_dynamic
Method · 0.45
Tested by
no test coverage detected