Skip to content

Commit 17e8939

Browse files
committed
DOC: Update Wrapper docstring to include new methods
1 parent cc18fb6 commit 17e8939

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nibabel/nicom/dicomwrappers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ class Wrapper(object):
109109
* is_same_series(other)
110110
* __getitem__ : return attributes from `dcm_data`
111111
* get(key[, default]) - as usual given __getitem__ above
112+
* get_elem(key) - Provide full DICOM element instead of just value
113+
* __iter__ - Iterate over DICOM keys available in this data set
112114
113115
Attributes and things that look like attributes:
114116

0 commit comments

Comments
 (0)