MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / _builder

Method _builder

tortoise/backends/psycopg/client.py:39–40  ·  view source on GitHub ↗
(cls, **kwargs)

Source from the content-addressed store, hash-verified

37class PsycopgSQLQuery(PostgreSQLQuery):
38 @classmethod
39 def _builder(cls, **kwargs) -> PostgreSQLQueryBuilder:
40 return PsycopgSQLQueryBuilder(**kwargs)
41
42
43class PsycopgSQLQueryBuilder(PostgreSQLQueryBuilder):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected