Record the source location of DECLARE_COMPONENT in Python configurables
This MR adds to the Python configurable classes an extra class data member (__declaration_location__
) containing the source file name and line of the invocation of DECLARE_COMPONENT
for that plugin in the form of <base file name>:<line number>
.
Closes #203 (closed)
Edited by Marco Clemencic