Quick Start
Installation
Setup
Examples
Basic
Advanced
Main Classes
LOGS
Entities package
Helper Classes
Exceptions
Tools
Constants
Full API
LOGS package
More
Contact
Release changelog
LOGS
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)