MCPcopy
hub / github.com/pimutils/vdirsyncer / hash

Method hash

vdirsyncer/vobject.py:79–81  ·  view source on GitHub ↗

Hash of self.raw, used for etags.

(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

hash_itemFunction · 0.85

Tested by

no test coverage detected