
The positional decorator results in poorly maintainable code in a misguided effort to emulate python3's key-word-arg only notation and functionality. This patch removes oslo.context dependance on the positional decorator. Change-Id: I9b83917fedd00a8d4fdf904208a17ebdc5cda59a
Oslo Context Library
The Oslo context library has helpers to maintain useful information about a request context. The request context is usually populated in the WSGI pipeline and used by various modules such as logging.
- License: Apache License, Version 2.0
- Documentation: https://docs.openstack.org/oslo.context/latest/
- Source: https://git.openstack.org/cgit/openstack/oslo.context
- Bugs: https://bugs.launchpad.net/oslo.context
Team and repository tags
Description
Languages
Python
100%