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

Class ArgInfo

mypyc/irbuild/function.py:663–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661
662
663class ArgInfo(NamedTuple):
664 args: list[Value]
665 arg_names: list[str | None]
666 arg_kinds: list[ArgKind]
667
668
669def get_args(builder: IRBuilder, rt_args: Sequence[RuntimeArg], line: int) -> ArgInfo:

Callers 1

get_argsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…