From 847c27b6a897b0ba08bac801c4c1b9025b41e9ab Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 2 Aug 2015 17:08:32 -0400 Subject: Why didn't I get rid of this TODO ages ago? --- coverage/collector.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'coverage') diff --git a/coverage/collector.py b/coverage/collector.py index ae5f6c8b..ff7400e8 100644 --- a/coverage/collector.py +++ b/coverage/collector.py @@ -65,7 +65,8 @@ class Collector(object): `should_trace` is a function, taking a filename, and returning a `coverage.FileDisposition object`. - TODO: `check_include` + `check_include` is a function taking a filename and a frame. It returns + a boolean: True if the file should be traced, False if not. If `timid` is true, then a slower simpler trace function will be used. This is important for some environments where manipulation of -- cgit v1.2.1