Message160805
| Author |
magcius |
| Recipients |
docs@python, magcius |
| Date |
2012年05月16日.05:52:23 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1337147544.42.0.726566417701.issue14824@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
http://docs.python.org/dev/library/reprlib.html
"""
Formatting methods for specific types are implemented as methods with a name based on the type name. In the method name, TYPE is replaced by string.join(string.split(type(obj).__name__, '_')). Dispatch to these methods is handled by repr1(). Type-specific methods which need to recursively format a value should call self.repr1(subobj, level - 1).
"""
Outstanding. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年05月16日 05:52:24 | magcius | set | recipients:
+ magcius, docs@python |
| 2012年05月16日 05:52:24 | magcius | set | messageid: <1337147544.42.0.726566417701.issue14824@psf.upfronthosting.co.za> |
| 2012年05月16日 05:52:23 | magcius | link | issue14824 messages |
| 2012年05月16日 05:52:23 | magcius | create |
|