Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typing #100

Open
barneydobson opened this issue Sep 4, 2024 · 0 comments
Open

Typing #100

barneydobson opened this issue Sep 4, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation hacktoberfest

Comments

@barneydobson
Copy link
Collaborator

Type!

Also, enables signature checking in decoration (#99 )

e.g., to be called for any new method that is being registered

def validate_signature(old_method, new_method):
   # check inspect signure old == new
@barneydobson barneydobson added the documentation Improvements or additions to documentation label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant