[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Recognizing Methods vs. Functions
- From: "John Paquin" <jpaquin@...>
- Date: Mon, 15 Dec 2003 15:52:30 -0500
>> But you have to know what arguments a
>> function takes in order to call it anyway
yeah, but...
I'm trying to look at the functions in a table and "sort" them into two
groups. One that takes the self argument, and one that doesn't (assume that
I have a valid reason for doing this). I need to make the distinction, and
I'd like to be able to do it automatically instead of using some hack naming
convention to tell the difference.
Thanks