Version: 9.15.0
pythonpath_reduction Namespace Reference

Functions

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

Variables

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

Function Documentation

◆ copy()

◆ copy_or_link()

def pythonpath_reduction.copy_or_link (   src,
  dst 
)

References copy(), and remove().

Referenced by main().

◆ main()

def pythonpath_reduction.main (   salome_install_dir,
  context_file_name,
  env_file_name,
  ignore = None 
)

References copy(), copy_or_link(), and remove().

◆ remove()

def pythonpath_reduction.remove (   path)

Variable Documentation

◆ action

pythonpath_reduction.action

◆ args

pythonpath_reduction.args = parser.parse_args()

◆ default

◆ dest

pythonpath_reduction.dest

◆ help

pythonpath_reduction.help

◆ IGNORE

list pythonpath_reduction.IGNORE = ['__pycache__', '__init__.py', '.yamm', 'NEWS', 'README']

◆ logger

pythonpath_reduction.logger = logging.getLogger(os.path.basename(__file__))

◆ nargs

pythonpath_reduction.nargs

◆ parser

pythonpath_reduction.parser = argparse.ArgumentParser()