shorthand for mtime
(path)
| 316 | |
| 317 | |
| 318 | def mtime(path): |
| 319 | """shorthand for mtime""" |
| 320 | return os.stat(path).st_mtime |
| 321 | |
| 322 | |
| 323 | def install_npm(path=None, build_dir=None, source_dir=None, build_cmd='build', force=False, npm=None): |
no outgoing calls
no test coverage detected