Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aaPanel/BaoTa
/ __Close
Method
__Close
class/databaseModel/pgsqlModel.py:175–177 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
173
174
# 关闭连接
175
def
__Close(self):
176
self.__DB_CUR.close()
177
self.__DB_CONN.close()
178
179
# 获取未注释的配置文件参数
180
@classmethod
Callers
3
execute
Method · 0.95
query
Method · 0.95
use_database
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected