Home
last modified time | relevance | path

Searched refs:_have_code (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Ddis.py13 _have_code = (types.MethodType, types.FunctionType, types.CodeType, variable
35 if isinstance(x1, _have_code):
/external/python/cpython3/Lib/
Ddis.py16 _have_code = (types.MethodType, types.FunctionType, types.CodeType, variable
62 if isinstance(x1, _have_code):