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

Method visit_set_mem

mypyc/analysis/dataflow.py:495–496  ·  view source on GitHub ↗
(self, op: SetMem)

Source from the content-addressed store, hash-verified

493 return non_trivial_sources(op), {op.dest}
494
495 def visit_set_mem(self, op: SetMem) -> GenAndKill[Value]:
496 return non_trivial_sources(op), set()
497
498 def visit_inc_ref(self, op: IncRef) -> GenAndKill[Value]:
499 return _EMPTY

Callers

nothing calls this directly

Calls 2

non_trivial_sourcesFunction · 0.85
setClass · 0.85

Tested by

no test coverage detected