python-odml icon indicating copy to clipboard operation
python-odml copied to clipboard

Docstrings

Open lzehl opened this issue 7 years ago • 0 comments

While writing the tutorial I realized that the help function in iPython does not always provide proper information. I think the docstrings of the init functions need to be repeated or moved to the class.

Example: help(odml.Section) -> returns Section(*args, **kwargs)

lzehl avatar Mar 23 '17 08:03 lzehl