Package tdi :: Module interfaces :: Class ModelAdapterInterface
[frames] | no frames]

Class ModelAdapterInterface

source code

object --+
         |
        ModelAdapterInterface

Model Adapter Interface
Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables
bool emit_escaped
Emit escaped text as escape sequence? (Needed for pre-rendering)
callable modelmethod
Function to resolve model methods
callable new
Function to create an adapter with a new model instance.
Properties

Inherited from object: __class__

Instance Variable Details

emit_escaped

Emit escaped text as escape sequence? (Needed for pre-rendering)
Type:
bool

modelmethod

Function to resolve model methods
Type:
callable

new

Function to create an adapter with a new model instance.
Type:
callable