| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Hi, thank you for the pull request!
Sorry for the late reply... So far it looks good, could you also update the README file about this specific usage?
Thank you!
Sorry, something went wrong.
|
Sorry for ghosting. I've worked with this more and I don't think it's a good pattern. Specifically, the python extension for the serverless framework implements similar behavior, except that it will go into nested modules, but not into nested python objects. I think this library handles that. Either way I've found that a more standard approach just forwards the invocation from a handler.py type file to the desired method, if anyone is interested in doing something similar with grouping lambdas' handling logic in a python class. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This allows providing instance.method to the -f flag to indicate that the function is nested in another object.
It could also allow multiple levels of nesting as it loops into the '.' separated names to resolve the object.
Resolves #73