class documentation

class StepClock:

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method step Undocumented
Method strftime Undocumented
Method time Return the current time in seconds.
Instance Variable _time Undocumented
def __init__(self):

Undocumented

def step(self, time: float):

Undocumented

def strftime(self, format: str, /) -> str:

Undocumented

def time(self) -> float:

Return the current time in seconds.

_time =

Undocumented