:py:mod:`cyclonedx.builder.this`
================================

.. py:module:: cyclonedx.builder.this

.. autoapi-nested-parse::

   Representation of this very python library.

   .. deprecated:: next



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


Functions
~~~~~~~~~

.. autoapisummary::

   cyclonedx.builder.this.this_component
   cyclonedx.builder.this.this_tool



.. py:function:: this_component() -> cyclonedx.model.component.Component

   Deprecated — Alias of :func:`cyclonedx.contrib.this.builders.this_component`.

   .. deprecated:: next
       This re-export location is deprecated.
       Use ``from cyclonedx.contrib.this.builders import this_component`` instead.
       The exported symbol itself is NOT deprecated — only this import path.


.. py:function:: this_tool() -> cyclonedx.model.tool.Tool

   Deprecated — Alias of :func:`cyclonedx.contrib.this.builders.this_tool`.

   .. deprecated:: next
       This re-export location is deprecated.
       Use ``from cyclonedx.contrib.this.builders import this_tool`` instead.
       The exported symbol itself is NOT deprecated — only this import path.


