Coverage for /home/martinb/.local/share/virtualenvs/camcops/lib/python3.6/site-packages/statsmodels/compat/__init__.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1from statsmodels.tools._testing import PytestTester
3from .python import (
4 PY37,
5 asunicode, asbytes, asstr,
6 lrange, lzip, lmap, lfilter,
7 iteritems, iterkeys, itervalues,
8)
10__all__ = ['PY37',
11 'asunicode', 'asbytes', 'asstr',
12 'lrange', 'lzip', 'lmap', 'lfilter',
13 'iteritems', 'iterkeys', 'itervalues',
14 'test']
16test = PytestTester()