- add api.owner.get() to get default owner for a context + tests

- slave: get length for a specified slave and test
- add test for deref objects and default_multi
- add issubmulti, getdefault, getdefaultmulti
- start metaconfig support in api
This commit is contained in:
2017-11-16 21:30:07 +01:00
parent 007a22ca94
commit 93fe29b651
6 changed files with 371 additions and 168 deletions

View File

@ -369,7 +369,7 @@ class Settings(object):
return Property(self, properties, opt, path)
return properties
def get_global_properties(self):
def get_context_properties(self):
return self._getproperties()
def __setitem__(self, opt, value): # pragma: optional cover