Skip to content

Do we really want property assignment to do *things* #11

@dmwyatt

Description

@dmwyatt
  1. It has a nice symmetry to get the maximized state of a window with notepad.maximized and to set the state of the window with notepad.maximized = False.
  2. On the other hand, generally you expect to use a method call to do something.

Maybe we could support an API wherein you can do it either way?

notepad.maximize = True and notepad.set_maximized(True)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions