MCPcopy Create free account
hub / github.com/python/mypy / id

Method id

mypyc/ir/func_ir.py:198–200  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

196
197 @property
198 def id(self) -> str:
199 assert self.line is not None
200 return get_id_from_name(self.name, self.fullname, self.line)
201
202 @staticmethod
203 def compute_shortname(class_name: str | None, name: str) -> str:

Callers

nothing calls this directly

Calls 1

get_id_from_nameFunction · 0.90

Tested by

no test coverage detected