Ticket #21695

implementation of super() method

Open Date: 2010-05-12 10:17 Last Update: 2010-05-20 13:41

Reporter:
(Anonymous)
Owner:
Status:
Closed
Component:
(None)
MileStone:
Priority:
6
Severity:
5 - Medium
Resolution:
None
File:
None

Details

implement super() method that is supposed to be used in init() constructor.

it's also necessary to check if super() is called with proper arguments expected by its super class.

Ticket History (3/4 Histories)

2010-05-12 10:17 Updated by: None
  • New Ticket "implementation of super() method" created
2010-05-12 10:30 Updated by: pxn11432
  • Owner Update from (None) to pxn11432
2010-05-13 05:34 Updated by: pxn11432
  • Priority Update from 5 - Medium to 6
2010-05-20 13:41 Updated by: pxn11432
  • Status Update from Open to Closed
  • Ticket Close date is changed to 2010-05-20 13:41
  • Milestone Update from (None) to build007 (closed)
Comment

instead of an implementation of super() method, the following description is enabled.

A = class {
    __init__(arg1, arg2) = {}
}
B = class(A) {
    __init__(arg1) = {|arg1, 20|
    }
}

Attachment File List

No attachments

Edit

Please login to add comment to this ticket » Login