ccelerySource ↗
80 declarations and 100 call references extracted from public source metadata.

Source symbols: t/unit/app/test_beat.py

Deterministic, value-free symbol metadata extracted from public source. Implementations and literal values are not copied into this page.

  • Revision: main@97ed017c09de03612a7d9617ff4c038c00bf916b · 2026-07-19T16:04:39Z
  • Declarations: 80
  • Referenced calls: 100

Declared symbols

  • MockShelve — class at line 22; references BeatLazyFunc, add, result, delay, timedelta
  • close — def at line 26; references BeatLazyFunc, add, result, delay, timedelta
  • sync — def at line 29; references BeatLazyFunc, add, result, delay, timedelta
  • MockService — class at line 33; references BeatLazyFunc, add, result, delay, timedelta
  • __init__ — def at line 37; references BeatLazyFunc, add, result, delay, timedelta
  • start — def at line 40; references BeatLazyFunc, add, result, delay, timedelta
  • stop — def at line 43; references BeatLazyFunc, add, result, delay, timedelta
  • test_BeatLazyFunc — class at line 47; references BeatLazyFunc, add, result, delay, timedelta
  • test_beat_lazy_func — def at line 49; references BeatLazyFunc, add, result, delay, timedelta
  • add — def at line 50; references BeatLazyFunc, result, delay, timedelta
  • test_ScheduleEntry — class at line 57; references timedelta
  • create_entry — def at line 60; references timedelta
  • test_next — def at line 70; references create_entry, isinstance, timedelta, next, is_due, repr, __reduce__, fun, object
  • test_is_due — def at line 81; references create_entry, timedelta, is_due, next, repr, __reduce__, fun, object
  • test_repr — def at line 95; references create_entry, repr, timedelta, __reduce__, fun, object
  • test_reduce — def at line 99; references create_entry, timedelta, __reduce__, fun, object
  • test_lt — def at line 105; references create_entry, timedelta, object
  • test_update — def at line 115; references create_entry, timedelta
  • mScheduler — class at line 133; references super, __init__, append
  • __init__ — def at line 135; references super, append
  • send_task — def at line 139; references append
  • mSchedulerSchedulingError — class at line 147; references SchedulingError, RuntimeError, now, timedelta, mocked_schedule
  • send_task — def at line 149; references SchedulingError, RuntimeError, now, timedelta, mocked_schedule
  • mSchedulerRuntimeError — class at line 153; references RuntimeError, now, timedelta, mocked_schedule
  • is_due — def at line 155; references RuntimeError, now, timedelta, mocked_schedule
  • mocked_schedule — class at line 159; references now, timedelta
  • now_func — def at line 161; references now, timedelta, mocked_schedule
  • __init__ — def at line 164; references timedelta, mocked_schedule
  • is_due — def at line 171; references mocked_schedule
  • test_Scheduler — class at line 180
  • test_custom_schedule_dict — def at line 182
  • test_apply_async_uses_registered_task_instances — def at line 187; references task, Mock, _get_app, mScheduler, apply_async, Entry, assert_called, assert_called_with, assert_not_called, patch, Scheduler, send_task, isinstance, object, apply_entry, assert_called_once_with, AsyncResult, _maybe_entry
  • foo — def at line 190; references Mock, _get_app, mScheduler, apply_async, Entry, assert_called, task, assert_called_with, assert_not_called, patch, Scheduler, send_task, isinstance, object, apply_entry, assert_called_once_with, AsyncResult, _maybe_entry
  • test_apply_async_with_null_args — def at line 199; references task, Mock, mScheduler, apply_async, Entry, assert_called, assert_called_with, assert_not_called, patch, Scheduler, send_task, isinstance, object, apply_entry, assert_called_once_with, AsyncResult, _maybe_entry
  • foo — def at line 202; references Mock, mScheduler, apply_async, Entry, assert_called, task, assert_called_with, assert_not_called, patch, Scheduler, send_task, isinstance, object, apply_entry, assert_called_once_with, AsyncResult, _maybe_entry
  • test_apply_async_with_null_args_set_to_none — def at line 212; references task, Mock, mScheduler, Entry, apply_async, assert_called, assert_called_with, assert_not_called, patch, Scheduler, send_task, isinstance, object, apply_entry, assert_called_once_with, AsyncResult, _maybe_entry
  • foo — def at line 215; references Mock, mScheduler, Entry, apply_async, assert_called, task, assert_called_with, assert_not_called, patch, Scheduler, send_task, isinstance, object, apply_entry, assert_called_once_with, AsyncResult, _maybe_entry
  • test_apply_async_without_null_args — def at line 228; references task, Mock, mScheduler, Entry, apply_async, assert_called, assert_called_with, assert_not_called, patch, Scheduler, send_task, isinstance, object, apply_entry, assert_called_once_with, AsyncResult, _maybe_entry
  • foo — def at line 231; references Mock, mScheduler, Entry, apply_async, assert_called, task, assert_called_with, assert_not_called, patch, Scheduler, send_task, isinstance, object, apply_entry, assert_called_once_with, AsyncResult, _maybe_entry
  • test_should_sync — def at line 245; references task, Mock, mScheduler, apply_async, Entry, assert_called_with, assert_not_called, patch, Scheduler, send_task, isinstance, object, apply_entry, assert_called_once_with, AsyncResult, _maybe_entry
  • not_sync — def at line 248; references Mock, mScheduler, apply_async, Entry, assert_called_with, assert_not_called, task, patch, Scheduler, send_task, isinstance, object, apply_entry, assert_called_once_with, AsyncResult, _maybe_entry
  • test_should_sync_increments_sync_every_counter — def at line 264; references task, Mock, mScheduler, apply_async, Entry, assert_called_with, patch, Scheduler, send_task, isinstance, object, apply_entry, assert_called_once_with, AsyncResult, _maybe_entry
  • not_sync — def at line 268; references Mock, mScheduler, apply_async, Entry, assert_called_with, task, patch, Scheduler, send_task, isinstance, object, apply_entry, assert_called_once_with, AsyncResult, _maybe_entry
  • test_sync_task_counter_resets_on_do_sync — def at line 283; references task, Mock, mScheduler, apply_async, Entry, patch, Scheduler, send_task, assert_called_with, isinstance, object, apply_entry, assert_called_once_with, AsyncResult, _maybe_entry
  • not_sync — def at line 287; references Mock, mScheduler, apply_async, Entry, patch, Scheduler, send_task, assert_called_with, isinstance, object, apply_entry, assert_called_once_with, AsyncResult, _maybe_entry
  • test_send_task — def at line 300; references Scheduler, send_task, assert_called_with, mScheduler, isinstance, Entry, object, patch, apply_entry, assert_called_once_with, AsyncResult, _maybe_entry
  • test_info — def at line 305; references mScheduler, isinstance, Entry, object, patch, apply_entry, assert_called_once_with, AsyncResult, _maybe_entry
  • test_apply_entry_handles_empty_result — def at line 309; references mScheduler, Entry, object, patch, apply_entry, assert_called_once_with, AsyncResult, _maybe_entry
  • test_maybe_entry — def at line 332; references mScheduler, Entry, _maybe_entry
  • test_set_schedule — def at line 338; references mScheduler
  • test_ensure_connection_error_handler — def at line 344; references mScheduler, _ensure_connected, assert_called, callback, KeyError
  • test_install_default_entries — def at line 352
  • test_due_tick — def at line 371; references mScheduler, add
  • test_due_tick_SchedulingError — def at line 380; references mSchedulerSchedulingError, add, tick, assert_called, mScheduler, mocked_schedule, enumerate
  • test_pending_tick — def at line 387; references mScheduler, add, tick, mocked_schedule, enumerate
  • test_pending_left_10_milliseconds_tick — def at line 393; references mScheduler, add, tick, mocked_schedule, enumerate
  • test_honors_max_interval — def at line 399; references mScheduler, add, mocked_schedule, tick, enumerate
  • test_ticks — def at line 406; references mScheduler, mocked_schedule, enumerate
  • test_ticks_microseconds — def at line 414; references mScheduler, fromtimestamp, schedule, timedelta, add, tick, mocked_schedule, sync, setup_schedule, close, update_from_dict
  • test_ticks_schedule_change — def at line 427; references mScheduler, schedule, add, tick, mocked_schedule, sync, setup_schedule, close, update_from_dict
  • test_schedule_no_remain — def at line 444; references mScheduler, add, mocked_schedule, tick, sync, setup_schedule, close, update_from_dict
  • test_interface — def at line 450; references mScheduler, sync, setup_schedule, close, update_from_dict, mocked_schedule
  • test_merge_inplace — def at line 456; references mScheduler, update_from_dict, mocked_schedule
  • test_when — def at line 469; references datetime, ZoneInfo, astimezone, mScheduler, _when, mocked_schedule, patch, update_from_dict
  • test_populate_heap — def at line 487; references mScheduler, update_from_dict, mocked_schedule
  • create_schedule_entry — def at line 495
  • test_schedule_equal_schedule_vs_schedule_success — def at line 508; references Scheduler, create_schedule_entry, schedule
  • test_schedule_equal_schedule_vs_schedule_fail — def at line 514; references Scheduler, create_schedule_entry, schedule
  • test_schedule_equal_crontab_vs_crontab_success — def at line 520; references Scheduler, create_schedule_entry, crontab
  • test_schedule_equal_crontab_vs_crontab_fail — def at line 526; references Scheduler, create_schedule_entry, crontab
  • test_schedule_equal_crontab_vs_schedule_fail — def at line 532; references Scheduler, create_schedule_entry, crontab
  • test_schedule_equal_different_key_fail — def at line 538; references Scheduler, create_schedule_entry, schedule
  • test_schedule_equal_args_vs_args_success — def at line 544; references Scheduler, create_schedule_entry
  • test_schedule_equal_args_vs_args_fail — def at line 550; references Scheduler, create_schedule_entry
  • test_schedule_equal_kwargs_vs_kwargs_success — def at line 556; references Scheduler, create_schedule_entry
  • test_schedule_equal_kwargs_vs_kwargs_fail — def at line 562; references Scheduler, create_schedule_entry
  • test_schedule_equal_options_vs_options_success — def at line 568; references Scheduler, create_schedule_entry
  • test_schedule_equal_options_vs_options_fail — def at line 574; references Scheduler, create_schedule_entry
  • test_schedule_equal_task_vs_task_success — def at line 580; references Scheduler, create_schedule_entry
  • test_schedule_equal_task_vs_task_fail — def at line 586; references Scheduler, create_schedule_entry

File-level call references


Source: t/unit/app/test_beat.py

Generated by smolify with deterministic-repository-import-v2 · 1 source file