Home | Trees | Indices | Help |
|
---|
|
This module contains utility functions for creating symbols and managing symbol contexts.
|
|||
SymbolFactory | |||
TempSymbolContext |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
_symbol_factory = SymbolFactory()
|
|
Returns a length n vector of symbols from the default sfc symbol factory. The symbols will be named 'name<i>' with i=0,...,n-1. If n > 10, <i> will be prepadded with zeros. |
Returns a n x n matrix of symbols from the default sfc symbol factory. If m<10 and n<10, the symbols will be named 'name<i><j>' with i=0,...,m-1, j=0,...,n-1. If m>=10 or n>=10, the symbols will be named 'name_<i>_<j>'. |
Returns a list of symbols with names from the default sfc symbol factory. 'names' must be an iterable sequence of strings. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jun 11 11:34:21 2012 | http://epydoc.sourceforge.net |