Skip to content

Commit 6e64547

Browse files
committed
DOC: Update Wrapper docstring to include new methods
1 parent 549abf6 commit 6e64547

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
@@ -107,6 +107,8 @@ class Wrapper(object):
107107
* is_same_series(other)
108108
* __getitem__ : return attributes from `dcm_data`
109109
* get(key[, default]) - as usual given __getitem__ above
110+
* get_elem(key) - Provide full DICOM element instead of just value
111+
* __iter__ - Iterate over DICOM keys available in this data set
110112
111113
Attributes and things that look like attributes:
112114

0 commit comments

Comments
 (0)