@@ -199,38 +199,6 @@ <h3>Subclasses</h3>
199199< li > < a title ="isotope.port.pwm_output.PWMOutput " href ="pwm_output.html#isotope.port.pwm_output.PWMOutput "> PWMOutput</ a > </ li >
200200< li > < a title ="isotope.port.temp_input.TempInput " href ="temp_input.html#isotope.port.temp_input.TempInput "> TempInput</ a > </ li >
201201</ ul >
202- < h3 > Methods</ h3 >
203- < dl >
204- < dt id ="isotope.port.isotope_port.IsotopePortContainer.__getitem__ "> < code class ="name flex ">
205- < span > def < span class ="ident "> __getitem__</ span > </ span > (< span > self, key: int) ‑> ~T</ span >
206- </ code > </ dt >
207- < dd >
208- < div class ="desc "> < p > Get the specific IsotopePort object by index.</ p >
209- < p > Implements the < code > []</ code > operator to get the IsotopePort object by index, e.g. < code > port[0]</ code > .</ p >
210- < h2 id ="args "> Args</ h2 >
211- < dl >
212- < dt > < strong > < code > key</ code > </ strong > : < code > int</ code > </ dt >
213- < dd > The index of the motor port.</ dd >
214- </ dl >
215- < h2 id ="returns "> Returns</ h2 >
216- < dl >
217- < dt > < code > T</ code > </ dt >
218- < dd > The IsotopePort object.</ dd >
219- </ dl > </ div >
220- </ dd >
221- < dt id ="isotope.port.isotope_port.IsotopePortContainer.__len__ "> < code class ="name flex ">
222- < span > def < span class ="ident "> __len__</ span > </ span > (< span > self) ‑> int</ span >
223- </ code > </ dt >
224- < dd >
225- < div class ="desc "> < p > Get the number of ports.</ p >
226- < p > Implements the < code > len()</ code > function to return the number of ports in the container.</ p >
227- < h2 id ="returns "> Returns</ h2 >
228- < dl >
229- < dt > < code > int</ code > </ dt >
230- < dd > The number of ports.</ dd >
231- </ dl > </ div >
232- </ dd >
233- </ dl >
234202</ dd >
235203< dt id ="isotope.port.isotope_port.PortException "> < code class ="flex name class ">
236204< span > class < span class ="ident "> PortException</ span > </ span >
@@ -325,10 +293,6 @@ <h4><code><a title="isotope.port.isotope_port.IsotopePort" href="#isotope.port.i
325293</ li >
326294< li >
327295< h4 > < code > < a title ="isotope.port.isotope_port.IsotopePortContainer " href ="#isotope.port.isotope_port.IsotopePortContainer "> IsotopePortContainer</ a > </ code > </ h4 >
328- < ul class ="">
329- < li > < code > < a title ="isotope.port.isotope_port.IsotopePortContainer.__getitem__ " href ="#isotope.port.isotope_port.IsotopePortContainer.__getitem__ "> __getitem__</ a > </ code > </ li >
330- < li > < code > < a title ="isotope.port.isotope_port.IsotopePortContainer.__len__ " href ="#isotope.port.isotope_port.IsotopePortContainer.__len__ "> __len__</ a > </ code > </ li >
331- </ ul >
332296</ li >
333297< li >
334298< h4 > < code > < a title ="isotope.port.isotope_port.PortException " href ="#isotope.port.isotope_port.PortException "> PortException</ a > </ code > </ h4 >
0 commit comments