(self, p)
| 96 | self.core = core |
| 97 | |
| 98 | def _convertPyFile(self, p): |
| 99 | f = FileData(p["id"], p["url"], p["name"], p["plugin"], p["size"], |
| 100 | p["format_size"], p["status"], p["statusmsg"], |
| 101 | p["package"], p["error"], p["order"]) |
| 102 | return f |
| 103 | |
| 104 | def _convertConfigFormat(self, c): |
| 105 | sections = {} |
no test coverage detected