If this is a dictionary in python:
Dict1 = {'a':1, 'b':2, ...}
What is this one : I was trying the os.stat() where this pattern showed up:
Nt.stat_result(st_mode=33206, st_ino=Ol, st_nlink=0, ...)
i tryed to apply dictionary methods on it and it didn't work, does anybody know what is that pattern called in python and how can i get an item out of it?