version 2.9.6
Quick Start
Installation
Setup
Examples
Basic
Advanced
Main Classes
LOGS
Entities package
Helper Classes
Exceptions
Tools
Constants
Full API
LOGS package
Auxiliary package
Constants
DateTimeConverter
Decorators
Exceptions
LOGSErrorResponse
MinimalModelGenerator
ParameterHelper
ReplaceMessage
Tools
Entities package
Entity package
Interfaces package
LOGS
LOGSConnection
ServerMetaData
More
Contact
Release changelog
LOGS
LOGS package
Auxiliary package
ParameterHelper
ParameterHelper
class
LOGS.Auxiliary.ParameterHelper.
ParameterHelper
(
parameters
)
[source]
Bases:
object
floatRe
=
regex.Regex('^[\\d\\.\\-\\+e]+$',
flags=regex.V0)
get
(
key
,
removeUnit
=
False
)
[source]
intRe
=
regex.Regex('^\\d+$',
flags=regex.V0)
classmethod
isNumeric
(
value
)
[source]
quotation
=
regex.Regex("^'(.*)'$",
flags=regex.V0)
classmethod
removeUnit
(
value
)
[source]
splitRe
=
regex.Regex('[
\\t,]+',
flags=regex.V0)