Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions py5_resources/data/sketch.csv
Original file line number Diff line number Diff line change
Expand Up @@ -406,14 +406,14 @@ create_reader,createReader,,method,input,files,SKIP,user should use python inste
create_writer,createWriter,,method,output,files,SKIP,user should use python instead
create_input,createInput,,method,input,files,SKIP,user should use python instead
create_input_raw,createInputRaw,,method,,,SKIP,user should use python instead
load_bytes,,,method,input,files,PYTHON,
load_strings,,,method,input,files,PYTHON,
load_pickle,,,method,input,files,PYTHON,
load_bytes,loadBytes,,method,input,files,PYTHON,
load_strings,loadStrings,,method,input,files,PYTHON,
load_pickle,loadPickle,,method,input,files,PYTHON,
create_output,createOutput,,method,output,files,SKIP,user should use python instead
save_stream,saveStream,,method,output,files,SKIP,user should use python instead
save_bytes,,,method,output,files,PYTHON,
save_strings,,,method,output,files,PYTHON,
save_pickle,,,method,output,files,PYTHON,
save_bytes,saveBytes,,method,output,files,PYTHON,
save_strings,saveStrings,,method,output,files,PYTHON,
save_pickle,savePickle,,method,output,files,PYTHON,
sketch_file,sketchFile,,method,,,SKIP,user should use python instead
save_path,savePath,,method,,,SKIP,user should use python instead
save_file,saveFile,,method,,,SKIP,user should use python instead
Expand Down