IDA interface
#############

.. module:: bip.base

Some API allows to affect directly the IDA software, those are accessible
through static methods of the :class:`BipIda` class. Those can include access
to the IDA configuration or thing specific to the API.

BipIda API
==========

.. autoclass:: BipIda
    :members:
    :member-order: bysource
    :special-members:
    :private-members:


