arrow.strptime_options
Module for [StrptimeOptions] class
Types 3
Methods
StrptimeOptionsGidBuilder builder() static nothrowGet builder for [arrow.strptime_options.StrptimeOptions] Returns: New builder objectbool errorIsNull() @property nothrowGet `errorIsNull` property. Returns: Return null on parsing errors if true or raise if false.void errorIsNull(bool propval) @property nothrowSet `errorIsNull` property. Params: propval = Return null on parsing errors if true or raise if false.void format(string propval) @property nothrowSet `format` property. Params: propval = The desired format string.arrow.types.TimeUnit unit() @property nothrowGet `unit` property. Returns: The desired time resolution.void unit(arrow.types.TimeUnit propval) @property nothrowSet `unit` property. Params: propval = The desired time resolution.Fluent builder implementation template for arrow.strptime_options.StrptimeOptions
Methods
T errorIsNull(bool propval) nothrowSet `errorIsNull` property. Params: propval = Return null on parsing errors if true or raise if false. Returns: Builder instance for fluent chainingT format(string propval) nothrowSet `format` property. Params: propval = The desired format string. Returns: Builder instance for fluent chainingT unit(arrow.types.TimeUnit propval) nothrowSet `unit` property. Params: propval = The desired time resolution. Returns: Builder instance for fluent chainingFluent builder for arrow.strptime_options.StrptimeOptions
Methods