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

Method is_checked_scope

mypy/stats.py:180–181  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

178 self.checked_scopes.pop()
179
180 def is_checked_scope(self) -> bool:
181 return self.checked_scopes[-1]
182
183 def visit_class_def(self, o: ClassDef) -> None:
184 self.record_line(o.line, TYPE_PRECISE) # TODO: Look at base classes

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected