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
147 if tp.is_raw_function:164 if not tp.is_raw_function and self._typesdict[tp] is None:
172 really_a_function_type = type.is_raw_function
520 if tp.is_raw_function: