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() | |
| def pythonpath_reduction.copy | ( | src, | |
| dst | |||
| ) |
References remove().
Referenced by runConsole._prompt(), Copy2CorbaSpace< false, DataManipulator >.apply(), Copy2UserSpace< false, DataManipulator >.apply(), CalciumCouplingPolicy::BoundedDataIdProcessor< DataManipulator, typename boost::enable_if< boost::is_float< typename DataManipulator::InnerType > >::type >.apply(), copy_or_link(), SALOMESDS::DataScopeServerBase.deleteVar(), CalciumInterface.ecp_lecture(), SeqByteReceiver.fetchByChunks(), GenericPort< DataManipulator, COUPLING_POLICY >.get(), SALOMESDS::PickelizedPyObjServer.GetPyObjFromPickled(), main(), main(), SALOMESDS::DataScopeServerBase.retrieveVarInternal3(), SALOMESDS::DataScopeServerBase.retrieveVarInternal4(), and SALOMEDSImpl_Tool.splitStringWithEmpty().
| def pythonpath_reduction.copy_or_link | ( | src, | |
| dst | |||
| ) |
| def pythonpath_reduction.main | ( | salome_install_dir, | |
| context_file_name, | |||
| env_file_name, | |||
ignore = None |
|||
| ) |
References copy(), copy_or_link(), and remove().
| def pythonpath_reduction.remove | ( | path | ) |
Referenced by copy(), copy_or_link(), main(), and SALOME_ContainerPy.SALOME_ContainerPy_Gen_i.remove_impl().
| pythonpath_reduction.action |
| pythonpath_reduction.args = parser.parse_args() |
| pythonpath_reduction.default |
| pythonpath_reduction.dest |
| pythonpath_reduction.help |
| list pythonpath_reduction.IGNORE = ['__pycache__', '__init__.py', '.yamm', 'NEWS', 'README'] |
| pythonpath_reduction.logger = logging.getLogger(os.path.basename(__file__)) |
| pythonpath_reduction.nargs |
| pythonpath_reduction.parser = argparse.ArgumentParser() |