Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/lib2to3/
Dfixer_util.py360 _def_syms = {syms.classdef, syms.funcdef} variable
386 elif child.type in _def_syms and child.children[1].value == name:
/external/python/cpython2/Lib/lib2to3/
Dfixer_util.py339 _def_syms = set([syms.classdef, syms.funcdef]) variable
365 elif child.type in _def_syms and child.children[1].value == name: