Searched refs:_FindNthChildNamed (Results 1 – 1 of 1) sorted by relevance
/external/yapf/yapftests/ |
D | comment_splicer_test.py | 39 def _FindNthChildNamed(self, node, name, n=1): member in CommentSplicerTest 226 if_suite_1 = self._FindNthChildNamed(tree, 'suite', n=1) 232 if_suite_2 = self._FindNthChildNamed(tree, 'suite', n=2) 309 trailer = self._FindNthChildNamed(tree, 'trailer', 1) 323 trailer = self._FindNthChildNamed(tree, 'trailer', 1) 326 arglist = self._FindNthChildNamed(tree, 'arglist', 1) 329 arith_expr = self._FindNthChildNamed(tree, 'arith_expr', 1)
|