Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_syslog.py
File
test_syslog.py
Lib/test/test_syslog.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
test.support
import
import_helper, threading_helper
2
syslog = import_helper.import_module(
"syslog"
)
#skip if not supported
3
from
test
import
support
4
import
sys
Callers
nothing calls this directly
Calls
2
import_module
Method · 0.45
main
Method · 0.45
Tested by
no test coverage detected