Skip to content

Commit

Permalink
add _netCDF4 stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
headtr1ck committed Dec 15, 2023
1 parent ca7215a commit f965598
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/netCDF4/_netCDF4.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# The definitions are intendionally done in the __init__.
# This file only exists in case someone imports from netCDF4._netCDF4
from . import (
Dataset, Variable, Dimension, Group, MFDataset, MFTime, CompoundType,
VLType, date2num, num2date, date2index, stringtochar, chartostring,
stringtoarr, getlibversion, EnumType, get_chunk_cache, set_chunk_cache,
set_alignment, get_alignment, default_fillvals, default_encoding,
NetCDF4MissingFeatureException, is_native_big, is_native_little
)

0 comments on commit f965598

Please sign in to comment.