Supporting functions for implementations.
Functions
|
Create |
|
Select from a subset of known placeholders. |
Create PlaceholderTranslations instance from records.
Convenience method meant for use by implementations.
instr – A fetch instruction.
known_placeholders – Known placeholders for the instr.source.
records – Records produced from the instruction.
Placeholder translation elements.
ImplementationError – If the underlying Fetcher does not return enough IDs.
Select from a subset of known placeholders.
instr – Instruction object with placeholders.
known_placeholders – A collection of known placeholders.
As many known placeholders from instr as possible.