| 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() |
no outgoing calls