OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_have_code
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dis.py
13
_have_code
= (types.MethodType, types.FunctionType, types.CodeType,
variable
35
if isinstance(x1,
_have_code
):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dis.py
13
_have_code
= (types.MethodType, types.FunctionType, types.CodeType,
variable
35
if isinstance(x1,
_have_code
):
Completed in 88 milliseconds