commit | 9eaa7868164a7e98792de24d2be97f79fba22322 | [log] [tgz] |
---|---|---|
author | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Thu Mar 25 05:50:03 2021 -0600 |
committer | GitHub <noreply@github.com> | Thu Mar 25 11:50:03 2021 +0000 |
tree | 12ff4af860d6e20fd27300bc000909bef8b9574e | |
parent | 1d76b57d1f218f7885f85dc7c052bad1ad3857ac [diff] |
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