Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

[ENH] Classes in Pansy? #40

Open
8-bit-coder opened this issue Mar 12, 2021 · 0 comments
Open

[ENH] Classes in Pansy? #40

8-bit-coder opened this issue Mar 12, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@8-bit-coder
Copy link

Classes in Pansy?
I would like to group all my functions into a class. Is it possible here? I don't remember seeing it in the docs.

Classes
If I have hundreds of functions, I'd like to group all the related ones together. Or, if I want to create a blueprint of a person, I'd want to put methods for things a person would do, like walk, run, and so on inside the class Person, and not have functions all over the place. I think classes are necessary for any programming language.

@8-bit-coder 8-bit-coder added the enhancement New feature or request label Mar 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant