get_components_by_path_expression#
- Part.get_components_by_path_expression(path_expression)#
Gets component names with the provided path expression.
- Parameters:
- path_expression
str Path expression to determine component names that should be returned.
- path_expression
- Returns:
- :
List[str]Returns a list of component names.
- Return type:
Notes
This is a beta API. The behavior and implementation may change in future.
Examples
>>> results = part.get_components_by_path_expression(path_expression)