concepts.dm.crow.parsers.crow_parser.gen_term_expr_noop#
- gen_term_expr_noop(expr_typename)[source]#
Generate a term expression function. This function is used to generate the term expression functions for the transformer. It is named _noop because the arguments to the function does not contain the operator being used. Therefore, we have to specify the operator name manually (expr_typename). This is used for the following functions:
bitand_expr
bitxor_expr
bitor_expr
- Parameters:
expr_typename (str) –