diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-02 19:42:04 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-02 19:42:04 -0400 |
commit | d80e71bfdc847c26368812c21aa2c4c95f64108b (patch) | |
tree | 6f516696e57d0aed8992ac8b473963abe9185f67 /lab/sample.py | |
parent | ffe14a8ddf002aa3547b85d5472327bb8a525a9a (diff) | |
download | python-coveragepy-d80e71bfdc847c26368812c21aa2c4c95f64108b.tar.gz |
A lab directory for experiments in progress.
Diffstat (limited to 'lab/sample.py')
-rw-r--r-- | lab/sample.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lab/sample.py b/lab/sample.py new file mode 100644 index 0000000..cf4f6dc --- /dev/null +++ b/lab/sample.py @@ -0,0 +1,5 @@ +a, b = 1, 0
+if a or b or fn():
+ # Hey
+ a = 3
+d = 4
\ No newline at end of file |