Difference between revisions of "Function decorators in Python"

From wikieduonline
Jump to navigation Jump to search
 
Line 6: Line 6:
 
* [[Java annotations]] which in part inspired decorators in [[Python]]
 
* [[Java annotations]] which in part inspired decorators in [[Python]]
 
* [[Python double under (dunder) methods]]
 
* [[Python double under (dunder) methods]]
 +
* <code>[[@click]].option("--YourOption", type=click.STRING, required=True)</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 16:23, 27 September 2023

Advertising: