[−][src]Trait pyo3::types::PyDeltaAccess
Trait for accessing the components of a struct containing a timedelta.
Note: These access the individual components of a (day, second, microsecond) representation of the delta, they are not intended as aliases for calculating the total duration in each of these units.