Message1309

Author cgroves
Recipients
Date 2006-11-28.05:16:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
the descriptors created in typeSetup by the templating system don't allow docstrings to be associated with them.  This causes descrdoc in test_descr.py to fail.  Correcting this would require something like

* adding to the method parsing in the templating system to extract doc strings
* passing the docstring to the descriptor constructor in the generated code
* overriding getDoc in PyDescriptor and returning the value passed into the constructor
History
Date User Action Args
2008-02-20 17:17:36adminlinkissue1604250 messages
2008-02-20 17:17:36admincreate