Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tortoise/tortoise-orm
/ __init__
Method
__init__
tortoise/expressions.py:128–129 ·
view source on GitHub ↗
(self, name: str)
Source
from the content-addressed store, hash-verified
126
""
"
127
128
def
__init__(self, name: str) -> None:
129
self.name = name
130
131
def
resolve(self, resolve_context: ResolveContext) -> ResolveResult:
132
term: Term
Callers
3
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected