Searched defs:Attr (Results 1 - 25 of 79) sorted by relevance

1234

/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
H A Dfix_callable.py11 from lib2to3.fixer_util import Call, Name, String, Attr, touch_import namespace
36 args.extend(Attr(Name(u'collections'), Name(u'Callable')))
H A Dfix_intern.py11 from ..fixer_util import Name, Attr, touch_import namespace
39 Attr(Name(u"sys"), Name(u"intern")) +
H A Dfix_except.py28 from ..fixer_util import Assign, Attr, Name, is_tuple, is_list, syms namespace
78 assign = Assign(target, Attr(new_N, Name(u'args')))
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_sys_exc.py12 from ..fixer_util import Attr, Call, Name, Number, Subscript, Node, syms namespace
27 attr = Attr(Name(u"sys"), call)
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_exitfunc.py8 from lib2to3.fixer_util import Name, Attr, Call, Comma, Newline, syms namespace
47 Attr(Name(u"atexit"), Name(u"register"))
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
H A Dfix_callable.py11 from lib2to3.fixer_util import Call, Name, String, Attr, touch_import namespace
36 args.extend(Attr(Name(u'collections'), Name(u'Callable')))
H A Dfix_intern.py11 from ..fixer_util import Name, Attr, touch_import namespace
39 Attr(Name(u"sys"), Name(u"intern")) +
H A Dfix_except.py28 from ..fixer_util import Assign, Attr, Name, is_tuple, is_list, syms namespace
78 assign = Assign(target, Attr(new_N, Name(u'args')))
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_sys_exc.py12 from ..fixer_util import Attr, Call, Name, Number, Subscript, Node, syms namespace
27 attr = Attr(Name(u"sys"), call)
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])]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_callable.py11 from lib2to3.fixer_util import Call, Name, String, Attr, touch_import namespace
36 args.extend(Attr(Name(u'collections'), Name(u'Callable')))
H A Dfix_intern.py11 from ..fixer_util import Name, Attr, touch_import namespace
39 Attr(Name(u"sys"), Name(u"intern")) +
H A Dfix_except.py28 from ..fixer_util import Assign, Attr, Name, is_tuple, is_list, syms namespace
78 assign = Assign(target, Attr(new_N, Name(u'args')))
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_sys_exc.py12 from ..fixer_util import Attr, Call, Name, Number, Subscript, Node, syms namespace
27 attr = Attr(Name(u"sys"), call)
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])]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
H A Dfix_callable.py11 from lib2to3.fixer_util import Call, Name, String, Attr, touch_import namespace
36 args.extend(Attr(Name(u'collections'), Name(u'Callable')))
H A Dfix_intern.py11 from ..fixer_util import Name, Attr, touch_import namespace
39 Attr(Name(u"sys"), Name(u"intern")) +
H A Dfix_except.py28 from ..fixer_util import Assign, Attr, Name, is_tuple, is_list, syms namespace
78 assign = Assign(target, Attr(new_N, Name(u'args')))
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_sys_exc.py12 from ..fixer_util import Attr, Call, Name, Number, Subscript, Node, syms namespace
27 attr = Attr(Name(u"sys"), call)
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])]

Completed in 1513 milliseconds

1234