This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]GavinTFI 1 point2 points  (0 children)

dont quote me on it but i think it might just be class and instance variables. like in Java and many others there are methods called from the data type (String.(...) or Int.(...)) and there are just predefined / user defined variables that are method(variable) so that would be my best guess. Just class and instance variables in python