We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d4e3a commit c2b55e2Copy full SHA for c2b55e2
web/faq.html
@@ -56,10 +56,6 @@
56
Regular expressions are a separate technology that is independent from Python. There are many resources available online.
57
</details><br>
58
59
-<details open><summary><strong>Why is staticmethod decorator not covered in Class section?</strong></summary><br>
60
- Because it is of very limited use and is easy to mix up with classmethod.
61
-</details><br>
62
-
63
<details open><summary><strong>Why are descriptors not covered?</strong></summary><br>
64
Because property decorator is sufficient for everyday use.
65
0 commit comments