Searched refs:getVariableAttrs (Results 1 – 2 of 2) sorted by relevance
1204 def getVariableAttrs(self): member in BaseTable1205 return getVariableAttrs(self.__class__)1240 def getVariableAttrs(self): member in FormatSwitchingBaseTable1241 return getVariableAttrs(self.__class__, self.Format)1267 def getVariableAttrs(cls: BaseTable, fmt: Optional[int] = None) -> Tuple[str]: function
1658 varAttrs = otBase.getVariableAttrs(type(self), varFormat)1691 varAttrs = otBase.getVariableAttrs(varType)