Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #45801

Re: Scope of a class..help???

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.166
X-Spam-Level *
X-Spam-Evidence '*H*': 0.68; '*S*': 0.02; '23,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:???': 0.16; 'demonstrate': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'thu,': 0.19; 'helpful': 0.24; 'header:In-Reply- To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'class': 0.32; 'supposed': 0.32; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'material': 0.36; 'received:209': 0.37; 'starting': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'quote': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; "you're": 0.61; "you've": 0.63; 'show': 0.63; 'examples.': 0.84; "it'd": 0.84; 'subject:..': 0.84; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=FpQfk9OfgW9alXu9RflhYWXxpqs1MB5F59DJvRiaTuc=; b=PPOafxYISAM0lLp0XgCZRW64jikYqHn1A6zjSwp/XAkIN91BNLnvmqY6MvuTgBD0S4 VLhc/MTzUUlOjcRBLo5zis/sU8wKfVvnO/SH7Ad517+LDAiDVCmT3iD07WaOXNnBcTuV 6Y8K2hHKYjd4t2cew5i+Nao+/fbANY/9xD8QQjYrL+SuoDOe4s4v6HR9VCOwi5dk+sFj JE4oZDzt5aQp6WrgGy06z0YhfI0PpWLhzetPuhHsDMNJjsygQoh4sYNTxhLnVkWbySxI vpuuCHuHsXkpCQB71nqxAEnamRsjplmxchVmjZNBu5JVeuPvSuR/mPHr6JiurBE997wZ JpiA==
MIME-Version 1.0
X-Received by 10.52.175.200 with SMTP id cc8mr4201284vdc.94.1369309214798; Thu, 23 May 2013 04:40:14 -0700 (PDT)
In-Reply-To <6f05ea64-4a3a-4f92-a4c9-ade8bf7117c6@googlegroups.com>
References <913d7fc1-4608-4ff5-8b51-2ae2cd67781a@googlegroups.com> <6f05ea64-4a3a-4f92-a4c9-ade8bf7117c6@googlegroups.com>
Date Thu, 23 May 2013 21:40:14 +1000
Subject Re: Scope of a class..help???
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2013.1369309217.3114.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1369309217 news.xs4all.nl 15897 [2001:888:2000:d::a6]:45984
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:45801

Show key headers only | View raw


On Thu, May 23, 2013 at 8:25 PM,  <lokeshkoppaka@gmail.com> wrote:
> ok Peter Otten,
> but how to make a Class global??

He gave some examples. It'd be helpful to quote some of his post, for
context... and preferably, show some proof that you've understood it.

You're starting a number of threads that look like you're trying to
get us to do your homework. You need to demonstrate that you actually
understand the material you're supposed to be learning.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Scope of a class..help??? lokeshkoppaka@gmail.com - 2013-05-23 02:51 -0700
  Re: Scope of a class..help??? Chris Angelico <rosuav@gmail.com> - 2013-05-23 20:00 +1000
  Re: Scope of a class..help??? Peter Otten <__peter__@web.de> - 2013-05-23 12:18 +0200
  Re: Scope of a class..help??? lokeshkoppaka@gmail.com - 2013-05-23 03:23 -0700
    Re: Scope of a class..help??? Chris Angelico <rosuav@gmail.com> - 2013-05-23 20:27 +1000
  Re: Scope of a class..help??? lokeshkoppaka@gmail.com - 2013-05-23 03:25 -0700
    Re: Scope of a class..help??? Chris Angelico <rosuav@gmail.com> - 2013-05-23 21:40 +1000
    Re: Scope of a class..help??? Tim Roberts <timr@probo.com> - 2013-05-23 22:05 -0700

csiph-web