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

1# flake8: noqa 

2 

3from .tslibs import ( 

4 NaT, 

5 NaTType, 

6 OutOfBoundsDatetime, 

7 Period, 

8 Timedelta, 

9 Timestamp, 

10 iNaT, 

11)