Dataflow Software Stack
032db78
Master Thesis of Mathijs Saey at the VUB
|
Inherits object.
Public Member Functions | |
def | __init__ |
def | get |
def | restore |
Public Attributes | |
core | |
current | |
available | |
Context creator.
Allows the generation of new contexts.
A context creater has a unique prefix. Having this prefix allows us to have multiple context creators that generate unique contexts without synchronizing.
def core.context.ContextCreator.__init__ | ( | self, | |
core | |||
) |
def core.context.ContextCreator.get | ( | self | ) |
def core.context.ContextCreator.restore | ( | self, | |
context | |||
) |
core.context.ContextCreator.core |
core.context.ContextCreator.current |
core.context.ContextCreator.available |