MCPcopy
hub / github.com/xavierd/clang_complete / time

Method time

plugin/clang/cindex.py:1012–1014  ·  view source on GitHub ↗

Return the last modification time of the file.

(self)

Source from the content-addressed store, hash-verified

1010
1011 @property
1012 def time(self):
1013 """Return the last modification time of the file."""
1014 return File_time(self)
1015
1016class FileInclusion(object):
1017 """

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected