MCPcopy Create free account
hub / github.com/CL-lau/SQL-GPT / __init__

Method __init__

sql/orm.py:7–9  ·  view source on GitHub ↗
(self, data_file="sql/sql.pkl")

Source from the content-addressed store, hash-verified

5
6class orm(nn.Module):
7 def __init__(self, data_file="sql/sql.pkl"):
8 super().__init__()
9 self.data_file = data_file
10
11 def save(self, sql):
12 if os.path.exists(self.data_file):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected