From f031278b7cf70db69b3dce63d94b65452728d080 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 20 Sep 2015 10:31:52 -0400 Subject: Latest sample HTML report --- doc/sample_html/cogapp___init___py.html | 109 ++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create 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 new file mode 100644 index 00000000..1ca2ee2a --- /dev/null +++ b/doc/sample_html/cogapp___init___py.html @@ -0,0 +1,109 @@ + + + + + + + + + + + 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

+

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 * 

+ +
+
+ + + + + -- cgit v1.2.1