summaryrefslogtreecommitdiff
path: root/lab/sample.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-04-20 07:20:44 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-04-20 07:20:44 -0400
commitdd20fcfbcce90933099b10629424dc0cccafc5db (patch)
treee89c5a0f796fba1cf962f5daebddab43dddae3ed /lab/sample.py
parent35441323f82adfd68703fa516e42286d70ea3f86 (diff)
downloadpython-coveragepy-git-dd20fcfbcce90933099b10629424dc0cccafc5db.tar.gz
Make this lab program more useful for examining how trace functions work.
--HG-- rename : lab/trace_sample.py => lab/run_trace.py
Diffstat (limited to 'lab/sample.py')
-rw-r--r--lab/sample.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/lab/sample.py b/lab/sample.py
deleted file mode 100644
index bb628484..00000000
--- a/lab/sample.py
+++ /dev/null
@@ -1,5 +0,0 @@
-a, b = 1, 0
-if a or b or fn():
- # Hey
- a = 3
-d = 4