$18 GRAYBYTE WORDPRESS FILE MANAGER $65

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.217.254 | ADMIN IP 216.73.216.157
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/opt/alt/python311/lib64/python3.11/importlib/metadata/__pycache__/

HOME
Current File : /opt/alt/python311/lib64/python3.11/importlib/metadata/__pycache__//_functools.cpython-311.pyc
�

���hO��$�ddlZddlZdd�Zd�ZdS)�Nc�P����ptj�����fd�}d�|_|S)aV
    Wrap lru_cache to support storing the cache data in the object instances.

    Abstracts the common paradigm where the method explicitly saves an
    underscore-prefixed protected property on first call and returns that
    subsequently.

    >>> class MyClass:
    ...     calls = 0
    ...
    ...     @method_cache
    ...     def method(self, value):
    ...         self.calls += 1
    ...         return value

    >>> a = MyClass()
    >>> a.method(3)
    3
    >>> for x in range(75):
    ...     res = a.method(x)
    >>> a.calls
    75

    Note that the apparent behavior will be exactly like that of lru_cache
    except that the cache is stored on each instance, so values in one
    instance will not flush values from another, and when an instance is
    deleted, so are the cached values for that instance.

    >>> b = MyClass()
    >>> for x in range(35):
    ...     res = b.method(x)
    >>> b.calls
    35
    >>> a.method(0)
    0
    >>> a.calls
    75

    Note that if method had been decorated with ``functools.lru_cache()``,
    a.calls would have been 76 (due to the cached value of 0 having been
    flushed by the 'b' instance).

    Clear the cache with ``.cache_clear()``

    >>> a.method.cache_clear()

    Same for a method that hasn't yet been called.

    >>> c = MyClass()
    >>> c.method.cache_clear()

    Another cache wrapper may be supplied:

    >>> cache = functools.lru_cache(maxsize=2)
    >>> MyClass.method2 = method_cache(lambda self: 3, cache_wrapper=cache)
    >>> a = MyClass()
    >>> a.method2()
    3

    Caution - do not subsequently wrap the method with another decorator, such
    as ``@property``, which changes the semantics of the function.

    See also
    http://code.activestate.com/recipes/577452-a-memoize-decorator-for-instance-methods/
    for another implementation and additional justification.
    c���tj�|��}�|��}t|�j|��||i|��S�N)�types�
MethodType�setattr�__name__)�self�args�kwargs�bound_method�
cached_method�
cache_wrapper�methods     ���D/opt/alt/python311/lib64/python3.11/importlib/metadata/_functools.py�wrapperzmethod_cache.<locals>.wrapperKsM����'���5�5��%�
�l�3�3�
���f�o�}�5�5�5��}�d�-�f�-�-�-�c��dSr�rrr�<lambda>zmethod_cache.<locals>.<lambda>Ss��$�r)�	functools�	lru_cache�cache_clear)rrrs`` r�method_cachersI����F"�:�Y�%8�%:�%:�M�.�.�.�.�.�.�'�,�G���Nrc�F��tj����fd���}|S)z�
    Wrap func so it's not called if its first param is None

    >>> print_text = pass_none(print)
    >>> print_text('text')
    text
    >>> print_text(None)
    c�$��|��|g|�Ri|��SdSrr)�paramrr�funcs   �rrzpass_none.<locals>.wrappercs1������4��/��/�/�/��/�/�/��r)r�wraps)rrs` r�	pass_noner Ys:����_�T���0�0�0�0���0��Nrr)rrrr rrr�<module>r!sL����������O�O�O�O�f����r


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
10 Feb 2026 9.36 AM
root / linksafe
0755
__init__.cpython-311.opt-1.pyc
57.591 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
__init__.cpython-311.opt-2.pyc
47.038 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
__init__.cpython-311.pyc
57.591 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_adapters.cpython-311.opt-1.pyc
3.719 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_adapters.cpython-311.opt-2.pyc
3.61 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_adapters.cpython-311.pyc
3.719 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_collections.cpython-311.opt-1.pyc
2.104 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_collections.cpython-311.opt-2.pyc
1.802 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_collections.cpython-311.pyc
2.104 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_functools.cpython-311.opt-1.pyc
3.511 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_functools.cpython-311.opt-2.pyc
1.525 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_functools.cpython-311.pyc
3.511 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_itertools.cpython-311.opt-1.pyc
2.498 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_itertools.cpython-311.opt-2.pyc
1.317 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_itertools.cpython-311.pyc
2.498 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_meta.cpython-311.opt-1.pyc
2.857 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_meta.cpython-311.opt-2.pyc
2.653 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_meta.cpython-311.pyc
2.857 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_text.cpython-311.opt-1.pyc
4.251 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_text.cpython-311.opt-2.pyc
3.091 KB
7 Jan 2026 10.45 PM
root / linksafe
0644
_text.cpython-311.pyc
4.251 KB
7 Jan 2026 10.45 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF