1 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
2 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
12 def _wrapper(self, *args, **kwargs):
13 setattr(self, "__%s" % meth.__name__, meth)
15 'object.__%s(object, *args, **kwargs)' % (meth.__name__, ), globals(), locals(),
16 'profile.%d' % os.getpid())
18 functools.update_wrapper(_wrapper, meth)