MCPcopy 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__compileFunction · 0.45
output_defFunction · 0.45
CCompiler_customizeFunction · 0.45
dos2unixFunction · 0.45
unix2dosFunction · 0.45
generate_defFunction · 0.45
generate_manifestFunction · 0.45
cache_flushMethod · 0.45
cc_test_cexprMethod · 0.45
_wrap_targetMethod · 0.45
_generate_configMethod · 0.45

Calls

no outgoing calls

Tested by 7

get_targetsMethod · 0.36
check_execute_inMethod · 0.36
test_simpleMethod · 0.36
test_simple_variableMethod · 0.36
setup_methodMethod · 0.36
test_overridesMethod · 0.36