pmt: Symbols

pmt.is_symbol(swig_int_ptr obj) → bool

Return true if obj is a symbol, else false.

pmt.string_to_symbol(std::string const & s) → swig_int_ptr

Return the symbol whose name is .

pmt.symbol_to_string(swig_int_ptr sym) → std::string const

If a symbol, return the name of the symbol as a string. Otherwise, raise the wrong_type exception.

pmt.intern(std::string const & s) → swig_int_ptr

Alias for pmt_string_to_symbol.

Previous topic

pmt: Pairs

This Page