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