Skip to content

Add support for static methods in get_functions#1770

Merged
r0x0r merged 1 commit intor0x0r:masterfrom
ivanovmatveywork:static-method-support
Dec 31, 2025
Merged

Add support for static methods in get_functions#1770
r0x0r merged 1 commit intor0x0r:masterfrom
ivanovmatveywork:static-method-support

Conversation

@ivanovmatveywork
Copy link
Copy Markdown
Contributor

Currently, get_functions only picks up instance methods.
This change adds support for static methods.
One-line addition: added elif inspect.isfunction(attr) to include static functions.

@r0x0r r0x0r merged commit 0415bea into r0x0r:master Dec 31, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants