There was only a subtle difference between getitem and getattr (because they usually return the same values) which only becomes evident in the attr filter.
Crinja objects implementing Indexable can still provide item values through the #[] method that wont be resolved by resolve_getattr.
There was only a subtle difference between getitem and getattr (because they usually return the same values) which only becomes evident in the
attr
filter. Crinja objects implementingIndexable
can still provide item values through the#[]
method that wont be resolved byresolve_getattr
.