Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ write
Method
write
numpy/lib/npyio.py:1530–1531 ·
view source on GitHub ↗
(self, v)
Source
from the content-addressed store, hash-verified
1528
self.fh.close()
1529
1530
def
write(self, v):
1531
self.do_write(v)
1532
1533
def
write_bytes(self, v):
1534
if
isinstance(v, bytes):
Callers
15
savetxt
Function · 0.95
write_release_task
Function · 0.45
asv_substitute_config
Function · 0.45
__enter__
Method · 0.45
__exit__
Method · 0.45
flags_is_required
Function · 0.45
output_dot
Function · 0.45
iter_included_files
Function · 0.45
check_documentation
Function · 0.45
main
Function · 0.45
process_tempita_pyx
Function · 0.45
process_tempita_pyd
Function · 0.45
Calls
no outgoing calls
Tested by
15
asv_substitute_config
Function · 0.36
test_fromfile_tofile_seeks
Method · 0.36
test_cstruct
Function · 0.36
test_fromfile_bogus
Method · 0.36
test_fromfile_complex
Method · 0.36
test_fromfile
Method · 0.36
test_genfromtxt
Method · 0.36
test_loadtxt
Method · 0.36
test_no_shape
Method · 0.36
test_empty_array
Method · 0.36
test_recarray_fromfile
Method · 0.36
test_deprecate_unparsable_data_file
Method · 0.36