Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Unexpected expected type error result
Post: Unexpected expected type error result

# creating a new kind of class or instance attribute class Integer: def __init__(self, name): self.name = name def __get__(self, instance, cls): if instance is None: ...
MartinMaker General Coding Help 1 2,046 Feb-11-2019, 04:19 PM

User Panel Messages

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