Message216899
| Author | veky |
|---|---|
| Recipients | docs@python, veky |
| Date | 2014-04-20.10:07:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1397988439.5.0.703056699862.issue21314@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Please look at the output of help(object.__ge__). 1. What's that $ in front of self? lt and gt don't have it. 2. What's that / as a third argument? Many wrapper functions have it (for example, see help(tuple.__len__). 3. What's that -- as the first line of doc? Similar methods don't have it. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-04-20 10:07:19 | veky | set | recipients: + veky, docs@python |
| 2014-04-20 10:07:19 | veky | set | messageid: <1397988439.5.0.703056699862.issue21314@psf.upfronthosting.co.za> |
| 2014-04-20 10:07:19 | veky | link | issue21314 messages |
| 2014-04-20 10:07:18 | veky | create | |