AlkantarClanX12

Your IP : 3.140.197.140


Current Path : /opt/alt/python34/lib64/python3.4/__pycache__/
Upload File :
Current File : //opt/alt/python34/lib64/python3.4/__pycache__/pkgutil.cpython-34.pyc

�
e f�R�@s�dZddlmZddlZddlZddlZddlZddlZddl	Z	ddl
mZddlZddddd	d
ddd
ddgZ
dd�Zdd�Zddddd	�Zdddd
�Zeddd��Zddd�Zejejje�dd�ZGdd�d�ZGdd
�d
�Zy?ddlZddlmZddd �Zejee�Wnek
r�YnXd!d�Zdd"d�Zd#d�Z d$d�Z!d%d�Z"d&d�Z#dS)'zUtilities to support packages.�)�singledispatchN)�
ModuleType�get_importer�iter_importers�
get_loader�find_loader�
walk_packages�iter_modules�get_data�ImpImporter�	ImpLoader�	read_code�extend_pathcCsby
|j}WnDtk
rS|j|�}|dkr<dStjj||�SYnX||�SdS)z'Return the finder-specific module spec.N)�	find_spec�AttributeError�find_module�	importlib�util�spec_from_loader)�finder�namer�loader�r�,/opt/alt/python34/lib64/python3.4/pkgutil.py�	_get_specs

rcCsKddl}|jd�}|tjjkr1dS|jd�|j|�S)Nr��)�marshal�readrr�MAGIC_NUMBER�load)�streamr�magicrrrr
"s
�c
#sidd��x�t||�D]�\}}}|||fV|ryt|�WnXtk
r}|dk	ry||�nYq�tk
r�|dk	r�||�n�Yq�Xttj|dd�p�g}�fdd�|D�}t||d|�DdHqqWdS)a�Yields (module_loader, name, ispkg) for all modules recursively
    on path, or, if path is None, all accessible modules.

    'path' should be either None or a list of paths to look for
    modules in.

    'prefix' is a string to output on the front of every module name
    on output.

    Note that this function must import all *packages* (NOT all
    modules!) on the given path, in order to access the __path__
    attribute to find submodules.

    'onerror' is a function which gets called with one argument (the
    name of the package which was being imported) if any exception
    occurs while trying to import a package.  If no onerror function is
    supplied, ImportErrors are caught and ignored, while all other
    exceptions are propagated, terminating the search.

    Examples:

    # list all modules python can access
    walk_packages()

    # list all submodules of ctypes
    walk_packages(ctypes.__path__, ctypes.__name__+'.')
    cSs||krdSd||<dS)NTr)�p�mrrr�seenLszwalk_packages.<locals>.seenN�__path__cs"g|]}�|�s|�qSrr)�.0r$)r&rr�
<listcomp>cs	z!walk_packages.<locals>.<listcomp>�.)r	�
__import__�ImportError�	Exception�getattr�sys�modulesr)�path�prefix�onerror�importerr�ispkgr)r&rr/s 


ccs�|dkrt�}ntt|�}i}xU|D]M}xDt||�D]3\}}||krJd||<|||fVqJqJWq4WdS)a&Yields (module_loader, name, ispkg) for all submodules on path,
    or, if path is None, all top-level modules on sys.path.

    'path' should be either None or a list of paths to look for
    modules in.

    'prefix' is a string to output on the front of every module name
    on output.
    N�)r�mapr�iter_importer_modules)r1r2Z	importers�yielded�irr5rrrr	hs

cCs t|d�sgS|j|�S)Nr	)�hasattrr	)r4r2rrrr8�sr8ccs�|jdks%tjj|j�r)dSi}ddl}ytj|j�}Wntk
rkg}YnX|j�x|D]}|j|�}|dks}||kr�q}ntjj|j|�}d}|rctjj|�rcd|krc|}ytj|�}	Wntk
r&g}	YnXx9|	D]+}|j|�}
|
dkr.d}Pq.q.Wq}n|r}d|kr}d||<|||fVq}q}WdS)Nr�__init__Fr*Tr6)	r1�os�isdir�inspect�listdir�OSError�sort�
getmodulename�join)r4r2r9r?�	filenames�fn�modnamer1r5�dircontents�subnamerrr�_iter_file_finder_modules�s<%


%


rJc
Cs6tj��$tjdt�tjd�aWdQXdS)N�ignore�imp)�warnings�catch_warnings�simplefilter�PendingDeprecationWarningr�
import_modulerLrrrr�_import_imp�s
rRc@sCeZdZdZddd�Zddd�Zddd	�ZdS)
ra�PEP 302 Importer that wraps Python's "classic" import algorithm

    ImpImporter(dirname) produces a PEP 302 importer that searches that
    directory.  ImpImporter(None) produces a PEP 302 importer that searches
    the current sys.path, plus any modules that are frozen or built-in.

    Note that ImpImporter does not currently support being used by placement
    on sys.meta_path.
    NcCs$tjdt�t�||_dS)Nz5This emulation is deprecated, use 'importlib' instead)rM�warn�DeprecationWarningrRr1)�selfr1rrrr<�s	zImpImporter.__init__c
Cs�|jd�d}||kr2|jdkr2dS|jdkrJd}ntjj|j�g}ytj||�\}}}Wntk
r�dSYnXt||||�S)Nr*r6���)�splitr1r=�realpathrLrr,r)rU�fullnamer1rI�file�filename�etcrrrr�s	
	zImpImporter.find_moduler#ccs�|jdks%tjj|j�r)dSi}ddl}ytj|j�}Wntk
rkg}YnX|j�x|D]}|j|�}|dks}||kr�q}ntjj|j|�}d}|rctjj|�rcd|krc|}ytj|�}	Wntk
r&g}	YnXx9|	D]+}|j|�}
|
dkr.d}Pq.q.Wq}n|r}d|kr}d||<|||fVq}q}WdS)Nrr<Fr*Tr6)	r1r=r>r?r@rArBrCrD)rUr2r9r?rErFrGr1r5rHrIrrrr	�s<%


%


zImpImporter.iter_modules)�__name__�
__module__�__qualname__�__doc__r<rr	rrrrr�s	c@s�eZdZdZdZZdd�Zdd�Zdd�Zd	d
�Z	dd�Z
d
d�Zddd�Zddd�Z
dd�Zddd�ZdS)rzBPEP 302 Loader that wraps Python's "classic" import algorithm
    NcCs?tjdt�t�||_||_||_||_dS)Nz5This emulation is deprecated, use 'importlib' instead)rMrSrTrRrZr[rYr\)rUrYrZr[r\rrrr<	s				zImpLoader.__init__cCsP|j�z%tj||j|j|j�}Wd|jrK|jj�nX|S)N)�_reopenrL�load_modulerZr[r\�close)rUrY�modrrrrbs
%	zImpLoader.load_modulecCs&t|d��}|j�SWdQXdS)N�rb)�openr)rU�pathnamerZrrrr
szImpLoader.get_datacCs�|jr||jjr||jd}|tjkrIt|jd�|_q||tjtjfkr|t|jd�|_q|ndS)N��rre)	rZ�closedr\rL�	PY_SOURCErfr[�PY_COMPILED�C_EXTENSION)rU�mod_typerrrra!s
zImpLoader._reopencCsG|dkr|j}n+||jkrCtd|j|f��n|S)Nz,Loader for module %s cannot handle module %s)rYr,)rUrYrrr�	_fix_name)szImpLoader._fix_namecCs#|j|�}|jdtjkS)Nrh)ror\rL�
PKG_DIRECTORY)rUrYrrr�
is_package1szImpLoader.is_packagec
Cs�|j|�}|jdkr�|jd}|tjkrd|j|�}t||jd�|_q�|tjkr�|j	�zt
|j�|_Wd|jj�Xq�|tj
kr�|j�j�|_q�n|jS)Nrh�exec)ro�coder\rLrk�
get_source�compiler[rlrar
rZrcrp�
_get_delegate�get_code)rUrYrn�sourcerrrrw5s

zImpLoader.get_codec
Cs|j|�}|jdkr|jd}|tjkrn|j�z|jj�|_Wd|jj�Xq|tj	kr�t
jj|j
dd��r�t|j
dd�d��}|j�|_WdQXq�q|tjkr|j�j�|_qn|jS)Nrhr6rirVrV)rorxr\rLrkrarZrrcrlr=r1�existsr[rfrprvrt)rUrYrn�frrrrtFs

zImpLoader.get_sourcecCs%t|j�}t|d�}|jS)Nr<)rr[rr)rUr�specrrrrvXszImpLoader._get_delegatecCsd|j|�}|jd}|tjkr;|j�j�S|tjtjtjfkr`|j	SdS)Nrh)
ror\rLrprv�get_filenamerkrlrmr[)rUrYrnrrrr|]s
zImpLoader.get_filename)r]r^r_r`rsrxr<rbr
rarorqrwrtrvr|rrrrrs
	)�zipimporterc	csRttj|j�}|j}t|�}i}ddl}x|D]}|j|�s_qDn||d�jt	j
�}t|�dkr�|djd�r�|d|kr�d||d<|ddfVq�nt|�dkr�qDn|j|d�}|dkrqDn|rDd|krD||krDd||<||dfVqDqDWdS)	Nrrhr6z__init__.pyTr<r*F)�sorted�	zipimport�_zip_directory_cache�archiver2�lenr?�
startswithrWr=�seprC)	r4r2ZdirlistZ_prefixZplenr9r?rFrGrrr�iter_zipimport_modulesks*	
%
r�cCs}ytj|}Wnetk
rxxPtjD]?}y$||�}tjj||�PWq+tk
riYq+Xq+Wd}YnX|S)aRetrieve a PEP 302 importer for the given path item

    The returned importer is cached in sys.path_importer_cache
    if it was newly created by a path hook.

    The cache (or part of it) can be cleared manually if a
    rescan of sys.path_hooks is necessary.
    N)r/�path_importer_cache�KeyError�
path_hooks�
setdefaultr,)Z	path_itemr4�	path_hookrrrr�s	

	ccs�|jd�r-dj|�}t|��nd|kr�|jd�d}tj|�}t|dd�}|dkr�dSntjDdHtj	}x|D]}t
|�Vq�WdS)a�Yield PEP 302 importers for the given module name

    If fullname contains a '.', the importers will be for the package
    containing fullname, otherwise they will be all registered top level
    importers (i.e. those on both sys.meta_path and sys.path_hooks).

    If the named module is in a package, that package is imported as a side
    effect of invoking this function.

    If no module name is specified, all top level importers are produced.
    r*z'Relative module name {!r} not supportedrr'N)r��formatr,�
rpartitionrrQr.r/�	meta_pathr1r)rY�msgZpkg_nameZpkgr1�itemrrrr�s	
cCs�|tjkr/tj|}|dkr/dSnt|t�r�|}t|dd�}|dk	rf|St|dd�dkr�dS|j}n|}t|�S)aGet a PEP 302 "loader" object for module_or_name

    Returns None if the module cannot be found or imported.
    If the named module is not already imported, its containing package
    (if any) is imported, in order to establish the package __path__.
    N�
__loader__�__spec__)r/r0�
isinstancerr.r]r)Zmodule_or_name�modulerrYrrrr�s
cCs�|jd�r-dj|�}t|��nytjj|�}Wn[ttttfk
r�}z/d}t|j|t	|�|��|�WYdd}~XnX|dk	r�|j
SdS)z�Find a PEP 302 "loader" object for fullname

    This is a backwards compatibility wrapper around
    importlib.util.find_spec that converts most failures to ImportError
    and only returns the loader rather than the full spec
    r*z'Relative module name {!r} not supportedz,Error while finding loader for {!r} ({}: {})N)r�r�r,rrrr�	TypeError�
ValueError�typer)rYr�r{Zexrrrr�s7cCs:t|t�s|S|d}|dd�}|jd�\}}}|r�ytj|j}Wq�ttfk
r}|SYq�Xn	tj}x�|D]�}t|t	�s�q�nt
|�}|dk	r`g}	t|d�r	|j|�}
|
dk	r0|
j
pg}	q0n't|d�r0|j|�\}}	nx-|	D]"}||kr7|j|�q7q7Wntjj||�}tjj|�r�yt|�}
Wn?tk
r�}ztjjd||f�WYdd}~Xq2X|
�NxF|
D]>}|jd�}|s�|jd�rq�n|j|�q�WWdQXq�q�W|S)	a�Extend a package's path.

    Intended use is to place the following code in a package's __init__.py:

        from pkgutil import extend_path
        __path__ = extend_path(__path__, __name__)

    This will add to the package's __path__ all subdirectories of
    directories on sys.path named after the package.  This is useful
    if one wants to distribute different parts of a single logical
    package as multiple directories.

    It also looks for *.pkg files beginning where * matches the name
    argument.  This feature is similar to *.pth files (see site.py),
    except that it doesn't special-case lines starting with 'import'.
    A *.pkg file is trusted at face value: apart from checking for
    duplicates, all entries found in a *.pkg file are added to the
    path, regardless of whether they are exist the filesystem.  (This
    is a feature.)

    If the input path is not a list (as is the case for frozen
    packages) it is returned unchanged.  The input path is not
    modified; an extended copy is returned.  Items are only appended
    to the copy at the end.

    It is assumed that sys.path is a sequence.  Items of sys.path that
    are not (unicode or 8-bit) strings referring to existing
    directories are ignored.  Unicode items of sys.path that cause
    errors when used as filenames may cause this function to raise an
    exception (in line with os.path.isdir() behavior).
    z.pkgNr*rrzCan't open %s: %s
�
�#)r��listr�r/r0r'r�rr1�strrr;r�submodule_search_locationsr�appendr=rD�isfilerfrA�stderr�write�rstripr�)r1rZ	sname_pkgZparent_package�_Z
final_nameZsearch_path�dirr�portionsr{ZportionZpkgfilerzr��linerrrr�sP!
	

!
cCs�tjj|�}|dkr"dS|j}|dksGt|d�rKdStjj|�prtjj	|�j
�}|dks�t|d�r�dS|jd�}|jdt
jj|j��t
jj|�}|j|�S)afGet a resource from a package.

    This is a wrapper round the PEP 302 loader get_data API. The package
    argument should be the name of a package, in standard module format
    (foo.bar). The resource argument should be in the form of a relative
    filename, using '/' as the path separator. The parent directory name '..'
    is not allowed, and nor is a rooted name (starting with a '/').

    The function returns a binary string, which is the contents of the
    specified resource.

    For packages located in the filesystem, which have already been imported,
    this is the rough equivalent of

        d = os.path.dirname(sys.modules[package].__file__)
        data = open(os.path.join(d, resource), 'rb').read()

    If the package cannot be located or loaded, or it uses a PEP 302 loader
    which does not support get_data(), then None is returned.
    Nr
�__file__�/r)rrrrr;r/r0�get�
_bootstrap�_SpecMethodsr rW�insertr=r1�dirnamer�rDr
)�packageZresourcer{rrd�partsZ
resource_namerrrr
Ms	)$r`�	functoolsrZ
simplegenericr�importlib.util�importlib.machineryr=Zos.pathr/�typesrrM�__all__rr
rr	r8rJ�register�	machinery�
FileFinderrRrrrr}r�r,rrrrrr
rrrr�<module>sJ	
9(Jc
^