Skip to content

Commit

Permalink
adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Feb 13, 2024
1 parent 0a084a1 commit dda8f19
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions docs/technical_docs/context.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,10 @@ Utilities for loading JSON-LD contexts

This module provides utility functions for loading JSON-LD contexts.


Functions
---------

.. autofunction:: get_converter
.. autofunction:: ensure_converter

Variables and Constants
-----------------------

.. autodata:: SSSOM_BUILT_IN_PREFIXES
.. autodata:: SSSOM_CONTEXT
.. autodata:: ConverterHint

Private Functions
-----------------

.. autofunction:: _get_default_converter
.. autofunction:: _load_sssom_context
.. autofunction:: _get_built_in_prefix_map

Details
-------

**get_converter**

This function returns a converter. The converter is obtained by chaining a built-in prefix map with a default converter. The function is cached using `functools.lru_cache` which means the result is saved and returned for any subsequent calls without re-executing the function.
Expand Down

0 comments on commit dda8f19

Please sign in to comment.