Hints (Python)¶
Hint Utilities
- FnGeolibServices.HintUtils.GetHintGroup(inputAttr: PyFnAttribute.Attribute) PyFnAttribute.GroupAttribute ¶
Returns the hint group for the given attribute.
- FnGeolibServices.HintUtils.ParseConditionalStateGrammar(inputExpr: str, prefix: str = 'conditionalVis', secondaryPrefix: str = '') PyFnAttribute.GroupAttribute ¶
Parses the given input expression to a GroupAttribute containing its AST, using the given prefix and secondaryPrefix.