Structure for symbol with type information. >>> s = Symbol("a", float, "variable") >>> print s a( ) >>> s = Symbol("b", float, "variable", cls = "bora") >>> print s b( ) attrs: cls = bora >>> import VecTypes >>> s = Symbol("c", VecTypes
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected