Skip to content
logo
In Silico Framework
get_read_lock
Initializing search
    in_silico_framework
    • API reference
    • Tutorials
    • Installation
    • File & data formats
    • Bibliography
    in_silico_framework
    • API reference
      • Interface
      • biophysics_fitting
      • data_base
        • IO
        • analyze
        • db_initializers
        • data_base_register
        • dbopen
        • distributed_lock
          • InterProcessLockNoWritePermission
          • _get_locking_config
          • _get_locking_server_client_from_config
          • get_locking_server_client
          • get_locking_client
          • get_locking_server
          • update_config
          • get_lock
          • get_read_lock
            • Fdata_base.distributed_lock.get_read_lock
              • Parameters
              • Returns
              • Return type
          • get_write_lock
        • exceptions
        • isf_data_base
        • utils
        • is_data_base
        • is_sub_data_base
        • get_db_by_unique_id
      • simrun
      • single_cell_parser
      • singlecell_input_mapper
      • spike_analysis
      • visualize
    • Tutorials
    • Installation
    • File & data formats
    • Bibliography
    • Fdata_base.distributed_lock.get_read_lock
      • Parameters
      • Returns
      • Return type

    data_base ❭ distributed_lock ❭ get_read_lock

    get_read_lock¶

    data_base.distributed_lock.get_read_lock(name)¶

    Fetch the correct read lock, depending on global locking server configuration.

    Parameters:¶

    name (str) – The name of the lock.

    Returns:¶

    The lock object.

    Return type:¶

    InterProcessLockNoWritePermission | redis.lock | kazoo.client.Lock

    Previous get_lock
    Next get_write_lock
    © Copyright 2025 Max Planck Institute for Neurobiology of Behavior - CAESAR.
    Created using Sphinx 7.1.2. and Sphinx-Immaterial