Skip to content

Commit dbaf39b

Browse files
committed
Update _sas.pyi
1 parent 8350d04 commit dbaf39b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/io/sas/_sas.pyi

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ from pandas.io.sas.sas7bdat import SAS7BDATReader
33
class Parser:
44
def __init__(self, parser: SAS7BDATReader) -> None: ...
55
def read(self, nrows: int) -> None: ...
6+
7+
def get_subheader_index(signature: bytes) -> int: ...

0 commit comments

Comments
 (0)