PydObject.opIndex

Equivalent to o_key in Python.

  1. PydObject opIndex(PydObject key)
    class PydObject
  2. PydObject opIndex(string key)
  3. PydObject opIndex(Py_ssize_t i)

Meta