(self)
| 70 | return [] |
| 71 | |
| 72 | def search(self): |
| 73 | warnMsg = "on Microsoft Access search option is not available" |
| 74 | logger.warning(warnMsg) |
| 75 | |
| 76 | def getHostname(self): |
| 77 | warnMsg = "on Microsoft Access it is not possible to enumerate the hostname" |
no outgoing calls
no test coverage detected