LIGOTimeGPSLike

class ligotimegps.LIGOTimeGPSLike(*args, **kwargs)

Bases: Protocol

Protocol for LIGOTimeGPS-like objects.

This protocol defines the interface that any LIGOTimeGPS-like object should implement, allowing for structural subtyping across different implementations.