MCPcopy
hub / github.com/marimo-team/marimo / last_modified

Method last_modified

marimo/_utils/marimo_path.py:122–123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

120
121 @property
122 def last_modified(self) -> float:
123 return self.path.stat().st_mtime
124
125 def __str__(self) -> str:
126 return str(self.path)

Callers

nothing calls this directly

Calls 1

statMethod · 0.80

Tested by

no test coverage detected