Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/pandas/api/__init__.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

2 statements  

1""" public toolkit API """ 

2from pandas.api import ( 

3 extensions, 

4 indexers, 

5 interchange, 

6 types, 

7) 

8 

9__all__ = [ 

10 "interchange", 

11 "extensions", 

12 "indexers", 

13 "types", 

14]