File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,11 @@ Glossary
3939 ABCs with the :mod: `abc ` module.
4040
4141 annotate function
42- A callable, usually a function, that can be called to retrieve the
43- :term: `annotations <annotation> ` of an object. An annotate function is accessible
44- as the :attr: `~object.__annotate__ ` attribute of functions, classes, and modules.
45- Annotate functions are a subset of :term: `evaluate functions <evaluate function> `.
42+ A callable that can be called to retrieve the :term: `annotations <annotation> ` of
43+ an object. Annotate functions are usually :term: `functions <function> `,
44+ automatically generated as the :attr: `~object.__annotate__ ` attribute of functions,
45+ classes, and modules. Annotate functions are a subset of
46+ :term: `evaluate functions <evaluate function> `.
4647
4748 annotation
4849 A label associated with a variable, a class
You can’t perform that action at this time.
0 commit comments