Michael Hudson-Doyle
Michael Hudson-Doyle
Looking at http://twistedmatrix.com/documents/current/api/twisted.protocols.amp.AMP.html I expect to see IBoxSender, IProtocol, IResponderLocator, and IBoxReceiver. Instead I have to click around in the hierarchy to see everything. It'd be great to have one...
It is often useful to document the unique features of an interface implementation eg - incompatibilities - side effects - extra arguments which are not defined in the interface The...
Originally reported as Twisted issue 2621: > There are several cases, some of which get quite tricky. This is not an exhaustive list, but some examples are: def foo(): pass...
Especially if the changes I recommended in https://bugs.launchpad.net/pydoctor/+bug/997295 are made, it should be a lot easier to see the public methods of private base classes, without having to be aware...
This will make things more consistent and allow linking to them. --- Imported from Launchpad using lp2gh. - date created: 2012-03-20T23:19:44Z - owner: mwhudson - the launchpad url was https://bugs.launchpad.net/bugs/960709
As it stands, it's a real pain to get pydoctor to document, e.g., bzr plugins, due to it's strong preconcieved notions about how to go from realpath() to Python package/module...
Way back when I added support for core boot classic installs, we did not have a way to indicate whether the installed model preferred to be installed encrypted or unencrypted....