From bde31306de4ff2b6e4945683e5deb821c85984e8 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 14 Dec 2019 06:14:16 -0500 Subject: Sample html report for 5.0 --- doc/sample_html/cogapp___init___py.html | 65 ++++++++------------------------- 1 file changed, 15 insertions(+), 50 deletions(-) (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 index da8d9c55..eae3c3a9 100644 --- a/doc/sample_html/cogapp___init___py.html +++ b/doc/sample_html/cogapp___init___py.html @@ -1,16 +1,10 @@ - - - - - Coverage for cogapp/__init__.py: 100.00% - @@ -20,28 +14,21 @@ - -
Hide keyboard shortcuts

Hot-keys on this page

@@ -64,46 +51,24 @@

-
- - - - - -
-

1

-

2

-

3

-

4

-

5

-

6

-

7

-

8

-

9

- -
-

""" Cog code generation tool. 

-

http://nedbatchelder.com/code/cog 

-

 

-

Copyright 2004-2015, Ned Batchelder. 

-

""" 

-

 

-

from __future__ import absolute_import 

-

 

-

from .cogapp import * 

- -
+

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