Skip to main content

FileSystem

What it is

  • A thin subclass of naas_abi.ontologies.modules.NexusPlatformOntology.FileSystem.
  • Intended as an action class stub where custom logic can be implemented.

Public API

  • class FileSystem(_FileSystem)
    • actions(self)
      • Placeholder method intended for implementing action logic.
      • Currently does nothing (pass).

Configuration/Dependencies

  • Depends on naas_abi.ontologies.modules.NexusPlatformOntology.FileSystem (imported as _FileSystem).

Usage

from naas_abi.ontologies.classes.ontology_naas_ai.nexus.FileSystem import FileSystem

fs = FileSystem()
fs.actions() # currently no-op

Caveats

  • actions() is unimplemented and performs no operations.