quickΒΆ Quick CapSule (qurry.capsule.quick) qurry.capsule.quick.quickRead(filename: str | Path, save_location: Path | str = PosixPath('.'), filetype: Literal['json', 'txt'] = 'json', encoding: str = 'utf-8') → Any[source]ΒΆ Quick read file. Parameters: filename (Union[str, Path]) β Filename. encoding (str, optional) β Encoding method. Defaults to βutf-8β. Returns: Content of the file. Return type: str