Skip to main content
Version: 2025.10

Readable

Description: Abstract base class for objects that expose readable file-like content.

Methods

NameDescription
read_bytesRead the contents as raw bytes.
read_textRead the contents as decoded text.
copy_toCopy the contents to a local file.
read_jsonParse the contents as JSON.
cleanup_cacheClean up cached files if they exist.
get_cache_statsGet filesystem cache statistics.