Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hynek/structlog
/ log
Method
log
tests/test_generic.py:17–18 ·
view source on GitHub ↗
(self, msg)
Source
from the content-addressed store, hash-verified
15
16
class
TestLogger:
17
def
log(self, msg):
18
return
"log"
, msg
19
20
def
gol(self, msg):
21
return
"gol"
, msg
Callers
6
test_log_method
Method · 0.45
test_log_exact_level
Method · 0.45
test_log_one_below
Method · 0.45
test_log_interp
Method · 0.45
test_log_interp_dict
Method · 0.45
typecheck_filtering_return
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected