# Documentation In the `inspect` documentation, the '`function`' entries in [the Types and Members table](https://docs.python.org/3/library/inspect.html#types-and-members) are not aligned to the `FunctionType`'s attributes in the [data model documentation section 3.2.8.1](https://docs.python.org/3/reference/datamodel.html#user-defined-functions). E.g. `__closure__` is missing. <!-- gh-linked-prs --> ### Linked PRs * gh-142976 <!-- /gh-linked-prs -->
Documentation
In the
inspectdocumentation, the 'function' entries in the Types and Members table are not aligned to theFunctionType's attributes in the data model documentation section 3.2.8.1. E.g.__closure__is missing.Linked PRs