예제 #1
0
def random_path():
    return 'feather_{}'.format(guid())
예제 #2
0
def random_path():
    return 'feather_{}'.format(guid())
예제 #3
0
파일: test_reader.py 프로젝트: wesm/feather
def random_path():
    return "feather_{}".format(guid())