minos.aggregate.entities.refs.extractors

Classes

RefExtractor

Model Reference Extractor class.

class RefExtractor[source]

Bases: object

Model Reference Extractor class.

__init__(value, type_=None, as_uuids=True)[source]
Parameters
build()[source]

Run the model reference extractor.

Returns

A dictionary in which the keys are the class names and the values are the identifiers.

Return type

dict[str, set[uuid.UUID]]