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