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


Groups > comp.lang.python > #53702

Re: Find out where a class is used throughout a program.

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.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.137
X-Spam-Level *
X-Spam-Evidence '*H*': 0.74; '*S*': 0.01; 'around!': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:class': 0.16; 'subject:where': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'header:In-Reply-To:1': 0.27; 'originally': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'informative': 0.31; 'sep': 0.31; 'regular': 0.32; 'received:google.com': 0.35; 'crazy': 0.36; 'in.': 0.36; 'being': 0.38; 'awesome': 0.38; 'question,': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'worth': 0.66; 'here': 0.66; 'glad': 0.83; 'thoughtful': 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=V+yyacL6unsHN9btY9rGuM5TtmBEx+5Jhv9+eyt2/uc=; b=dJTeHhM0WhTYk2KmiHJMClLWE+Bn+y1VH1bxh4gowX0jrTl3EM1eGnqDeIcS2iExc3 9+fQSc1HLWkhWA2tPbJyJPMx/dhluXdZq1mH+H5h1tWQqghPefW3YIQVWu+lgAp0WouR 3ZzCzvmmGfVGdFrQQkZSERqniPPGaVAl8eV9ek6+yASR0ui2wOr8f3nhyTwzLfsrk+Fp s/vQexlvH2mk6CCDnnW8DDIq4KNSYNT8EQ+59rGO/+Tj7FK9DkcIe/LqD+KJlSbNaOxB u23xNws7uesKkuxjL8cjqmk3E1qdySeffodmS1M4rVT94Gj4KNtASkkA7ZDnfiBIPqRd j3tg==
MIME-Version 1.0
X-Received by 10.58.201.69 with SMTP id jy5mr274323vec.29.1378385635575; Thu, 05 Sep 2013 05:53:55 -0700 (PDT)
In-Reply-To <6974f400-49b0-4067-9bd3-03b642ab5a82@googlegroups.com>
References <9d290db6-b9cb-41af-8107-e7f27d2da6d0@googlegroups.com> <6974f400-49b0-4067-9bd3-03b642ab5a82@googlegroups.com>
Date Thu, 5 Sep 2013 22:53:55 +1000
Subject Re: Find out where a class is used throughout a program.
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 <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>
Newsgroups comp.lang.python
Message-ID <mailman.89.1378385643.5461.python-list@python.org> (permalink)
Lines 9
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1378385643 news.xs4all.nl 15867 [2001:888:2000:d::a6]:36183
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:53702

Show key headers only | View raw


On Thu, Sep 5, 2013 at 10:42 PM, Azureaus <lo0446@my.bristol.ac.uk> wrote:
> I think I'm going to be a regular here :)

Glad to have you around! Interesting and thoughtful questions, as much
as informative answers, are what make this list/group worth being in.
I originally came to ask a question, hung around to answer a few, and
stuck here because there's so much awesome and crazy wit...

ChrisA

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


Thread

Find out where a class is used throughout a program. Azureaus <lo0446@my.bristol.ac.uk> - 2013-09-04 09:32 -0700
  Re: Find out where a class is used throughout a program. dieter <dieter@handshake.de> - 2013-09-04 22:08 +0200
    Re: Find out where a class is used throughout a program. Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2013-09-04 22:40 +0200
  Re: Find out where a class is used throughout a program. Terry Reedy <tjreedy@udel.edu> - 2013-09-04 17:36 -0400
  Re: Find out where a class is used throughout a program. alex23 <wuwei23@gmail.com> - 2013-09-05 10:11 +1000
  Re: Find out where a class is used throughout a program. Roy Smith <roy@panix.com> - 2013-09-04 21:48 -0400
  Re: Find out where a class is used throughout a program. Steven D'Aprano <steve@pearwood.info> - 2013-09-05 02:16 +0000
  Re: Find out where a class is used throughout a program. Dave Angel <davea@davea.name> - 2013-09-05 09:08 +0000
  Re: Find out where a class is used throughout a program. Azureaus <lo0446@my.bristol.ac.uk> - 2013-09-05 05:42 -0700
    Re: Find out where a class is used throughout a program. Chris Angelico <rosuav@gmail.com> - 2013-09-05 22:53 +1000

csiph-web