Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/mypy
/ accept
Method
accept
mypyc/ir/ops.py:313–314 ·
view source on GitHub ↗
(self, visitor: OpVisitor[T])
Source
from the content-addressed store, hash-verified
311
312
@abstractmethod
313
def
accept(self, visitor: OpVisitor[T]) -> T:
314
pass
315
316
317
class
BaseAssign(Op):
Callers
10
is_same_type
Function · 0.45
is_subtype
Function · 0.45
is_runtime_subtype
Function · 0.45
generate_annotations
Function · 0.45
format_blocks
Function · 0.45
assert_emit
Method · 0.45
run_analysis
Function · 0.45
check_func_ir
Function · 0.45
generate_native_function
Function · 0.45
transform_blocks
Method · 0.45
Calls
no outgoing calls
Tested by
1
assert_emit
Method · 0.36