File: developer_api.rst

package info (click to toggle)
python-asdf 2.14.3-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,280 kB
  • sloc: python: 16,612; makefile: 124
file content (30 lines) | stat: -rw-r--r-- 573 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
*************
Developer API
*************

The classes and functions documented here will be of use to developers who wish
to create their own custom ASDF types and extensions.

.. automodapi:: asdf.types

.. automodapi:: asdf.tagged

.. automodapi:: asdf.extension

.. automodapi:: asdf.resource

.. automodapi:: asdf.yamlutil

.. automodapi:: asdf.treeutil

.. automodapi:: asdf.util

.. automodapi:: asdf.versioning

.. automodapi:: asdf.schema

.. automodapi:: asdf.tags.core
    :skip: ExternalArrayReference
    :skip: IntegerType

.. automodapi:: asdf.tests.helpers