09th
Results
1
issues of
09th
Sometimes _eq_ function works incorrect if Polygon uses as dictionary key. "if my_poly in my_dict.keys()" returns True, but when I try to get "my_val = my_dict[my_poly]" it causes KeyError Exeption....