Esempio n. 1
0
def load(root=_files.ROOT, rebuild=False):
    _backend.load(make_loader(root=root), rebuild=rebuild)
Esempio n. 2
0
def load(root=_files.ROOT, with_values=True, rebuild=False):
    _backend.load(make_loader(root, with_values), rebuild=rebuild)
Esempio n. 3
0
def load(root=_files.ROOT, with_values=True, rebuild=False):
    """Load languoids/tree/**/md.ini into SQLite3 db, return filename."""
    dbfile = _backend.load(make_loader(root, with_values), rebuild=rebuild)
    return str(dbfile)