We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22299f1 commit 2214a2dCopy full SHA for 2214a2d
1 file changed
src/imcflibs/iotools.py
@@ -22,6 +22,7 @@ def filehandle(fname, mode="r"):
22
Parameters
23
----------
24
fname : str or filehandle
25
+ The object to ensure it is a file handle, or to create one from it.
26
mode : str
27
The desired mode of the filehandle (default=read).
28
0 commit comments