PyContentMappingBase
class PyContentMappingBase
Bases: Generic
[TContent
]
Generic base class for mappings.
__init__()
Methods
__init__ () |
|
---|---|
map (ctx) |
Executes the mapping. |
map(ctx)
Executes the mapping.
Args: : ctx: The input context from the migration engine or previous hook.
Returns: : The context, potentially modified to pass on to the next hook or migration engine, or None to continue passing the input context.
- Parameters: ctx (PyContentMappingContext *[*TContent ])
- Return type: PyContentMappingContext[TContent]