Skip to content

Commit c49d088

Browse files
committed
Add type annotations to _step module
Additionally, Field and Rprof are now NamedTuple instead of nametuple instances.
1 parent 3b3f33d commit c49d088

File tree

2 files changed

+130
-97
lines changed

2 files changed

+130
-97
lines changed

docs/sources/apiref/step.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ _step
44
.. automodule:: stagpy._step
55
:members:
66
:private-members:
7-
:exclude-members: _init_shape, _get_raw_data, _scale_radius_mo
7+
:exclude-members: _init_shape, _get_raw_data, _scale_radius_mo,
8+
Field, Rprof, _present_fields
9+
10+
.. autoclass:: Field
11+
.. autoclass:: Rprof

0 commit comments

Comments
 (0)