Contains
Compare changes
+ 11
− 0
@@ -502,6 +502,17 @@ class ProcessCollection:
@@ -502,6 +502,17 @@ class ProcessCollection:
Add __contains__()
method to ProcessCollection such that
if my_mem_var in my_collection:
...
can be performed. Relevant issue: #241