Version: 9.15.0
pythonpath_reduction.py File Reference

Namespaces

 pythonpath_reduction
 

Functions

def pythonpath_reduction.remove (path)
 
def pythonpath_reduction.copy (src, dst)
 
def pythonpath_reduction.copy_or_link (src, dst)
 
def pythonpath_reduction.main (salome_install_dir, context_file_name, env_file_name, ignore=None)
 

Variables

 pythonpath_reduction.logger = logging.getLogger(os.path.basename(__file__))
 
list pythonpath_reduction.IGNORE = ['__pycache__', '__init__.py', '.yamm', 'NEWS', 'README']
 
 pythonpath_reduction.parser = argparse.ArgumentParser()
 
 pythonpath_reduction.action
 
 pythonpath_reduction.help
 
 pythonpath_reduction.default
 
 pythonpath_reduction.nargs
 
 pythonpath_reduction.dest
 
 pythonpath_reduction.args = parser.parse_args()