BinarySymbolGenerator

class BinarySymbolGenerator

Methods

Attributes

__init__()
__init_subclass__()

This method is called when a class is subclassed.

The default implementation does nothing. It may be overridden to extend subclasses.

array(*args, **kwargs)
matrix(*args, **kwargs)
scalar(*args, **kwargs)
__deprecated__ = 'BinarySymbolGenerator is deprecated since amplify v1.0.0 and will no longer support in the near future.\nUse VariableGenerator instead. Please see the migration guide for details: https://amplify.fixstars.com/docs/amplify/v1/migration.html'
__dict__ = mappingproxy({'__module__': 'amplify._backward', '__init__': <function BinarySymbolGenerator.__init__>, 'array': <function BinarySymbolGenerator.array>, 'scalar': <function BinarySymbolGenerator.scalar>, 'matrix': <function BinarySymbolGenerator.matrix>, 'variables': <property object>, '__dict__': <attribute '__dict__' of 'BinarySymbolGenerator' objects>, '__weakref__': <attribute '__weakref__' of 'BinarySymbolGenerator' objects>, '__doc__': None, '__new__': <staticmethod(<function object.__new__>)>, '__init_subclass__': <function BinarySymbolGenerator.__init_subclass__>, '__deprecated__': 'BinarySymbolGenerator is deprecated since amplify v1.0.0 and will no longer support in the near future.\nUse VariableGenerator instead. Please see the migration guide for details: https://amplify.fixstars.com/docs/amplify/v1/migration.html', '__annotations__': {}})
__weakref__

list of weak references to the object (if defined)

property variables