MCPcopy
hub / github.com/firerpa/lamda / file_stat

Method file_stat

lamda/client.py:2444–2445  ·  view source on GitHub ↗
(self, fpath)

Source from the content-addressed store, hash-verified

2442 def file_chmod(self, fpath, mode=0o644):
2443 return self.stub("File").file_chmod(fpath, mode=mode)
2444 def file_stat(self, fpath):
2445 return self.stub("File").file_stat(fpath)
2446 # Shortcut: Application
2447 def install_local_file(self, rpath, user=0):
2448 return self.stub("Application").install_local_file(rpath, user=user)

Callers

nothing calls this directly

Calls 1

stubMethod · 0.95

Tested by

no test coverage detected