We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122b277 commit 9536ff7Copy full SHA for 9536ff7
stagpy/stagyydata.py
@@ -529,15 +529,15 @@ def __init__(self, path=None):
529
file is assumed to be path/par. If no path is given (or None)
530
it is set to ``conf.core.path``.
531
532
+ Other Parameters:
533
+ conf.core.path: the default path.
534
+
535
Attributes:
536
steps (:class:`_Steps`): collection of time steps.
537
snaps (:class:`_Snaps`): collection of snapshots.
538
scales (:class:`_Scales`): dimensionful scaling factors.
539
collected_fields (list of (int, str)): list of fields currently in
540
memory, described by istep and field name.
-
- Other Parameters:
- conf.core.path: the default path.
541
"""
542
if path is None:
543
path = conf.core.path
0 commit comments