svoid scaffoldCalled(O obj, O function, O... args) { printShortenedFunctionCall(200, (obj == null ? "" : shorten(20, str(obj)) + " :: ") + function, args); }