Python X2go helper functions, constants etc.
|
is_in_nx3packmethods(method)
Test if a given compression method is valid for NX3 Proxy. |
source code
|
|
|
find_session_line_in_x2golistsessions(session_name,
x2go_stdout)
Return the X2go session meta information as returned by the
x2golistsessions server command for session
session_name . |
source code
|
|
|
slugify(value)
Normalizes string, converts to lowercase, removes non-alpha
characters, converts spaces to hyphens and replaces round brackets by
pointed brackets. |
source code
|
|
|
session_names_by_timestamp(session_infos)
Sorts session profile names by their timestamp (as used in the file
format's section name). |
source code
|
|
|
|
list
|
|
|
known_encodings()
Render a list of all-known-to-Python character encodings (including
all known aliases) |
source code
|
|
|
|
str
|
|
str
|
|
bool
|
|
dict
|
|
|
local_color_depth()
Detect the current local screen's color depth. |
source code
|
|
bool
|
is_color_depth_ok(depth_session,
depth_local)
Test if color depth of this session is compatible with the local
screen's color depth. |
source code
|
|