Aha tak díky za odpovědi, čekal jsem že to nějak půjde ale konec konců jak říkáte, je to zbytečné...<br><br>btw: i když přepíšu builtin metody tak to nefunguje: <br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">
class pff():<br>    asx = "mlam mlam"<br><br>__builtins__.__str__ = pff <br>__builtins__.str = pff<br>str = pff  <br></blockquote><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">
"".asx<br></blockquote><div>AttributeError: 'str' object has no attribute 'asx' <br></div><br><div class="gmail_quote">2010/11/3 Vojtěch Rylko <span dir="ltr"><<a href="mailto:vojta.rylko@seznam.cz">vojta.rylko@seznam.cz</a>></span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

  
    
  
  <div bgcolor="#ffffff" text="#000000">
    Viz stejný problém (místo 'str' problém s 'list')<br>
<a href="http://stackoverflow.com/questions/3795591/can-i-override-python-list-displays" target="_blank">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></div></blockquote></div>