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

Method call_c

mypyc/irbuild/builder.py:438–439  ·  view source on GitHub ↗
(self, desc: CFunctionDescription, args: list[Value], line: int)

Source from the content-addressed store, hash-verified

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)
440
441 def primitive_op(
442 self,

Callers 15

gen_importMethod · 0.95
get_moduleMethod · 0.95
join_formatted_stringsFunction · 0.45
join_formatted_bytesFunction · 0.45
set_itemFunction · 0.45
gen_conditionMethod · 0.45
gen_cleanupMethod · 0.45
initMethod · 0.45
try_bodyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected