We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cac866 commit ce77989Copy full SHA for ce77989
1 file changed
khiops/core/dictionary.py
@@ -79,15 +79,15 @@ def _quote_value(value):
79
80
81
def _check_name(name):
82
- """Ensures the variable name is consistent
83
- with the Khiops core name constraints
+ """Ensures the variable name is consistent with the Khiops core name constraints
+
84
+ Plain string or bytes are both accepted as input. The Khiops core forbids a name:
85
- Plain string or bytes are both accepted as input.
86
- The Khiops core forbids a name
87
- with a length outside the [1,128] interval
88
- containing a simple (Unix) carriage-return (\n)
89
- with leading and trailing spaces.
90
- This function must check at least these constraints.
+ This function must check these constraints.
91
92
Parameters
93
----------
0 commit comments