disguise developers

Python API

Execute Python code in Designer sessions to control and query projects programmatically.

HashTable

Constructors

__init__(self)

__init__(self, rhs: HashTable[Type1])

Methods

clear(self)

exists(self, s: str) -> bool

findSingle(self, s: str) -> Type1

keys(self) -> List[str]

replace(self, s: str, t: Type1)