is_percent
is_percent(
value: Any ,
)-> ‘bool’
Return True if value is a percent quantity.
Parameters
| Parameter | Description |
|---|---|
| value | Any value of any type to be to test if it is a percent quantity. |
| function of dascore.units | source |
is_percent(
value: Any ,
)-> ‘bool’
Return True if value is a percent quantity.
| Parameter | Description |
|---|---|
| value | Any value of any type to be to test if it is a percent quantity. |