Re: pyclbr

2005-02-10 Thread Dennis Benzinger
module "name" is changed and > some class were added or removed i can't see any changes even if i > execute readmodule again. > > any idea?, thanks in advance pyclbr caches modules it has already read. I think there is no method for clearing that cache, so you have to

pyclbr

2005-02-10 Thread Fernando San Martín Woerner
Hi guys! i'm using pycblr to implement a class browser for my app, i got some issues about it: i did: dict = pyclbr.readmodule(name, [dir] + sys.path) but this only works one time, i mean if module "name" is changed and some class were added or removed i can't see any changes even if i execute

Using pyclbr

2004-12-30 Thread Ed Leafe
I've been playing around with pyclbr today, and it does what I need it to do. The only problem is that it seems r-e-e-e-a-a-a-a-l-l-l-l-y-y-y slow! I called pyclbr.readmodule() with a file that was about 2K in size, and which contained only two classes. That call took over 12 secon