MCPcopy
hub / github.com/tortoise/tortoise-orm / Trim

Class Trim

tortoise/functions.py:10–17  ·  view source on GitHub ↗

Trims whitespace off edges of text. :samp:`Trim("{FIELD_NAME}")`

Source from the content-addressed store, hash-verified

8
9
10class Trim(Function):
11 """
12 Trims whitespace off edges of text.
13
14 :samp:`Trim("{FIELD_NAME}")`
15 """
16
17 database_func = functions.Trim
18
19
20class Length(Function):

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…