class documentation

class BackendOpInput: (source)

View In Hierarchy

A single filesystem / shell / store operation for a wrapped backend.

Class Variable args Undocumented
Class Variable backend_ref Key identifying which registered backend to act on.
Class Variable kwargs Undocumented
Class Variable op Backend method name, e.g. ls / read_file / write_file / execute.

Undocumented

backend_ref: str = (source)

Key identifying which registered backend to act on.

Undocumented

Backend method name, e.g. ls / read_file / write_file / execute.