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

/external/python/cpython2/Demo/rpc/
H A Dnfsclient.py136 def Getattr(self, fh): member in class:NFSClient
197 attrstat = ncl.Getattr(fh)
/external/python/cpython2/Lib/compiler/
H A 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])
H A Dast.py662 class Getattr(Node): class in inherits:Node
675 return "Getattr(%s, %s)" % (repr(self.expr), repr(self.attrname))
H A Dpycodegen.py1544 ast.Getattr: AugGetattr,
/external/libmojo/third_party/jinja2/
H A Dnodes.py651 class Getattr(Expr): class in inherits:Expr
875 Getattr(ContextReference(), 'name'))
H A Dparser.py694 return nodes.Getattr(node, attr_token.value, 'load',

Completed in 802 milliseconds