365 B
365 B
- Fixed direct-function registration crashing for functions without a docstring.
DirectFunctionWrapperpassedinspect.getdoc()'s result todocstring_parser.parse(), which raises when the docstring isNone. Functions now register cleanly whether or not they have a docstring; an empty docstring produces empty description and parameter metadata as expected.