Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/compiler/
Dtransformer.py578 return self.com_binary(Tuple, nodelist)
610 return self.com_binary(Or, nodelist)
615 return self.com_binary(And, nodelist)
659 return self.com_binary(Bitor, nodelist)
663 return self.com_binary(Bitxor, nodelist)
667 return self.com_binary(Bitand, nodelist)
1077 def com_binary(self, constructor, nodelist): member in Transformer