~ubuntu-branches/ubuntu/quantal/autokey/quantal

« back to all changes in this revision

Viewing changes to doc/scripting/class-tree.html

  • Committer: Bazaar Package Importer
  • Author(s): Luke Faraone
  • Date: 2010-07-30 10:28:39 UTC
  • mfrom: (1.4.1 upstream) (11.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100730102839-073mvbvx74j9xq5y
Tags: 0.71.0-1
* New upstream version
* Install changelog in package
* Bump standards version to 3.9.1, no changes needed.
* Remove in-package mentions of dpatch, it is no longer used

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
      <em class="summary">The most base type</em>
89
89
    <ul>
90
90
    <li> <strong class="uidlink">dict</strong>:
91
 
      <em class="summary">dict() -&gt; new empty dictionary.</em>
 
91
      <em class="summary">dict() -&gt; new empty dictionary
 
92
dict(mapping) -&gt; new dictionary initialized from a mapping object's
 
93
    (key, value) pairs
 
94
dict(iterable) -&gt; new dictionary initialized as if via:
 
95
    d = {}
 
96
    for k, v in iterable:
 
97
        d[k] = v
 
98
dict(**kwargs) -&gt; new dictionary initialized with the name=value pairs
 
99
    in the keyword argument list.</em>
92
100
    <ul>
93
101
    <li> <strong class="uidlink"><a href="lib.scripting.Store-class.html">lib.scripting.Store</a></strong>:
94
102
      <em class="summary">Allows persistent storage of values between invocations of the 
125
133
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
126
134
  <tr>
127
135
    <td align="left" class="footer">
128
 
    Generated by Epydoc 3.0.1 on Fri Apr 16 22:13:19 2010
 
136
    Generated by Epydoc 3.0.1 on Fri Jul 30 23:09:08 2010
129
137
    </td>
130
138
    <td align="right" class="footer">
131
139
      <a target="mainFrame" href="http://epydoc.sourceforge.net"