How to use __getattr__ to the current module, for automatically addattributes of the real-time

S

sergeiiv65

Want to work so:

import sys
class Foo(object):
def __getattr__(self, t):
print 'use __getattr__ - ', t
return type(t, (object,), {})
def funct1(self): pass
def funct2(self): pass

sys.modules[__name__] = Foo()
ttt('yy')

name 'ttt' is not defined.
__getattr__ not work (((.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top