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