MCPcopy Create free account
hub / github.com/explorerhq/sql-explorer / __init__

Method __init__

explorer/models.py:62–65  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

60 "Will be included as a good example of SQL in assistant queries that use relevant tables"))
61
62 def __init__(self, *args, **kwargs):
63 self.params = kwargs.get("params")
64 kwargs.pop("params", None)
65 super().__init__(*args, **kwargs)
66
67 class Meta:
68 ordering = ["title"]

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected