MCPcopy
hub / github.com/alievk/avatarify-python / log

Function log

afy/utils.py:9–11  ·  view source on GitHub ↗
(*args, file=sys.stderr, **kwargs)

Source from the content-addressed store, hash-verified

7
8
9def log(*args, file=sys.stderr, **kwargs):
10 time_str = f'{time.time():.6f}'
11 print(f'[{time_str}]', *args, file=file, **kwargs)
12
13
14def info(*args, file=sys.stdout, **kwargs):

Callers 13

check_connectionFunction · 0.90
query_camerasFunction · 0.90
camera_selector.pyFile · 0.90
writeMethod · 0.85
tocpMethod · 0.85
send_workerMethod · 0.85
recv_workerMethod · 0.85
is_new_frame_betterFunction · 0.85
select_cameraFunction · 0.85
cam_fomm.pyFile · 0.85
recv_workerMethod · 0.85
predictor_workerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected