is_item

ProjectModelRegistry.is_item(path: pathlib.Path) bool

Check if the path contains an registry item.

Parameters

path (Path) – The path to check.

Returns

Whether the path contains an item.

Return type

bool