Searched defs:AssName (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
H A Dast.py116 class AssName(Node): class in inherits:Node
129 return "AssName(%s, %s)" % (repr(self.name), repr(self.flags))
/prebuilts/gdb/linux-x86/lib/python2.7/compiler/
H A Dast.py116 class AssName(Node): class in inherits:Node
129 return "AssName(%s, %s)" % (repr(self.name), repr(self.flags))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
H A Dast.py116 class AssName(Node): class in inherits:Node
129 return "AssName(%s, %s)" % (repr(self.name), repr(self.flags))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
H A Dast.py116 class AssName(Node): class in inherits:Node
129 return "AssName(%s, %s)" % (repr(self.name), repr(self.flags))

Completed in 43 milliseconds