Part of lp.registry.model.distributionsourcepackage View In Hierarchy
| Method | currentrelease | See IDistributionSourcePackage. |
| Class Method | get | Get a DSP given distribution and source package name. |
| Class Method | getDirect | Get a DSP given distribution and source package name. |
| Class Method | new | Create a new DSP with the given parameters. |
Attempts to use a cached (distro_id, spn_id) --> dsp_id mapping to
avoid hitting the database.