Home
last modified time | relevance | path

Searched refs:_sig (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Dfilecmp.py42 s1 = _sig(os.stat(f1))
43 s2 = _sig(os.stat(f2))
59 def _sig(st): function