+
    W¦Bi3  ã                   ó*   € R t R tR t ! R R4      tR# )z|
An asynchronous function and an asynchronous method.

Here we're testing out some straightforward Python 3 async
examples.
c                 ó   € R# )z%
A sample non-asynchronous function.
ú
Not async.© r   ó    Ú?/usr/lib/python3.14/site-packages/doxypypy/test/sample_async.pyÚnon_asynchronous_functionr   
   s   € ñ r   c               ƒ  ó   "  € R# 5i)z!
A sample asynchronous function.
ÚAsyncr   r   r   r   Úasynchronous_functionr
      s
   é € ñ ùó   ‚c                   ó0   a € ] tR t^t o RtR tR tRtV tR# )ÚClassWithAsyncMethodzt
A sample class with an async method.

Nothing special, just a basic Python 3 class that has an
async method in it.
c                ó   € R# )z&
This is a regular, non-async method.
r   r   ©Úselfs   &r   Únon_asynchronous_methodÚ,ClassWithAsyncMethod.non_asynchronous_method   s   € ñ r   c              ƒ  ó   "  € R# 5i)z!
This is an asynchronous method.
r	   r   r   s   &r   Úasynchronous_methodÚ(ClassWithAsyncMethod.asynchronous_method%   s
   é € ñ ùr   r   N)	Ú__name__Ú
__module__Ú__qualname__Ú__firstlineno__Ú__doc__r   r   Ú__static_attributes__Ú__classdictcell__)Ú__classdict__s   @r   r   r      s   ø‡ € ñò÷ð r   r   N)r   r   r
   r   r   r   r   Ú<module>r      s   ðñòò÷ó r   