コード例 #1
0
ファイル: base.py プロジェクト: ainkov/mistral
 def is_db_session_open(self):
     return db_sa_base._get_thread_local_session() is not None
コード例 #2
0
 def is_db_session_open(self):
     return db_sa_base._get_thread_local_session() is not None