Private functions#

DatabaseInterface.__str__#

The string output function for debugging.

Signature:

  • **DatabaseInterface.__str__**(self)

Parameters:

  • __(this class constructor accepts no arguments):__

Returns:

  • The easy-to-read string summary.

Raises:

  • (this function does not raise any notable errors)

DatabaseInterface.__repr__#

The string output function for debugging.

Signature:

  • **DatabaseInterface.__repr__**(self)

Parameters:

  • __(this class constructor accepts no arguments):__

Returns:

  • The easy-to-read string summary.

Raises:

  • (this function does not raise any notable errors)

Private attributes#

(None)