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 9008696 commit ed55620Copy full SHA for ed55620
nibabel/arrayproxy.py
@@ -37,7 +37,6 @@
37
from .openers import ImageOpener, HAVE_INDEXED_GZIP
38
39
40
-KEEP_FILE_OPEN_DEFAULT = False
41
"""This flag controls whether a new file handle is created every time an image
42
is accessed through an ``ArrayProxy``, or a single file handle is created and
43
used for the lifetime of the ``ArrayProxy``. It should be set to one of
@@ -53,6 +52,7 @@
53
52
specifying the ``keep_file_open`` flag will result in a ``ValueError`` being
54
raised.
55
"""
+KEEP_FILE_OPEN_DEFAULT = False
56
57
58
class ArrayProxy(object):
0 commit comments