OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImportManager
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py
5
ImportManager
Manage the import process
25
__all__ = ["
ImportManager
","Importer","BuiltinImporter"]
30
class
ImportManager
:
34
"Install this
ImportManager
into the specified namespace."
544
# private to the
ImportManager
. The
ImportManager
uses the
624
ImportManager
().install()
654
# should BuiltinImporter exist in sys.path or hard-wired in
ImportManager
?
694
# We could cache this in a dictionary: the
ImportManager
can have a
702
#
ImportManager
instance) so that rearrangements of sys.path do th
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py
5
ImportManager
Manage the import process
25
__all__ = ["
ImportManager
","Importer","BuiltinImporter"]
30
class
ImportManager
:
34
"Install this
ImportManager
into the specified namespace."
544
# private to the
ImportManager
. The
ImportManager
uses the
624
ImportManager
().install()
654
# should BuiltinImporter exist in sys.path or hard-wired in
ImportManager
?
694
# We could cache this in a dictionary: the
ImportManager
can have a
702
#
ImportManager
instance) so that rearrangements of sys.path do th
[
all
...]
Completed in 179 milliseconds