get_components_by_path_expression#

Part.get_components_by_path_expression(path_expression)#

Gets component names with the provided path expression.

Parameters:
path_expressionstr

Path expression to determine component names that should be returned.

Returns:
:
List[str]

Returns a list of component names.

Return type:

List[str]

Notes

This is a beta API. The behavior and implementation may change in future.

Examples

>>> results = part.get_components_by_path_expression(path_expression)