/library/platform/pyjslibMozilla.py
http://pyjamas.googlecode.com/ · Python · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · e2d03d4df9720c688b78048fa8d57a71 MD5 · raw file
- class List:
- def index(self, value, start=0):
- JS("""
- return this.l.indexOf(value, start);
- """)