MCPcopy Index your code
hub / github.com/RustPython/RustPython / set_time

Method set_time

Lib/test/test_os.py:939–941  ·  view source on GitHub ↗
(filename, ns)

Source from the content-addressed store, hash-verified

937
938 def test_utime(self):
939 def set_time(filename, ns):
940 # test the ns keyword parameter
941 os.utime(filename, ns=ns)
942 self._test_utime(set_time)
943
944 @staticmethod

Callers

nothing calls this directly

Calls 5

ns_to_secMethod · 0.95
utimeMethod · 0.80
openFunction · 0.50
filenoMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected