MCPcopy
hub / github.com/Textualize/rich / get_time

Method get_time

rich/progress.py:983–985  ·  view source on GitHub ↗

float: Get the current time, in seconds.

(self)

Source from the content-addressed store, hash-verified

981 """Thread lock."""
982
983 def get_time(self) -> float:
984 """float: Get the current time, in seconds."""
985 return self._get_time()
986
987 @property
988 def started(self) -> bool:

Callers 11

elapsedMethod · 0.95
test_get_timeFunction · 0.80
__call__Method · 0.80
renderMethod · 0.80
renderMethod · 0.80
start_taskMethod · 0.80
stop_taskMethod · 0.80
updateMethod · 0.80
resetMethod · 0.80
advanceMethod · 0.80
__rich_console__Method · 0.80

Calls

no outgoing calls

Tested by 1

test_get_timeFunction · 0.64