Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Empty attribute class dictionary after saving it in a class object dictionary
Post: RE: Empty attribute class dictionary after saving ...

Okay, I found the issue but it makes no sense. For some unknown reason, "diccpuntscontrol" is not saving properly because the dictionary is returned from a class function. Making copies of said dictio...
3dimensions General Coding Help 6 5,012 May-20-2018, 01:57 PM
    Thread: Empty attribute class dictionary after saving it in a class object dictionary
Post: RE: Empty attribute class dictionary after saving ...

My bad, I didn't know that I had to copy the @. I thought it was you telling me this was in x method. Anyway, this doesn't fix the issue unluckily. None of both methods.
3dimensions General Coding Help 6 5,012 May-20-2018, 01:23 PM
    Thread: Empty attribute class dictionary after saving it in a class object dictionary
Post: RE: Empty attribute class dictionary after saving ...

If I do what you said the compiler complains, that's why I avoided using self in this functions since I do not really needed because I can call the dictionary saving objects without self. Error:Cursa....
3dimensions General Coding Help 6 5,012 May-20-2018, 01:08 PM
    Thread: Empty attribute class dictionary after saving it in a class object dictionary
Post: Empty attribute class dictionary after saving it i...

I will try to explain what problem I have: I have an attribute class dictionary called "diccpuntscontrol" which is annoying me because for some unknown reason it's not working properly. Basically th...
3dimensions General Coding Help 6 5,012 May-20-2018, 12:15 PM
    Thread: How to print a global dictionary class properly
Post: How to print a global dictionary class properly

Let's say I have the following class and we know that the code is working properly: class Test: global_dictionary = {} def __init__ (self): #Initializations here def add_to_glob...
3dimensions General Coding Help 2 3,286 Mar-09-2018, 08:56 PM

User Panel Messages

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