@@ -406,14 +406,14 @@ create_reader,createReader,,method,input,files,SKIP,user should use python inste
406406create_writer , createWriter ,, method , output , files , SKIP , user should use python instead
407407create_input , createInput ,, method , input , files , SKIP , user should use python instead
408408create_input_raw , createInputRaw ,, method ,,, SKIP , user should use python instead
409- load_bytes ,,, method , input , files , PYTHON ,
410- load_strings ,,, method , input , files , PYTHON ,
411- load_pickle ,,, method , input , files , PYTHON ,
409+ load_bytes , loadBytes ,, method , input , files , PYTHON ,
410+ load_strings , loadStrings ,, method , input , files , PYTHON ,
411+ load_pickle , loadPickle ,, method , input , files , PYTHON ,
412412create_output , createOutput ,, method , output , files , SKIP , user should use python instead
413413save_stream , saveStream ,, method , output , files , SKIP , user should use python instead
414- save_bytes ,,, method , output , files , PYTHON ,
415- save_strings ,,, method , output , files , PYTHON ,
416- save_pickle ,,, method , output , files , PYTHON ,
414+ save_bytes , saveBytes ,, method , output , files , PYTHON ,
415+ save_strings , saveStrings ,, method , output , files , PYTHON ,
416+ save_pickle , savePickle ,, method , output , files , PYTHON ,
417417sketch_file , sketchFile ,, method ,,, SKIP , user should use python instead
418418save_path , savePath ,, method ,,, SKIP , user should use python instead
419419save_file , saveFile ,, method ,,, SKIP , user should use python instead
0 commit comments