Python Forum
Pass by object reference when does it behave like pass by value or reference?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pass by object reference when does it behave like pass by value or reference?
#3
I suggest to read and/or watch Ned Batchelder Pycon 2015 presentation Python Names and Values


Quote:Call by value or call by reference? People also get tangled up trying to explain whether Python uses call by value, or call by reference. The answer is: neither. This is a false dichotomy, again because people are trying to mis-apply concepts from one language onto all languages.
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply


Messages In This Thread
RE: Pass by object reference when does it behave like pass by value or reference? - by perfringo - Sep-07-2020, 08:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  how to pass a mongdb command to a module and execute it. cspower 0 352 Feb-03-2024, 09:54 PM
Last Post: cspower
  How to pass encrypted pass to pyodbc script tester_V 0 910 Jul-27-2023, 12:40 AM
Last Post: tester_V
  how to return a reference to an object? Skaperen 8 1,310 Jun-07-2023, 05:30 PM
Last Post: Skaperen
  How to pass -Xutf8 parametri to python tierox 2 923 Jun-07-2023, 07:17 AM
Last Post: tierox
  Unresolved reference problem john7 1 861 Oct-18-2022, 02:32 PM
Last Post: deanhystad
  can Inner Class reference the Outer Class's static variable? raykuan 6 6,049 Jul-01-2022, 06:34 AM
Last Post: SharonDutton
  Points not plotting with reference to x-tick labels Mark17 2 1,322 Jun-14-2022, 05:38 PM
Last Post: Mark17
  Pass variable to subprocess paulo79 4 10,214 Apr-12-2022, 12:35 PM
Last Post: DeaD_EyE
  reference from another function Frankduc 10 2,422 Mar-01-2022, 01:10 PM
Last Post: Frankduc
  How to pass variables from one class to another hobbyist 18 10,994 Oct-01-2021, 05:54 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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