Private functions#
DatabaseInterface.__str__#
The string output function for debugging.
**DatabaseInterface.__str__**(self)
__(this class constructor accepts no arguments):__
The easy-to-read string summary.
(this function does not raise any notable errors)
DatabaseInterface.__repr__#
The string output function for debugging.
**DatabaseInterface.__repr__**(self)
__(this class constructor accepts no arguments):__
The easy-to-read string summary.
(this function does not raise any notable errors)
Private attributes#
(None)