Home
last modified time | relevance | path

Searched refs:_safe_print (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Dtarfile.py264 def _safe_print(s): function
2138 _safe_print("??????????")
2140 _safe_print(stat.filemode(tarinfo.mode))
2141 _safe_print("%s/%s" % (tarinfo.uname or tarinfo.uid,
2144 _safe_print("%10s" %
2147 _safe_print("%10d" % tarinfo.size)
2149 _safe_print("????-??-?? ??:??:??")
2151 _safe_print("%d-%02d-%02d %02d:%02d:%02d" \
2154 _safe_print(tarinfo.name + ("/" if tarinfo.isdir() else ""))
2158 _safe_print("
[all...]

Completed in 4 milliseconds