Skip to content
Snippets Groups Projects

F delete container

Merged Henrik tom Wörden requested to merge f-delete-container into dev
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
0
@@ -45,6 +45,8 @@ def LIST(datatype):
def get_list_datatype(datatype):
""" returns the datatype of the elements in the list """
if not isinstance(datatype, str):
return None
match = re.match("LIST(<|&lt;)(?P<datatype>.*)(>|&gt;)", datatype)
if match is not None:
Loading