Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/c-analyzer/cpython/
Dfind.py13 ignored_from_file, IGNORED_FILE, is_supported, _is_object,
98 elif skip_objects and _is_object(found.vartype):
Dsupported.py197 if _is_object(vartype):
300 def _is_object(vartype): function