Functions | |
def | checkFile (dbName) |
def | copy (args, dbName) |
def | run (args) |
def | saveFileForImportErrors (datef, dbName, withMetadata=False) |
def | upload (args, dbName) |
def popcon2dropbox.checkFile | ( | dbName | ) |
Definition at line 32 of file popcon2dropbox.py.
References str.
Referenced by run().
def popcon2dropbox.copy | ( | args, | |
dbName | |||
) |
Definition at line 126 of file popcon2dropbox.py.
References print(), saveFileForImportErrors(), and str.
Referenced by run().
def popcon2dropbox.run | ( | args | ) |
Definition at line 160 of file popcon2dropbox.py.
References checkFile(), copy(), print(), and upload().
def popcon2dropbox.saveFileForImportErrors | ( | datef, | |
dbName, | |||
withMetadata = False |
|||
) |
Definition at line 63 of file popcon2dropbox.py.
Referenced by copy(), and upload().
def popcon2dropbox.upload | ( | args, | |
dbName | |||
) |
Definition at line 80 of file popcon2dropbox.py.
References print(), saveFileForImportErrors(), and str.
Referenced by run().