File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,6 @@ def __init__(
5959 - Function: Copies the source of the provided Function object,
6060 creating a new Function with adjusted inputs and outputs.
6161
62- Notes
63- -----
64- (I) CSV files can optionally contain a single header line. If present,
65- the header is ignored during processing.
66- (II) Fields in CSV files may be enclosed in double quotes. If fields are
67- not quoted, double quotes should not appear inside them.
68-
6962 inputs : string, sequence of strings, optional
7063 The name of the inputs of the function. Will be used for
7164 representation and graphing (axis names). 'Scalar' is default.
@@ -93,6 +86,13 @@ def __init__(
9386 Returns
9487 -------
9588 None
89+
90+ Notes
91+ -----
92+ (I) CSV files can optionally contain a single header line. If present,
93+ the header is ignored during processing.
94+ (II) Fields in CSV files may be enclosed in double quotes. If fields are
95+ not quoted, double quotes should not appear inside them.
9696 """
9797 # Set input and output
9898 if inputs is None:
You can’t perform that action at this time.
0 commit comments