Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Magic method __str__
#11
@nilamo no, I don´t want to copy a list inside a function, all what I need is this function should work for changes in a list. For example, after __init__ (which creates a list self.tab) I want __str__() to create a string from this list. Using the code by @buran few posts above it works, but I need to call this method also later, after some changes in this self.tab happen. And these are specifically "." changed to a set. After this, method __str__() create a string consisting of numbers and sets, but I still want to put "." instead of sets here.
Reply


Messages In This Thread
Magic method __str__ - by dan789 - Dec-18-2018, 04:11 PM
RE: Magic method __str__ - by stullis - Dec-18-2018, 04:55 PM
RE: Magic method __str__ - by Gribouillis - Dec-18-2018, 05:39 PM
RE: Magic method __str__ - by dan789 - Dec-18-2018, 07:17 PM
RE: Magic method __str__ - by buran - Dec-18-2018, 07:32 PM
RE: Magic method __str__ - by dan789 - Dec-18-2018, 08:12 PM
RE: Magic method __str__ - by buran - Dec-18-2018, 08:15 PM
RE: Magic method __str__ - by dan789 - Dec-18-2018, 08:37 PM
RE: Magic method __str__ - by Gribouillis - Dec-18-2018, 08:44 PM
RE: Magic method __str__ - by nilamo - Dec-18-2018, 09:04 PM
RE: Magic method __str__ - by dan789 - Dec-19-2018, 02:15 PM
RE: Magic method __str__ - by dan789 - Dec-22-2018, 03:55 PM
RE: Magic method __str__ - by ichabod801 - Dec-22-2018, 05:26 PM
RE: Magic method __str__ - by dan789 - Dec-22-2018, 07:43 PM
RE: Magic method __str__ - by ichabod801 - Dec-22-2018, 08:13 PM
RE: Magic method __str__ - by dan789 - Dec-23-2018, 10:11 AM
RE: Magic method __str__ - by ichabod801 - Dec-23-2018, 03:59 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  magic related field in Django model sonh 1 1,275 Apr-24-2022, 12:37 PM
Last Post: sonh
  Need a little help with numpy array magic. pmf71 0 1,178 Dec-01-2021, 02:51 AM
Last Post: pmf71
  TypeError: __str__ returned non-string (type tuple) Anldra12 1 7,449 Apr-13-2021, 07:50 AM
Last Post: Anldra12
  Magic Method Arithmetic Operators ClownPrinceOfCrime 3 2,359 Jan-10-2021, 03:24 PM
Last Post: ndc85430
  How to eliminate magic squares formed by the same numbers, but permuted frame 7 3,666 May-09-2019, 11:28 AM
Last Post: frame
  TypeError: __str__ returned non-string error jolinchewjb 5 10,191 Jan-24-2019, 07:54 AM
Last Post: jolinchewjb
  [split] Bad magic number. What is it ? Douglas 2 5,306 Oct-22-2018, 10:38 AM
Last Post: Douglas
  How to add metakernel magic for python rikaki__ 0 2,040 Jul-04-2018, 02:49 AM
Last Post: rikaki__
  Bad magic number. What is it ? sylas 4 7,844 Sep-20-2017, 05:52 PM
Last Post: sylas
  How to Create Very Very Special Class with too many magic methods ? harun2525 5 4,412 Apr-13-2017, 10:18 PM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020