diff options
author | hut <hut@lavabit.com> | 2010-03-21 03:52:58 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-03-21 03:52:58 +0100 |
commit | c776804d9db1f0ae837aaafe8ed27eb47bb369f5 (patch) | |
tree | 4b869232a8f85c0bb25b6de934122a8b3e88e03a /doc/pydoc/ranger.ext.openstruct.html | |
parent | 6c867217763b0527776bad87493d4b950287caf0 (diff) | |
download | ranger-c776804d9db1f0ae837aaafe8ed27eb47bb369f5.tar.gz |
updated TODO and pydoc
Diffstat (limited to 'doc/pydoc/ranger.ext.openstruct.html')
-rw-r--r-- | doc/pydoc/ranger.ext.openstruct.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pydoc/ranger.ext.openstruct.html b/doc/pydoc/ranger.ext.openstruct.html index 50b0ef14..d4340807 100644 --- a/doc/pydoc/ranger.ext.openstruct.html +++ b/doc/pydoc/ranger.ext.openstruct.html @@ -135,9 +135,9 @@ In either case, this is followed by: for  Data and other attributes inherited from <a href="__builtin__.html#dict">__builtin__.dict</a>:<br> <dl><dt><strong>__hash__</strong> = None</dl> -<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object at 0x2ae965a01840><dd><tt>T.<a href="#OpenStruct-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> +<dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#OpenStruct-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> -<dl><dt><strong>fromkeys</strong> = <built-in method fromkeys of type object at 0x1c16510><dd><tt><a href="__builtin__.html#dict">dict</a>.<a href="#OpenStruct-fromkeys">fromkeys</a>(S[,v]) -> New <a href="__builtin__.html#dict">dict</a> with keys from S and values equal to v.<br> +<dl><dt><strong>fromkeys</strong> = <built-in method fromkeys of type object><dd><tt><a href="__builtin__.html#dict">dict</a>.<a href="#OpenStruct-fromkeys">fromkeys</a>(S[,v]) -> New <a href="__builtin__.html#dict">dict</a> with keys from S and values equal to v.<br> v defaults to None.</tt></dl> </td></tr></table></td></tr></table> |