MCPcopy Create free account
hub / github.com/dot-agent/nextpy / select

Method select

nextpy/data/model.py:306–312  ·  view source on GitHub ↗

Select rows from the table. Returns: The select statement.

(cls)

Source from the content-addressed store, hash-verified

304 @classmethod
305 @property
306 def select(cls):
307 """Select rows from the table.
308
309 Returns:
310 The select statement.
311 """
312 return sqlmodel.select(cls)
313
314
315def session(url: str | None = None) -> sqlmodel.Session:

Callers 5

indexFunction · 0.80
_get_all_table_namesMethod · 0.80
test_automigrationFunction · 0.80
query_formFunction · 0.80
indexFunction · 0.80

Calls

no outgoing calls

Tested by 2

indexFunction · 0.64
test_automigrationFunction · 0.64