1function r = method (a)
2  __trace__ ('begin parent/method');
3  r = parent (a);
4  __trace__ ('end parent/method');
5end
6