We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a82d0 commit d173678Copy full SHA for d173678
py_dataset/dataset.py
@@ -74,7 +74,7 @@ def init(collection_name):
74
'''initialize a dataset collection with the given name'''
75
return libdataset.init_collection(c_char_p(collection_name.encode('utf8')))
76
77
-def is_open(c_name):
+def is_open(collection_name):
78
'''check to see if a collection is already opened.'''
79
return libdataset.is_collection_open(c_char_p(collection_name.encode('utf8')))
80
0 commit comments