MCPcopy Index your code
hub / github.com/rocky/python-uncompyle6 / bug

Function bug

pytest/test_fjt.py:4–8  ·  view source on GitHub ↗
(state, slotstate)

Source from the content-addressed store, hash-verified

2from xdis.version_info import PYTHON_VERSION_TRIPLE, IS_PYPY, version_tuple_to_str
3from uncompyle6.scanner import get_scanner
4def bug(state, slotstate):
5 if state:
6 if slotstate is not None:
7 for key, value in slotstate.items():
8 setattr(state, key, 2)
9
10# From 2.7 disassemble
11# Problem is not getting while, because

Callers

nothing calls this directly

Calls 1

itemsMethod · 0.45

Tested by

no test coverage detected