Skip to content

Commit

Permalink
remove some redundant funcs on MFDataset
Browse files Browse the repository at this point in the history
  • Loading branch information
headtr1ck committed Jun 7, 2024
1 parent 4bdf621 commit 5da5b82
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/netCDF4/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -370,14 +370,6 @@ class MFDataset(Dataset):
master_file: str | os.PathLike | None = None
) -> None: ...

def ncattrs(self) -> list[str]: ...
def close(self) -> None: ...
def isopen(self) -> bool: ...

def __setattr__(self, name: str, value: Any) -> None: ...
def __repr__(self) -> str: ...
def __reduce__(self) -> NoReturn: ...


class _Variable:
def __init__(self, dset, varname, var, recdimname): ...
Expand Down

0 comments on commit 5da5b82

Please sign in to comment.