Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/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

3 statements  

1"""public toolkit API""" 

2 

3from pandas.api import ( 

4 executors, 

5 extensions, 

6 indexers, 

7 interchange, 

8 types, 

9 typing, 

10) 

11 

12__all__ = [ 

13 "executors", 

14 "extensions", 

15 "indexers", 

16 "interchange", 

17 "types", 

18 "typing", 

19]