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

249 lines
7.0 KiB
Python

import os
if self.delimiter :
def write(self,info,**_args):
def close(self):
"""
# DiskWriter.__init__(self,**args)
super().__init__(**args)
self.table = args['table'] if 'table' in args else None
#if not self.fields :