Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dbackend_ctypes.py371 (CTypesPrimitive, type(source).__name__))
375 class CTypesPrimitive(CTypesGenericPrimitive): class
388 return ctype(CTypesPrimitive._to_ctypes(init))
460 if isinstance(x, CTypesPrimitive): # <CData <char>>
485 blob.value = CTypesPrimitive._to_ctypes(init)
494 CTypesPrimitive._fix_class()
495 return CTypesPrimitive