SYMBOL INDEX (50 symbols across 7 files) FILE: flask_celery.py class OtherInstanceError (line 19) | class OtherInstanceError(Exception): class _LockManager (line 25) | class _LockManager(object): method __init__ (line 28) | def __init__(self, celery_self, timeout, include_args, args, kwargs): method task_identifier (line 46) | def task_identifier(self): class _LockManagerRedis (line 55) | class _LockManagerRedis(_LockManager): method __init__ (line 60) | def __init__(self, celery_self, timeout, include_args, args, kwargs): method __enter__ (line 64) | def __enter__(self): method __exit__ (line 74) | def __exit__(self, exc_type, *_): method is_already_running (line 82) | def is_already_running(self): method reset_lock (line 87) | def reset_lock(self): class _LockManagerDB (line 93) | class _LockManagerDB(_LockManager): method __init__ (line 96) | def __init__(self, celery_self, timeout, include_args, args, kwargs): method __enter__ (line 102) | def __enter__(self): method __exit__ (line 118) | def __exit__(self, exc_type, *_): method is_already_running (line 126) | def is_already_running(self): method reset_lock (line 134) | def reset_lock(self): function _select_manager (line 139) | def _select_manager(backend_name): class _CeleryState (line 158) | class _CeleryState(object): method __init__ (line 161) | def __init__(self, celery, app): class Celery (line 167) | class Celery(CeleryClass): method __init__ (line 184) | def __init__(self, app=None): method init_app (line 197) | def init_app(self, app): function single_instance (line 228) | def single_instance(func=None, lock_timeout=None, include_args=False): FILE: setup.py function readme (line 17) | def readme(path='README.rst'): class CheckVersion (line 37) | class CheckVersion(Command): method initialize_options (line 44) | def initialize_options(cls): method finalize_options (line 49) | def finalize_options(cls): method run (line 54) | def run(cls): FILE: tests/conftest.py class Worker (line 14) | class Worker(threading.Thread): method run (line 17) | def run(self): function on_worker_ready (line 25) | def on_worker_ready(**_): function celery_worker (line 34) | def celery_worker(): FILE: tests/instances.py function generate_config (line 12) | def generate_config(): function generate_context (line 55) | def generate_context(config): function get_flask_celery_apps (line 78) | def get_flask_celery_apps(): function add (line 95) | def add(x, y): function mul (line 102) | def mul(x, y): function sub (line 109) | def sub(x, y): function add2 (line 116) | def add2(x, y): function add3 (line 123) | def add3(x, y): FILE: tests/test_class.py class FakeApp (line 9) | class FakeApp(object): method register_blueprint (line 16) | def register_blueprint(self, _): function test_multiple (line 21) | def test_multiple(): function test_one_dumb_line (line 29) | def test_one_dumb_line(): FILE: tests/test_collision.py function test_basic (line 12) | def test_basic(task_name, expected): function test_collision (line 19) | def test_collision(task_name, expected): function test_include_args (line 52) | def test_include_args(): FILE: tests/test_timeout.py function test_instances (line 15) | def test_instances(task_name, timeout): function test_settings (line 32) | def test_settings(key, value): function test_expired (line 57) | def test_expired():