log_calls
0.3.2
log_calls
— A Decorator for Debugging and Profiling
What’s New (releases 0.3.2, 0.3.1 and 0.3.0)
Installation
Quick Start
What
log_calls
Can Decorate
Keyword Parameters
Decorating Classes
Writing
log_calls
-Aware Debugging Messages
Using Loggers
Retrieving and Changing the Defaults
Bulk (Re)Decoration, (Re)Decorating Imports
Dynamic Control of Settings
Indirect Values of Keyword Parameters
Accessing Method Wrappers
Call History and Statistics
Call Chains
Further Examples and Use Cases
The
record_history
Decorator
Appendix I: Keyword Parameters Reference
Appendix II: What Has Been New
log_calls
Docs
»
Index
A
|
C
|
D
|
F
|
G
|
I
|
L
|
P
|
R
|
S
|
U
A
as_dict() (wrapper.log_calls_settings method)
as_OD() (wrapper.log_calls_settings method)
C
callable
callable designator
D
decorate_class() (log_calls class method)
decorate_function() (log_calls class method)
decorate_hierarchy() (log_calls class method)
decorate_module() (log_calls class method)
decorate_module_function() (log_calls class method)
decorate_package_function() (log_calls class method)
display name
F
functional
G
get_defaults_OD() (log_calls class method)
get_factory_defaults_OD() (log_calls class method)
get_log_calls_wrapper() (log_calls-decorated class method)
get_own_log_calls_wrapper() (log_calls-decorated class method)
get_own_record_history_wrapper() (record_history-decorated class method)
get_record_history_wrapper() (record_history-decorated class method)
I
indirect value (of a setting parameter)
L
log_calls.mute (log_calls class attribute)
log_calls.print()
log_calls.print_exprs()
log_calls_settings (data attribute of decorated callable's wrapper)
P
print_methods_raise_if_no_deco (flag)
Python Enhancement Proposals
PEP 418
R
record_history_settings (data attribute of decorated callable's wrapper)
reset_defaults() (log_calls class method)
S
set_defaults() (log_calls class method)
setting
settings dict
settings file
stats (data attribute of decorated callable's wrapper)
(for record_history-decorated callables)
stats.clear_history() (method of decorated callable's wrapper)
U
update() (wrapper.log_calls_settings method)
Built with
Sphinx
using a tweaked
Read the Docs
theme
.