TimeFrame.is_subset

time.TimeFrame.is_subset(other)

Is the given TimeFrame a subset of this one?

Parameters

other: TimeFrame

The other time frame to consider.

Returns

bool

True if the other time frame is a subset of this time frame.