Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.040 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'defaults': 0.07; 'satisfy': 0.09; 'suggest': 0.14; 'received:172.18.0': 0.16; 'subject:type': 0.16; 'thanks,': 0.17; 'to:name:python- list@python.org': 0.22; 'header:Received:8': 0.24; 'class': 0.32; 'method': 0.36; 'charset:us-ascii': 0.36; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'received:unknown': 0.61; 'dict,': 0.84 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=LEYBnznbHq3FhzR9LVFp1uvv3/Dy5AS/nulXTUPc3gs= c=1 sm=1 a=7PYXob_7ZXMA:10 a=P90J6pEA2ccA:10 a=BLceEmwcHowA:10 a=kj9zAlcOel0A:10 a=xqWC_Br6kY4A:10 a=oNw28mxuUhXRB3mVwYQ4Ag==:17 a=TnXkt_c2zpcz3m2GHDUA:9 a=CjuIK1q_8ugA:10 a=MHLqrYp1ujsA:10 a=YeW9aknCkt4A:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=activenetwerx.com; s=default; t=1393539692; bh=WHHTFWpSZ6a4SKMXpEhwVSKD7cHgULFBY6DpU26J4os=; h=From:To:Subject:Date; b=GI1BmaR6C0eqjZUPAiFYPhawfCsJs1TIUMBGobKEfSE/zSwAuBzgpCz5jGDYIdiYv mFvdX44JxNfkil9U0fTDgLWBVcN2Z0XRKEHBIopCI6HZ/gTGTw4RsAJrVqDpZyOV7B PFX/t/2dIBeCNwnvVZassIcjQ5WmrA9VPimKW4gE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=activenetwerx.com; s=default; t=1393539692; bh=WHHTFWpSZ6a4SKMXpEhwVSKD7cHgULFBY6DpU26J4os=; h=From:To:Subject:Date; b=GI1BmaR6C0eqjZUPAiFYPhawfCsJs1TIUMBGobKEfSE/zSwAuBzgpCz5jGDYIdiYv mFvdX44JxNfkil9U0fTDgLWBVcN2Z0XRKEHBIopCI6HZ/gTGTw4RsAJrVqDpZyOV7B PFX/t/2dIBeCNwnvVZassIcjQ5WmrA9VPimKW4gE= X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.activenetwerx.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=ham version=3.3.1 From: "Joseph L. Casale" To: "python-list@python.org" Subject: Descriptor type hinting Thread-Topic: Descriptor type hinting Thread-Index: AQHPNApDcPZj8cRJwkCd+Oiv3tCTSQ== Date: Thu, 27 Feb 2014 22:21:31 +0000 Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.18.0.4] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1393539762 news.xs4all.nl 2844 [2001:888:2000:d::a6]:43644 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:67173 How does one satisfy a lint/type checker with the return value of a class m= ethod decorated=0A= with a descriptor? It returns a dict, and I want the type hinting to sugges= t this versus the=0A= str|unknown its defaults to.=0A= =0A= Thanks,=0A= jlc=