PythonObject.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opBinaryRight(PythonObject key)
  2. bool opBinaryRight(T key)
    struct PythonObject
    bool
    opBinaryRight
    (
    string op
    T
    )
    (
    auto ref T key
    )
    if (
    op == "in" &&
    !is(Unqual!T == PythonObject)
    )

Meta