MCPcopy Index your code
hub / github.com/python/cpython / mtime

Method mtime

Lib/importlib/metadata/__init__.py:866–869  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

864
865 @property
866 def mtime(self):
867 with suppress(OSError):
868 return os.stat(self.root).st_mtime
869 self.lookup.cache_clear()
870
871 @method_cache
872 def lookup(self, mtime):

Callers

nothing calls this directly

Calls 2

suppressClass · 0.90
statMethod · 0.45

Tested by

no test coverage detected