Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dmodel.py491 def __init__(self, name, enumerators, enumvalues, baseinttype=None): argument
495 self.baseinttype = baseinttype
517 if self.baseinttype is not None:
518 return self.baseinttype.get_cached_btype(ffi, finishlist)