403Webshell
Server IP : 54.37.205.81  /  Your IP : 216.73.216.76
Web Server : nginx/1.22.1
System : Linux vps-249481fa 6.1.0-50-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.176-1 (2026-07-02) x86_64
User : debian ( 1000)
PHP Version : 8.2.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /usr/lib/python3/dist-packages/nltk/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/lib/python3/dist-packages/nltk/__pycache__/lazyimport.cpython-311.pyc
�

 T�c���(�dZdZGd�d��ZdS)a Helper to enable simple lazy module import.

    'Lazy' means the actual import is deferred until an attribute is
    requested from the module's namespace. This has the advantage of
    allowing all imports to be done at the top of a script (in a
    prominent and visible place) without having a great impact
    on startup time.

    Copyright (c) 1999-2005, Marc-Andre Lemburg; mailto:mal@lemburg.com
    See the documentation for further information on copyrights,
    or contact the author. All Rights Reserved.
�c�F�eZdZdZdZdZdZdZdZd
d�Z	d�Z
d�Zd�Zd	�Z
dS)�
LazyModulea�Lazy module class.

    Lazy modules are imported into the given namespaces whenever a
    non-special attribute (there are some attributes like __doc__
    that class instances handle without calling __getattr__) is
    requested. The module is then registered under the given name
    in locals usually replacing the import wrapper instance. The
    import itself is done using globals as global namespace.

    Example of creating a lazy load module:

    ISO = LazyModule('ISO',locals(),globals())

    Later, requesting an attribute from ISO will load the module
    automatically into the locals() namespace, overriding the
    LazyModule instance:

    t = ISO.Week(1998,1,1)

    r�Nc��||_|�|}||_|�dd��}|r|dz|z|_||_n|x|_|_d|_dS)z�Create a LazyModule instance wrapping module name.

        The module will later on be registered in locals under the
        given module name.

        globals is optional and defaults to locals.

        N�__name__r�.�)�_LazyModule__lazymodule_locals�_LazyModule__lazymodule_globals�getr�_LazyModule__lazymodule_name�_LazyModule__lazymodule_init)�self�name�locals�globals�mainnames     �1/usr/lib/python3/dist-packages/nltk/lazyimport.py�__init__zLazyModule.__init__?sq��$*�� ��?��G�$+��!��;�;�z�2�.�.���	:�$�s�N�T�1�D�M�%)�D�"�"�59�9�D�M�D�2�!"�����c�L�|j}|j}|jr
|j|Strtd|z��t
||j|jd��x|j|<}|j�	|j��d|jd<trtd|z��|S)zImport the module now.zLazyModule: Loading module %r�*r	�__lazymodule_loadedzLazyModule: Module %r loaded)
r
r�_LazyModule__lazymodule_loadedr
�_debug�print�
__import__r�__dict__�update)r�
local_name�	full_name�modules    r�__lazymodule_importzLazyModule.__lazymodule_importUs����+�
��M�	��#�	8��+�J�7�7��	?��1�I�=�>�>�>�8B��t�/��1J�C�9
�9
�	
�� ��,�v�	
�
���V�_�-�-�-�01��
�+�,��	>��0�9�<�=�=�=��
rc��|jrt|���trtd|z��|���}t||��S)z2Import the module on demand and get the attribute.z=LazyModule: Module load triggered by attribute %r read access)r�AttributeErrorrr�_LazyModule__lazymodule_import�getattr)rrr"s   r�__getattr__zLazyModule.__getattr__nsi���#�	'� ��&�&�&��	��D�FJ�K�
�
�
��)�)�+�+���v�t�$�$�$rc���|js||j|<dS|jr||j|j<||j|<dSt
rt
d|z��|���}t|||��dS)z2Import the module on demand and set the attribute.Nz>LazyModule: Module load triggered by attribute %r write access)	rrrr
r
rrr&�setattr)rr�valuer"s    r�__setattr__zLazyModule.__setattr__{s����%�	�"'�D�M�$���F��#�	�?D�D�$�T�%;�<�"'�D�M�$���F��	��E�GK�L�
�
�
��)�)�+�+�����e�$�$�$�$�$rc��d|jzS)Nz<LazyModule '%s'>)r)rs r�__repr__zLazyModule.__repr__�s��"�T�]�2�2r)N)r�
__module__�__qualname__�__doc__rr
rr
rrr&r(r,r.�rrrrs���������,�������� ��#�#�#�#�,���2%�%�%�%�%�%�$3�3�3�3�3rrN)r1rrr2rr�<module>r3sR��
��
��
u3�u3�u3�u3�u3�u3�u3�u3�u3�u3r

Youez - 2016 - github.com/yon3zu
LinuXploit