Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumeAI/hume-api-examples
/ log
Function
log
evi/evi-python-quickstart/quickstart.py:22–24 ·
view source on GitHub ↗
(text: str)
Source
from the content-addressed store, hash-verified
20
21
22
def
log(text: str) -> None:
23
now = datetime.datetime.now(tz=datetime.timezone.utc).strftime(
"%H:%M:%S"
)
24
print(f
"[{now}] {text}"
)
25
26
27
async
def
on_message(message: SubscribeEvent, stream: Stream) -> None:
Callers
1
on_message
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected