b95f81ea41efa78d0246bf7589da040bb76d9886
Expose the actual return type. Doing so properly requires making the class public. We're okay with that. A quick search on codesearch.o.o shows no one was using the old name (and if they were, boo, since this was clearly private). By making the class public, we also cause it get to get picked up by autodoc. This requires a fix to the docstring to be valid Python. Change-Id: I48ca2e4bad25625887e3bac5c4358f605296a3b0 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
oslo.utils
The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling.
- Free software: Apache license
- Documentation: https://docs.openstack.org/oslo.utils/latest/
- Source: https://opendev.org/openstack/oslo.utils
- Bugs: https://bugs.launchpad.net/oslo.utils
- Release notes: https://docs.openstack.org/releasenotes/oslo.utils/
Description
Languages
Python
100%