/usr/share/doc/python-x2go-doc/html/x2go.backends.printing.gconf-pysrc.html is in python-x2go-doc 0.5.0.6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 | <?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>x2go.backends.printing.gconf</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="x2go-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://www.x2go.org">Python X2Go</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
<a href="x2go-module.html">Package x2go</a> ::
<a href="x2go.backends-module.html">Package backends</a> ::
<a href="x2go.backends.printing-module.html">Package printing</a> ::
Module gconf
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="x2go.backends.printing.gconf-pysrc.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<h1 class="epydoc">Source Code for <a href="x2go.backends.printing.gconf-module.html">Module x2go.backends.printing.gconf</a></h1>
<pre class="py-src">
<a name="L1"></a><tt class="py-lineno"> 1</tt> <tt class="py-line"><tt class="py-comment"># -*- coding: utf-8 -*-</tt> </tt>
<a name="L2"></a><tt class="py-lineno"> 2</tt> <tt class="py-line"> </tt>
<a name="L3"></a><tt class="py-lineno"> 3</tt> <tt class="py-line"><tt class="py-comment"># Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de></tt> </tt>
<a name="L4"></a><tt class="py-lineno"> 4</tt> <tt class="py-line"><tt class="py-comment">#</tt> </tt>
<a name="L5"></a><tt class="py-lineno"> 5</tt> <tt class="py-line"><tt class="py-comment"># Python X2Go is free software; you can redistribute it and/or modify</tt> </tt>
<a name="L6"></a><tt class="py-lineno"> 6</tt> <tt class="py-line"><tt class="py-comment"># it under the terms of the GNU Affero General Public License as published by</tt> </tt>
<a name="L7"></a><tt class="py-lineno"> 7</tt> <tt class="py-line"><tt class="py-comment"># the Free Software Foundation; either version 3 of the License, or</tt> </tt>
<a name="L8"></a><tt class="py-lineno"> 8</tt> <tt class="py-line"><tt class="py-comment"># (at your option) any later version.</tt> </tt>
<a name="L9"></a><tt class="py-lineno"> 9</tt> <tt class="py-line"><tt class="py-comment">#</tt> </tt>
<a name="L10"></a><tt class="py-lineno">10</tt> <tt class="py-line"><tt class="py-comment"># Python X2Go is distributed in the hope that it will be useful,</tt> </tt>
<a name="L11"></a><tt class="py-lineno">11</tt> <tt class="py-line"><tt class="py-comment"># but WITHOUT ANY WARRANTY; without even the implied warranty of</tt> </tt>
<a name="L12"></a><tt class="py-lineno">12</tt> <tt class="py-line"><tt class="py-comment"># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</tt> </tt>
<a name="L13"></a><tt class="py-lineno">13</tt> <tt class="py-line"><tt class="py-comment"># GNU Affero General Public License for more details.</tt> </tt>
<a name="L14"></a><tt class="py-lineno">14</tt> <tt class="py-line"><tt class="py-comment">#</tt> </tt>
<a name="L15"></a><tt class="py-lineno">15</tt> <tt class="py-line"><tt class="py-comment"># You should have received a copy of the GNU Affero General Public License</tt> </tt>
<a name="L16"></a><tt class="py-lineno">16</tt> <tt class="py-line"><tt class="py-comment"># along with this program; if not, write to the</tt> </tt>
<a name="L17"></a><tt class="py-lineno">17</tt> <tt class="py-line"><tt class="py-comment"># Free Software Foundation, Inc.,</tt> </tt>
<a name="L18"></a><tt class="py-lineno">18</tt> <tt class="py-line"><tt class="py-comment"># 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.</tt> </tt>
<a name="L19"></a><tt class="py-lineno">19</tt> <tt class="py-line"> </tt>
<a name="L20"></a><tt class="py-lineno">20</tt> <tt class="py-line"><tt class="py-docstring">"""\</tt> </tt>
<a name="L21"></a><tt class="py-lineno">21</tt> <tt class="py-line"><tt class="py-docstring">L{X2GoClientPrinting} class is one of Python X2Go's public API classes.</tt> </tt>
<a name="L22"></a><tt class="py-lineno">22</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L23"></a><tt class="py-lineno">23</tt> <tt class="py-line"><tt class="py-docstring">Retrieve an instance of this class from your L{X2GoClient} instance.</tt> </tt>
<a name="L24"></a><tt class="py-lineno">24</tt> <tt class="py-line"><tt class="py-docstring">Use this class in your Python X2Go based applications to access the »printing«</tt> </tt>
<a name="L25"></a><tt class="py-lineno">25</tt> <tt class="py-line"><tt class="py-docstring">configuration of your X2Go client application.</tt> </tt>
<a name="L26"></a><tt class="py-lineno">26</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L27"></a><tt class="py-lineno">27</tt> <tt class="py-line"><tt class="py-docstring">"""</tt> </tt>
<a name="L28"></a><tt class="py-lineno">28</tt> <tt class="py-line"><tt id="link-0" class="py-name" targets="Variable x2go.__NAME__=x2go-module.html#__NAME__,Variable x2go.backends.control.plain.__NAME__=x2go.backends.control.plain-module.html#__NAME__,Variable x2go.backends.info.plain.__NAME__=x2go.backends.info.plain-module.html#__NAME__,Variable x2go.backends.printing.file.__NAME__=x2go.backends.printing.file-module.html#__NAME__,Variable x2go.backends.printing.gconf.__NAME__=x2go.backends.printing.gconf-module.html#__NAME__,Variable x2go.backends.printing.winreg.__NAME__=x2go.backends.printing.winreg-module.html#__NAME__,Variable x2go.backends.profiles.base.__NAME__=x2go.backends.profiles.base-module.html#__NAME__,Variable x2go.backends.profiles.file.__NAME__=x2go.backends.profiles.file-module.html#__NAME__,Variable x2go.backends.profiles.gconf.__NAME__=x2go.backends.profiles.gconf-module.html#__NAME__,Variable x2go.backends.profiles.httpbroker.__NAME__=x2go.backends.profiles.httpbroker-module.html#__NAME__,Variable x2go.backends.profiles.sshbroker.__NAME__=x2go.backends.profiles.sshbroker-module.html#__NAME__,Variable x2go.backends.profiles.winreg.__NAME__=x2go.backends.profiles.winreg-module.html#__NAME__,Variable x2go.backends.proxy.base.__NAME__=x2go.backends.proxy.base-module.html#__NAME__,Variable x2go.backends.proxy.nx3.__NAME__=x2go.backends.proxy.nx3-module.html#__NAME__,Variable x2go.backends.settings.file.__NAME__=x2go.backends.settings.file-module.html#__NAME__,Variable x2go.backends.settings.gconf.__NAME__=x2go.backends.settings.gconf-module.html#__NAME__,Variable x2go.backends.settings.winreg.__NAME__=x2go.backends.settings.winreg-module.html#__NAME__,Variable x2go.backends.terminal.plain.__NAME__=x2go.backends.terminal.plain-module.html#__NAME__,Variable x2go.cache.__NAME__=x2go.cache-module.html#__NAME__,Variable x2go.checkhosts.__NAME__=x2go.checkhosts-module.html#__NAME__,Variable x2go.client.__NAME__=x2go.client-module.html#__NAME__,Variable x2go.defaults.__NAME__=x2go.defaults-module.html#__NAME__,Variable x2go.forward.__NAME__=x2go.forward-module.html#__NAME__,Variable x2go.guardian.__NAME__=x2go.guardian-module.html#__NAME__,Variable x2go.inifiles.__NAME__=x2go.inifiles-module.html#__NAME__,Variable x2go.log.__NAME__=x2go.log-module.html#__NAME__,Variable x2go.mimebox.__NAME__=x2go.mimebox-module.html#__NAME__,Variable x2go.mimeboxactions.__NAME__=x2go.mimeboxactions-module.html#__NAME__,Variable x2go.printactions.__NAME__=x2go.printactions-module.html#__NAME__,Variable x2go.printqueue.__NAME__=x2go.printqueue-module.html#__NAME__,Variable x2go.pulseaudio.__NAME__=x2go.pulseaudio-module.html#__NAME__,Variable x2go.registry.__NAME__=x2go.registry-module.html#__NAME__,Variable x2go.rforward.__NAME__=x2go.rforward-module.html#__NAME__,Variable x2go.session.__NAME__=x2go.session-module.html#__NAME__,Variable x2go.sftpserver.__NAME__=x2go.sftpserver-module.html#__NAME__,Variable x2go.sshproxy.__NAME__=x2go.sshproxy-module.html#__NAME__,Variable x2go.telekinesis.__NAME__=x2go.telekinesis-module.html#__NAME__,Variable x2go.utils.__NAME__=x2go.utils-module.html#__NAME__,Variable x2go.x2go_exceptions.__NAME__=x2go.x2go_exceptions-module.html#__NAME__,Variable x2go.xserver.__NAME__=x2go.xserver-module.html#__NAME__"><a title="x2go.__NAME__
x2go.backends.control.plain.__NAME__
x2go.backends.info.plain.__NAME__
x2go.backends.printing.file.__NAME__
x2go.backends.printing.gconf.__NAME__
x2go.backends.printing.winreg.__NAME__
x2go.backends.profiles.base.__NAME__
x2go.backends.profiles.file.__NAME__
x2go.backends.profiles.gconf.__NAME__
x2go.backends.profiles.httpbroker.__NAME__
x2go.backends.profiles.sshbroker.__NAME__
x2go.backends.profiles.winreg.__NAME__
x2go.backends.proxy.base.__NAME__
x2go.backends.proxy.nx3.__NAME__
x2go.backends.settings.file.__NAME__
x2go.backends.settings.gconf.__NAME__
x2go.backends.settings.winreg.__NAME__
x2go.backends.terminal.plain.__NAME__
x2go.cache.__NAME__
x2go.checkhosts.__NAME__
x2go.client.__NAME__
x2go.defaults.__NAME__
x2go.forward.__NAME__
x2go.guardian.__NAME__
x2go.inifiles.__NAME__
x2go.log.__NAME__
x2go.mimebox.__NAME__
x2go.mimeboxactions.__NAME__
x2go.printactions.__NAME__
x2go.printqueue.__NAME__
x2go.pulseaudio.__NAME__
x2go.registry.__NAME__
x2go.rforward.__NAME__
x2go.session.__NAME__
x2go.sftpserver.__NAME__
x2go.sshproxy.__NAME__
x2go.telekinesis.__NAME__
x2go.utils.__NAME__
x2go.x2go_exceptions.__NAME__
x2go.xserver.__NAME__" class="py-name" href="#" onclick="return doclink('link-0', '__NAME__', 'link-0');">__NAME__</a></tt> <tt class="py-op">=</tt> <tt class="py-string">'x2goprint-pylib'</tt> </tt>
<a name="L29"></a><tt class="py-lineno">29</tt> <tt class="py-line"> </tt>
<a name="L30"></a><tt class="py-lineno">30</tt> <tt class="py-line"><tt class="py-comment"># modules</tt> </tt>
<a name="L31"></a><tt class="py-lineno">31</tt> <tt class="py-line"><tt class="py-keyword">import</tt> <tt class="py-name">copy</tt> </tt>
<a name="L32"></a><tt class="py-lineno">32</tt> <tt class="py-line"> </tt>
<a name="L33"></a><tt class="py-lineno">33</tt> <tt class="py-line"><tt class="py-comment"># Python X2Go modules</tt> </tt>
<a name="L34"></a><tt class="py-lineno">34</tt> <tt class="py-line"><tt class="py-keyword">import</tt> <tt id="link-1" class="py-name" targets="Package x2go=x2go-module.html"><a title="x2go" class="py-name" href="#" onclick="return doclink('link-1', 'x2go', 'link-1');">x2go</a></tt><tt class="py-op">.</tt><tt id="link-2" class="py-name" targets="Module x2go.log=x2go.log-module.html"><a title="x2go.log" class="py-name" href="#" onclick="return doclink('link-2', 'log', 'link-2');">log</a></tt> <tt class="py-keyword">as</tt> <tt id="link-3" class="py-name"><a title="x2go.log" class="py-name" href="#" onclick="return doclink('link-3', 'log', 'link-2');">log</a></tt> </tt>
<a name="L35"></a><tt class="py-lineno">35</tt> <tt class="py-line"> </tt>
<a name="L36"></a><tt class="py-lineno">36</tt> <tt class="py-line"><tt class="py-comment"># we hide the default values from epydoc (that's why we transform them to _UNDERSCORE variables)</tt> </tt>
<a name="L37"></a><tt class="py-lineno">37</tt> <tt class="py-line"><tt class="py-keyword">from</tt> <tt id="link-4" class="py-name"><a title="x2go" class="py-name" href="#" onclick="return doclink('link-4', 'x2go', 'link-1');">x2go</a></tt><tt class="py-op">.</tt><tt id="link-5" class="py-name" targets="Module x2go.defaults=x2go.defaults-module.html"><a title="x2go.defaults" class="py-name" href="#" onclick="return doclink('link-5', 'defaults', 'link-5');">defaults</a></tt> <tt class="py-keyword">import</tt> <tt id="link-6" class="py-name" targets="Variable x2go.defaults.X2GO_CLIENTPRINTING_DEFAULTS=x2go.defaults-module.html#X2GO_CLIENTPRINTING_DEFAULTS"><a title="x2go.defaults.X2GO_CLIENTPRINTING_DEFAULTS" class="py-name" href="#" onclick="return doclink('link-6', 'X2GO_CLIENTPRINTING_DEFAULTS', 'link-6');">X2GO_CLIENTPRINTING_DEFAULTS</a></tt> <tt class="py-keyword">as</tt> <tt class="py-name">_X2GO_CLIENTPRINTING_DEFAULTS</tt> </tt>
<a name="L38"></a><tt class="py-lineno">38</tt> <tt class="py-line"> </tt>
<a name="L39"></a><tt class="py-lineno">39</tt> <tt class="py-line"><tt class="py-keyword">from</tt> <tt id="link-7" class="py-name"><a title="x2go" class="py-name" href="#" onclick="return doclink('link-7', 'x2go', 'link-1');">x2go</a></tt><tt class="py-op">.</tt><tt id="link-8" class="py-name" targets="Module x2go.x2go_exceptions=x2go.x2go_exceptions-module.html"><a title="x2go.x2go_exceptions" class="py-name" href="#" onclick="return doclink('link-8', 'x2go_exceptions', 'link-8');">x2go_exceptions</a></tt> <tt class="py-keyword">import</tt> <tt id="link-9" class="py-name" targets="Class x2go.x2go_exceptions.X2GoNotImplementedYetException=x2go.x2go_exceptions.X2GoNotImplementedYetException-class.html"><a title="x2go.x2go_exceptions.X2GoNotImplementedYetException" class="py-name" href="#" onclick="return doclink('link-9', 'X2GoNotImplementedYetException', 'link-9');">X2GoNotImplementedYetException</a></tt> </tt>
<a name="L40"></a><tt class="py-lineno">40</tt> <tt class="py-line"> </tt>
<a name="X2GoClientPrinting"></a><div id="X2GoClientPrinting-def"><a name="L41"></a><tt class="py-lineno">41</tt> <a class="py-toggle" href="#" id="X2GoClientPrinting-toggle" onclick="return toggle('X2GoClientPrinting');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="x2go.backends.printing.gconf.X2GoClientPrinting-class.html">X2GoClientPrinting</a><tt class="py-op">(</tt><tt class="py-base-class">object</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="X2GoClientPrinting-collapsed" style="display:none;" pad="++" indent="++++"></div><div id="X2GoClientPrinting-expanded"><a name="L42"></a><tt class="py-lineno">42</tt> <tt class="py-line"> <tt class="py-docstring">"""\</tt> </tt>
<a name="L43"></a><tt class="py-lineno">43</tt> <tt class="py-line"><tt class="py-docstring"> L{x2go.backends.printing.gconf.X2GoClientPrinting} provides access to the GCONF based configuration</tt> </tt>
<a name="L44"></a><tt class="py-lineno">44</tt> <tt class="py-line"><tt class="py-docstring"> of the X2Go client printing setup.</tt> </tt>
<a name="L45"></a><tt class="py-lineno">45</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L46"></a><tt class="py-lineno">46</tt> <tt class="py-line"><tt class="py-docstring"> An instance of L{x2go.backends.printing.gconf.X2GoClientPrinting} is created on each incoming</tt> </tt>
<a name="L47"></a><tt class="py-lineno">47</tt> <tt class="py-line"><tt class="py-docstring"> print job. This facilitates that on every print job the print action for this job is derived</tt> </tt>
<a name="L48"></a><tt class="py-lineno">48</tt> <tt class="py-line"><tt class="py-docstring"> from the »printing« configuration file.</tt> </tt>
<a name="L49"></a><tt class="py-lineno">49</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L50"></a><tt class="py-lineno">50</tt> <tt class="py-line"><tt class="py-docstring"> Thus, changes on the file are active for the next incoming print job.</tt> </tt>
<a name="L51"></a><tt class="py-lineno">51</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L52"></a><tt class="py-lineno">52</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L53"></a><tt class="py-lineno">53</tt> <tt class="py-line"> <tt id="link-10" class="py-name" targets="Variable x2go.backends.printing.file.X2GoClientPrinting._print_action=x2go.backends.printing.file.X2GoClientPrinting-class.html#_print_action,Variable x2go.backends.printing.gconf.X2GoClientPrinting._print_action=x2go.backends.printing.gconf.X2GoClientPrinting-class.html#_print_action,Variable x2go.backends.printing.winreg.X2GoClientPrinting._print_action=x2go.backends.printing.winreg.X2GoClientPrinting-class.html#_print_action"><a title="x2go.backends.printing.file.X2GoClientPrinting._print_action
x2go.backends.printing.gconf.X2GoClientPrinting._print_action
x2go.backends.printing.winreg.X2GoClientPrinting._print_action" class="py-name" href="#" onclick="return doclink('link-10', '_print_action', 'link-10');">_print_action</a></tt> <tt class="py-op">=</tt> <tt class="py-name">None</tt> </tt>
<a name="L54"></a><tt class="py-lineno">54</tt> <tt class="py-line"> <tt id="link-11" class="py-name" targets="Variable x2go.backends.printing.gconf.X2GoClientPrinting.defaultValues=x2go.backends.printing.gconf.X2GoClientPrinting-class.html#defaultValues,Variable x2go.backends.printing.winreg.X2GoClientPrinting.defaultValues=x2go.backends.printing.winreg.X2GoClientPrinting-class.html#defaultValues,Variable x2go.backends.settings.gconf.X2GoClientSettings.defaultValues=x2go.backends.settings.gconf.X2GoClientSettings-class.html#defaultValues,Variable x2go.backends.settings.winreg.X2GoClientSettings.defaultValues=x2go.backends.settings.winreg.X2GoClientSettings-class.html#defaultValues"><a title="x2go.backends.printing.gconf.X2GoClientPrinting.defaultValues
x2go.backends.printing.winreg.X2GoClientPrinting.defaultValues
x2go.backends.settings.gconf.X2GoClientSettings.defaultValues
x2go.backends.settings.winreg.X2GoClientSettings.defaultValues" class="py-name" href="#" onclick="return doclink('link-11', 'defaultValues', 'link-11');">defaultValues</a></tt> <tt class="py-op">=</tt> <tt class="py-name">copy</tt><tt class="py-op">.</tt><tt class="py-name">deepcopy</tt><tt class="py-op">(</tt><tt class="py-name">_X2GO_CLIENTPRINTING_DEFAULTS</tt><tt class="py-op">)</tt> </tt>
<a name="L55"></a><tt class="py-lineno">55</tt> <tt class="py-line"> </tt>
<a name="X2GoClientPrinting.__init__"></a><div id="X2GoClientPrinting.__init__-def"><a name="L56"></a><tt class="py-lineno">56</tt> <a class="py-toggle" href="#" id="X2GoClientPrinting.__init__-toggle" onclick="return toggle('X2GoClientPrinting.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="x2go.backends.printing.gconf.X2GoClientPrinting-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">defaults</tt><tt class="py-op">=</tt><tt class="py-name">None</tt><tt class="py-op">,</tt> <tt class="py-param">logger</tt><tt class="py-op">=</tt><tt class="py-name">None</tt><tt class="py-op">,</tt> <tt class="py-param">loglevel</tt><tt class="py-op">=</tt><tt id="link-12" class="py-name"><a title="x2go.log" class="py-name" href="#" onclick="return doclink('link-12', 'log', 'link-2');">log</a></tt><tt class="py-op">.</tt><tt id="link-13" class="py-name" targets="Variable x2go.log.loglevel_DEFAULT=x2go.log-module.html#loglevel_DEFAULT,Variable x2go.loglevel_DEFAULT=x2go-module.html#loglevel_DEFAULT"><a title="x2go.log.loglevel_DEFAULT
x2go.loglevel_DEFAULT" class="py-name" href="#" onclick="return doclink('link-13', 'loglevel_DEFAULT', 'link-13');">loglevel_DEFAULT</a></tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
</div><div id="X2GoClientPrinting.__init__-collapsed" style="display:none;" pad="++" indent="++++++++"></div><div id="X2GoClientPrinting.__init__-expanded"><a name="L57"></a><tt class="py-lineno">57</tt> <tt class="py-line"> <tt class="py-docstring">"""\</tt> </tt>
<a name="L58"></a><tt class="py-lineno">58</tt> <tt class="py-line"><tt class="py-docstring"> @param defaults: a cascaded Python dicitionary structure with ini file defaults (to override</tt> </tt>
<a name="L59"></a><tt class="py-lineno">59</tt> <tt class="py-line"><tt class="py-docstring"> Python X2Go's hard coded defaults in L{defaults}</tt> </tt>
<a name="L60"></a><tt class="py-lineno">60</tt> <tt class="py-line"><tt class="py-docstring"> @type defaults: C{dict}</tt> </tt>
<a name="L61"></a><tt class="py-lineno">61</tt> <tt class="py-line"><tt class="py-docstring"> @param logger: you can pass an L{X2GoLogger} object to the</tt> </tt>
<a name="L62"></a><tt class="py-lineno">62</tt> <tt class="py-line"><tt class="py-docstring"> L{X2GoPrintAction} constructor</tt> </tt>
<a name="L63"></a><tt class="py-lineno">63</tt> <tt class="py-line"><tt class="py-docstring"> @type logger: C{obj}</tt> </tt>
<a name="L64"></a><tt class="py-lineno">64</tt> <tt class="py-line"><tt class="py-docstring"> @param loglevel: if no L{X2GoLogger} object has been supplied a new one will be</tt> </tt>
<a name="L65"></a><tt class="py-lineno">65</tt> <tt class="py-line"><tt class="py-docstring"> constructed with the given loglevel</tt> </tt>
<a name="L66"></a><tt class="py-lineno">66</tt> <tt class="py-line"><tt class="py-docstring"> @type loglevel: C{int}</tt> </tt>
<a name="L67"></a><tt class="py-lineno">67</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
<a name="L68"></a><tt class="py-lineno">68</tt> <tt class="py-line"><tt class="py-docstring"> """</tt> </tt>
<a name="L69"></a><tt class="py-lineno">69</tt> <tt class="py-line"> <tt class="py-keyword">raise</tt> <tt id="link-14" class="py-name"><a title="x2go.x2go_exceptions.X2GoNotImplementedYetException" class="py-name" href="#" onclick="return doclink('link-14', 'X2GoNotImplementedYetException', 'link-9');">X2GoNotImplementedYetException</a></tt><tt class="py-op">(</tt><tt class="py-string">'GCONF backend support is not implemented yet'</tt><tt class="py-op">)</tt> </tt>
</div></div><a name="L70"></a><tt class="py-lineno">70</tt> <tt class="py-line"> </tt><script type="text/javascript">
<!--
expandto(location.href);
// -->
</script>
</pre>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="x2go-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="http://www.x2go.org">Python X2Go</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1
on Mon Sep 25 12:41:35 2017
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
|