Public Member Functions | |
def | __init__ |
def | __str__ |
def | __len__ |
def | check_existence |
def | add |
def | add_dataset |
def | get |
def | find_dataset |
def | __init__ |
def | __str__ |
def | __len__ |
def | check_existence |
def | add |
def | add_dataset |
def | get |
def | find_dataset |
def | __init__ |
def | __str__ |
def | __len__ |
def | check_existence |
def | add |
def | add_dataset |
def | get |
def | find_dataset |
Public Attributes | |
items |
Class which stores and finds the datasets
Definition at line 14 of file datatools.py.
def datatools::DataLib::check_existence | ( | self, | ||
item | ||||
) |
Check if dataset already exists in the library; return True if it exists
Definition at line 30 of file datatools.py.
def datatools::DataLib::add | ( | self, | ||
item | ||||
) |
def datatools::DataLib::add_dataset | ( | self, | ||
d_short = '' , |
||||
d_long = '' , |
||||
path = '' | ||||
) |
def datatools::DataLib::get | ( | self, | ||
i | ||||
) |
def datatools::DataLib::find_dataset | ( | self, | ||
description | ||||
) |
Return dataset with the short or long description: description
Definition at line 52 of file datatools.py.
def datatools::DataLib::check_existence | ( | self, | ||
item | ||||
) |
Check if dataset already exists in the library; return True if it exists
Definition at line 30 of file datatools.py.
def datatools::DataLib::add | ( | self, | ||
item | ||||
) |
def datatools::DataLib::add_dataset | ( | self, | ||
d_short = '' , |
||||
d_long = '' , |
||||
path = '' | ||||
) |
def datatools::DataLib::get | ( | self, | ||
i | ||||
) |
def datatools::DataLib::find_dataset | ( | self, | ||
description | ||||
) |
Return dataset with the short or long description: description
Definition at line 52 of file datatools.py.
def datatools::DataLib::check_existence | ( | self, | ||
item | ||||
) |
Check if dataset already exists in the library; return True if it exists
Definition at line 30 of file datatools.py.
def datatools::DataLib::add | ( | self, | ||
item | ||||
) |
def datatools::DataLib::add_dataset | ( | self, | ||
d_short = '' , |
||||
d_long = '' , |
||||
path = '' | ||||
) |
def datatools::DataLib::get | ( | self, | ||
i | ||||
) |
def datatools::DataLib::find_dataset | ( | self, | ||
description | ||||
) |
Return dataset with the short or long description: description
Definition at line 52 of file datatools.py.