carries_units

function of dascore.units source

carries_units(
    value ,
)-> ‘bool’

Return True if a value states its own units.

A quantity says them outright; a timedelta is a time by construction. Anything else is a bare number, which only means something against a unit the caller supplies.