Class DictWrapper

Wrap accesses to a dictionary so that certain values (those starting with the specified prefix) are passed through a function before being returned. The prefix is removed before looking up the real value.

Declaration

class DictWrapper(dict)
source link

Documentation

Used by the SQL construction code to ensure that values are correctly
quoted before being used.

Methods

Reexports