30 Jun
2005
30 Jun
'05
12:04 p.m.
Andreas Jung wrote:
--On 30. Juni 2005 13:48:19 +0200 gabor <gabor@nekomancer.net> wrote:
hi,
while working with zope, i many times have the following problem:
i find a method that i can use, and the documentation (for example) says: "returns the current user".
ok, but what kind of object is it? what methods does it have?
lib/python/AccessControl/User.py is your friend.
thanks for your help, but .. it is not about this specific issue (about the current user).. generally.. if i have a reference to an object. how do i find out what his methods are? gabor