fix: skip empty policy bindings in `len()` and `iter()` (#159)

Exclude empty policy bindings (bindings with no members) in
`Policy.__iter__()` and `Policy.__len__()`

Follow up to #155 
2 files changed