Home
last modified time | relevance | path

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

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