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

  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
transformer.py 108 self._dispatch[value] = getattr(self, name)
205 item = Getattr(item, nodelist[i + 1][1])
    [all...]
ast.py 662 class Getattr(Node):
675 return "Getattr(%s, %s)" % (repr(self.expr), repr(self.attrname))
    [all...]
pycodegen.py 232 assert getattr(self, 'NameFinder')
233 assert getattr(self, 'FunctionGen')
234 assert getattr(self, 'ClassGen')
330 lineno = getattr(node, 'lineno', None)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
transformer.py 108 self._dispatch[value] = getattr(self, name)
205 item = Getattr(item, nodelist[i + 1][1])
    [all...]
ast.py 662 class Getattr(Node):
675 return "Getattr(%s, %s)" % (repr(self.expr), repr(self.attrname))
    [all...]
pycodegen.py 232 assert getattr(self, 'NameFinder')
233 assert getattr(self, 'FunctionGen')
234 assert getattr(self, 'ClassGen')
330 lineno = getattr(node, 'lineno', None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 108 self._dispatch[value] = getattr(self, name)
205 item = Getattr(item, nodelist[i + 1][1])
    [all...]
ast.py 662 class Getattr(Node):
675 return "Getattr(%s, %s)" % (repr(self.expr), repr(self.attrname))
    [all...]
pycodegen.py 232 assert getattr(self, 'NameFinder')
233 assert getattr(self, 'FunctionGen')
234 assert getattr(self, 'ClassGen')
330 lineno = getattr(node, 'lineno', None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 108 self._dispatch[value] = getattr(self, name)
205 item = Getattr(item, nodelist[i + 1][1])
    [all...]
ast.py 662 class Getattr(Node):
675 return "Getattr(%s, %s)" % (repr(self.expr), repr(self.attrname))
    [all...]
pycodegen.py 232 assert getattr(self, 'NameFinder')
233 assert getattr(self, 'FunctionGen')
234 assert getattr(self, 'ClassGen')
330 lineno = getattr(node, 'lineno', None)
    [all...]
  /external/opencv3/3rdparty/jinja2/
nodes.py 67 storage.extend(getattr(bases[0], attr, ()))
160 yield name, getattr(self, name)
241 ', '.join('%s=%r' % (arg, getattr(self, arg, None)) for
329 attribute lookups directly into getattr calls and does *not* use the
559 if filter_ is None or getattr(filter_, 'contextfilter', False):
563 if getattr(filter_, 'evalcontextfilter', False):
565 elif getattr(filter_, 'environmentfilter', False):
609 if getattr(obj, 'contextfunction', False):
611 elif getattr(obj, 'evalcontextfunction', False):
613 elif getattr(obj, 'environmentfunction', False)
    [all...]
parser.py 122 return getattr(self, 'parse_' + self.stream.current.value)()
665 # calls are valid both after postfix expressions (getattr
680 # calls are valid both after postfix expressions (getattr
694 return nodes.Getattr(node, attr_token.value, 'load',
    [all...]

Completed in 113 milliseconds