Skip to content

Commit

Permalink
Updated __all__ of expressions/functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wheerd committed Jul 15, 2017
1 parent 00fe9b2 commit 705f38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matchpy/expressions/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__all__ = [
'is_constant', 'is_syntactic', 'get_head', 'match_head', 'preorder_iter', 'preorder_iter_with_position',
'is_anonymous', 'contains_variables_from_set', 'register_operation_factory', 'create_operation_expression',
'rename_variables'
'rename_variables', 'op_iter', 'op_len', 'register_operation_iterator'
]


Expand Down

0 comments on commit 705f38e

Please sign in to comment.