MCPcopy 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

1from test.support import import_helper, threading_helper
2syslog = import_helper.import_module("syslog") #skip if not supported
3from test import support
4import sys

Callers

nothing calls this directly

Calls 2

import_moduleMethod · 0.45
mainMethod · 0.45

Tested by

no test coverage detected