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

Method current_module_id

mypy/scope.py:28–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 self.ignored = 0
27
28 def current_module_id(self) -> str:
29 assert self.module
30 return self.module
31
32 def current_target(self) -> str:
33 """Return the current target (non-class; for a class return enclosing module)."""

Callers 2

visit_import_fromMethod · 0.80
visit_import_allMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected