Home | Trees | Indices | Help |
|
---|
|
object --+ | inifiles.X2GoIniFile --+ | X2GoSessionProfilesFILE
Instance Methods | |||
|
|||
dict
|
|
||
str
|
|
||
bool
|
|
||
type
|
|
||
type
|
|
||
dict
|
|
||
dict
|
|
||
bool
|
|
||
bool
|
|
||
bool
|
|
||
str
|
|
||
str
|
|
||
str
|
|
||
|
|||
|
|||
str
|
|
||
dict
|
|
||
depends on the session profile option requested |
|
||
Inherited from Inherited from |
Class Variables | |
defaultSessionProfile =
|
|
Inherited from |
Properties | |
profile_ids Renders a list of all profile IDs found in the session profile configuration file. |
|
profile_names Renders a list of all profile names found in the session profile configuration file. |
|
Inherited from Inherited from |
Method Details |
Retrieve X2Go session profiles from a file, typically
|
Retrieve the session profile configuration for a given session profile ID (or name)
|
Detect a human readable session profile type from the session profile configuration.
|
Write the ini file modifications (SafeConfigParser object) from RAM to disk. For writing the first of the
|
Get the data type for a specific session profile option.
|
Override the parent class's get_type method due to the special layout of this class.
|
The configuration options for a single session profile.
|
Return a default session profile.
|
Does a session profile of a given profile ID or profile name exist?
|
Does a session profile of a given profile ID exist? (Faster than has_profile().)
|
Does a session profile of a given profile name exist? (Faster than has_profile().)
|
Convert profile name to profile ID.
|
Convert profile ID to profile name.
|
Add a new session profile.
|
Delete a session profile from the configuration file.
|
Update a value in a session profile.
|
Detect the profile ID from a given string which maybe profile ID or profile name.
|
Convert session profile options to X2GoSession constructor method parameters.
|
Get a single X2GoSession parameter from a specific session profile.
|
Class Variable Details |
defaultSessionProfile
|
Property Details |
profile_idsRenders a list of all profile IDs found in the session profile configuration file.
|
profile_namesRenders a list of all profile names found in the session profile configuration file.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Aug 6 15:41:37 2014 | http://epydoc.sourceforge.net |