File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Graphs comparing :doc:`sortedlist` performance.
40
40
__init__
41
41
........
42
42
43
- Initializing with a list of random numbers.
43
+ Initializing with a list of random numbers using :func: ` SortedList.__init__ ` .
44
44
45
45
.. image :: _static/SortedList_load-init.png
46
46
@@ -131,7 +131,8 @@ Graphs comparing :doc:`sorteddict` performance.
131
131
__init__
132
132
........
133
133
134
- Initializing with a list of pairs of random numbers.
134
+ Initializing with a list of pairs of random numbers using
135
+ :func: `SortedDict.__init__ `.
135
136
136
137
.. image :: _static/SortedDict_load-init.png
137
138
@@ -187,7 +188,7 @@ Graphs comparing :doc:`sortedset` performance.
187
188
__init__
188
189
........
189
190
190
- Initializing with a list of random numbers.
191
+ Initializing with a list of random numbers using :func: ` SortedSet.__init__ ` .
191
192
192
193
.. image :: _static/SortedSet_load-init.png
193
194
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Graphs comparing :doc:`sortedlist` performance.
42
42
__init__
43
43
........
44
44
45
- Initializing with a list of random numbers.
45
+ Initializing with a list of random numbers using :func: ` SortedList.__init__ ` .
46
46
47
47
.. image :: _static/SortedList_runtime-init.png
48
48
@@ -131,7 +131,8 @@ Graphs comparing :doc:`sorteddict` performance.
131
131
__init__
132
132
........
133
133
134
- Initializing with a list of pairs of random numbers.
134
+ Initializing with a list of pairs of random numbers using
135
+ :func: `SortedDict.__init__ `.
135
136
136
137
.. image :: _static/SortedDict_runtime-init.png
137
138
@@ -187,7 +188,7 @@ Graphs comparing :doc:`sortedset` performance.
187
188
__init__
188
189
........
189
190
190
- Initializing with a list of random numbers.
191
+ Initializing with a list of random numbers using :func: ` SortedSet.__init__ ` .
191
192
192
193
.. image :: _static/SortedSet_runtime-init.png
193
194
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ Graphs comparing :doc:`sortedlist` performance.
141
141
__init__
142
142
........
143
143
144
- Initializing with a list of random numbers.
144
+ Initializing with a list of random numbers using :func: ` SortedList.__init__ ` .
145
145
146
146
.. image :: _static/SortedList-init.png
147
147
@@ -230,7 +230,8 @@ Graphs comparing :doc:`sorteddict` performance.
230
230
__init__
231
231
........
232
232
233
- Initializing with a list of pairs of random numbers.
233
+ Initializing with a list of pairs of random numbers using
234
+ :func: `SortedDict.__init__ `.
234
235
235
236
.. image :: _static/SortedDict-init.png
236
237
@@ -286,7 +287,7 @@ Graphs comparing :doc:`sortedset` performance.
286
287
__init__
287
288
........
288
289
289
- Initializing with a list of random numbers.
290
+ Initializing with a list of random numbers using :func: ` SortedSet.__init__ ` .
290
291
291
292
.. image :: _static/SortedSet-init.png
292
293
You can’t perform that action at this time.
0 commit comments