PK
œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in /home/telusvwg/public_html/da754d/index.php on line 8
| Dir : /opt/cloudlinux/venv/lib64/python3.11/site-packages/mock/__pycache__/ |
| Server: Linux premium279.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 IP: 66.29.132.192 |
| Dir : //opt/cloudlinux/venv/lib64/python3.11/site-packages/mock/__pycache__/backports.cpython-311.pyc |
�
�|oi�
� � � d dl Z e j dd� dk r7d dlZd dlZd dlmZ d dlmZmZm Z d dl
mZ d� Zd� Z
d � Z G d
� de� � ZdS d dlmZ d d
l
mZ dS )� N� )� � )�
_is_coroutine)�ismethod�
isfunction�CO_COROUTINE)�TestCasec �| � t | t j � � r!| j } t | t j � � �!| S �N)�
isinstance� functools�partial�func)r s �`/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib/python3.11/site-packages/mock/backports.py�_unwrap_partialr s: � ���y�0�1�1� ��9�D� ��y�0�1�1� ��� c �� � t | � � r| j } t | � � �t | � � } t | � � sdS t | j j |z � � S )z�Return true if ``f`` is a function (or a method or functools.partial
wrapper wrapping a function) whose code object has the given ``flag``
set in its flags.F)r �__func__r r �bool�__code__�co_flags)�f�flags r �_has_code_flagr sa � � �q�k�k� ��
�A� �q�k�k� ��A�����!�}�}� ��5��A�J�'�$�.�/�/�/r c �\ � t | t � � pt | dd� � t u S )z}Return true if the object is a coroutine function.
Coroutine functions are defined with "async def" syntax.
r N)r r �getattrr )�objs r �iscoroutinefunctionr s0 � �
�3��-�-�
A��C��$�/�/�=�@�
r c �>