Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Got the description of classvariable wrong. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e3243a61075671db983eda8527187850 |
User & Date: | dkf 2018-06-17 16:52:54.706 |
Context
2018-06-20
| ||
12:20 | Added TIP 511 for Christian Werner, who is having problems with his fossil login check-in: 063fc0cf1c user: dkf tags: trunk | |
2018-06-17
| ||
16:52 | Got the description of classvariable wrong. check-in: e3243a6107 user: dkf tags: trunk | |
2018-06-15
| ||
09:02 | fixed code error check-in: 51aba99441 user: rene tags: trunk | |
Changes
Changes to tip/478.md.
︙ | |||
37 38 39 40 41 42 43 | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | - - - - - - + + + | subclasses can be instantiated. ## New Definitions The `classmethod` class definition creates a method that can be used when invoked against its defining class or any of its subclasses. |
︙ |