hedge :: optemplate :: OperatorBinding :: Class OperatorBinding
[hide private]
[frames] | no frames]

Class OperatorBinding

source code


Instance Methods [hide private]
 
__init__(self, op, field)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
stringifier(self) source code
 
get_mapper_method(self, mapper) source code
 
__getinitargs__(self) source code
 
is_equal(self, other) source code
 
get_hash(self) source code

Inherited from pymbolic.primitives.Expression: __add__, __call__, __div__, __eq__, __float__, __ge__, __getitem__, __gt__, __hash__, __le__, __lt__, __mod__, __mul__, __ne__, __neg__, __pow__, __radd__, __rdiv__, __repr__, __rmul__, __rpow__, __rsub__, __rtruediv__, __str__, __sub__, __truediv__

Inherited from object: __delattr__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, op, field)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

stringifier(self)

source code 
Overrides: pymbolic.primitives.Expression.stringifier

is_equal(self, other)

source code 
Overrides: pymbolic.primitives.Expression.is_equal

get_hash(self)

source code 
Overrides: pymbolic.primitives.Expression.get_hash