MCPcopy Index your code
hub / github.com/numpy/numpy / write

Method write

numpy/typing/tests/data/pass/ufunc_config.py:19–20  ·  view source on GitHub ↗
(self, a: str)

Source from the content-addressed store, hash-verified

17
18class Write1:
19 def write(self, a: str) -> None:
20 return None
21
22
23class Write2:

Callers 3

print_assert_equalFunction · 0.45
_convert_str_to_fileFunction · 0.45
buildFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected