PydObject.opIndex

Equivalent to o['_key'] in Python; usually only makes sense for mappings.

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

Meta