Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ close_all
Method
close_all
django/utils/connection.py:83–85 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
81
]
82
83
def
close_all(self):
84
for
conn in self.all(initialized_only=True):
85
conn.close()
Callers
4
close_caches
Function · 0.80
_close_connections
Method · 0.80
run_from_argv
Method · 0.80
run
Method · 0.80
Calls
2
all
Method · 0.95
close
Method · 0.45
Tested by
1
run
Method · 0.64