Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tortoise/tortoise-orm
/ functions
Functions
3,850 in github.com/tortoise/tortoise-orm
⨍
Functions
3,850
◇
Types & classes
935
↳
Endpoints
102
Method
__or__
(self, other: QueryModifier)
tortoise/query_utils.py:212
Method
__or__
Returns a binary OR of Q objects, use ``OR`` operator. :raises OperationalError: OR operation requires a Q node
tortoise/expressions.py:302
Method
__or__
(self, other: SearchQueryCombinable)
tortoise/contrib/postgres/search.py:190
Method
__or__
(self, other: LexemeCombinable)
tortoise/contrib/postgres/search.py:402
Method
__post_init__
(self)
tortoise/config.py:14
Method
__post_init__
(self)
tortoise/config.py:28
Method
__post_init__
(self)
tortoise/config.py:68
Method
__post_init__
(self)
tortoise/config.py:110
Method
__pow__
(self, other)
tortoise/expressions.py:206
Method
__radd__
(self, other)
tortoise/expressions.py:209
Method
__radd__
(self, other: SearchVectorCombinable)
tortoise/contrib/postgres/search.py:107
Method
__rand__
(self, other: SearchQueryCombinable)
tortoise/contrib/postgres/search.py:199
Method
__rand__
(self, other: LexemeCombinable)
tortoise/contrib/postgres/search.py:411
Method
__repr__
(self)
tortoise/models.py:861
Method
__repr__
(self)
tortoise/indexes.py:124
Method
__repr__
(self)
tortoise/migrations/graph.py:46
Method
__repr__
(self)
tortoise/fields/base.py:34
Method
__repr__
(self)
tortoise/fields/base.py:60
Method
__repr__
(self)
tortoise/fields/db_defaults.py:33
Method
__repr__
(self)
tortoise/fields/db_defaults.py:64
Method
__repr__
(self)
tortoise/fields/db_defaults.py:94
Method
__rmod__
(self, other)
tortoise/expressions.py:221
Method
__rmul__
(self, other)
tortoise/expressions.py:215
Method
__ror__
(self, other: SearchQueryCombinable)
tortoise/contrib/postgres/search.py:193
Method
__ror__
(self, other: LexemeCombinable)
tortoise/contrib/postgres/search.py:405
Method
__rpow__
(self, other)
tortoise/expressions.py:224
Method
__rsub__
(self, other)
tortoise/expressions.py:212
Method
__rtruediv__
(self, other)
tortoise/expressions.py:218
Method
__set__
(self, instance: Model, value: VALUE)
tortoise/fields/base.py:216
Method
__set__
(self, instance: Model, value: MODEL)
tortoise/fields/relational.py:292
Method
__setattr__
(cls, name: str, value: Any)
tortoise/__init__.py:63
Method
__setitem__
(self, key: str, value: dict[str, type[Model]])
tortoise/apps.py:347
Method
__setitem__
(self, __key: str, __value: Field | ComputedFieldDescription)
tortoise/contrib/pydantic/creator.py:86
Method
__str__
(self)
tortoise/exceptions.py:68
Method
__str__
(self)
tortoise/exceptions.py:93
Method
__str__
(self)
tortoise/models.py:858
Method
__str__
(self)
tortoise/contrib/test/condition.py:15
Method
__str__
(self)
tortoise/contrib/test/condition.py:26
Method
__str__
(self)
tortoise/contrib/test/condition.py:37
Method
__str__
(self)
tortoise/backends/base/client.py:90
Method
__str__
(self)
tortoise/migrations/graph.py:16
Method
__str__
(self)
tortoise/migrations/graph.py:43
Method
__str__
(self)
tortoise/fields/base.py:63
Method
__str__
(self)
tests/testmodels.py:83
Method
__str__
(self)
tests/testmodels.py:98
Method
__str__
(self)
tests/testmodels.py:128
Method
__str__
(self)
tests/testmodels.py:250
Method
__str__
(self)
tests/testmodels.py:264
Method
__str__
(self)
tests/testmodels.py:277
Method
__str__
(self)
tests/testmodels.py:616
Method
__str__
(self)
tests/model_setup/models__models__bad.py:14
Method
__str__
(self)
tests/model_setup/models__models__bad.py:23
Method
__str__
(self)
tests/model_setup/models__models__bad.py:33
Method
__str__
(self)
tests/model_setup/models__models__good.py:14
Method
__str__
(self)
tests/model_setup/models__models__good.py:23
Method
__str__
(self)
tests/model_setup/models__models__good.py:33
Method
__str__
(self)
examples/global_table_name_generator.py:21
Method
__str__
(self)
examples/global_table_name_generator.py:35
Method
__str__
(self)
examples/signals.py:19
Method
__str__
(self)
examples/two_databases.py:21
Method
__str__
(self)
examples/two_databases.py:37
Method
__str__
(self)
examples/two_databases.py:50
Method
__str__
(self)
examples/transactions.py:18
Method
__str__
(self)
examples/complex_filtering.py:18
Method
__str__
(self)
examples/complex_filtering.py:32
Method
__str__
(self)
examples/complex_filtering.py:42
Method
__str__
(self)
examples/relations.py:20
Method
__str__
(self)
examples/relations.py:35
Method
__str__
(self)
examples/relations.py:47
Method
__str__
(self)
examples/relations.py:57
Method
__str__
(self)
examples/relations_recursive.py:29
Method
__str__
(self)
examples/postgres.py:13
Method
__str__
(self)
examples/postgres_full_text_search.py:34
Method
__str__
(self)
examples/basic.py:19
Method
__str__
(self)
examples/functions.py:14
Method
__str__
(self)
examples/functions.py:28
Method
__str__
(self)
examples/functions.py:38
Method
__str__
(self)
examples/basic_comments.py:21
Method
__str__
(self)
examples/complex_prefetching.py:12
Method
__str__
(self)
examples/complex_prefetching.py:26
Method
__str__
(self)
examples/complex_prefetching.py:36
Method
__str__
(self)
examples/router.py:16
Method
__str__
(self)
examples/starlette/models.py:8
Method
__str__
(self)
examples/sanic/models.py:8
Method
__str__
(self)
examples/migrations_project/models.py:10
Method
__str__
(self)
examples/migrations_project/models.py:29
Method
__str__
(self)
examples/blacksheep/models.py:9
Method
__str__
(self)
examples/schema_migrations_project/models.py:29
Method
__str__
(self)
examples/schema_migrations_project/models.py:54
Method
__str__
(self)
examples/schema_migrations_project/models.py:70
Method
__str__
(self)
examples/schema_migrations_project/models.py:92
Method
__str__
(self)
examples/quart/models.py:8
Method
__str__
(self)
examples/quart/models.py:16
Method
__str__
(self)
examples/aiohttp/models.py:8
Method
__str__
(self)
examples/comprehensive_migrations_project/models.py:47
Method
__str__
(self)
examples/comprehensive_migrations_project/models.py:67
Method
__str__
(self)
examples/comprehensive_migrations_project/models.py:85
Method
__str__
(self)
examples/comprehensive_migrations_project/models.py:100
Method
__str__
(self)
examples/comprehensive_migrations_project/models.py:128
Method
__str__
(self)
examples/comprehensive_migrations_project/models.py:151
← previous
next →
1,201–1,300 of 3,850, ranked by callers