globusonline/agamemnon

MembershipFactory should implement __contains__

Closed this issue · 0 comments

Either membership factory or member ship list should implement contains such that checking containment can be done efficiently .. e.g.:

if target_node in source_node.relationship_name: #do something