snakeoil.decorators module
Various decorator utilities.
-
snakeoil.decorators.coroutine(func)[source]
Prime a coroutine for input.
-
snakeoil.decorators.namespace(**namespaces)[source]
Run the decorated function in a specified namespace.
-
snakeoil.decorators.splitexec(func)[source]
Run the decorated function in another process.