Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12fb2f4 + f00bfa2 commit 473bc27Copy full SHA for 473bc27
3 files changed
.bzrignore
@@ -37,3 +37,6 @@ Lib/test/data/*
37
Lib/lib2to3/Grammar*.pickle
38
Lib/lib2to3/PatternGrammar*.pickle
39
__pycache__
40
+.coverage
41
+coverage/*
42
+htmlcov/*
.gitignore
@@ -42,3 +42,6 @@ pyconfig.h
python
43
python-gdb.py
44
tags
45
46
+coverage/
47
+htmlcov/
.hgignore
@@ -70,3 +70,6 @@ PCbuild/Win32-temp-*
70
PCbuild/x64-temp-*
71
72
Modules/_testembed
73
74
75
0 commit comments