Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2500
ARG_POS: Final = ArgKind.ARG_POS
Callers
15
map_actuals_to_formals
Function · 0.80
infer_arg_types_in_context
Method · 0.80
check_argument_count
Method · 0.80
check_arg
Method · 0.80
analyze_callable_args
Method · 0.80
formal_arguments
Method · 0.80
argument_by_name
Method · 0.80
formal_arguments
Method · 0.80
argument_by_name
Method · 0.80
_possible_callable_kwargs
Method · 0.80
format_callable_args
Function · 0.80
is_tricky_callable
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected