Message191383
| Author | christian.heimes |
|---|---|
| Recipients | DaveA, christian.heimes, docs@python |
| Date | 2013-06-18.01:09:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1371517753.74.0.0500629604228.issue18249@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
In fact it is a built-in method without a doc string:
>>> f = open("/dev/null")
>>> f.close
<built-in method close of _io.TextIOWrapper object at 0x7feefaab42f0>
>>> f.close.__doc__
All functions and methods that are implemented in C are referred to as built-in functions. It's an implementation detail. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-06-18 01:09:13 | christian.heimes | set | recipients: + christian.heimes, docs@python, DaveA |
| 2013-06-18 01:09:13 | christian.heimes | set | messageid: <1371517753.74.0.0500629604228.issue18249@psf.upfronthosting.co.za> |
| 2013-06-18 01:09:13 | christian.heimes | link | issue18249 messages |
| 2013-06-18 01:09:13 | christian.heimes | create | |