makeSymbol

maelzel.core.symbols.makeSymbol(clsname, *args, **kws)[source]

Construct a Symbol from the symbol name and any values and/or keywords passed

Parameters:
  • clsname (str) – the symbol name (case independent)

  • *args – any other arguments passed to the constructor

  • **kws – any keywords passed to the constructor

Return type:

Symbol

Returns:

the created Symbol