DebugClients/Python/DebugVariables.py

changeset 5253
57276f763bf6
parent 5239
27f56dc07b5b
child 5389
9b1c800daff3
equal deleted inserted replaced
5252:321c2003745d 5253:57276f763bf6
496 "q": "int (signed long long)", 496 "q": "int (signed long long)",
497 "Q": "int (unsigned long long)", 497 "Q": "int (unsigned long long)",
498 "f": "float (float)", 498 "f": "float (float)",
499 "d": "float (double)", 499 "d": "float (double)",
500 } 500 }
501
501 def resolve(self, var, attribute): 502 def resolve(self, var, attribute):
502 """ 503 """
503 Public method to get an attribute from a variable. 504 Public method to get an attribute from a variable.
504 505
505 @param var variable to extract an attribute or value from 506 @param var variable to extract an attribute or value from

eric ide

mercurial