summaryrefslogtreecommitdiff
path: root/lab/sample.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-02 19:42:04 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-02 19:42:04 -0400
commit4910434d33d0928374bf966c00c07feda5b32d77 (patch)
tree7b8da0180a122d3b261ac19cffa4a6c6c1305507 /lab/sample.py
parent1fadd547372a721a9b0acb4dc710195f85138c59 (diff)
downloadpython-coveragepy-git-4910434d33d0928374bf966c00c07feda5b32d77.tar.gz
A lab directory for experiments in progress.
Diffstat (limited to 'lab/sample.py')
-rw-r--r--lab/sample.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/lab/sample.py b/lab/sample.py
new file mode 100644
index 00000000..cf4f6dcf
--- /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