You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
data-transport/transport/disk.py

270 lines
7.8 KiB
Python

import os
import sqlalchemy
size = -1 if 'size' not in args else int(args['size'])
# # return p and q
class SQLiteWriter(SQLite,DiskWriter) :