utils¶
- resolve_python_identifier(ref: Annotated[str, AfterValidator(func=_is_absolute_identifier)]) Any[source]¶
Given some fully-qualified package.subpackage.Class identifier, return the referenced object, importing if needed.
Returns a node from
noob.node.SPECIAL_NODESif match found