Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_sec
Method · 0.95
utime
Method · 0.80
open
Function · 0.50
fileno
Method · 0.45
split
Method · 0.45
Tested by
no test coverage detected