class documentation

class StorageFileSource(StorageFileReference, Codable): (source)

View In Hierarchy

Undocumented

Method __hash__ Undocumented
Async Method read Undocumented
Async Method write Undocumented
Class Variable path Undocumented
Property storage Undocumented

Inherited from StorageFileReference:

Async Method as_repo_definition Undocumented

Inherited from AsRepoDefinition (via StorageFileReference):

Async Method as_contract_store Undocumented
Async Method feature_store Undocumented
def __hash__(self) -> int: (source)

Undocumented

async def read(self) -> bytes: (source)
async def write(self, content: bytes | bytearray): (source)

Undocumented

Undocumented