Searched refs:is_type_arg (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DNodes.py776 # is_type_arg boolean Is the "class" arg of an extension type classmethod
783 is_type_arg = 0 variable in class:CArgDeclNode
891 # ##is_type_arg boolean Is type argument of class method
913 ## elif self.is_type_arg and env.is_c_class_scope:
947 ## elif self.is_type_arg and env.is_c_class_scope:
2426 is_type_arg = False variable in class:PyArgDeclNode
2714 arg.is_type_arg = 1
2969 self.args[0].is_type_arg)):
3074 if arg.is_self_arg or arg.is_type_arg:
3284 if not arg.is_self_arg and not arg.is_type_arg
[all...]

Completed in 109 milliseconds