mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Add more entries to the glossary.
Written by Jeff Wheeler for GHOP.
This commit is contained in:
parent
b15a8df519
commit
584265b001
21 changed files with 166 additions and 64 deletions
|
|
@ -428,7 +428,7 @@ when the function is called.
|
|||
The function definition does not execute the function body; this gets executed
|
||||
only when the function is called.
|
||||
|
||||
A function definition may be wrapped by one or more decorator expressions.
|
||||
A function definition may be wrapped by one or more :term:`decorator` expressions.
|
||||
Decorator expressions are evaluated when the function is defined, in the scope
|
||||
that contains the function definition. The result must be a callable, which is
|
||||
invoked with the function object as the only argument. The returned value is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue