In reference.rst, it's a bit unclear what PostGeneration and post_generation can and should return... What's more, reading the code it looks like one should be wary of shadowing declaration of BaseDeclaration. Would you mind documenting this? Thanks!
The problem
In
reference.rst
, it's a bit unclear whatPostGeneration
andpost_generation
can and should return... What's more, reading the code it looks like one should be wary of shadowing declaration ofBaseDeclaration
. Would you mind documenting this? Thanks!