Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_target
Method · 0.95
call_refexpr_with_args
Method · 0.95
handle_right
Method · 0.95
shortcircuit_expr
Method · 0.95
convert_format_expr_to_str
Function · 0.45
convert_format_expr_to_bytes
Function · 0.45
sequence_from_generator_preallocate_helper
Function · 0.45
set_item
Function · 0.45
gen_inner_stmts
Function · 0.45
loop_contents
Function · 0.45
make_for_loop_generator
Function · 0.45
process_conditional
Function · 0.45
Calls
6
catch_errors
Method · 0.95
coerce
Method · 0.95
node_type
Method · 0.95
flush_keep_alives
Method · 0.95
Register
Class · 0.90
isinstance
Function · 0.85
Tested by
no test coverage detected