Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding bus to parametrized elements iterative #35

Merged
merged 5 commits into from
Jun 28, 2023

Commits on Jun 28, 2023

  1. Adding bus to parametrized elements iterative

    Adding busses by calling get_bus from Mapper. Also removed `cls` parameter from get_default and get bus since the class is stored in Mapper as `adapter` anyway.
    FelixMau committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    cae03c7 View commit details
    Browse the repository at this point in the history
  2. Cleaning

    FelixMau committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    c1571a1 View commit details
    Browse the repository at this point in the history
  3. Remove old function

    FelixMau committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a73393c View commit details
    Browse the repository at this point in the history
  4. Learned about walrus (thx)

    FelixMau committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    6b0f23d View commit details
    Browse the repository at this point in the history
  5. Bus for each row.

    FelixMau committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    4337b44 View commit details
    Browse the repository at this point in the history