[Pythonmac-SIG] list of fonts

Bob Ippolito bob at redivi.com
Sun Jul 18 23:25:30 CEST 2004


On Jul 18, 2004, at 4:33 PM, Jack Jansen wrote:

>
> On 18 Jul 2004, at 01:53, Bob Ippolito wrote:
>>> BTW: does anyone know *why* the classes don't get listed by help()?
>>
>> Probably because there aren't any classes in _Fm ;)
>
> Hehe:-)
>
> I should have said "I tried this for Carbon.Win, but to my surprise 
> the classes there weren't listed. Anyone happen to know how help() 
> finds the classes/types in extension modules, because apparently bgen 
> isn't setting things up so that help() can find the classes".

help(...) ignores class references from other modules (which makes 
sense in the general case), so it skips '_Win.Window'.

help(_Win) works perfectly well, of course.

-bob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3589 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythonmac-sig/attachments/20040718/abbe89ed/smime.bin


More information about the Pythonmac-SIG mailing list