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

Method is_star

mypy/nodes.py:2496–2497  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2494 return self == ARG_OPT or self == ARG_NAMED_OPT
2495
2496 def is_star(self) -> bool:
2497 return self == ARG_STAR or self == ARG_STAR2
2498
2499
2500ARG_POS: Final = ArgKind.ARG_POS

Callers 15

map_actuals_to_formalsFunction · 0.80
check_argument_countMethod · 0.80
check_argMethod · 0.80
analyze_callable_argsMethod · 0.80
formal_argumentsMethod · 0.80
argument_by_nameMethod · 0.80
formal_argumentsMethod · 0.80
argument_by_nameMethod · 0.80
format_callable_argsFunction · 0.80
is_tricky_callableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected