Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ write
Method
write
numpy/distutils/command/config.py:508–510 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
506
sys.stdout = self
507
508
def
write (self, data):
509
self.sys_stdout.write(data)
510
self.data += data
511
512
def
flush (self):
513
self.sys_stdout.flush()
Callers
15
UnixCCompiler__compile
Function · 0.45
output_def
Function · 0.45
CCompiler_customize
Function · 0.45
dos2unix
Function · 0.45
unix2dos
Function · 0.45
generate_def
Function · 0.45
generate_manifest
Function · 0.45
cache_flush
Method · 0.45
cc_test_cexpr
Method · 0.45
generate_dispatch_header
Method · 0.45
_wrap_target
Method · 0.45
_generate_config
Method · 0.45
Calls
no outgoing calls
Tested by
7
get_targets
Method · 0.36
check_execute_in
Method · 0.36
test_multi_fortran_libs_link
Function · 0.36
test_simple
Method · 0.36
test_simple_variable
Method · 0.36
setup_method
Method · 0.36
test_overrides
Method · 0.36