File indexing completed on 2024-06-02 03:59:23

0001 v.setCursorPosition(3, document.lineLength(3));
0002 v.enter();
0003 v.paste("def internal():\n    '''test\n    docstring\n    \n    example\n        foo\n'''\n    if True:\n        return True");