Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Creating function inside classes using type
Post: RE: Creating function inside classes using type

(Mar-19-2020, 10:08 PM)Larz60+ Wrote: have you tried to run this? Class A: will cause a syntax error class has no title case. also closing parenthesis on lines 7 (both of them) are missing No i did ...
wolfmansbrother General Coding Help 3 2,345 Mar-20-2020, 01:21 AM
    Thread: Creating function inside classes using type
Post: Creating function inside classes using type

I am am stuck, i want to define a class with __init__ hsing the type format Class A: phish = 'Band' a = A() # above is the same as a = type(A,(),{'phish':'Band'}But, what is the equivalent type()...
wolfmansbrother General Coding Help 3 2,345 Mar-19-2020, 06:51 PM

User Panel Messages

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