Home
last modified time | relevance | path

Searched refs:Getattr (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Demo/rpc/
Dnfsclient.py136 def Getattr(self, fh): member in NFSClient
197 attrstat = ncl.Getattr(fh)
/external/python/cpython2/Tools/compiler/
Dast.txt58 Getattr: expr, attrname*
/external/python/cpython2/Lib/compiler/
Dtransformer.py205 item = Getattr(item, nodelist[i + 1][1])
997 if l.__class__ in (Name, Slice, Subscript, Getattr):
1254 return Getattr(primaryNode, nodelist[1], lineno=nodelist[2])
Dast.py662 class Getattr(Node): class
Dpycodegen.py1544 ast.Getattr: AugGetattr,
/external/python/cpython2/Doc/library/
Dcompiler.rst364 | :class:`Getattr` | :attr:`expr` | |
531 :class:`Getattr` nodes in the :attr:`expr` attribute of the :class:`AssAttr`
/external/libchrome/third_party/jinja2/
Dnodes.py720 class Getattr(Expr): class
Dparser.py702 return nodes.Getattr(node, attr_token.value, 'load',