@@ -484,7 +484,7 @@ public static void savetxt(string fname, NDarray X, string[] fmt = null, string
484
484
/// If usemask is True, this is a
485
485
/// masked array.
486
486
/// </returns>
487
- public static NDarray genfromtxt(string fname, Dtype dtype = null, string comments = null, string delimiter = null, int? skiprows = null, int? skip_header = 0, int? skip_footer = 0, variable converters = null, variable missing = null, variable missing_values = null, variable filling_values = null, sequence usecols = null, {None names = null, sequence excludelist = null, string deletechars = null, string defaultfmt = "f%i", bool? autostrip = false, char replace_space = "_", {True case_sensitive = true, bool? unpack = null, bool? usemask = false, bool? loose = true, bool? invalid_raise = true, int? max_rows = null, string encoding = "bytes")
487
+ public static NDarray genfromtxt(string fname, Dtype dtype = null, string comments = null, string delimiter = null, int? skiprows = null, int? skip_header = 0, int? skip_footer = 0, variable converters = null, variable missing = null, variable missing_values = null, variable filling_values = null, sequence usecols = null, {None names = null, sequence excludelist = null, string deletechars = null, string defaultfmt = "f%i", bool? autostrip = false, string replace_space = "_", {True case_sensitive = true, bool? unpack = null, bool? usemask = false, bool? loose = true, bool? invalid_raise = true, int? max_rows = null, string encoding = "bytes")
488
488
{
489
489
//auto-generated code, do not change
490
490
var __self__=self;
@@ -906,7 +906,7 @@ public static void array_str(NDarray a, int? max_line_width = null, int? precisi
906
906
/// <returns>
907
907
/// The string representation of the floating point value
908
908
/// </returns>
909
- public static string format_float_positional(python float or numpy floating scalar x, non-negative integer or None precision = null, bool? unique = true, bool? fractional = true, one of ‘k’ trim = "k", bool? sign = false, non-negative integer pad_left = null, non-negative integer pad_right = null)
909
+ public static string format_float_positional(python float or numpy floating scalar x, non-negative integer or None precision = null, bool? unique = true, bool? fractional = true, string trim = "k", bool? sign = false, non-negative integer pad_left = null, non-negative integer pad_right = null)
910
910
{
911
911
//auto-generated code, do not change
912
912
var __self__=self;
@@ -974,7 +974,7 @@ public static string format_float_positional(python float or numpy floating scal
974
974
/// <returns>
975
975
/// The string representation of the floating point value
976
976
/// </returns>
977
- public static string format_float_scientific(python float or numpy floating scalar x, non-negative integer or None precision = null, bool? unique = true, one of ‘k’ trim = "k", bool? sign = false, non-negative integer pad_left = null, non-negative integer exp_digits = null)
977
+ public static string format_float_scientific(python float or numpy floating scalar x, non-negative integer or None precision = null, bool? unique = true, string trim = "k", bool? sign = false, non-negative integer pad_left = null, non-negative integer exp_digits = null)
978
978
{
979
979
//auto-generated code, do not change
980
980
var __self__=self;
0 commit comments