Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dis._find_imports
1 parent b98d2d3 commit e0b4d96Copy full SHA for e0b4d96
1 file changed
Lib/dis.py
@@ -666,7 +666,6 @@ def _find_imports(co):
666
the corresponding args to __import__.
667
"""
668
IMPORT_NAME = opmap['IMPORT_NAME']
669
- LOAD_CONST = opmap['LOAD_CONST']
670
671
consts = co.co_consts
672
names = co.co_names
0 commit comments