예제 #1
0
파일: cli.py 프로젝트: occrp/datasurvey
def main(path, csv, db, **options):
    store = Store(db)
    scan_path(store, None, path)
    if csv is not None:
        store.save(csv)
예제 #2
0
def main(path, csv, db, **options):
    store = Store(db)
    scan_path(store, None, path)
    if csv is not None:
        store.save(csv)
예제 #3
0
파일: scanner.py 프로젝트: occrp/datasurvey
 def descend(self, name):
     scan_path(self.store, self, name)
예제 #4
0
 def descend(self, name):
     scan_path(self.store, self, name)