removes package from cache
(self, id)
| 221 | |
| 222 | #---------------------------------------------------------------------- |
| 223 | def releasePackage(self, id): |
| 224 | """removes package from cache""" |
| 225 | if id in self.packageCache: |
| 226 | del self.packageCache[id] |
| 227 | |
| 228 | #---------------------------------------------------------------------- |
| 229 | def updateLink(self, pyfile): |
no outgoing calls
no test coverage detected