Connection230Data

Incomplete documentation - sorry!

Note

Neil - please put some data in technical/class_headings/Connection230Data.rst

methods and attributes

class lib_openmolar.common.datatypes.connection230_data.Connection230Data[source]

Bases: object

A custom data type to store information on how applications can connect to the 230server.

__init__()

x.__init__(...) initializes x; see help(type(x)) for signature

default_connection()[source]

returns params for a TCP_IP connection on localhost:5432 to openmolar_demo with the default user and password.

from_conf_file(conf_file)[source]

parse a conf_filefor connection params

host = 'localhost'
is_valid
name = 'default'
port = 1430

Table Of Contents

Previous topic

ConnectDialog

Next topic

ConnectionData