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

/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
H A DTestSignatureMatching.py5 from Cython.Compiler.PyrexTypes import CFuncTypeArg namespace
9 [ CFuncTypeArg("name", arg_type, None) for arg_type in arg_types ])
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py612 CFuncType(self, [CFuncTypeArg("memviewslice", self, None)]),
631 args=[CFuncTypeArg("memviewslice", self, None)],
1379 CFuncType(self, [CFuncTypeArg("self", self, None)], nogil=True),
1750 CFuncType(self, [CFuncTypeArg("self", self, None)], nogil=True),
2315 # args [CFuncTypeArg]
2760 class CFuncTypeArg(BaseType): class in inherits:BaseType
2791 return CFuncTypeArg(self.name, self.type.specialize(values), self.pos, self.cname)

Completed in 1765 milliseconds