¡@

Home 

python Programming Glossary: srcref

Does a line profiler for code require a parse tree and is that sufficient?

http://stackoverflow.com/questions/7309890/does-a-line-profiler-for-code-require-a-parse-tree-and-is-that-sufficient

loaded from a file typically also has an attribute srcref that lists the source for each line actually each statement.. Then in R source example.R dput attr body theFunction srcref Which prints this line column information list structure c 2L.. c 2L 1L 2L 1L 1L 1L 2L 2L srcfile environment class srcref structure c 3L 2L 3L 7L 9L 14L 3L 3L srcfile environment class..