Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config manager and friends should be able to tell you the namespace #18

Closed
willkg opened this issue Oct 5, 2016 · 0 comments
Closed

Comments

@willkg
Copy link
Owner

willkg commented Oct 5, 2016

The config manager and friends should be able to tell you the current namespace.

For example:

config = ConfigManager([])

foo_config = config.with_namespace('foo')

It'd help to be able to call foo_config.namespace and have it return something like ['foo']. That makes it easier to have related components share a namespace.

willkg added a commit that referenced this issue Oct 5, 2016
This implements get_namespace() on the ConfigManager and friends. This
allows you to find out the full namespace for a given config object.

Fixes #18
@willkg willkg closed this as completed in #21 Oct 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant