o
    iI                     @   s"   d dl mZ G dd dedZdS )    )Constant_Classc                   @   s8   e Zd ZdZdZdZdZdZdZdZ	dZ
d	Zd
ZdZdS )COMMANDSzh
    string names used by the library for tagging data for subprocess executions in context or span
    command_execution	componentz	cmd.shellzcmd.execzcmd.truncatedzcmd.exit_codesubprocess_popen_is_shellsubprocess_popen_truncatedsubprocess_popen_linesubprocess_popen_binaryN)__name__
__module____qualname____doc__	SPAN_NAME	COMPONENTSHELLEXEC	TRUNCATED	EXIT_CODECTX_SUBP_IS_SHELLCTX_SUBP_TRUNCATEDCTX_SUBP_LINECTX_SUBP_BINARY r   r   a/home/ubuntu/.local/lib/python3.10/site-packages/ddtrace/contrib/internal/subprocess/constants.pyr      s    r   )	metaclassN)ddtrace.appsec._constantsr   r   r   r   r   r   <module>   s    