pyiron / pyiron_workflow

Graph-and-node based workflows
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

QoL: function and macro nodes should directly pass the wrapped function's docstring #344

Closed liamhuber closed 2 weeks ago

liamhuber commented 3 weeks ago

Currently the parent class docstring appears instead.

Ideally I'd like both -- first the function/macro definition function docstring, then the parent class, but if combining them is too ugly (either in presentation or implementation), simply showing the docstring for the key function is preferable.