Exemple #1
0
 def __init__(self, **kwds):
     """
     db -- a PostgresTable from lmfdb.db_backend
     """
     MFDataTable.__init__(self, **kwds)
     self.maass_id = kwds.get('maass_id', None)
     if not self.maass_id:
         mwf_logger.critical("You must supply an id!")
Exemple #2
0
 def __init__(self, **kwds):
     """
     db -- a PostgresTable from lmfdb.db_backend
     """
     MFDataTable.__init__(self, **kwds)
     self.maass_id = kwds.get('maass_id', None)
     if not self.maass_id:
         mwf_logger.critical("You must supply an id!")
Exemple #3
0
 def __init__(self, dbname='', **kwds):
     MFDataTable.__init__(self, dbname, **kwds)
     self._id = kwds.get('id', None)
     if not self._id:
         mwf_logger.critical("You must supply an id!")
Exemple #4
0
 def __init__(self, dbname='', **kwds):
     MFDataTable.__init__(self, dbname, **kwds)
     self._id = kwds.get('id', None)
     if not self._id:
         mwf_logger.critical("You must supply an id!")
Exemple #5
0
 def __init__(self, **kwds):
     MFDataTable.__init__(self, **kwds)
     self._docid = kwds.get('docid', None)
     if not self._docid:
         mwfp_logger.critical("You must supply an id!")
Exemple #6
0
 def __init__(self, **kwds):
     MFDataTable.__init__(self, **kwds)
     self._docid = kwds.get('docid', None)
     if not self._docid:
         mwfp_logger.critical("You must supply an id!")
Exemple #7
0
 def __init__(self, dbname='HTPicard', **kwds):
     MFDataTable.__init__(self, dbname, **kwds)
Exemple #8
0
 def __init__(self, dbname='HTPicard', **kwds):
     MFDataTable.__init__(self, dbname, **kwds)