PydObject.has_key

Equivalent to 'key in this' in Python.

  1. bool has_key(string key)
    class PydObject
    bool
    has_key
    (
    string key
    )
  2. bool has_key(PydObject key)

Meta