# Documentation Object attributes are listed several times in the Data Model section. However, there is no standard format. It was used: 1. table, for example, in [User defined functions](https://docs.python.org/3.13/reference/datamodel.html#user-defined-functions) 2. list, for example, in [Modules](https://docs.python.org/3.13/reference/datamodel.html#modules) 3. in line, for example, in [Code Objects](https://docs.python.org/3.13/reference/datamodel.html#code-objects) It must be standardized. But what will be the choice? In line is the worst. It is not a choice. But about table or list? <!-- gh-linked-prs --> ### Linked PRs * gh-113574 <!-- /gh-linked-prs -->