Hash of self.raw, used for etags.
(self)
| 77 | |
| 78 | @cached_property |
| 79 | def hash(self): |
| 80 | '''Hash of self.raw, used for etags.''' |
| 81 | return hash_item(self.raw) |
| 82 | |
| 83 | @cached_property |
| 84 | def ident(self): |
nothing calls this directly
no test coverage detected