summary refs log blame commit diff stats
path: root/doc/pydoc/ranger.fsobject.html
blob: fff54d0cbc9eb529a678e5e151f0c1f5c95f2c8a (plain) (tree)














































































































                                                                                                                                                                                                                                                                                     
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: package ranger.fsobject</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head><body bgcolor="#f0f0f8">

<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a href="ranger.html"><font color="#ffffff">ranger</font></a>.fsobject</strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/hut/work/ranger/ranger/fsobject/__init__.py">/home/hut/work/ranger/ranger/fsobject/__init__.py</a></font></td></tr></table>
    <p><tt>FileSystemObjects&nbsp;are&nbsp;representation&nbsp;of&nbsp;files&nbsp;and&nbsp;directories<br>
with&nbsp;fast&nbsp;access&nbsp;to&nbsp;their&nbsp;properties&nbsp;through&nbsp;caching</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Package Contents</strong></big></font></td></tr>
    
<tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="ranger.fsobject.directory.html">directory</a><br>
</td><td width="25%" valign=top><a href="ranger.fsobject.file.html">file</a><br>
</td><td width="25%" valign=top><a href="ranger.fsobject.fsobject.html">fsobject</a><br>
</td><td width="25%" valign=top><a href="ranger.fsobject.loader.html">loader</a><br>
</td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ee77aa">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
    
<tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
<td width="100%"><dl>
<dt><font face="helvetica, arial"><a href="builtins.html#Exception">builtins.Exception</a>(<a href="builtins.html#BaseException">builtins.BaseException</a>)
</font></dt><dd>
<dl>
<dt><font face="helvetica, arial"><a href="ranger.fsobject.html#NotLoadedYet">NotLoadedYet</a>
</font></dt></dl>
</dd>
</dl>
 <p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#ffc8d8">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#000000" face="helvetica, arial"><a name="NotLoadedYet">class <strong>NotLoadedYet</strong></a>(<a href="builtins.html#Exception">builtins.Exception</a>)</font></td></tr>
    
<tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
<td width="100%"><dl><dt>Method resolution order:</dt>
<dd><a href="ranger.fsobject.html#NotLoadedYet">NotLoadedYet</a></dd>
<dd><a href="builtins.html#Exception">builtins.Exception</a></dd>
<dd><a href="builtins.html#BaseException">builtins.BaseException</a></dd>
<dd><a href="builtins.html#object">builtins.object</a></dd>
</dl>
<hr>
Data descriptors defined here:<br>
<dl><dt><strong>__weakref__</strong></dt>
<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
</dl>
<hr>
Methods inherited from <a href="builtins.html#Exception">builtins.Exception</a>:<br>
<dl><dt><a name="NotLoadedYet-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#NotLoadedYet-__init__">__init__</a>(...)&nbsp;initializes&nbsp;x;&nbsp;see&nbsp;x.__class__.__doc__&nbsp;for&nbsp;signature</tt></dd></dl>

<hr>
Data and other attributes inherited from <a href="builtins.html#Exception">builtins.Exception</a>:<br>
<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object at 0x7f327d94a120&gt;<dd><tt>T.<a href="#NotLoadedYet-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>

<hr>
Methods inherited from <a href="builtins.html#BaseException">builtins.BaseException</a>:<br>
<dl><dt><a name="NotLoadedYet-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#NotLoadedYet-__delattr__">__delattr__</a>('name')&nbsp;&lt;==&gt;&nbsp;del&nbsp;x.name</tt></dd></dl>

<dl><dt><a name="NotLoadedYet-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#NotLoadedYet-__getattribute__">__getattribute__</a>('name')&nbsp;&lt;==&gt;&nbsp;x.name</tt></dd></dl>

<dl><dt><a name="NotLoadedYet-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl>

<dl><dt><a name="NotLoadedYet-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#NotLoadedYet-__repr__">__repr__</a>()&nbsp;&lt;==&gt;&nbsp;repr(x)</tt></dd></dl>

<dl><dt><a name="NotLoadedYet-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#NotLoadedYet-__setattr__">__setattr__</a>('name',&nbsp;value)&nbsp;&lt;==&gt;&nbsp;x.name&nbsp;=&nbsp;value</tt></dd></dl>

<dl><dt><a name="NotLoadedYet-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl>

<dl><dt><a name="NotLoadedYet-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#NotLoadedYet-__str__">__str__</a>()&nbsp;&lt;==&gt;&nbsp;str(x)</tt></dd></dl>

<dl><dt><a name="NotLoadedYet-with_traceback"><strong>with_traceback</strong></a>(...)</dt><dd><tt><a href="builtins.html#Exception">Exception</a>.<a href="#NotLoadedYet-with_traceback">with_traceback</a>(tb)&nbsp;--<br>
set&nbsp;self.<strong>__traceback__</strong>&nbsp;to&nbsp;tb&nbsp;and&nbsp;return&nbsp;self.</tt></dd></dl>

<hr>
Data descriptors inherited from <a href="builtins.html#BaseException">builtins.BaseException</a>:<br>
<dl><dt><strong>__cause__</strong></dt>
<dd><tt>exception&nbsp;cause</tt></dd>
</dl>
<dl><dt><strong>__context__</strong></dt>
<dd><tt>exception&nbsp;context</tt></dd>
</dl>
<dl><dt><strong>__dict__</strong></dt>
</dl>
<dl><dt><strong>__traceback__</strong></dt>
</dl>
<dl><dt><strong>args</strong></dt>
</dl>
</td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#55aa55">
<td colspan=3 valign=bottom>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
    
<tr><td bgcolor="#55aa55"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
<td width="100%"><strong>BAD_INFO</strong> = None<br>
<strong>T_DIRECTORY</strong> = 'directory'<br>
<strong>T_FILE</strong> = 'file'<br>
<strong>T_NONEXISTANT</strong> = 'nonexistant'<br>
<strong>T_UNKNOWN</strong> = 'unknown'</td></tr></table>
</body></html>
sole&nbsp;widget&nbsp;only</tt></dd></dl> <dl><dt><a name="-initialize_embedded_pager_commands"><strong>initialize_embedded_pager_commands</strong></a>(command_list)</dt></dl> <dl><dt><a name="-initialize_pager_commands"><strong>initialize_pager_commands</strong></a>(command_list)</dt></dl> <dl><dt><a name="-initialize_taskview_commands"><strong>initialize_taskview_commands</strong></a>(command_list)</dt><dd><tt>Initialize&nbsp;the&nbsp;commands&nbsp;for&nbsp;the&nbsp;TaskView&nbsp;widget</tt></dd></dl> <dl><dt><a name="-intrflush"><strong>intrflush</strong></a>(...)</dt></dl> <dl><dt><a name="-is_term_resized"><strong>is_term_resized</strong></a>(...)</dt></dl> <dl><dt><a name="-isendwin"><strong>isendwin</strong></a>(...)</dt></dl> <dl><dt><a name="-keyname"><strong>keyname</strong></a>(...)</dt></dl> <dl><dt><a name="-killchar"><strong>killchar</strong></a>(...)</dt></dl> <dl><dt><a name="-longname"><strong>longname</strong></a>(...)</dt></dl> <dl><dt><a name="-meta"><strong>meta</strong></a>(...)</dt></dl> <dl><dt><a name="-mouseinterval"><strong>mouseinterval</strong></a>(...)</dt></dl> <dl><dt><a name="-mousemask"><strong>mousemask</strong></a>(...)</dt></dl> <dl><dt><a name="-napms"><strong>napms</strong></a>(...)</dt></dl> <dl><dt><a name="-newpad"><strong>newpad</strong></a>(...)</dt></dl> <dl><dt><a name="-newwin"><strong>newwin</strong></a>(...)</dt></dl> <dl><dt><a name="-nl"><strong>nl</strong></a>(...)</dt></dl> <dl><dt><a name="-nocbreak"><strong>nocbreak</strong></a>(...)</dt></dl> <dl><dt><a name="-noecho"><strong>noecho</strong></a>(...)</dt></dl> <dl><dt><a name="-nonl"><strong>nonl</strong></a>(...)</dt></dl> <dl><dt><a name="-noqiflush"><strong>noqiflush</strong></a>(...)</dt></dl> <dl><dt><a name="-noraw"><strong>noraw</strong></a>(...)</dt></dl> <dl><dt><a name="-pair_content"><strong>pair_content</strong></a>(...)</dt></dl> <dl><dt><a name="-pair_number"><strong>pair_number</strong></a>(...)</dt></dl> <dl><dt><a name="-putp"><strong>putp</strong></a>(...)</dt></dl> <dl><dt><a name="-qiflush"><strong>qiflush</strong></a>(...)</dt></dl> <dl><dt><a name="-raw"><strong>raw</strong></a>(...)</dt></dl> <dl><dt><a name="-reset_prog_mode"><strong>reset_prog_mode</strong></a>(...)</dt></dl> <dl><dt><a name="-reset_shell_mode"><strong>reset_shell_mode</strong></a>(...)</dt></dl> <dl><dt><a name="-resetty"><strong>resetty</strong></a>(...)</dt></dl> <dl><dt><a name="-resize_term"><strong>resize_term</strong></a>(...)</dt></dl> <dl><dt><a name="-resizeterm"><strong>resizeterm</strong></a>(...)</dt></dl> <dl><dt><a name="-savetty"><strong>savetty</strong></a>(...)</dt></dl> <dl><dt><a name="-setsyx"><strong>setsyx</strong></a>(...)</dt></dl> <dl><dt><a name="-setupterm"><strong>setupterm</strong></a>(...)</dt></dl> <dl><dt><a name="-system_functions"><strong>system_functions</strong></a>(command_list)</dt><dd><tt>Each&nbsp;commandlist&nbsp;should&nbsp;have&nbsp;those.</tt></dd></dl> <dl><dt><a name="-termattrs"><strong>termattrs</strong></a>(...)</dt></dl> <dl><dt><a name="-termname"><strong>termname</strong></a>(...)</dt></dl> <dl><dt><a name="-tigetflag"><strong>tigetflag</strong></a>(...)</dt></dl> <dl><dt><a name="-tigetnum"><strong>tigetnum</strong></a>(...)</dt></dl> <dl><dt><a name="-tigetstr"><strong>tigetstr</strong></a>(...)</dt></dl> <dl><dt><a name="-tparm"><strong>tparm</strong></a>(...)</dt></dl> <dl><dt><a name="-typeahead"><strong>typeahead</strong></a>(...)</dt></dl> <dl><dt><a name="-ungetch"><strong>ungetch</strong></a>(...)</dt></dl> <dl><dt><a name="-ungetmouse"><strong>ungetmouse</strong></a>(...)</dt></dl> <dl><dt><a name="-use_default_colors"><strong>use_default_colors</strong></a>(...)</dt></dl> <dl><dt><a name="-use_env"><strong>use_env</strong></a>(...)</dt></dl> </td></tr></table><p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#55aa55"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr> <tr><td bgcolor="#55aa55"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> <td width="100%"><strong>ACK</strong> = 6<br> <strong>ALLOWED_BOOKMARK_KEYS</strong> = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789`'"<br> <strong>ALL_MOUSE_EVENTS</strong> = 134217727<br> <strong>A_ALTCHARSET</strong> = 4194304<br> <strong>A_ATTRIBUTES</strong> = 4294967040<br> <strong>A_BLINK</strong> = 524288<br> <strong>A_BOLD</strong> = 2097152<br> <strong>A_CHARTEXT</strong> = 255<br> <strong>A_COLOR</strong> = 65280<br> <strong>A_DIM</strong> = 1048576<br> <strong>A_HORIZONTAL</strong> = 33554432<br> <strong>A_INVIS</strong> = 8388608<br> <strong>A_LEFT</strong> = 67108864<br> <strong>A_LOW</strong> = 134217728<br> <strong>A_NORMAL</strong> = 0<br> <strong>A_PROTECT</strong> = 16777216<br> <strong>A_REVERSE</strong> = 262144<br> <strong>A_RIGHT</strong> = 268435456<br> <strong>A_STANDOUT</strong> = 65536<br> <strong>A_TOP</strong> = 536870912<br> <strong>A_UNDERLINE</strong> = 131072<br> <strong>A_VERTICAL</strong> = 1073741824<br> <strong>BEL</strong> = 7<br> <strong>BS</strong> = 8<br> <strong>BUTTON1_CLICKED</strong> = 4<br> <strong>BUTTON1_DOUBLE_CLICKED</strong> = 8<br> <strong>BUTTON1_PRESSED</strong> = 2<br> <strong>BUTTON1_RELEASED</strong> = 1<br> <strong>BUTTON1_TRIPLE_CLICKED</strong> = 16<br> <strong>BUTTON2_CLICKED</strong> = 256<br> <strong>BUTTON2_DOUBLE_CLICKED</strong> = 512<br> <strong>BUTTON2_PRESSED</strong> = 128<br> <strong>BUTTON2_RELEASED</strong> = 64<br> <strong>BUTTON2_TRIPLE_CLICKED</strong> = 1024<br> <strong>BUTTON3_CLICKED</strong> = 16384<br> <strong>BUTTON3_DOUBLE_CLICKED</strong> = 32768<br> <strong>BUTTON3_PRESSED</strong> = 8192<br> <strong>BUTTON3_RELEASED</strong> = 4096<br> <strong>BUTTON3_TRIPLE_CLICKED</strong> = 65536<br> <strong>BUTTON4_CLICKED</strong> = 1048576<br> <strong>BUTTON4_DOUBLE_CLICKED</strong> = 2097152<br> <strong>BUTTON4_PRESSED</strong> = 524288<br> <strong>BUTTON4_RELEASED</strong> = 262144<br> <strong>BUTTON4_TRIPLE_CLICKED</strong> = 4194304<br> <strong>BUTTON_ALT</strong> = 67108864<br> <strong>BUTTON_CTRL</strong> = 16777216<br> <strong>BUTTON_SHIFT</strong> = 33554432<br> <strong>CAN</strong> = 24<br> <strong>COLOR_BLACK</strong> = 0<br> <strong>COLOR_BLUE</strong> = 4<br> <strong>COLOR_CYAN</strong> = 6<br> <strong>COLOR_GREEN</strong> = 2<br> <strong>COLOR_MAGENTA</strong> = 5<br> <strong>COLOR_RED</strong> = 1<br> <strong>COLOR_WHITE</strong> = 7<br> <strong>COLOR_YELLOW</strong> = 3<br> <strong>CR</strong> = 13<br> <strong>DC1</strong> = 17<br> <strong>DC2</strong> = 18<br> <strong>DC3</strong> = 19<br> <strong>DC4</strong> = 20<br> <strong>DEL</strong> = 127<br> <strong>DLE</strong> = 16<br> <strong>EM</strong> = 25<br> <strong>ENQ</strong> = 5<br> <strong>EOT</strong> = 4<br> <strong>ERR</strong> = -1<br> <strong>ESC</strong> = 27<br> <strong>ETB</strong> = 23<br> <strong>ETX</strong> = 3<br> <strong>FF</strong> = 12<br> <strong>FS</strong> = 28<br> <strong>GS</strong> = 29<br> <strong>HT</strong> = 9<br> <strong>KEY_A1</strong> = 348<br> <strong>KEY_A3</strong> = 349<br> <strong>KEY_B2</strong> = 350<br> <strong>KEY_BACKSPACE</strong> = 263<br> <strong>KEY_BEG</strong> = 354<br> <strong>KEY_BREAK</strong> = 257<br> <strong>KEY_BTAB</strong> = 353<br> <strong>KEY_C1</strong> = 351<br> <strong>KEY_C3</strong> = 352<br> <strong>KEY_CANCEL</strong> = 355<br> <strong>KEY_CATAB</strong> = 342<br> <strong>KEY_CLEAR</strong> = 333<br> <strong>KEY_CLOSE</strong> = 356<br> <strong>KEY_COMMAND</strong> = 357<br> <strong>KEY_COPY</strong> = 358<br> <strong>KEY_CREATE</strong> = 359<br> <strong>KEY_CTAB</strong> = 341<br> <strong>KEY_DC</strong> = 330<br> <strong>KEY_DL</strong> = 328<br> <strong>KEY_DOWN</strong> = 258<br> <strong>KEY_EIC</strong> = 332<br> <strong>KEY_END</strong> = 360<br> <strong>KEY_ENTER</strong> = 343<br> <strong>KEY_EOL</strong> = 335<br> <strong>KEY_EOS</strong> = 334<br> <strong>KEY_EXIT</strong> = 361<br> <strong>KEY_F0</strong> = 264<br> <strong>KEY_F1</strong> = 265<br> <strong>KEY_F10</strong> = 274<br> <strong>KEY_F11</strong> = 275<br> <strong>KEY_F12</strong> = 276<br> <strong>KEY_F13</strong> = 277<br> <strong>KEY_F14</strong> = 278<br> <strong>KEY_F15</strong> = 279<br> <strong>KEY_F16</strong> = 280<br> <strong>KEY_F17</strong> = 281<br> <strong>KEY_F18</strong> = 282<br> <strong>KEY_F19</strong> = 283<br> <strong>KEY_F2</strong> = 266<br> <strong>KEY_F20</strong> = 284<br> <strong>KEY_F21</strong> = 285<br> <strong>KEY_F22</strong> = 286<br> <strong>KEY_F23</strong> = 287<br> <strong>KEY_F24</strong> = 288<br> <strong>KEY_F25</strong> = 289<br> <strong>KEY_F26</strong> = 290<br> <strong>KEY_F27</strong> = 291<br> <strong>KEY_F28</strong> = 292<br> <strong>KEY_F29</strong> = 293<br> <strong>KEY_F3</strong> = 267<br> <strong>KEY_F30</strong> = 294<br> <strong>KEY_F31</strong> = 295<br> <strong>KEY_F32</strong> = 296<br> <strong>KEY_F33</strong> = 297<br> <strong>KEY_F34</strong> = 298<br> <strong>KEY_F35</strong> = 299<br> <strong>KEY_F36</strong> = 300<br> <strong>KEY_F37</strong> = 301<br> <strong>KEY_F38</strong> = 302<br> <strong>KEY_F39</strong> = 303<br> <strong>KEY_F4</strong> = 268<br> <strong>KEY_F40</strong> = 304<br> <strong>KEY_F41</strong> = 305<br> <strong>KEY_F42</strong> = 306<br> <strong>KEY_F43</strong> = 307<br> <strong>KEY_F44</strong> = 308<br> <strong>KEY_F45</strong> = 309<br> <strong>KEY_F46</strong> = 310<br> <strong>KEY_F47</strong> = 311<br> <strong>KEY_F48</strong> = 312<br> <strong>KEY_F49</strong> = 313<br> <strong>KEY_F5</strong> = 269<br> <strong>KEY_F50</strong> = 314<br> <strong>KEY_F51</strong> = 315<br> <strong>KEY_F52</strong> = 316<br> <strong>KEY_F53</strong> = 317<br> <strong>KEY_F54</strong> = 318<br> <strong>KEY_F55</strong> = 319<br> <strong>KEY_F56</strong> = 320<br> <strong>KEY_F57</strong> = 321<br> <strong>KEY_F58</strong> = 322<br> <strong>KEY_F59</strong> = 323<br> <strong>KEY_F6</strong> = 270<br> <strong>KEY_F60</strong> = 324<br> <strong>KEY_F61</strong> = 325<br> <strong>KEY_F62</strong> = 326<br> <strong>KEY_F63</strong> = 327<br> <strong>KEY_F7</strong> = 271<br> <strong>KEY_F8</strong> = 272<br> <strong>KEY_F9</strong> = 273<br> <strong>KEY_FIND</strong> = 362<br> <strong>KEY_HELP</strong> = 363<br> <strong>KEY_HOME</strong> = 262<br> <strong>KEY_IC</strong> = 331<br> <strong>KEY_IL</strong> = 329<br> <strong>KEY_LEFT</strong> = 260<br> <strong>KEY_LL</strong> = 347<br> <strong>KEY_MARK</strong> = 364<br> <strong>KEY_MAX</strong> = 511<br> <strong>KEY_MESSAGE</strong> = 365<br> <strong>KEY_MIN</strong> = 257<br> <strong>KEY_MOUSE</strong> = 409<br> <strong>KEY_MOVE</strong> = 366<br> <strong>KEY_NEXT</strong> = 367<br> <strong>KEY_NPAGE</strong> = 338<br> <strong>KEY_OPEN</strong> = 368<br> <strong>KEY_OPTIONS</strong> = 369<br> <strong>KEY_PPAGE</strong> = 339<br> <strong>KEY_PREVIOUS</strong> = 370<br> <strong>KEY_PRINT</strong> = 346<br> <strong>KEY_REDO</strong> = 371<br> <strong>KEY_REFERENCE</strong> = 372<br> <strong>KEY_REFRESH</strong> = 373<br> <strong>KEY_REPLACE</strong> = 374<br> <strong>KEY_RESET</strong> = 345<br> <strong>KEY_RESIZE</strong> = 410<br> <strong>KEY_RESTART</strong> = 375<br> <strong>KEY_RESUME</strong> = 376<br> <strong>KEY_RIGHT</strong> = 261<br> <strong>KEY_SAVE</strong> = 377<br> <strong>KEY_SBEG</strong> = 378<br> <strong>KEY_SCANCEL</strong> = 379<br> <strong>KEY_SCOMMAND</strong> = 380<br> <strong>KEY_SCOPY</strong> = 381<br> <strong>KEY_SCREATE</strong> = 382<br> <strong>KEY_SDC</strong> = 383<br> <strong>KEY_SDL</strong> = 384<br> <strong>KEY_SELECT</strong> = 385<br> <strong>KEY_SEND</strong> = 386<br> <strong>KEY_SEOL</strong> = 387<br> <strong>KEY_SEXIT</strong> = 388<br> <strong>KEY_SF</strong> = 336<br> <strong>KEY_SFIND</strong> = 389<br> <strong>KEY_SHELP</strong> = 390<br> <strong>KEY_SHOME</strong> = 391<br> <strong>KEY_SIC</strong> = 392<br> <strong>KEY_SLEFT</strong> = 393<br> <strong>KEY_SMESSAGE</strong> = 394<br> <strong>KEY_SMOVE</strong> = 395<br> <strong>KEY_SNEXT</strong> = 396<br> <strong>KEY_SOPTIONS</strong> = 397<br> <strong>KEY_SPREVIOUS</strong> = 398<br> <strong>KEY_SPRINT</strong> = 399<br> <strong>KEY_SR</strong> = 337<br> <strong>KEY_SREDO</strong> = 400<br> <strong>KEY_SREPLACE</strong> = 401<br> <strong>KEY_SRESET</strong> = 344<br> <strong>KEY_SRIGHT</strong> = 402<br> <strong>KEY_SRSUME</strong> = 403<br> <strong>KEY_SSAVE</strong> = 404<br> <strong>KEY_SSUSPEND</strong> = 405<br> <strong>KEY_STAB</strong> = 340<br> <strong>KEY_SUNDO</strong> = 406<br> <strong>KEY_SUSPEND</strong> = 407<br> <strong>KEY_UNDO</strong> = 408<br> <strong>KEY_UP</strong> = 259<br> <strong>LF</strong> = 10<br> <strong>NAK</strong> = 21<br> <strong>NL</strong> = 10<br> <strong>NUL</strong> = 0<br> <strong>OK</strong> = 0<br> <strong>RANGERDIR</strong> = '/home/hut/work/ranger/ranger'<br> <strong>REPORT_MOUSE_POSITION</strong> = 134217728<br> <strong>RS</strong> = 30<br> <strong>SI</strong> = 15<br> <strong>SO</strong> = 14<br> <strong>SOH</strong> = 1<br> <strong>SP</strong> = 32<br> <strong>STX</strong> = 2<br> <strong>SUB</strong> = 26<br> <strong>SYN</strong> = 22<br> <strong>TAB</strong> = 9<br> <strong>US</strong> = 31<br> <strong>VT</strong> = 11<br> <strong>controlnames</strong> = ['NUL', 'SOH', 'STX', 'ETX', 'EOT', 'ENQ', 'ACK', 'BEL', 'BS', 'HT', 'LF', 'VT', 'FF', 'CR', 'SO', 'SI', 'DLE', 'DC1', 'DC2', 'DC3', ...]<br> <strong>fm</strong> = &lt;ranger.keyapi.Wrapper object at 0x7f20a5b429d0&gt;<br> <strong>version</strong> = b'2.2'<br> <strong>wdg</strong> = &lt;ranger.keyapi.Wrapper object at 0x7f20a5b42a10&gt;</td></tr></table> </body></html>