![]() |
![]() |
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 122 of file popcon2dropbox.py.
References edm.print(), saveFileForImportErrors(), and str.
Referenced by run().
def popcon2dropbox.run | ( | args | ) |
Definition at line 156 of file popcon2dropbox.py.
References checkFile(), copy(), edm.print(), and upload().
Definition at line 59 of file popcon2dropbox.py.
Referenced by copy(), and upload().
def popcon2dropbox.upload | ( | args, | |
dbName | |||
) |
Definition at line 76 of file popcon2dropbox.py.
References edm.print(), saveFileForImportErrors(), and str.
Referenced by run().