Concrete Python
git-339c971
|
#include <concrete/exception.hpp>
Public Member Functions | |
TypeError (const TypeObject &type) throw () |
Inappropriate Python object type passed to an operation or function.
TypeError | ( | const TypeObject & | type | ) | throw () [explicit] |
type | which didn't fit |