Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:module': 0.04; 'mvc': 0.07; 'object.': 0.09; 'am,': 0.13; 'received:209.85.214.174': 0.13; 'received:mail- iw0-f174.google.com': 0.13; 'wrote:': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:global': 0.16; 'header:In-Reply-To:1': 0.22; 'etc,': 0.23; 'compiled': 0.23; 'tue,': 0.23; "i'm": 0.27; 'received:209.85.214': 0.28; 'framework': 0.28; 'message-id:@mail.gmail.com': 0.28; 'code,': 0.29; 'module': 0.30; 'least': 0.31; 'source': 0.32; 'rather': 0.33; 'to:addr:python-list': 0.34; 'there': 0.34; 'johnson': 0.35; 'using': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'something': 0.38; 'comments': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=04Rfqr2hoZKq8/p54bFrn4CUxJW+d9u4LwHqunXXhlE=; b=n4LBqXbYGJqVeBF7UTOeIz5QSw9Yn66s9kCW9UmBRwKsRWcybf6uY2nPgJRV1fZx/w ihcq1T+/oKrPxb2RBriZ9Ye8jyUoXMsquaB41BKOoP8mKqvN8dTP5SPp7H+9WDTDdwqX l7PjTIBOuo2Tr8gHIFeT5/N7F5ync7+GAhdGY= MIME-Version: 1.0 In-Reply-To: <20110705000131.GN1971@johnsons-web.com> References: <3dc7e7a8-9a90-499a-b544-bb9969d9ab55@t5g2000yqj.googlegroups.com> <4e124916$0$29970$c3e8da3$5496439d@news.astraweb.com> <4e124db1$0$29973$c3e8da3$5496439d@news.astraweb.com> <20110705000131.GN1971@johnsons-web.com> Date: Tue, 5 Jul 2011 10:08:26 +1000 Subject: Re: Testing if a global is defined in a module From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1309824509 news.xs4all.nl 21854 [2001:888:2000:d::a6]:49680 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:8805 On Tue, Jul 5, 2011 at 10:01 AM, Tim Johnson wrote: > =A0Steven, I'm building a documentation system. I have my own MVC framewo= rk > =A0and the goal is to have a documentation module for each project. > Is there a reason for not using Doxygen / Autodoc / etc, or at least something in the same style? They work from specially-formatted comments in the source code, rather than the compiled module object. ChrisA