Module implementing a dataclass for an eric-ide server profile.
| None |
| EricServerProfile | Class implementing a data structure for storing an eric-ide server profile. |
| None |
Class implementing a data structure for storing an eric-ide server profile.
| clientId |
| hostname |
| port |
| timeout |
| fromDict | Class method to create a server profile from a given profile dictionary. |
| fromJSON | Class method to create a profile instance given a JSON string. |
| defaultPort | Public method defining the default port property. |
| defaultTimeout | Public method defining the default connection timeout. |
| toDict | Public method to convert the profile data to a dictionary. |
| toJSON | Public method to convert the profile data to a JSON string. |
| None |
Class method to create a server profile from a given profile dictionary.
Class method to create a profile instance given a JSON string.
Public method defining the default port property.
Public method defining the default connection timeout.
Public method to convert the profile data to a dictionary.
Public method to convert the profile data to a JSON string.