8000
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 bc7e7e7 commit 7399b90Copy full SHA for 7399b90
Readme.md
@@ -219,8 +219,9 @@ a=A()
219
| a = A() | a.foo(x) | a.class_foo(x) | a.static_foo(x) |
220
| A | 不可用 | A.class_foo(x) | A.static_foo(x) |
221
222
-更多关于这个问题:http://stackoverflow.com/questions/136097/what-is-the-difference-between-staticmethod-and-classmethod-in-python
223
-
+更多关于这个问题:
+1. http://stackoverflow.com/questions/136097/what-is-the-difference-between-staticmethod-and-classmethod-in-python
224
+2. https://realpython.com/blog/python/instance-class-and-static-methods-demystified/
225
## 4 类变量和实例变量
226
227
**类变量:**
0 commit comments