Esempio n. 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!")
Esempio n. 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!")
Esempio n. 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!")
Esempio n. 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!")
Esempio n. 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!")
Esempio n. 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!")
Esempio n. 7
0
 def __init__(self, dbname='HTPicard', **kwds):
     MFDataTable.__init__(self, dbname, **kwds)
Esempio n. 8
0
 def __init__(self, dbname='HTPicard', **kwds):
     MFDataTable.__init__(self, dbname, **kwds)