A synchronized instant across a timeline hierarchy.
Lightweight object that computes coordinates on access via InterpolationMaps. Works identically for Timeline (with children) and TimelineGroup (with members).
The TimeStamp represents a cross-section through the timeline structure at a specific axis coordinate. Related coordinates are retrieved through the typed precise getters and dispatcher.
Convert one stored coordinate through an eligible unit map.
get_conversion_for
TimeStamp.get_conversion_for(key)
Get the raw output of a conversion map addressed by name/selector.
Searches the source and every descendant/member present at this axis for a C-Map whose name, id, selector, or target-unit name is key, and evaluates it at that timeline’s coordinate.
Parameters
Name
Type
Description
Default
key
str
A conversion-map name, id, selector, or target-unit name.
required
Returns
Name
Type
Description
object
The C-Map’s output at this instant without projection.