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

Function _sig

Lib/filecmp.py:70–73  ·  view source on GitHub ↗
(st)

Source from the content-addressed store, hash-verified

68 return outcome
69
70def _sig(st):
71 return (stat.S_IFMT(st.st_mode),
72 st.st_size,
73 st.st_mtime)
74
75def _do_cmp(f1, f2):
76 bufsize = BUFSIZE

Callers 1

cmpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected