Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #107853
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Michiel Overtoom <motoom@xs4all.nl> |
| Newsgroups | comp.lang.python |
| Subject | Re: def __init__(self,cls): |
| Date | Fri, 29 Apr 2016 14:29:16 +0200 |
| Lines | 16 |
| Message-ID | <mailman.221.1461933025.32212.python-list@python.org> (permalink) |
| 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 | <motoom@xs4all.nl> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=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 |
Show key headers only | View raw
> On 2016-04-29, at 11:47, San <santanu01@gmail.com> wrote: > > Dear Group, please explain the following in details. Thanks in Advance. > > def __init__(self,cls): > self.cls = cls Is this homework? Why don't you explain it first in your own words, then let us comment on it? Greetings,
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
def __init__(self,cls): San <santanu01@gmail.com> - 2016-04-29 02:47 -0700 Re: def __init__(self,cls): Michiel Overtoom <motoom@xs4all.nl> - 2016-04-29 14:29 +0200 Re: def __init__(self,cls): Steven D'Aprano <steve@pearwood.info> - 2016-04-30 10:35 +1000
csiph-web