-
Notifications
You must be signed in to change notification settings - Fork 248
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
Add exposedmethod decorator and documentation (Resolves #292) #307
Conversation
Hi, I don't think patching
(even if both of these methods are not directly compatible with a runtime-dependent |
Thanks for the feedback. I managed to keep support for the runtime-dependent |
Hey, I haven't forgotten about this PR, I will take some time to review. Another point is that I would prefer to have policy proxies (*) in the long run, if possible compatible with the notation introduced in this PR. Maybe the class decorator should be renamed to something like (*) My basic idea is that |
Agreed, the name |
Nevermind all the micro-comments, I think the solution should do exactly the same as suggested in: With one exception: replace the |
The current commit should behave exactly as desired, but it also supports exposed classes that have exposed methods and any non-standard exposed_prefix (which is why it's a bit longer). lmk, if you'd like the non-standard exposed_prefix functionality or not---I see no harm in keeping it |
No description provided.