コード例 #1
0
        def split(path):
            filename7 = Vips.path_filename7(path)
            mode7 = Vips.path_mode7(path)

            return [filename7, mode7]
コード例 #2
0
ファイル: test_iofuncs.py プロジェクト: Fasjul/libvips
        def split(path):
            filename7 = Vips.path_filename7(path)
            mode7 = Vips.path_mode7(path)

            return [filename7, mode7]