コード例 #1
0
def gen_hyb():
    map(gen_hyb_xib.gen_xib_file, Util.readlines_from_stdin())
コード例 #2
0
def output_xib():
    map(xibparse.gen_xib_file, Util.readlines_from_stdin())
コード例 #3
0
def show_folder():
    map(folderUtil.show_folder, set(Util.readlines_from_stdin()))
コード例 #4
0
def mkdirs():
    map(folderUtil.mkdirs, set(Util.readlines_from_stdin()))
コード例 #5
0
def hidden_folder():
    map(folderUtil.hidden_folder, set(Util.readlines_from_stdin()))