summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJames R. Barlow <jim@purplerock.ca>2018-04-13 15:10:57 -0700
committerJames R. Barlow <jim@purplerock.ca>2018-04-13 15:10:57 -0700
commit62c8f22f62749bce28941cb31853bea533ec4966 (patch)
treedd9ee04af6ee76e99d72b8ef448c74ffaa91b374 /.gitignore
parentbc7afc7363451e79e0c0764f16aacdd17b84953d (diff)
Make dictionary get methods work on streams
Make getattr, getitem dunders and .get() share code to avoid inconsistency, and make them consistently access the .stream_dict if the object is a stream.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f6c261c..0c23d8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@ venv
dist/
tmp/
var/
+.pytest_cache/
# Main directory testing
/*.pdf