..
  NOTE: This RST file was generated by `make examples`.
  Do not edit it directly.
  See docs/source/examples/example_doc_generator.py

.. _ex-property:

Property Example
===============================================================================

Demonstration of the basics of the Property member.

.. TIP:: To see this example in action, download it from
 :download:`property <../../../examples/api/property.py>`
 and run::

   $ python property.py

Example Atom Code
-------------------------------------------------------------------------------
.. literalinclude:: ../../../examples/api/property.py
    :language: python
