File: built-in.md

package info (click to toggle)
python-griffe 1.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,292 kB
  • sloc: python: 17,202; makefile: 47; sh: 24; javascript: 13
file content (8 lines) | stat: -rw-r--r-- 412 bytes parent folder | download
1
2
3
4
5
6
7
8
# Built-in extensions

Built-in extensions are maintained in Griffe's code base. They generally bring support for core features of the Python language or its standard library.

Extension | Description
--------- | -----------
[`dataclasses`](built-in/dataclasses.md) | Support for [`dataclasses`][].
[`unpack_typeddict`](built-in/unpack-typeddict.md) | Support for [`typing.Unpack`][] and [`typing.TypedDict`][].