diff options
Diffstat (limited to 'coverage/control.py')
-rw-r--r-- | coverage/control.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/coverage/control.py b/coverage/control.py index 37ebada6..2ee2c933 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -39,6 +39,10 @@ except ImportError: # pragma: only jytho os = isolate_module(os) +if 1: + from coverage.debug import decorate_methods, break_in_pudb, show_calls + +#@decorate_methods(show_calls(show_args=True), butnot=['get_data']) class Coverage(object): """Programmatic access to coverage.py. |