Skip to content

Commit

Permalink
add get_fill_value to stub
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit2 committed Oct 21, 2024
1 parent f50a70d commit 5d922e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/netCDF4/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ class Variable(Generic[T_Datatype]):
def renameAttribute(self, oldname: str, newname: str) -> None: ...
def assignValue(self, val: Any) -> None: ...
def getValue(self) -> Any: ...
def get_fill_value(self) -> Any: ...
def set_auto_chartostring(self, chartostring: bool) -> None: ...
def use_nc_get_vars(self, use_nc_get_vars: bool) -> None: ...
def set_auto_maskandscale(self, maskandscale: bool) -> None: ...
Expand Down

0 comments on commit 5d922e4

Please sign in to comment.