.. _jgdv: ==== jgdv ==== .. py:module:: jgdv .. autoapi-nested-parse:: JGDV, my kitchen sink library. Submodules ---------- .. toctree:: :maxdepth: 1 /_docs/_autoapi/jgdv/_abstract/index /_docs/_autoapi/jgdv/cli/index /_docs/_autoapi/jgdv/debugging/index /_docs/_autoapi/jgdv/decorators/index /_docs/_autoapi/jgdv/errors/index /_docs/_autoapi/jgdv/files/index /_docs/_autoapi/jgdv/logging/index /_docs/_autoapi/jgdv/mixins/index /_docs/_autoapi/jgdv/structs/index /_docs/_autoapi/jgdv/testing/index /_docs/_autoapi/jgdv/util/index Functions --------- .. autoapisummary:: jgdv.identity_fn Package Contents ================ .. py:function:: identity_fn(x) -> Just returns what it gets :param x: A Value :returns: The Same Value