<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Viz stejný problém (místo 'str' problém s 'list')<br>
<a class="moz-txt-link-freetext" href="http://stackoverflow.com/questions/3795591/can-i-override-python-list-displays">http://stackoverflow.com/questions/3795591/can-i-override-python-list-displays</a><br>
<br>
<blockquote type="cite">You cannot trivially override the syntactic
sugar used for built-in types, since this happens at the compiler
level.</blockquote>
<br>
<br>
Dne 3.11.2010 10:49, Visgean Skeloru napsal(a):
<blockquote
cite="mid:AANLkTi=8MoyAbhod-PUk_tvg9mKy4Aww3kkeEVXJqiVf@mail.gmail.com"
type="cite">Dobrý den, mám tu následující kód, nevíte proč my hodí
python na poslední řádek AttribueError? Pokouším se přepsat třídu
string ale nějak mi to nejede...<br>
<br>
<blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px
solid rgb(204, 204, 204); padding-left: 1ex;"
class="gmail_quote">
#! /usr/bin/python<br>
# -*- coding: UTF-8 -*-<br>
<br>
class str(str):<br>
asx = "mlam mlam"<br>
<br>
<br>
print str("asx").asx<br>
print "axs".asx<br>
</blockquote>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Python mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Python@py.cz">Python@py.cz</a>
<a class="moz-txt-link-freetext" href="http://www.py.cz/mailman/listinfo/python">http://www.py.cz/mailman/listinfo/python</a></pre>
</blockquote>
<br>
</body>
</html>