Searched defs:CFuncType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py612 CFuncType(self, [CFuncTypeArg("memviewslice", self, None)]),
629 cfunctype = CFuncType(
1379 CFuncType(self, [CFuncTypeArg("self", self, None)], nogil=True),
1750 CFuncType(self, [CFuncTypeArg("self", self, None)], nogil=True),
2313 class CFuncType(CType): class in inherits:CType
2323 # cached_specialized_types [CFuncType] cached specialized versions of the CFuncType if defined in a pxd
2366 return "<CFuncType %s %s[%s]%s>" % (
2387 #print "CFuncType.same_c_signature_as_resolved_type:", \
2419 #print "CFuncType
[all...]

Completed in 224 milliseconds