Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/mypy
/ targets
Method
targets
mypyc/ir/ops.py:406–407 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
404
self.label = label
405
406
def
targets(self) -> Sequence[BasicBlock]:
407
return
(self.label,)
408
409
def
set_target(self, i: int, new: BasicBlock) -> None:
410
assert i == 0
Callers
11
__init__
Method · 0.45
update
Method · 0.45
trigger
Method · 0.45
update_module
Method · 0.45
get_cfg
Function · 0.45
cleanup_cfg
Function · 0.45
check_control_op_targets
Method · 0.45
find_always_defined_attributes
Function · 0.45
find_sometimes_defined_attributes
Function · 0.45
generate_native_function
Function · 0.45
insert_branch_inc_and_decrefs
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected