Run with instance method
Open
- Dominant language
- Python
- Stars
- 12.3k
- Forks
- 999
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to run functions of instance methods that accesses `self` within the function using the decorator?
When I try to run this, the function throws an error `missing 1 required positional argument: 'self'`
(this seems a very basic question, but I could not find any answer to it, so sorry if it is already answered somewhere)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.