Home
last modified time | relevance | path

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

/third_party/python/Lib/lib2to3/
Drefactor.py75 def _get_headnode_dict(fixer_list): function
214 self.bmi_pre_order_heads = _get_headnode_dict(self.bmi_pre_order)
215 self.bmi_post_order_heads = _get_headnode_dict(self.bmi_post_order)
/third_party/python/Lib/lib2to3/tests/
Dtest_refactor.py129 d = refactor._get_headnode_dict([no_head, with_head, simple])