This function clears any old data
()
| 257 | return device |
| 258 | |
| 259 | def clear_data(): |
| 260 | '''This function clears any old data''' |
| 261 | devices = {} |
| 262 | |
| 263 | def get_device_details(devices_type): |
| 264 | '''This function populates the "devices" dictionary. The keys used are |
no outgoing calls
no test coverage detected