Core: refactoring contexts with more logical responsibilities, stopping to rely on kargs ordering for compat with python3.5
This commit is contained in:
@ -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'
|
||||
|
||||
Reference in New Issue
Block a user