Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Easier access to factory component attributes after building #139

Description

@timdebruin

Feature motivation

Sometimes factory components have Fields that we need to access from the code. However once the factory component has already built what it should build these attributes are hard to access. The current way to do this would be for instance:

student = self.__base_getattribute__("model").student_model

Feature description

It would be nice to have some syntactic sugar for the above, for example:

student = self._model.student_model

Where the _name notation would be the way to access the factory component that created whatever the factory is tasked with producing (which would be self.model)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions