Searched defs:ArgList (Results 1 - 8 of 8) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_raise.py29 from ..fixer_util import Name, Call, Attr, ArgList, is_tuple namespace
83 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
H A Dfix_throw.py14 from ..fixer_util import Name, Call, ArgList, Attr, is_tuple namespace
53 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
H A Dfix_dict.py35 from ..fixer_util import Name, Call, LParen, RParen, ArgList, Dot namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_raise.py29 from ..fixer_util import Name, Call, Attr, ArgList, is_tuple namespace
83 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
H A Dfix_throw.py14 from ..fixer_util import Name, Call, ArgList, Attr, is_tuple namespace
53 with_tb = Attr(e, Name(u'with_traceback')) + [ArgList([tb])]
H A Dfix_dict.py35 from ..fixer_util import Name, Call, LParen, RParen, ArgList, Dot namespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
H A Dfixer_util.py54 def ArgList(args, lparen=LParen(), rparen=RParen()): function
63 node = Node(syms.power, [func_name, ArgList(args)])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
H A Dfixer_util.py54 def ArgList(args, lparen=LParen(), rparen=RParen()): function
63 node = Node(syms.power, [func_name, ArgList(args)])

Completed in 85 milliseconds