Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/compiler/
Dtransformer.py734 node = self.com_apply_trailer(node, elt)
1023 primary = self.com_apply_trailer(primary, ch)
1240 def com_apply_trailer(self, primaryNode, nodelist): member in Transformer