Groups
Groups
Sign in
Groups
Groups
Django users
Conversations
About
Send feedback
Help
What is super in python.
43 views
Skip to first unread message
Akshay Mukadam
unread,
Jul 22, 2014, 6:52:15 AM
7/22/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
What is super in python django I referred
http://stackoverflow.com/questions/576169/understanding-python-super-and-init-methods
link I was unable to get it can anyone please tell me in simple words what does it mean
Tom Evans
unread,
Jul 22, 2014, 8:29:38 AM
7/22/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
super() is used to call a method on a parent class using only
references to the derived class.
It is commonly used in derived classes constructor to call their
super-class's constructor.
Cheers
Tom
Wellington Cordeiro
unread,
Jul 22, 2014, 11:42:32 AM
7/22/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
Tom Evans gave you a good answer but if you have questions that are general to the language I suggest you ask it on the language's group.
https://groups.google.com/forum/#!forum/comp.lang.python
Reply all
Reply to author
Forward
0 new messages