{args:wrapArgs(NewDict(),NewList()),wantExc:mustCreateException(TypeErrorType,"'clear' of 'dict' requires 1 arguments")},
{args:wrapArgs(NewDict(),None),wantExc:mustCreateException(TypeErrorType,"'clear' of 'dict' requires 1 arguments")},
{args:wrapArgs(None),wantExc:mustCreateException(TypeErrorType,"unbound method clear() must be called with dict instance as first argument (got NoneType instance instead)")},