Searched refs:is_raw_function (Results 1 – 4 of 4) sorted by relevance
27 is_raw_function = False variable in BaseTypeByIdentity229 is_raw_function = True variable in RawFunctionType
144 if tp.is_raw_function:161 if not tp.is_raw_function and self._typesdict[tp] is None:
168 really_a_function_type = type.is_raw_function
477 if tp.is_raw_function: