MCPcopy 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
317class BaseAssign(Op):

Callers 10

is_same_typeFunction · 0.45
is_subtypeFunction · 0.45
is_runtime_subtypeFunction · 0.45
generate_annotationsFunction · 0.45
format_blocksFunction · 0.45
assert_emitMethod · 0.45
run_analysisFunction · 0.45
check_func_irFunction · 0.45
generate_native_functionFunction · 0.45
transform_blocksMethod · 0.45

Calls

no outgoing calls

Tested by 1

assert_emitMethod · 0.36