.. This file is auto-generated (see bin/generate_apidoc.py), do not change it manually, your changes would be overriden. Python Feature ============== .. automodule:: medikit.feature.python Usage ::::: To use the Python Feature, make sure your **Projectfile** contains the following: .. code-block:: python from medikit import require python = require('python') The `python` handle is a :class:`PythonConfig` instance, and can be used to customize the feature. .. include:: _usage/python.rst Configuration ::::::::::::: .. autoclass:: PythonConfig :members: :undoc-members: Implementation :::::::::::::: .. autoclass:: PythonFeature :members: :undoc-members: