
    AVh                         d Z ddlmZ ddZy)zFilesystem related operations.    )gen_filesystem_opsNc                 4    t        j                  | |||      S )zSet configuration of the file system.

  Args:
    scheme: File system scheme.
    key: The name of the configuration option.
    value: The value of the configuration option.
    name: A name for the operation (optional).

  Returns:
    None.
  )keyvaluename)_gen_filesystem_opsfile_system_set_configuration)schemer   r   r   s       T/home/dcms/DCMS/lib/python3.12/site-packages/tensorflow/python/ops/filesystem_ops.pyfilesystem_set_configurationr      s      
	:	:#U
/ /    )N)__doc__tensorflow.python.opsr   r   r    r   r   <module>r      s    % K/r   