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

Method self

mypyc/irbuild/builder.py:351–352  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

349 self.builder.goto_and_activate(block)
350
351 def self(self) -> Register:
352 return self.builder.self()
353
354 def py_get_attr(self, obj: Value, attr: str, line: int) -> Value:
355 return self.builder.py_get_attr(obj, attr, line)

Calls

no outgoing calls

Tested by

no test coverage detected