Indexer (programming): Difference between revisions

Content deleted Content added
Dmt137 (talk | contribs)
Implementation: PHP implementation
Dmt137 (talk | contribs)
m Python: wording
Line 124:
 
=== Python ===
In Python one implements indexing by overloading the {{python|__getitem__}} and {{python|__setitem__}} methods like in the following example.,
==== Example ====
<syntaxhighlight lang="python">
import array