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

Method is_generic

mypy/nodes.py:1727–1728  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1725 return visitor.visit_class_def(self)
1726
1727 def is_generic(self) -> bool:
1728 return self.info.is_generic()
1729
1730 def serialize(self) -> JsonDict:
1731 # Not serialized: defs, base_type_exprs, metaclass, decorators,

Calls

no outgoing calls

Tested by

no test coverage detected