Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Michiel Overtoom Newsgroups: comp.lang.python Subject: Re: def __init__(self,cls): Date: Fri, 29 Apr 2016 14:29:16 +0200 Lines: 16 Message-ID: References: <70f3b5f6-33b7-4dc8-9c30-92fcc1b1f223@googlegroups.com> <2BA284BC-814B-47FD-AB2C-ACA45304FD89@xs4all.nl> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de R6ylSEVUy/afy8+tZ5qGbgaW2sgXXJUyOcb/SqhCKbbA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.102 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.80; '*S*': 0.00; 'def': 0.13; 'cls': 0.16; 'from:addr:xs4all.nl': 0.16; 'received:194.109': 0.16; 'received:194.109.24': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:def': 0.16; 'wrote:': 0.16; 'advance.': 0.23; 'header:In-Reply-To:1': 0.24; 'to:name:python- list': 0.30; 'skip:_ 10': 0.32; 'comment': 0.35; 'to:addr:python- list': 0.36; 'subject:: ': 0.37; 'thanks': 0.37; 'charset:us- ascii': 0.37; 'why': 0.39; 'to:addr:python.org': 0.40; 'group,': 0.60; 'your': 0.60; 'header:Message-Id:1': 0.61; 'greetings,': 0.61; 'received:194': 0.61; 'dear': 0.67; 'subject:,': 0.82; 'subject:self': 0.84 In-Reply-To: <70f3b5f6-33b7-4dc8-9c30-92fcc1b1f223@googlegroups.com> X-Mailer: Apple Mail (2.2104) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <2BA284BC-814B-47FD-AB2C-ACA45304FD89@xs4all.nl> X-Mailman-Original-References: <70f3b5f6-33b7-4dc8-9c30-92fcc1b1f223@googlegroups.com> Xref: csiph.com comp.lang.python:107853 > On 2016-04-29, at 11:47, San wrote: >=20 > Dear Group, please explain the following in details. Thanks in = Advance. >=20 > def __init__(self,cls): > self.cls =3D cls Is this homework? Why don't you explain it first in your own words, then = let us comment on it? Greetings,