-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
Expand file tree
/
Copy pathformat.pyi
More file actions
24 lines (24 loc) · 852 Bytes
/
format.pyi
File metadata and controls
24 lines (24 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
from ._format_impl import (
ARRAY_ALIGN as ARRAY_ALIGN,
BUFFER_SIZE as BUFFER_SIZE,
EXPECTED_KEYS as EXPECTED_KEYS,
GROWTH_AXIS_MAX_DIGITS as GROWTH_AXIS_MAX_DIGITS,
MAGIC_LEN as MAGIC_LEN,
MAGIC_PREFIX as MAGIC_PREFIX,
__all__ as __all__,
__doc__ as __doc__,
descr_to_dtype as descr_to_dtype,
drop_metadata as drop_metadata,
dtype_to_descr as dtype_to_descr,
header_data_from_array_1_0 as header_data_from_array_1_0,
isfileobj as isfileobj,
magic as magic,
open_memmap as open_memmap,
read_array as read_array,
read_array_header_1_0 as read_array_header_1_0,
read_array_header_2_0 as read_array_header_2_0,
read_magic as read_magic,
write_array as write_array,
write_array_header_1_0 as write_array_header_1_0,
write_array_header_2_0 as write_array_header_2_0,
)