added TODO comment
This commit is contained in:
@ -77,7 +77,7 @@ cdef class View(OBIWrapper) :
|
|||||||
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def import_view(object dms_1, object dms_2, object view_name_1, object view_name_2):
|
def import_view(object dms_1, object dms_2, object view_name_1, object view_name_2): # TODO argument to import line by line to avoid huge AVL copy
|
||||||
if obi_import_view(tobytes(dms_1), tobytes(dms_2), tobytes(view_name_1), tobytes(view_name_2)) < 0 :
|
if obi_import_view(tobytes(dms_1), tobytes(dms_2), tobytes(view_name_1), tobytes(view_name_2)) < 0 :
|
||||||
raise Exception("Error importing a view")
|
raise Exception("Error importing a view")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user