예제 #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