예제 #1
0
파일: mwf_classes.py 프로젝트: koffie/lmfdb
 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!")
예제 #2
0
파일: mwf_classes.py 프로젝트: koffie/lmfdb
 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!")
예제 #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!")
예제 #4
0
파일: mwf_classes.py 프로젝트: sehlen/lmfdb
 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!")
예제 #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!")
예제 #6
0
파일: mwfp_classes.py 프로젝트: LMFDB/lmfdb
 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!")
예제 #7
0
 def __init__(self, dbname='HTPicard', **kwds):
     MFDataTable.__init__(self, dbname, **kwds)
예제 #8
0
 def __init__(self, dbname='HTPicard', **kwds):
     MFDataTable.__init__(self, dbname, **kwds)