Home
last modified time | relevance | path

Searched refs:ImpLoader (Results 1 – 25 of 105) sorted by relevance

12345

/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/virtualenv/create/via_global_ref/
H A D_virtualenv.py104 from pkgutil import ImpImporter, ImpLoader
119 class _VirtualenvLoader(object, ImpLoader):
122 ImpLoader.__init__(self, fullname, file, filename, etc)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/virtualenv/create/via_global_ref/
H A D_virtualenv.py104 from pkgutil import ImpImporter, ImpLoader
119 class _VirtualenvLoader(object, ImpLoader):
122 ImpLoader.__init__(self, fullname, file, filename, etc)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/virtualenv/virtualenv/create/via_global_ref/
H A D_virtualenv.py104 from pkgutil import ImpImporter, ImpLoader
119 class _VirtualenvLoader(object, ImpLoader):
122 ImpLoader.__init__(self, fullname, file, filename, etc)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/virtualenv/create/via_global_ref/
H A D_virtualenv.py104 from pkgutil import ImpImporter, ImpLoader
119 class _VirtualenvLoader(object, ImpLoader):
122 ImpLoader.__init__(self, fullname, file, filename, etc)
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/
H A D_virtualenv.py104 from pkgutil import ImpImporter, ImpLoader
119 class _VirtualenvLoader(object, ImpLoader):
122 ImpLoader.__init__(self, fullname, file, filename, etc)
/dports/devel/py-future/future-0.18.2/docs/other/
H A Dauto2to3.py25 from pkgutil import ImpImporter, ImpLoader
86 return ImpLoader(fullname, file, filename, etc)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dpkgutil.pyi15 class ImpLoader:
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_importhooks.py121 return ImpLoader(file, filename, stuff)
124 class ImpLoader: class
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_importhooks.py121 return ImpLoader(file, filename, stuff)
124 class ImpLoader: class
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_importhooks.py121 return ImpLoader(file, filename, stuff)
124 class ImpLoader: class
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dpkgutil.pyi16 class ImpLoader:
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pycharm/
H A Drunpy_compat.py4 class ImpLoader: class
112 return ImpLoader(fullname, file, filename, etc)
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/
H A Dpkgutil.pyi26 class ImpLoader:
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dpkgutil.pyi26 class ImpLoader:
/dports/lang/python27/Python-2.7.18/Lib/
H A Dpkgutil.py186 return ImpLoader(fullname, file, filename, etc)
229 class ImpLoader: class
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dpkgutil.py186 return ImpLoader(fullname, file, filename, etc)
229 class ImpLoader: class
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_imps/
H A D_pydev_pkgutil_old.py189 return ImpLoader(fullname, file, filename, etc)
232 class ImpLoader: class
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dpkgutil.py188 return ImpLoader(fullname, file, filename, etc)
223 class ImpLoader: class
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydev_imps/
H A D_pydev_pkgutil_old.py189 return ImpLoader(fullname, file, filename, etc)
232 class ImpLoader: class
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/profiler/_imps/
H A D_pydev_pkgutil_old.py189 return ImpLoader(fullname, file, filename, etc)
232 class ImpLoader: class
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dpkgutil.py189 return ImpLoader(fullname, file, filename, etc)
224 class ImpLoader: class
/dports/sysutils/py-mitogen/mitogen-0.2.9/mitogen/compat/
H A Dpkgutil.py191 return ImpLoader(fullname, file, filename, etc)
234 class ImpLoader: class
/dports/devel/py-pydevd/pydevd-1.1.1/_pydev_imps/
H A D_pydev_pkgutil_old.py189 return ImpLoader(fullname, file, filename, etc)
232 class ImpLoader: class
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydev_imps/
H A D_pydev_pkgutil_old.py189 return ImpLoader(fullname, file, filename, etc)
232 class ImpLoader: class
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dpkgutil.py225 return ImpLoader(fullname, file, filename, etc)
268 class ImpLoader: class

12345