Skip to content

Fixed bug in python implementation of segment.__contains__

Duncan Macleod requested to merge (removed):python-segment-contains into master

This patch fixes a bug in the handling of single argument inputs to segment.__contains__ in the python implementation.

Merge request reports