viralogic / py-enumerable

A Python module used for interacting with collections of objects using LINQ syntax
MIT License
187 stars 24 forks source link

fixed bug in Enumerable.Any() #85

Open NigelBess opened 6 months ago

NigelBess commented 6 months ago

Enumerable.Any() failed to find 'None' values. I updated the function and updated unit tests to match.