Exemplo n.º 1
0
def load(root=_files.ROOT, rebuild=False):
    _backend.load(make_loader(root=root), rebuild=rebuild)
Exemplo n.º 2
0
def load(root=_files.ROOT, with_values=True, rebuild=False):
    _backend.load(make_loader(root, with_values), rebuild=rebuild)
Exemplo 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)