Hide keyboard shortcuts

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 

2 

3from .python import ( 

4 PY37, 

5 asunicode, asbytes, asstr, 

6 lrange, lzip, lmap, lfilter, 

7 iteritems, iterkeys, itervalues, 

8) 

9 

10__all__ = ['PY37', 

11 'asunicode', 'asbytes', 'asstr', 

12 'lrange', 'lzip', 'lmap', 'lfilter', 

13 'iteritems', 'iterkeys', 'itervalues', 

14 'test'] 

15 

16test = PytestTester()