PythonObject.setattr

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void setattr(string attr, T val)
    struct PythonObject
    void
    setattr
    (
    T
    )
    (
    in string attr
    ,
    auto ref T val
    )
    if (
    !is(Unqual!T == PythonObject)
    )
  2. void setattr(string attr, PythonObject val)
  3. void setattr(PythonObject attr, T val)
  4. void setattr(PythonObject attr, PythonObject val)

Meta