OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasconst
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
opcode.py
7
__all__ = ["cmp_op", "
hasconst
", "hasname", "hasjrel", "hasjabs",
14
hasconst
= []
variable
137
hasconst
.append(100)
dis.py
94
if op in
hasconst
:
129
if op in
hasconst
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
opcode.py
7
__all__ = ["cmp_op", "
hasconst
", "hasname", "hasjrel", "hasjabs",
14
hasconst
= []
variable
137
hasconst
.append(100)
dis.py
94
if op in
hasconst
:
129
if op in
hasconst
:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dis.py
107
self.assertIn(dis.opmap["LOAD_CONST"], dis.
hasconst
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dis.py
107
self.assertIn(dis.opmap["LOAD_CONST"], dis.
hasconst
)
Completed in 307 milliseconds