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

Method attr_type

mypyc/ir/rtypes.py:1000–1001  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

998 return self.class_ir.vtable_entry(name)
999
1000 def attr_type(self, name: str) -> RType:
1001 return self.class_ir.attr_type(name)
1002
1003 def __repr__(self) -> str:
1004 return "<RInstance %s>" % self.name

Callers 7

__init__Method · 0.45
find_attr_initializersFunction · 0.45
__init__Method · 0.45
get_attr_exprMethod · 0.45
visit_get_attrMethod · 0.45
visit_set_attrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected