コード例 #1
0
 def __init__(self, config):
     Datastore.__init__(self, config)
     logging.debug('sqlite datasource started')
コード例 #2
0
ファイル: inmemory_datastore.py プロジェクト: kprc09/Elasticd
 def __init__(self, config):
     Datastore.__init__(self, config)
コード例 #3
0
 def __init__(self, config):
     Datastore.__init__(self, config)
     logging.debug('sqlite datasource started')