FileInputBase

Base for tool inputs that reference a file, providing a cached file property returning a File.

Usage

Source

FileInputBase(
    *,
    raw=(lambda: {})(),
    file_path,
)

Parameter Attributes

raw: RawDict = (lambda: {})()
file_path: str