MCPcopy Create free account

hub / github.com/tox-dev/filelock / functions

Functions1,605 in github.com/tox-dev/filelock

Method__reduce__
(self)
src/filelock/_error.py:11
Method__reduce__
( self, )
src/filelock/_error.py:44
Method__repr__
(self)
src/filelock/_error.py:18
Method__str__
(self)
src/filelock/_error.py:15
Function_abort_forked_sqlite_transition
()
src/filelock/_read_write.py:744
Method_acquire
(self)
src/filelock/_strict.py:110
Method_acquire
(self)
src/filelock/_lease.py:181
Method_acquire
(self)
src/filelock/_windows.py:184
Method_acquire
(self)
src/filelock/_soft.py:51
Method_acquire
(self)
tests/test_subclass_options.py:311
Method_acquire
(self)
tests/test_subclass_options.py:326
Method_acquire
(self)
tests/test_subclass_options.py:338
Method_acquire
(self)
tests/test_subclass_options.py:351
Method_acquire
(self)
tests/test_subclass_options.py:364
Method_acquire
(self)
tests/test_subclass_options.py:377
Method_acquire
(self)
tests/test_async_filelock_release_cancellation.py:215
Method_acquire
(self)
tests/test_async_filelock_rollback_agnostic.py:29
Method_acquire
(self)
tests/test_fork_backends.py:33
Method_acquire
(self)
tests/test_fork_backends.py:53
Method_acquire
(self)
tests/test_fork_backends.py:297
Method_acquire
(self)
tests/test_fork_coordination.py:208
Method_acquire
(self)
tests/test_fork_coordination.py:1106
Method_acquire
(self)
tests/test_fork_coordination.py:1143
Method_acquire
(self)
tests/test_fork_registries.py:23
Method_acquire
(self)
tests/test_async_filelock_acquire_cancellation.py:38
Method_acquire
(self)
tests/test_async_filelock.py:183
Method_acquire
(self)
tests/test_async_filelock.py:207
Method_acquire
(self)
tests/test_async_filelock.py:1005
Method_acquire_with_fork_tracking_async
(self)
src/filelock/asyncio.py:527
Function_audit_fork_safety
( # pragma: no cover - CPython disables tracing while Python audit hooks run event: str, _args: Unuse
src/filelock/_api.py:1785
Function_block_executor
(executor_started: threading.Event, release_executor: threading.Event)
tests/test_async_read_write_cancellation.py:513
Function_block_executor
(executor_started: threading.Event, release_executor: threading.Event)
tests/test_async_filelock_acquire_cancellation.py:479
Function_cancel_queued_read_write_acquire
(lock_file: str, cancel_caller: bool, canceled: Synchronized[bool])
tests/test_async_read_write_cancellation.py:358
Method_claim
(self)
src/filelock/_lease.py:153
Method_claim_directory
(self)
src/filelock/_strict.py:257
Function_cleanup_all_instances
()
src/filelock/_soft_rw/_sync.py:973
Function_clear_singleton_cache
()
tests/test_read_write_unit.py:33
Function_clear_singleton_cache
()
tests/test_async_read_write.py:23
Function_clear_singletons
()
tests/soft_rw/test_soft_rw_sync.py:43
Function_clear_singletons
()
tests/soft_rw/test_soft_rw_async.py:24
Function_close_eio
(fd: int)
tests/test_unix_fallback.py:152
Function_collect_garbage
()
tests/conftest.py:46
Method_deadlock_scope
()
src/filelock/asyncio.py:129
Method_descriptors_for_fork
(self)
src/filelock/_api.py:53
Function_failing_on_acquired
(_fd: int)
tests/test_filelock.py:2347
Function_failing_on_acquired
(_fd: int)
tests/test_async_filelock.py:1087
Function_hammer
(backend: str, path: str)
tasks/benchmark.py:179
Function_hammer
(name: str, lock_path: str)
tasks/verify_filesystem.py:113
Function_hold_file_lock
(lock_file: str, holder_started: threading.Event, finish_holder: threading.Event)
tests/async_filelock_cancellation_helpers.py:64
Function_hold_read_write_lock
( lock_file: str, mode: Literal["read", "write"], acquired: EventType, release: EventType, )
tests/test_async_read_write_cancellation.py:518
Function_hold_relative_lock
(polling: threading.Event, acquired: threading.Event, release: threading.Event)
tests/test_strict_soft_paths.py:158
Function_hold_until
(path: str, acquired: EventType, release: EventType)
tasks/benchmark.py:155
Method_inherited
(self)
src/filelock/_read_write.py:488
Method_inherited
(self)
src/filelock/_async_read_write.py:295
Function_init_then_fork
( self: _Sub, lock_file: str | os.PathLike[str], timeout: float = -1, *,
tests/test_read_write_unit.py:606
Function_noop_on_acquired
(_fd: int)
tests/test_filelock.py:2343
Function_pin_fork_objects
()
src/filelock/_api.py:1629
Function_probe_file_lock
(lock_file: str, acquired: Synchronized[bool])
tests/async_filelock_cancellation_helpers.py:56
Function_probe_read_write_lock
(lock_file: str, mode: Literal["read", "write"], acquired: Synchronized[bool])
tests/read_write_helpers.py:28
Method_published_record
(self)
src/filelock/_lease.py:199
Function_reacquire_fresh_lock_in_child
( # pragma: needs fork lock_file: str, child_path: str, result: EventType, failure: EventType )
tests/soft_rw/test_soft_rw_sync.py:1178
Method_reconcile_failed_acquire
(self, canonical: str)
src/filelock/_strict.py:221
Method_refresh_until_stopped
( self, claim: _LeaseClaim, fd: int, identity: tuple[int, int], token:
src/filelock/_lease.py:267
Method_register_context_descriptor
(self)
tests/test_async_filelock_rollback_agnostic.py:141
Method_release
(self)
src/filelock/_strict.py:227
Method_release
(self)
src/filelock/_unix.py:23
Method_release
(self)
src/filelock/_lease.py:194
Method_release
(self)
src/filelock/_windows.py:203
Method_release
(self)
tests/test_subclass_options.py:314
Method_release
(self)
tests/test_subclass_options.py:329
Method_release
(self)
tests/test_subclass_options.py:341
Method_release
(self)
tests/test_subclass_options.py:354
Method_release
(self)
tests/test_subclass_options.py:367
Method_release
(self)
tests/test_subclass_options.py:380
Method_release
(self)
tests/test_async_filelock_release_cancellation.py:218
Method_release
(self)
tests/test_async_filelock_rollback_agnostic.py:32
Method_release
(self)
tests/test_fork_backends.py:38
Method_release
(self)
tests/test_fork_backends.py:60
Method_release
(self)
tests/test_fork_coordination.py:1146
Method_release
(self)
tests/test_async_filelock_acquire_cancellation.py:42
Method_release
(self)
tests/test_async_filelock.py:188
Method_release
(self)
tests/test_async_filelock.py:210
Method_release
(self)
tests/test_async_filelock.py:1008
Function_release_inherited_lock
(lock_file: str, result: EventType, failure: EventType)
tests/soft_rw/test_soft_rw_sync.py:1155
Method_release_with_fork_tracking_async
(self)
src/filelock/asyncio.py:603
Method_reset_after_fork_in_child
(self)
src/filelock/_api.py:50
Method_reset_after_fork_in_child
(self)
src/filelock/_read_write.py:83
Method_reset_after_fork_in_child
(self)
src/filelock/_read_write.py:123
Method_reset_after_fork_in_child
(self)
src/filelock/_read_write.py:475
Method_reset_after_fork_in_child
(self)
src/filelock/_async_read_write.py:307
Method_reset_after_fork_in_child
(self)
src/filelock/_soft_rw/_sync.py:741
Method_reset_class_after_fork
(self)
src/filelock/_api.py:58
Method_reset_class_after_fork
(cls)
src/filelock/_soft_rw/_sync.py:216
Function_restart_coverage_after_fork
()
tests/fork_helpers.py:59
Function_resume_parent_after_fork
()
src/filelock/_api.py:1652
Function_reuse_inherited_lock
(lock_file: str, result: EventType, failure: EventType)
tests/soft_rw/test_soft_rw_sync.py:1132
Method_rollback_failed_acquire
(self, acquisition_error: BaseException)
src/filelock/_strict.py:212
Function_run
()
tests/test_async_filelock.py:377
Function_run_unawaited_acquire
( # pragma: needs fcntl lock: AsyncFileLock, hook_started: threading.Event, cancellation_seen: th
tests/test_async_filelock_runner_shutdown.py:138
Function_run_unawaited_context_failure
( # pragma: needs fcntl lock: AsyncFileLock, body_error: BaseException, release_started: threadin
tests/test_async_filelock_runner_shutdown.py:173
← previousnext →501–600 of 1,605, ranked by callers