disguise developers

Python API

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

HashTable

Constructors

__init__(self)

__init__(self, other: HashTable[T])

Copy constructor for HashTable

Methods

clear(self)

exists(self, s: str) -> bool

findSingle(self, s: str) -> int

keys(self) -> List[str]

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