Closed LazyDope closed 1 year ago
Base: 98.67% // Head: 98.53% // Decreases project coverage by -0.13%
:warning:
Coverage data is based on head (
b01086e
) compared to base (557cf64
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Summary
The interpreter silently getting items when you asked for an attribute was sorta weird, so now it's an inherent part of SafeDict's getattr method instead. This quirk was undocumented already, so I'm not really sure where it should be documented now.
Checklist
PR Type
Other