Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ is_dynamic
Method
is_dynamic
mypy/nodes.py:942–943 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
940
return
res
941
942
def
is_dynamic(self) -> bool:
943
return
all(item.is_dynamic()
for
item in self.items)
944
945
946
class
Argument(Node):
Callers
nothing calls this directly
Calls
2
all
Function · 0.85
is_dynamic
Method · 0.45
Tested by
no test coverage detected