***************************************** LIS Handling of Representation Codes ***************************************** This describes how TotalDepth.LIS handles representation codes, it covers several modules. ``RepCode`` Module ==================== Description ------------- This module is the top level module that imports other sub-modules implemented in Python, Cython or C/C++. Reference ------------ .. automodule:: TotalDepth.LIS.core.RepCode :members: ``pRepCode`` Module ===================== .. automodule:: TotalDepth.LIS.core.pRepCode :members: ``cRepCode`` Module ===================== .. automodule:: TotalDepth.LIS.core.cRepCode :members: Testing ============ The unit tests are in ``test/TestRepCode.py`` and ``test/TestRepCode68.py``.