MCPcopy 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
946class Argument(Node):

Callers

nothing calls this directly

Calls 2

allFunction · 0.85
is_dynamicMethod · 0.45

Tested by

no test coverage detected