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

Method sources

mypyc/ir/ops.py:294–295  ·  view source on GitHub ↗

All the values the op may read.

(self)

Source from the content-addressed store, hash-verified

292
293 @abstractmethod
294 def sources(self) -> list[Value]:
295 """All the values the op may read."""
296
297 @abstractmethod
298 def set_sources(self, new: list[Value]) -> None:

Callers 9

unique_sourcesMethod · 0.95
generate_names_for_irFunction · 0.45
all_values_fullFunction · 0.45
non_trivial_sourcesFunction · 0.45
check_op_sources_validFunction · 0.45
check_register_opMethod · 0.45
generate_native_functionFunction · 0.45
do_flag_eliminationFunction · 0.45
spill_regsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected