Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/lib2to3/
Drefactor.py75 def _get_headnode_dict(fixer_list): function
210 self.bmi_pre_order_heads = _get_headnode_dict(self.bmi_pre_order)
211 self.bmi_post_order_heads = _get_headnode_dict(self.bmi_post_order)
/external/python/cpython2/Lib/lib2to3/
Drefactor.py78 def _get_headnode_dict(fixer_list): function
229 self.bmi_pre_order_heads = _get_headnode_dict(self.bmi_pre_order)
230 self.bmi_post_order_heads = _get_headnode_dict(self.bmi_post_order)
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_refactor.py131 d = refactor._get_headnode_dict([no_head, with_head, simple])
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_refactor.py125 d = refactor._get_headnode_dict([no_head, with_head, simple])