Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TechXueXi/TechXueXi
/ close
Method
close
SourcePackages/challengeAnswerBank.py:23–28 ·
view source on GitHub ↗
关闭数据库
(self)
Source
from the content-addressed store, hash-verified
21
self.c = self.db.cursor()
22
23
def
close(self):
24
""
"
25
关闭数据库
26
""
"
27
self.c.close()
28
self.db.close()
29
30
def
execute(self, sql, param=None):
31
""
"
Callers
1
search_answer
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected