Hi. I just added new feature to Py++ - treatment to previously
generated file, that not in use
anymore.
module_builder_t.split_module function interface was changed:
def split_module(self, dir_name, huge_classes=None,
on_unused_file_found=os.remove):
...
return list of written files
By default the method will delete all unused files. It also will print
to the logger every file name
it deletes. The return value of the method is a list of all written files.
Comments, bug and suggestions are welcome.
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
|