F
Fernando San =?ISO-8859-1?Q?Mart=EDn?= 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 readmodule again.
any idea?, thanks in advance
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 readmodule again.
any idea?, thanks in advance