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

Method accept

mypyc/irbuild/builder.py:298–298  ·  view source on GitHub ↗
(self, node: Expression, *, can_borrow: bool = False)

Source from the content-addressed store, hash-verified

296
297 @overload
298 def accept(self, node: Expression, *, can_borrow: bool = False) -> Value: ...
299
300 @overload
301 def accept(self, node: Statement) -> None: ...

Callers 15

get_assignment_targetMethod · 0.95
handle_rightMethod · 0.95
shortcircuit_exprMethod · 0.95
set_itemFunction · 0.45
gen_inner_stmtsFunction · 0.45
loop_contentsFunction · 0.45
make_for_loop_generatorFunction · 0.45
process_conditionalFunction · 0.45

Calls 6

catch_errorsMethod · 0.95
coerceMethod · 0.95
node_typeMethod · 0.95
flush_keep_alivesMethod · 0.95
RegisterClass · 0.90
isinstanceFunction · 0.85

Tested by

no test coverage detected