heros.helper
============

.. py:module:: heros.helper


Attributes
----------

.. autoapisummary::

   heros.helper.log


Functions
---------

.. autoapisummary::

   heros.helper.object_name_from_keyexpr
   heros.helper.full_classname


Module Contents
---------------

.. py:data:: log

.. py:function:: object_name_from_keyexpr(key_expr, ns_objects, realm, endpoint='.*')

.. py:function:: full_classname(o)

   Return the fully qualified class name of an object.

   :param o: object

   :returns: fully qualified module and class name


