Python Forum
testing if this is a container type
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
testing if this is a container type
#1
in a function being passed an argument, it might be a single data type or it might be a container of some type. i need to do different callbacks depending on that. i am wondering if there is a way to test of some given argument is a container or not. even if it some programmer created type (it's just going to be passed back with some other data, so i don't need to understand that data any more than that). does anyone know how to do such a test?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
testing if this is a container type - by Skaperen - Jan-24-2019, 07:01 PM
RE: testing if this is a container type - by buran - Jan-24-2019, 07:46 PM
RE: testing if this is a container type - by buran - Jan-24-2019, 07:57 PM
RE: testing if this is a container type - by buran - Jan-24-2019, 07:58 PM
RE: testing if this is a container type - by buran - Jan-25-2019, 07:12 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  uploading files from a ubuntu local directory to Minio storage container dchilambo 0 463 Dec-22-2023, 07:17 AM
Last Post: dchilambo
  Upload Files to Azure Storage Container phillyfa 6 706 Dec-22-2023, 06:11 AM
Last Post: Pedroski55
Lightbulb shutdown host from docker container cosmin1805 0 958 Nov-27-2022, 06:34 PM
Last Post: cosmin1805
  networkx package is not visible in singularity container image erdemath 11 2,297 Oct-14-2022, 12:04 PM
Last Post: Larz60+
  python installation/running inside singularity container erdemath 2 1,806 Sep-21-2022, 08:13 AM
Last Post: erdemath
  Python in Singularity Container on Ubuntu erdemath 0 912 Aug-31-2022, 02:17 PM
Last Post: erdemath
  UnUnloading values from multiple widgets in a container UGuntupalli 3 2,758 Apr-20-2020, 08:53 PM
Last Post: UGuntupalli
  Type hinting - return type based on parameter micseydel 2 2,500 Jan-14-2020, 01:20 AM
Last Post: micseydel
  How do I install Python 3.8.1 in a RHEL 8 UBI container? DevLinuxNC 1 3,625 Jan-08-2020, 09:37 PM
Last Post: Clunk_Head
  looking for a multi item container Skaperen 2 2,059 Apr-15-2019, 04:06 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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