Core: refactoring contexts with more logical responsibilities, stopping to rely on kargs ordering for compat with python3.5

This commit is contained in:
Romain Dorgueil
2017-11-12 14:22:29 +01:00
parent 739a64d8f4
commit c87775f090
17 changed files with 325 additions and 252 deletions

View File

@ -7,3 +7,7 @@ LOOPBACK = Token('Loopback')
NOT_MODIFIED = Token('NotModified')
DEFAULT_SERVICES_FILENAME = '_services.py'
DEFAULT_SERVICES_ATTR = 'get_services'
TICK_PERIOD = 0.2
ARGNAMES = '_argnames'