Power Decos

Contents:

  • power_decos
    • setup file
    • power_decos package
    • tests package
Power Decos
  • power_decos
  • View page source

power_decos

  • setup file
  • power_decos package
    • Submodules
    • power_decos.cache_decorator module
      • cache_module
      • Cache
        • Cache.cache_func()
        • Cache.clear_cache()
        • Cache.get_cached_value()
        • Cache.manual_cache()
    • power_decos.log_decorator module
      • Classes
      • How To Use This Module
      • LoggerManager
        • LoggerManager.init_logger()
        • LoggerManager.log_func()
        • LoggerManager.log_info()
    • power_decos.retry_decorator module
      • Decorators
      • Functions
      • Exception classes
      • How To Use This Module
      • Example
      • retry()
    • power_decos.run_time_decorator module
      • Decorators
      • Functions
      • Exception classes
      • How To Use This Module
      • Example
      • get_time()
    • Module contents
      • Cache
        • Cache.cache_func()
        • Cache.clear_cache()
        • Cache.get_cached_value()
        • Cache.manual_cache()
      • LoggerManager
        • LoggerManager.init_logger()
        • LoggerManager.log_func()
        • LoggerManager.log_info()
      • get_time()
      • retry()
  • tests package
    • Submodules
    • tests.test_cache_decorator module
      • cache()
      • test_cache_performance()
      • test_clear_cache()
      • test_get_cached_value_exact_match()
      • test_get_cached_value_no_match()
      • test_get_cached_value_partial_match_args()
      • test_get_cached_value_partial_match_kwargs()
    • tests.test_log_decorator module
      • cleanup_files()
      • test_func_log_file_json()
      • test_func_log_terminal()
      • test_get_logfile_path_creates_directory()
    • tests.test_retry_decorator module
      • test_retry_4_times()
      • test_retry_delay()
      • test_retry_raise_exception_assertion()
    • tests.test_run_time_decorator module
      • test_decorator_logs_execution_time()
    • Module contents
Previous Next

© Copyright 2024, MrCode200.

Built with Sphinx using a theme provided by Read the Docs.