TypedList
=========

.. currentmodule:: Stoner.tools

.. autoclass:: TypedList
   :show-inheritance:

   .. rubric:: Methods Summary

   .. autosummary::

      ~TypedList.append
      ~TypedList.clear
      ~TypedList.count
      ~TypedList.extend
      ~TypedList.index
      ~TypedList.insert
      ~TypedList.pop
      ~TypedList.remove
      ~TypedList.reverse

   .. rubric:: Methods Documentation

   .. automethod:: append
   .. automethod:: clear
   .. automethod:: count
   .. automethod:: extend
   .. automethod:: index
   .. automethod:: insert
   .. automethod:: pop
   .. automethod:: remove
   .. automethod:: reverse
