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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DAutoDocTransforms.py73 if arg.type is PyrexTypes.py_object_type or arg.is_self_arg:
89 if not hide_self or not arg.entry.is_self_arg:
H A DTypeSlots.py102 def is_self_arg(self, i): member in class:Signature
128 if self_arg_override is not None and self.is_self_arg(i):
H A DNodes.py616 is_self_arg = (i == 0 and env.is_c_class_scope))
775 # is_self_arg boolean Is the "self" arg of an extension type method
782 is_self_arg = 0 variable in class:CArgDeclNode
794 def analyse(self, env, nonempty = 0, is_self_arg = False):
795 if is_self_arg:
796 self.base_type.is_self_arg = self.is_self_arg = True
890 # is_self_arg boolean Is self argument of C method
901 #print "CSimpleBaseTypeNode.analyse: is_self_arg =", self.is_self_arg ###
2425 is_self_arg = False variable in class:PyArgDeclNode
[all...]
H A DParsing.py2115 is_self_arg = self_flag, templates = templates)
2520 is_self_arg = cmethod_flag
2522 args.append(p_c_arg_decl(s, ctx, in_pyfunc, is_self_arg,
2528 is_self_arg = 0
2550 is_self_arg = cmethod_flag, templates = None)
H A DCode.py1738 if (not entry.is_self_arg and not entry.type.is_complete()
H A DSymtab.py78 # is_self_arg boolean Is the "self" arg of an exttype method
152 is_self_arg = 0 variable in class:Entry

Completed in 668 milliseconds