File: built-in.md

package info (click to toggle)
python-griffe 1.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,092 kB
  • sloc: python: 14,305; javascript: 84; makefile: 41; sh: 23
file content (7 lines) | stat: -rw-r--r-- 299 bytes parent folder | download
1
2
3
4
5
6
7
# 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`][].