generating method names 'dynamically'
- From: Daniel Nogradi <nogradi@xxxxxxxxx>
- Date: Fri, 27 Jan 2006 00:39:54 +0100
Is it possible to have method names of a class generated somehow dynamically?
More precisely, at the time of writing a program that contains a class
definition I don't know what the names of its callable methods should
be. I have entries stored in a database that are changing from time to
time and I always want to be able to call (from another program) those
method names which are at the moment present in the database.
.
- Follow-Ups:
- Re: generating method names 'dynamically'
- From: bruno at modulix
- Re: generating method names 'dynamically'
- From: Murali
- Re: generating method names 'dynamically'
- From: Farshid Lashkari
- Re: generating method names 'dynamically'
- Prev by Date: Re: beta.python.org content
- Next by Date: Python String Substitution
- Previous by thread: ODBC
- Next by thread: Re: generating method names 'dynamically'
- Index(es):
Relevant Pages
|