o
    ÉÙ¾i  ã                   @   sN   d Z ddlmZ ddlZddlmZ ddlmZ dZdd	„ Z	d
d„ Z
eƒ  dS )z$Module for base types and utilities.é    )Úabsolute_importNé   )ÚDECORDError)Ú_init_internal_apiÚ__ALL__c                 C   s   t | tƒo| tkS )zGReturn true if the argument is a special symbol for all nodes or edges.)Ú
isinstanceÚstrÚALL)Úarg© r   ú?/home/ubuntu/.local/lib/python3.10/site-packages/decord/base.pyÚis_all   s   r   c                 C   s   t  | ¡ dS )zPrint out warning messages.N)ÚwarningsÚwarn)Úmsgr   r   r   Údecord_warning   s   r   )Ú__doc__Ú
__future__r   r   Ú	_ffi.baser   Ú_ffi.functionr   r	   r   r   r   r   r   r   Ú<module>   s    
