py
builtin
code
compat
error
execnet
io
log
Path
Producer
STDERR
STDOUT
Syslog
default
get
setconsumer
magic
path
process
std
test
xml
call site 1 for log.default.__getattr__
index
api
source
contact
download
log/testing/test_log.py - line 45
43
44
45
46
def
test_producer_caching(self):
p = py.log.Producer(
'x1'
)
-> x2 = p.x2
assert
x2
is
p.x2