• Kevin Modzelewski's avatar
    Add object.__str__ and object.__repr__ · e6ebbb72
    Kevin Modzelewski authored
    Before, the default behavior (falling back to __repr__ if __str__ doesn't
    exist, and giving a default representation if __repr__ doesn't exist) was
    provided by the repr() and str() functions.
    e6ebbb72
objmodel.cpp 121 KB