From 9515c4da0749bcc8003f28a3759a418a0194db4b Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 2 Oct 2021 22:07:48 -0400 Subject: docs: 6.0 sample HTML report --- doc/sample_html/cogapp___init___py.html | 75 --------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 doc/sample_html/cogapp___init___py.html (limited to 'doc/sample_html/cogapp___init___py.html') diff --git a/doc/sample_html/cogapp___init___py.html b/doc/sample_html/cogapp___init___py.html deleted file mode 100644 index 7159ffdc..00000000 --- a/doc/sample_html/cogapp___init___py.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - Coverage for cogapp/__init__.py: 100.00% - - - - - - - - - - -
- Hide keyboard shortcuts -

Hot-keys on this page

-
-

- r - m - x - p   toggle line displays -

-

- j - k   next/prev highlighted chunk -

-

- 0   (zero) top of page -

-

- 1   (one) first highlighted chunk -

-
-
-
-

1""" Cog content generation tool. 

-

2 http://nedbatchelder.com/code/cog 

-

3 

-

4 Copyright 2004-2015, Ned Batchelder. 

-

5""" 

-

6 

-

7from __future__ import absolute_import 

-

8 

-

9from .cogapp import * 

-
- - - -- cgit v1.2.1