MCPcopy
hub / github.com/tinode/chat / log

Function log

chatbot/python/chatbot.py:54–55  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

52os.environ["GRPC_SSL_CIPHER_SUITES"] = "HIGH+ECDSA"
53
54def log(*args):
55 print(datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S.%f')[:-3], *args)
56
57# Add bundle for future execution
58def add_future(tid, bundle):

Callers 11

exec_futureFunction · 0.85
server_versionFunction · 0.85
AccountMethod · 0.85
client_generateFunction · 0.85
init_serverFunction · 0.85
init_clientFunction · 0.85
client_message_loopFunction · 0.85
on_loginFunction · 0.85
runFunction · 0.85
exit_gracefullyFunction · 0.85
chatbot.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected