__init__ ([labeler])
|
|
addSymbol (obj, symb)
|
Add a symbol for a given object |
addSymbols (obj_symbol_tuples)
|
Add (object, symbol) tuples from an iterable object. |
alias (obj, name)
|
Create an alias for an object. |
createSymbol (obj[, labeler])
|
Create a symbol for an object with a given labeler. |
createSymbols (objs[, labeler])
|
Create a symbol for iterable objects with a given labeler. |
getObject (symbol)
|
Return the object corresponding to a symbol |
getSymbol (obj[, labeler])
|
Return the symbol for an object. |
removeSymbol (obj)
|
|