pudb/manual-tests/test-encoding.py
2016-03-31 09:15:31 -05:00

6 lines
88 B
Python

def f(encoding=None):
print 'ENCODING:', encoding
from pudb import runcall
runcall(f)