示例#1
0
 def do_getLocationInfo(self, _):
     """
     For retrieving Location information.
     
     Usage: getLocationInfo <enter>
     """      
     resp = DEV.request(System.get_location_info())
     pprint.pprint(resp.json())
示例#2
0
 def do_getLocationInfo(self, _):
     resp = DEV.request(System.get_location_info())
     pprint.pprint(resp.json())