Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/numpy/lib/format.py: 100%
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1from ._format_impl import ( # noqa: F401
2 ARRAY_ALIGN,
3 BUFFER_SIZE,
4 EXPECTED_KEYS,
5 GROWTH_AXIS_MAX_DIGITS,
6 MAGIC_LEN,
7 MAGIC_PREFIX,
8 __all__,
9 __doc__,
10 descr_to_dtype,
11 drop_metadata,
12 dtype_to_descr,
13 header_data_from_array_1_0,
14 isfileobj,
15 magic,
16 open_memmap,
17 read_array,
18 read_array_header_1_0,
19 read_array_header_2_0,
20 read_magic,
21 write_array,
22 write_array_header_1_0,
23 write_array_header_2_0,
24)