Skip to content

Commit 0561764

Browse files
committed
Add see also to dpnp.fromfile function
1 parent 7c53289 commit 0561764

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dpnp/dpnp_array.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,6 +2038,11 @@ def tofile(self, fid, sep="", format=""):
20382038
20392039
Default: ``""``.
20402040
2041+
See Also
2042+
--------
2043+
:obj:`dpnp.fromfile` : Construct an array from data in a text or binary
2044+
file.
2045+
20412046
"""
20422047

20432048
self.asnumpy().tofile(fid, sep=sep, format=format)

0 commit comments

Comments
 (0)