Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jhao104/proxy_pool
/ testLogHandler
Function
testLogHandler
test/testLogHandler.py:18–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
18
def
testLogHandler():
19
log = LogHandler(
'test'
)
20
log.info(
'this is info'
)
21
log.error(
'this is error'
)
22
23
24
if
__name__ ==
'__main__'
:
Callers
1
testLogHandler.py
File · 0.85
Calls
1
LogHandler
Class · 0.90
Tested by
no test coverage detected