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 |