You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @brief Getter method (.mp_subscript), returns a value from the JSObjectProxy given a key, used by several built-in python methods as well as the [] operator
51
+
* @brief Getter method, returns a value from the JSObjectProxy given a key, used by several built-in python methods as well as the . operator
52
52
*
53
53
* @param self - The JSObjectProxy
54
54
* @param key - The key for the value in the JSObjectProxy
55
55
* @return PyObject* NULL on exception, the corresponding value otherwise
0 commit comments