6 Feb 11:54
Signature introspection from docstring
Stefan Ulbrich <stevie157 <at> gmx.net>
2012-02-06 10:54:04 GMT
2012-02-06 10:54:04 GMT
Hello List, I want to expose a Python module via XML-RPC to a C++ program and want my server to provide function signatures with type information. The signature should be automatically generated and all methods in the module are extensively documented with ":param:" and ":type:". For now, I use regular expressions to extract the description but I wonder if I can also use the docutils. Can anybody give me a hint at which part of docutils to look if this is possible? Best, Stefan ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2
RSS Feed