IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | List of all members
CfgNode Class Reference
Inheritance diagram for CfgNode:
Inheritance graph
[legend]
Collaboration diagram for CfgNode:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, init_dict=None, key_list=None, new_allowed=True)
 
def merge_from_files (self, cfg_files)
 

Detailed Description

Derived from the yacs CfgNode class to add new features

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  init_dict = None,
  key_list = None,
  new_allowed = True 
)

Member Function Documentation

◆ merge_from_files()

def merge_from_files (   self,
  cfg_files 
)
Merge from multiple files

Args:
    cfg_files (list):   A list of cfg file paths

The documentation for this class was generated from the following file: