Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dmodel.py27 is_raw_function = False variable in BaseTypeByIdentity
229 is_raw_function = True variable in RawFunctionType
Drecompiler.py144 if tp.is_raw_function:
161 if not tp.is_raw_function and self._typesdict[tp] is None:
Dapi.py168 really_a_function_type = type.is_raw_function
Dcparser.py477 if tp.is_raw_function: