MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / MyType

Class MyType

test/sql/test_operators.py:1173–1176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1171 type_compiler = MyTypeCompiler
1172
1173 class MyType(JSON):
1174 __visit_name__ = "mytype"
1175
1176 operator_classes = OperatorClass.JSON | OperatorClass.MATH
1177
1178 self.MyType = MyType
1179 self.__dialect__ = MyDialect()

Callers 11

test_no_classMethod · 0.70
test_containsMethod · 0.70
test_getitemMethod · 0.70
test_lshiftMethod · 0.70
test_rlshiftMethod · 0.70
test_rshiftMethod · 0.70
test_rrshiftMethod · 0.70
test_matmulMethod · 0.70
test_rmatmulMethod · 0.70

Calls

no outgoing calls

Tested by 11

test_no_classMethod · 0.56
test_containsMethod · 0.56
test_getitemMethod · 0.56
test_lshiftMethod · 0.56
test_rlshiftMethod · 0.56
test_rshiftMethod · 0.56
test_rrshiftMethod · 0.56
test_matmulMethod · 0.56
test_rmatmulMethod · 0.56