Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/explorerhq/sql-explorer
/ passes_blacklist
Method
passes_blacklist
explorer/models.py:93–94 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
91
)[
"duration__avg"
]
92
93
def
passes_blacklist(self):
94
return
passes_blacklist(self.final_sql())
95
96
def
final_sql(self):
97
return
swap_params(self.sql, self.available_params())
Callers
4
validate
Method · 0.95
execute_query_only
Method · 0.95
post
Method · 0.95
generate_report
Function · 0.80
Calls
2
final_sql
Method · 0.95
passes_blacklist
Function · 0.90
Tested by
no test coverage detected