wilfredinni / python-cheatsheet

All-inclusive Python cheatsheet
https://www.pythoncheatsheet.org
MIT License
4.32k stars 1.29k forks source link

Adds a minimally plagiarized static method #330

Closed LairdStreak closed 11 months ago

LairdStreak commented 11 months ago

From https://docs.python.org/3/library/functions.html#staticmethod

REF: https://github.com/wilfredinni/python-cheatsheet/issues/224

Notes: Do you have a plan to create a section regarding Decorators this is a pretty neat feature of python :)

netlify[bot] commented 11 months ago

Deploy request for pythoncheatsheet rejected.

Name Link
Latest commit 86637741282a859996315aa607df47fa6e384754
wilfredinni commented 11 months ago

From https://docs.python.org/3/library/functions.html#staticmethod

REF: #224

Notes: Do you have a plan to create a section regarding Decorators this is a pretty neat feature of python :)

Hi! I just merged a pull request with decorators, but it may need a little more work