Home
last modified time | relevance | path

Searched refs:trim_paths (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-abipy/abipy-0.9.0/abipy/scripts/
H A Dabicomp.py539 robot = _build_robot(options, trim_paths=True)
591 def _build_robot(options, trim_paths=False): argument
621 if trim_paths: robot.trim_paths()
651 robot.trim_paths()
678 robot.trim_paths()
/dports/science/py-abipy/abipy-0.9.0/abipy/abio/
H A Drobots.py93 if not abspath: new.trim_paths(start=top)
109 if not abspath: new.trim_paths(start=os.getcwd())
131 if not abspath: new.trim_paths(start=os.getcwd())
191 if labels is None and not abspath: new.trim_paths(start=None)
431 def trim_paths(self, start=None): member in Robot
/dports/science/py-abipy/abipy-0.9.0/abipy/electrons/tests/
H A Dtest_gw.py241 start = robot.trim_paths(start=None)