예제 #1
0
파일: xstat.py 프로젝트: ultilix/catawampus
def fstat(path):
    return stat_result.from_xstat_rep(_helpers.fstat(path))
예제 #2
0
파일: xstat.py 프로젝트: Kelimion/bup
def fstat(path):
    return stat_result.from_xstat_rep(_helpers.fstat(path))