Skip to content

Kathara.parser.netkit.FolderParser

Tommaso Caiazzi edited this page Jul 21, 2023 · 1 revision

module Kathara.parser.netkit.FolderParser

Global Variables

  • RESERVED_MACHINE_NAMES

class FolderParser

Class responsible for parsing the folder in the network scenario directory.


method FolderParser.parse

parse(path: str) → Lab

Parse the network scenario folders and return a network scenario containing the corresponding devices.

Args:

  • path (str): The path to the network scenario directory.

Returns:

  • Kathara.model.Lab.Lab: A Kathara network scenario.

This file was automatically generated via lazydocs.

Clone this wiki locally