about summary refs log tree commit diff stats
path: root/doc/pydoc/ranger.container.commandlist.html
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-03-12 21:00:01 +0100
committerhut <hut@lavabit.com>2010-03-12 21:50:54 +0100
commit1cd06f3f1ec3c2ec3cea14208467b20ea6543782 (patch)
treee67a9bc260443728f55f415a9d71b6928690f458 /doc/pydoc/ranger.container.commandlist.html
parentd01a6613f2a34c6fb5b92c1d661f9ab32a7c2086 (diff)
downloadranger-1cd06f3f1ec3c2ec3cea14208467b20ea6543782.tar.gz
updated pydoc
Diffstat (limited to 'doc/pydoc/ranger.container.commandlist.html')
-rw-r--r--doc/pydoc/ranger.container.commandlist.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/pydoc/ranger.container.commandlist.html b/doc/pydoc/ranger.container.commandlist.html
index 8cc733eb..6b17bb06 100644
--- a/doc/pydoc/ranger.container.commandlist.html
+++ b/doc/pydoc/ranger.container.commandlist.html
@@ -141,6 +141,8 @@ Data descriptors defined here:<br>
 for&nbsp;a&nbsp;given&nbsp;key&nbsp;combination.&nbsp;&nbsp;CommandLists&nbsp;must&nbsp;be&nbsp;filled&nbsp;before&nbsp;use.<br>&nbsp;</tt></td></tr>
 <tr><td>&nbsp;</td>
 <td width="100%">Methods defined here:<br>
+<dl><dt><a name="CommandList-__call__"><strong>__call__</strong></a>(self, *args, **keywords)</dt></dl>
+
 <dl><dt><a name="CommandList-__getitem__"><strong>__getitem__</strong></a>(self, key)</dt><dd><tt>Returns&nbsp;the&nbsp;command&nbsp;with&nbsp;the&nbsp;given&nbsp;key&nbsp;combination</tt></dd></dl>
 
 <dl><dt><a name="CommandList-__init__"><strong>__init__</strong></a>(self)</dt></dl>
>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 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298