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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DNodes.py1490 # starstar_arg PyArgDeclNode or None ** argument
1506 starstar_arg = None variable in class:FuncDefNode
2210 starstar_arg = None,
2460 child_attrs = ["args", "star_arg", "starstar_arg", "body", "decorators"]
2501 if self.starstar_arg:
2502 error(self.starstar_arg.pos, "cdef function cannot have starstar argument")
2568 if self.star_arg or self.starstar_arg:
2607 starstar_arg=self.starstar_arg,
2669 self.entry.trivial_signature = len(self.args) == 1 and not (self.star_arg or self.starstar_arg)
[all...]

Completed in 103 milliseconds