Skip to content

Should we use self.set_title(title="...") instead #200

@osamuaoki

Description

@osamuaoki

Hi,

I just send the PR #199. I was conservative.

It may be even nicer to change all instances from:

super().__init__(title="...")

to even cleaner style:

super().__init__()
self.set_title(title="...")

This example is more expandable for user in future. Just a thought ...

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