[Paraview] python and ctags/etags
David Fuentes
fuentesdt at gmail.com
Thu Oct 16 19:08:35 EDT 2008
what is the proper/best way to find the source code for methods in defined
in python modules?
for example
dir(servermanager.sources)
gives a method
AVSucdReader
However,
a ctags database has no entry for "AVSucdReader" ?
Furthermore,
Are there any design patterns implemented that indicate whether
a function being called in python is a C++ function -OR- another
python function?
thank you,
David Fuentes
More information about the ParaView
mailing list