Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"Unhashable type: list"
#3
i tried converting to tuple, does not work still

Just to explain further,

arg[0] = "10"
arg[1] = "20"
arg[2] = "30"

when i pass these values individually to my method, the function works fine
Ex : Method(arg[0], arg[1], arg[2])

But when is send the list as argument, i see "Unhashable type: List"
Ex: Method(arg)
Reply


Messages In This Thread
"Unhashable type: list" - by prasadhegde - Sep-10-2018, 12:08 PM
RE: "Unhashable type: list" - by buran - Sep-10-2018, 12:18 PM
RE: "Unhashable type: list" - by prasadhegde - Sep-10-2018, 01:12 PM
RE: "Unhashable type: list" - by buran - Sep-10-2018, 01:14 PM
RE: "Unhashable type: list" - by buran - Sep-10-2018, 01:17 PM
RE: "Unhashable type: list" - by prasadhegde - Sep-10-2018, 01:31 PM
RE: "Unhashable type: list" - by buran - Sep-10-2018, 01:51 PM
RE: "Unhashable type: list" - by prasadhegde - Sep-10-2018, 02:32 PM
RE: "Unhashable type: list" - by buran - Sep-10-2018, 03:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Unhashable error - Histogram code lsbpython 1 1,619 Aug-07-2022, 04:02 PM
Last Post: Yoriz
  search a list or tuple for a specific type ot class Skaperen 8 3,661 Jul-22-2022, 10:29 PM
Last Post: Skaperen
  TypeError: unsupported opperand type(s) for %: 'int' and 'list' cool_person 7 3,675 May-07-2022, 08:40 AM
Last Post: ibreeden
  unsupported operand type(s) for %: 'list' and 'int' RandomCoder 4 35,323 May-07-2022, 08:07 AM
Last Post: menator01
  You have any idea, how fix TypeError: unhashable type: 'list' lsepolis123 2 3,964 Jun-02-2021, 07:55 AM
Last Post: supuflounder
  What type of *data* is the name of a list/tuple/dict, etc? alloydog 9 6,071 Jan-30-2021, 07:11 AM
Last Post: alloydog
Question dict value, how to change type from int to list? swissjoker 3 3,558 Dec-09-2020, 09:50 AM
Last Post: perfringo
  TypeError: unhashable type: 'set' Stager 1 3,465 Jun-08-2020, 04:11 PM
Last Post: bowlofred
  List items verification for Integer type vintysaw 4 3,908 Jan-17-2020, 01:56 PM
Last Post: perfringo
  Type hinting - return type based on parameter micseydel 2 3,192 Jan-14-2020, 01:20 AM
Last Post: micseydel

Forum Jump:

User Panel Messages

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