keras-team/keras-autodoc

Functions with wrappers showing as having no arguments

omalleyt12 opened this issue · 1 comments

In particular wrapping a function with @contextlib.contextmanager is making it so that the arguments don't show up

Having this issue with kerastuner.HyperParameters.conditional_scope

@gabrieldemarmiesse

Well, if they hide the function parameters behind a *args, **kwargs signature, there isn't much we can do. I'll look into it and try to find a workaround.