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

Method load_module

mypyc/irbuild/builder.py:435–436  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

433 )
434
435 def load_module(self, name: str) -> Value:
436 return self.builder.load_module(name)
437
438 def call_c(self, desc: CFunctionDescription, args: list[Value], line: int) -> Value:
439 return self.builder.call_c(desc, args, line)

Callers 5

load_funcFunction · 0.45
transform_name_exprFunction · 0.45
transform_member_exprFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected