OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oparg_1
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py
355
oparg_1
, oparg_2 = unpack('<xHxH', code[:6])
356
yield "import", (consts[
oparg_1
], names[oparg_2])
380
oparg_1
, oparg_2, oparg_3 = unpack('<xHxHxH', code[:9])
381
level = consts[
oparg_1
]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py
355
oparg_1
, oparg_2 = unpack('<xHxH', code[:6])
356
yield "import", (consts[
oparg_1
], names[oparg_2])
380
oparg_1
, oparg_2, oparg_3 = unpack('<xHxHxH', code[:9])
381
level = consts[
oparg_1
]
Completed in 40 milliseconds