On 8/1/07, james_027 <[EMAIL PROTECTED]> wrote:
> Hi,
>
> On Aug 1, 5:18 pm, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote:
> > On Wed, 01 Aug 2007 09:06:42 +, james_027 wrote:
> > > for example I have this method
> >
> > > def my_method():
> > > # do something
> >
> > > # how do I
Hi all!
Thanks for all your idea, this community is truly a great one!
james
--
http://mail.python.org/mailman/listinfo/python-list
Cousin Stanley a écrit :
def my_method():
# do something
>>>
# how do I get the name of this method
# which is my_method here?
>>>
>>>Why do you need this? There are ways but those
>>>are not really good for production code.
>>>
>>
>>I am going to use this in Dja
>> > def my_method():
>> >
>> > # do something
>>
>> > # how do I get the name of this method
>> > # which is my_method here?
>>
>> Why do you need this? There are ways but those
>> are not really good for production code.
>>
>
> I am going to use this in Django. I am trying to impl
james_027 a écrit :
> Hi,
>
> On Aug 1, 5:18 pm, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote:
>> On Wed, 01 Aug 2007 09:06:42 +, james_027 wrote:
>>> for example I have this method
>>> def my_method():
>>> # do something
>>> # how do I get the name of this method which is my_met
On Aug 1, 8:07 am, james_027 <[EMAIL PROTECTED]> wrote:
> Hi,
>
> On Aug 1, 5:18 pm, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote:
>
> > On Wed, 01 Aug 2007 09:06:42 +, james_027 wrote:
> > > for example I have this method
>
> > > def my_method():
> > > # do something
>
> > > # ho
james_027 wrote:
> Hi,
>
> On Aug 1, 5:18 pm, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote:
>> On Wed, 01 Aug 2007 09:06:42 +, james_027 wrote:
>>> for example I have this method
>>> def my_method():
>>> # do something
>>> # how do I get the name of this method which is my_method
Hi,
On Aug 1, 5:18 pm, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote:
> On Wed, 01 Aug 2007 09:06:42 +, james_027 wrote:
> > for example I have this method
>
> > def my_method():
> > # do something
>
> > # how do I get the name of this method which is my_method here?
>
> Why do yo
Marc 'BlackJack' Rintsch wrote:
> On Wed, 01 Aug 2007 07:01:42 -0400, Steve Holden wrote:
>
>> Marc 'BlackJack' Rintsch wrote:
>>> On Wed, 01 Aug 2007 09:06:42 +, james_027 wrote:
>>>
for example I have this method
def my_method():
# do something
# how do
On Wed, 01 Aug 2007 07:01:42 -0400, Steve Holden wrote:
> Marc 'BlackJack' Rintsch wrote:
>> On Wed, 01 Aug 2007 09:06:42 +, james_027 wrote:
>>
>>> for example I have this method
>>>
>>> def my_method():
>>> # do something
>>>
>>> # how do I get the name of this method which is my_me
Marc 'BlackJack' Rintsch wrote:
> On Wed, 01 Aug 2007 09:06:42 +, james_027 wrote:
>
>> for example I have this method
>>
>> def my_method():
>> # do something
>>
>> # how do I get the name of this method which is my_method here?
>
> Why do you need this? There are ways but those are
On Wed, 01 Aug 2007 09:06:42 +, james_027 wrote:
> for example I have this method
>
> def my_method():
> # do something
>
> # how do I get the name of this method which is my_method here?
Why do you need this? There are ways but those are not really good for
production code.
Ciao,
Hi,
for example I have this method
def my_method():
# do something
# how do I get the name of this method which is my_method here?
Thanks,
james
--
http://mail.python.org/mailman/listinfo/python-list
13 matches
Mail list logo