Re: [Epydoc-devel] abstract functions
Brought to you by:
edloper
From: Daniele V. <dan...@gm...> - 2007-01-09 10:41:18
|
> > How would you call such tag? "notimplemented"? > > Maybe `abstract' or what you suggest. Maybe `unimplemented'. abstract could be confused with "an article abstract" and probably would conflict with the matching reST tag. [...] > > I'd also try to parse for methods only composed by a "raise > > NotImplementedError" statement and automatically set them as > > "notimplemented". > > Then also watch for methods with only > > raise NotImplementedError (any-expression-here) > > or > > raise NotImplementedError, any-string Nice: the exception argument would be used as field description. |