5.1.1.2.2.4. pycropml.transpiler.builtin_typed_api module

pycropml.transpiler.builtin_typed_api.add(l, r)[source]
pycropml.transpiler.builtin_typed_api.and_(l, r)[source]
pycropml.transpiler.builtin_typed_api.arg_check(expected_type, args, a)[source]
pycropml.transpiler.builtin_typed_api.binary_and(l, r)[source]
pycropml.transpiler.builtin_typed_api.binary_or(l, r)[source]
pycropml.transpiler.builtin_typed_api.builtin_type_check(namespace, function, receiver, args)[source]
pycropml.transpiler.builtin_typed_api.div(l, r)[source]
pycropml.transpiler.builtin_typed_api.mod(l, r)[source]
pycropml.transpiler.builtin_typed_api.mul(l, r)[source]
pycropml.transpiler.builtin_typed_api.or_(l, r)[source]
pycropml.transpiler.builtin_typed_api.pow_(l, r)[source]
pycropml.transpiler.builtin_typed_api.simplify(kind, generics)[source]
pycropml.transpiler.builtin_typed_api.sub(l, r)[source]