Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/x/b/xbob.db.gbu-1.2.1/xbob/db/gbu/create.py xbob.db.gbu(Download)
# the real work... create_tables(args) s = utils.session(args.type, args.files[0], echo=(args.verbose > 2)) add_files_and_protocols(s, args.list_directory, args.rescan_image_directory, args.verbose) s.commit()
src/x/b/xbob.db.maskattack-1.0.0a0/xbob/db/maskattack/query.py xbob.db.maskattack(Download)
else: self.session = utils.session(INFO.type(), SQLITE_FILE) #DOES NOT TRY READ ONLY FIRST, LOCK SHOULD BE WORKING - GLOBALLY!!! (unlike temp) def is_valid(self):