diff options
Diffstat (limited to 'coverage/__init__.py')
-rw-r--r-- | coverage/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/__init__.py b/coverage/__init__.py index d2311cef..82d76c2d 100644 --- a/coverage/__init__.py +++ b/coverage/__init__.py @@ -31,7 +31,7 @@ def call_singleton_method(name, args, kwargs): return getattr(the_coverage, name)(*args, **kwargs) mod_funcs = """ - use_cache start stop erase begin_recursive end_recursive exclude + use_cache start stop erase exclude analysis analysis2 report annotate annotate_file """ |