diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-04-20 07:20:44 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-04-20 07:20:44 -0400 |
commit | dd20fcfbcce90933099b10629424dc0cccafc5db (patch) | |
tree | e89c5a0f796fba1cf962f5daebddab43dddae3ed /lab/sample.py | |
parent | 35441323f82adfd68703fa516e42286d70ea3f86 (diff) | |
download | python-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.py | 5 |
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 |