MCPcopy
hub / github.com/django/django / Mod

Class Mod

django/db/models/functions/math.py:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125
126class Mod(FixDecimalInputMixin, NumericOutputFieldMixin, Func):
127 function = "MOD"
128 arity = 2
129
130
131class Pi(NumericOutputFieldMixin, Func):

Callers 6

as_sqlMethod · 0.90
test_nullMethod · 0.90
test_decimalMethod · 0.90
test_floatMethod · 0.90
test_integerMethod · 0.90

Calls

no outgoing calls

Tested by 5

test_nullMethod · 0.72
test_decimalMethod · 0.72
test_floatMethod · 0.72
test_integerMethod · 0.72