From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <018401c1ac0b$df31b8c0$6501a8c0@fwoom> From: "Matt H" To: <9fans@cse.psu.edu> References: <50b59f5636d86f429e34fa95be148715@plan9.bell-labs.com> Subject: Re: Fwd: Re: [9fans] samuel (fwd) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Sat, 2 Feb 2002 17:05:51 +0000 Topicbox-Message-UUID: 5dc78ac8-eaca-11e9-9e20-41e7f4b1d025 > If you don't mind typing small regular expressions > like '^that' and your source code conforms to the > ``function names in definitions start at the beginning > of the line'' convention, then you can usually get > by without cscope. aha despite this useful convention Boyd wants his to understand Python code not C where such things are not so easily grepped for unless you count grep ^(\t| )?def +that as small :) There's also the added bonus that includes in python come in two styles AND don't include the filename extension from filename import function import filename I did hanker myself after a python class/function browser but was too busy writing the code to start writing the meta code! M