Home
last modified time | relevance | path

Searched refs:FromImport (Results 1 – 25 of 132) sorted by relevance

123456

/dports/devel/py-rope/rope-0.18.0/rope/refactor/importutils/
H A Dactions.py69 import_stmt.import_info = importinfo.FromImport(
109 return importinfo.FromImport(
184 import_stmt.import_info = importinfo.FromImport(
204 new_import = importinfo.FromImport(
261 import_stmt.import_info = importinfo.FromImport(
325 importinfo.FromImport(from_, 0, ((imported, None), )))
350 return importinfo.FromImport(
360 return isinstance(info, importinfo.FromImport) and \
H A D__init__.py12 from rope.refactor.importutils.importinfo import NormalImport, FromImport
85 return FromImport(module_name, 0, tuple(names))
169 if not isinstance(import_info, FromImport):
284 from_import = FromImport(module_name, 0, [(name, None)])
290 from_import = FromImport(pkg, 0, [(mod, None)])
/dports/graphics/qgis/qgis-3.22.3/scripts/qgis_fixes/
H A Dfix_uiimport.py7 from lib2to3.fixer_util import FromImport, Node, Leaf, syms
43 new = FromImport(".", [imp])
/dports/graphics/qgis-ltr/qgis-3.16.16/scripts/qgis_fixes/
H A Dfix_uiimport.py7 from lib2to3.fixer_util import FromImport, Node, Leaf, syms
43 new = FromImport(".", [imp])
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/libfuturize/fixes/
H A Dfix_absolute_import.py22 from lib2to3.fixer_util import FromImport, syms
68 new = FromImport(u".", [imp])
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/libfuturize/fixes/
H A Dfix_absolute_import.py22 from lib2to3.fixer_util import FromImport, syms
68 new = FromImport(u".", [imp])
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/libfuturize/fixes/
H A Dfix_absolute_import.py22 from lib2to3.fixer_util import FromImport, syms
68 new = FromImport(u".", [imp])
/dports/devel/py-future/future-0.18.2/src/libfuturize/fixes/
H A Dfix_absolute_import.py22 from lib2to3.fixer_util import FromImport, syms
68 new = FromImport(u".", [imp])
/dports/databases/py-sqlite3/Python-3.8.12/Lib/lib2to3/fixes/
H A Dfix_import.py16 from ..fixer_util import FromImport, syms, token
81 new = FromImport(".", [imp])
/dports/databases/py-gdbm/Python-3.8.12/Lib/lib2to3/fixes/
H A Dfix_import.py16 from ..fixer_util import FromImport, syms, token
81 new = FromImport(".", [imp])
/dports/lang/python37/Python-3.7.12/Lib/lib2to3/fixes/
H A Dfix_import.py16 from ..fixer_util import FromImport, syms, token
81 new = FromImport(".", [imp])
/dports/lang/python38/Python-3.8.12/Lib/lib2to3/fixes/
H A Dfix_import.py16 from ..fixer_util import FromImport, syms, token
81 new = FromImport(".", [imp])
/dports/lang/python-legacy/Python-2.7.18/Lib/lib2to3/fixes/
H A Dfix_import.py16 from ..fixer_util import FromImport, syms, token
81 new = FromImport(u".", [imp])
/dports/lang/python-tools/Python-3.8.12/Lib/lib2to3/fixes/
H A Dfix_import.py16 from ..fixer_util import FromImport, syms, token
81 new = FromImport(".", [imp])
/dports/lang/python27/Python-2.7.18/Lib/lib2to3/fixes/
H A Dfix_import.py16 from ..fixer_util import FromImport, syms, token
81 new = FromImport(u".", [imp])
/dports/lang/python39/Python-3.9.9/Lib/lib2to3/fixes/
H A Dfix_import.py16 from ..fixer_util import FromImport, syms, token
81 new = FromImport(".", [imp])
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/
H A Dfix_import.py16 from ..fixer_util import FromImport, syms, token
81 new = FromImport(u".", [imp])
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/lib2to3/fixes/
H A Dfix_import.py16 from ..fixer_util import FromImport, syms, token
81 new = FromImport(".", [imp])
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/
H A Dfix_import.py16 from ..fixer_util import FromImport, syms, token
81 new = FromImport(u".", [imp])
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
H A Dfix_import.py16 from ..fixer_util import FromImport, syms, token
81 new = FromImport(u".", [imp])
/dports/lang/python310/Python-3.10.1/Lib/lib2to3/fixes/
H A Dfix_import.py16 from ..fixer_util import FromImport, syms, token
81 new = FromImport(".", [imp])
/dports/lang/python311/Python-3.11.0a3/Lib/lib2to3/fixes/
H A Dfix_import.py16 from ..fixer_util import FromImport, syms, token
81 new = FromImport(".", [imp])
/dports/devel/py-Jinja2/Jinja2-3.0.1/build/lib/jinja2/
H A Dmeta.py57 _ref_types = (nodes.Extends, nodes.FromImport, nodes.Import, nodes.Include)
58 _RefType = t.Union[nodes.Extends, nodes.FromImport, nodes.Import, nodes.Include]
/dports/devel/py-Jinja2-doc/Jinja2-3.0.1/src/jinja2/
H A Dmeta.py57 _ref_types = (nodes.Extends, nodes.FromImport, nodes.Import, nodes.Include)
58 _RefType = t.Union[nodes.Extends, nodes.FromImport, nodes.Import, nodes.Include]
/dports/devel/py-Jinja2/Jinja2-3.0.1/src/jinja2/
H A Dmeta.py57 _ref_types = (nodes.Extends, nodes.FromImport, nodes.Import, nodes.Include)
58 _RefType = t.Union[nodes.Extends, nodes.FromImport, nodes.Import, nodes.Include]

123456