HomeSort by relevance Sort by last modified time
    Searched refs:is_self_arg (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
AutoDocTransforms.py 73 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:
TypeSlots.py 102 def is_self_arg(self, i): member in class:Signature
128 if self_arg_override is not None and self.is_self_arg(i):
    [all...]
Nodes.py 616 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
2425 is_self_arg = False variable in class:PyArgDeclNode
    [all...]
Parsing.py     [all...]
Code.py     [all...]
Symtab.py 78 # is_self_arg boolean Is the "self" arg of an exttype method
152 is_self_arg = 0 variable in class:Entry
    [all...]

Completed in 174 milliseconds