RWESharp.Core.lingoIO¶ Functions fromarr(col, mark) frompoint(col) makearr(col, mark) point(col) tojson(string[, replacement, log]) tolingo(string) RWESharp.Core.lingoIO.tojson(string: str, replacement: str = None, log=False)[source]¶ Parameters: string (str) replacement (str) RWESharp.Core.lingoIO.tolingo(string: dict)[source]¶ Parameters: string (dict) RWESharp.Core.lingoIO.fromarr(col: str, mark: str) → list[float | int][source]¶ Parameters: col (str) mark (str) Return type: list[float | int] RWESharp.Core.lingoIO.point(col: list | tuple) → str[source]¶ Parameters: col (list | tuple) Return type: str RWESharp.Core.lingoIO.frompoint(col: str) → list[float | int][source]¶ Parameters: col (str) Return type: list[float | int] RWESharp.Core.lingoIO.makearr(col: list | tuple, mark: str)[source]¶ Parameters: col (list | tuple) mark (str)