Searched refs:CTypesPtr (Results 1 – 1 of 1) sorted by relevance
509 class CTypesPtr(CTypesGenericPtr): class567 return super(CTypesPtr, cls)._arg_to_ctypes(*value)584 return super(CTypesPtr, self)._get_own_repr()588 CTypesPtr._automatic_casts = True590 CTypesPtr._fix_class()591 return CTypesPtr593 def new_array_type(self, CTypesPtr, length): argument598 BItem = CTypesPtr._BItem616 _CTPtr = CTypesPtr683 if BClass in (CTypesPtr, None) or BClass._automatic_casts:[all …]