Dataflow Software Stack
032db78
Master Thesis of Mathijs Saey at the VUB
|
Represents a DVM token. More...
Inherits object.
Public Member Functions | |
def | __init__ |
def | __str__ |
Public Attributes | |
datum | |
tag | |
Represents a DVM token.
A token carries program data and a Tag. The tag contains all the "meta" information about the token, such as it's destination and context.
def core.token.Token.__init__ | ( | self, | |
datum, | |||
tag | |||
) |
def core.token.Token.__str__ | ( | self | ) |
core.token.Token.datum |
core.token.Token.tag |