Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Magic method __str__
#10
(Dec-18-2018, 08:37 PM)dan789 Wrote: But now I need to create a copy of this list, since I need to call this method later again
You should be able to call str(the_object) an infinite number of times, and not have any data change. If you're copying lists inside the __str__ function, you're doing something horribly wrong. Please, share some code, instead of giving tiny little glimpses of what might be lurking under the surface of your code.
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,301 Apr-24-2022, 12:37 PM
Last Post: sonh
  Need a little help with numpy array magic. pmf71 0 1,206 Dec-01-2021, 02:51 AM
Last Post: pmf71
  TypeError: __str__ returned non-string (type tuple) Anldra12 1 7,483 Apr-13-2021, 07:50 AM
Last Post: Anldra12
  Magic Method Arithmetic Operators ClownPrinceOfCrime 3 2,384 Jan-10-2021, 03:24 PM
Last Post: ndc85430
  How to eliminate magic squares formed by the same numbers, but permuted frame 7 3,711 May-09-2019, 11:28 AM
Last Post: frame
  TypeError: __str__ returned non-string error jolinchewjb 5 10,219 Jan-24-2019, 07:54 AM
Last Post: jolinchewjb
  [split] Bad magic number. What is it ? Douglas 2 5,330 Oct-22-2018, 10:38 AM
Last Post: Douglas
  How to add metakernel magic for python rikaki__ 0 2,050 Jul-04-2018, 02:49 AM
Last Post: rikaki__
  Bad magic number. What is it ? sylas 4 7,878 Sep-20-2017, 05:52 PM
Last Post: sylas
  How to Create Very Very Special Class with too many magic methods ? harun2525 5 4,439 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