MCPcopy Create free account
hub / github.com/dateutil/dateutil / inner_func

Function inner_func

src/dateutil/rrule.py:86–89  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

84 """
85 @wraps(f)
86 def inner_func(self, *args, **kwargs):
87 rv = f(self, *args, **kwargs)
88 self._invalidate_cache()
89 return rv
90
91 return inner_func
92

Callers

nothing calls this directly

Calls 1

_invalidate_cacheMethod · 0.80

Tested by

no test coverage detected