Skip to content

Update FOCUSR object to make parameters callable #5

Description

@gattia

class Focusr(object):

Update paramaeters like:

  • icp_register_first
  • icp_registration_mode
  • etc.

to be dynamically updateable by using:

focusr.icp_register_first = True

And the same for retrieving information:

print(focusr.icp_register_first)

but use proper @property instead of directly accessing that information from the object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions