MCPcopy
hub / github.com/ModelEngine-Group/nexent / order_by

Method order_by

test/backend/database/test_token_db.py:179–181  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

177 return self
178
179 def order_by(self, *args):
180 self._order_by = args
181 return self
182
183 def first(self):
184 # Simple implementation - return first matching instance

Calls

no outgoing calls

Tested by

no test coverage detected