The converters module is accessible via the sqlobject module.
True
None
'sqlobject'
<sqlobject.converters.ConverterRegistry instance at 0xb601696c>
[("'", "''"), ('\\', '\\\\'), ('\x00', '\\0'), ('\x08', '\\b'), ('\n', '\\n'), ('\r', '\\r'), ('\t', '\\t')]
This class contains 3 members.
See the source for more information.