Skip to main content
Glama

ClickUp Operator

by noah-vh
lowlevel.cpython-312.pyc6.97 kB
� �MMgI��N�UddlmZddlZddlmZddlmZmZmZm Z m Z ddl m Z ddl mZe d�Ze d �Zdd �Zdd �Zdd �Zdd �Ze �Zded<iZded<ed��Gd�d��ZGd�dej2�ZGd�dee�ZGd�dee�Zy)�)� annotationsN)� dataclass)�Any�Generic�Literal�TypeVar�overload)�WeakKeyDictionary�)�get_async_backend�T�Dc��PK�t�j��d{���y7��w)z� Check for cancellation and allow the scheduler to switch to another task. Equivalent to (but more efficient than):: await checkpoint_if_cancelled() await cancel_shielded_checkpoint() .. versionadded:: 3.0 N)r � checkpoint���ZC:\Users\noahv\Documents\GitHub\clickup-operator\.venv\Lib\site-packages\anyio/lowlevel.pyrrs���� � � (� (� *�*�*�� �&�$�&c��PK�t�j��d{���y7��w)z� Enter a checkpoint if the enclosing cancel scope has been cancelled. This does not allow the scheduler to switch to a different task. .. versionadded:: 3.0 N)r �checkpoint_if_cancelledrrrrrs���� � � 5� 5� 7�7�7�rc��PK�t�j��d{���y7��w)z� Allow the scheduler to switch to another task but without checking for cancellation. Equivalent to (but potentially more efficient than):: with CancelScope(shield=True): await checkpoint() .. versionadded:: 3.0 N)r �cancel_shielded_checkpointrrrrr*s���� � � 8� 8� :�:�:�rc�2�t�j�S)ze Return a backend specific token object that can be used to get back to the event loop. )r � current_tokenrrrrr:s�� � � ,� ,� .�.rz&WeakKeyDictionary[Any, dict[str, Any]]� _run_varszdict[Any, _TokenWrapper]�_token_wrappersT)�frozenc��eZdZUdZded<y)� _TokenWrapper)�_token� __weakref__�objectr N)�__name__� __module__� __qualname__� __slots__�__annotations__rrrrrGs ��'�I� �Nrrc�.�eZdZej�Zy)� _NoValueSetN)r#r$r%�enum�auto� NO_VALUE_SETrrrr)r)Ms���4�9�9�;�Lrr)c��eZdZdZdd�Zy)� RunvarToken��_var�_value� _redeemedc�.�||_||_d|_y)NFr/)�self�var�values r�__init__zRunvarToken.__init__Ts���� �=B�� ���rN)r5z RunVar[T]r6�%T | Literal[_NoValueSet.NO_VALUE_SET])r#r$r%r&r7rrrr.r.Qs ��-�I�rr.c���eZdZUdZdZej Zded<e�Z ded<ef dd�Z e dd��Z e dd ��Ze dd ��Zef dd �Zdd �Zdd �Zdd�Zy)�RunVarz[ Like a :class:`~contextvars.ContextVar`, except scoped to the running event loop. ��_name�_defaultz!Literal[_NoValueSet.NO_VALUE_SET]r,zset[_TokenWrapper]rc� �||_||_y�Nr;)r4�name�defaults rr7zRunVar.__init__es���� ��� rc�b�t�} t|S#t$rix}t|<|cYSwxYwr?)rr�KeyError)r4�token�run_varss r� _current_varszRunVar._current_varsks<����� ��U�#� #��� �*,� ,�H�y��'��O� �s ��.�.c��yr?r�r4rAs r�getz RunVar.getts��(+rc��yr?r�r4s rrIz RunVar.getws��rc�� |j|jS#t$rC|tjur|cYS|j tjur|j cYSYnwxYwt d|j�d���)NzRun variable "z!" has no value and no default set)rFr<rCr:r,r=� LookupErrorrHs rrIz RunVar.getzs�� %��%�%�d�j�j�1� 1��� %��f�1�1�1������f�&9�&9�9��}�}�$�:� %�� ��T�Z�Z�L�(I� J� � s��A'�(A'�&A'c��|j}t||j|jtj ��}|||j<|Sr?)rFr.rIr<r:r,)r4r6� current_varsrDs r�setz RunVar.set�sC���)�)� ��D�,�"2�"2�4�:�:�v�?R�?R�"S�T��#(� �T�Z�Z� �� rc�\�|j|ur td��|jr td��|jtj ur |j |j=d|_y|j|j |j<d|_y#t$r Yd|_ywxYw)Nz)This token does not belong to this RunVarz This token has already been usedT) r0� ValueErrorr2r1r)r,rFr<rC)r4rDs r�resetz RunVar.reset�s��� �:�:�T� !��H�I� I� �?�?��?�@� @� �<�<�;�3�3� 3� ��&�&�t�z�z�2� ���.3�\�\�D� � �t�z�z� *����� � �����  �s�B� B+�*B+c�"�d|j�d�S)Nz <RunVar name=�>)r<rKs r�__repr__zRunVar.__repr__�s���t�z�z�n�A�.�.rN)r@�strrAr8)�returnz dict[str, T])rArrX�T | D)rXr )rAz%D | Literal[_NoValueSet.NO_VALUE_SET]rXrY)r6r rX�RunvarToken[T])rDrZrX�None)rXrW)r#r$r%�__doc__r&r)r,r'rPrr7�propertyrFr rIrSrVrrrr:r:Zs����$�I�6A�6N�6N�L�3�N�*-�%�O�'�/�KW� �� �"G� � �����+��+� ����@L�  �<�  � �  �� �"/rr:)rXr[)rXr")� __future__rr*� dataclassesr�typingrrrrr �weakrefr �_core._eventloopr r rrrrrrr'rr�Enumr)r.r:rrr�<module>rds���"� �!�;�;�%�/� �C�L�� �C�L�� +� 8� ;� /�5F�4G� � 1�G�,.��)�.� �$������ �$�)�)���'�!�*��G/�W�Q�Z�G/r

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/noah-vh/mcp-server-clickup'

If you have feedback or need assistance with the MCP directory API, please join our Discord server