
FormulaToken
============

.. py:class:: orcus.FormulaToken

   This class represents a single formula token value as returned from a
   :py:class:`.FormulaTokens` iterator.

   .. py:attribute:: op
      :type: orcus.FormulaTokenOp

   Attribute specifying the opcode of the formula token.

   .. py:attribute:: type
      :type: orcus.FormulaTokenType

   Attribute specifying the type of the formula token.

