"vscode:/vscode.git/clone" did not exist on "b3f0b4de663e31e2eeb5fbe76cd31d07cc2dd803"
Make attr and item accessors throw on error instead of returning nullptr
This also adds the `hasattr` and `getattr` functions which are needed with the new attribute behavior. The new functions behave exactly like their Python counterparts. Similarly `object` gets a `contains` method which calls `__contains__`, i.e. it's the same as the `in` keyword in Python.
Showing
Please register or sign in to comment