Home
last modified time | relevance | path

Searched refs:return_input (Results 1 – 4 of 4) sorted by relevance

/dports/science/py-abipy/abipy-0.9.0/abipy/panels/
H A Dddb.py56 return_input=True)
68 return_input=True)
100 verbose=self.verbose, mpi_procs=self.mpi_procs, return_input=True) as g:
/dports/science/py-abipy/abipy-0.9.0/abipy/dfpt/
H A Dddb.py912 directions=None, anaddb_kwargs=None, return_input=False): argument
944 … directions=directions, anaddb_kwargs=anaddb_kwargs, return_input=return_input)
948 … spell_check=True, directions=None, anaddb_kwargs=None, return_input=False): argument
1014 return ncfile.phbands if not return_input else (ncfile.phbands, inp)
1019 mpi_procs=1, workdir=None, manager=None, return_input=False): argument
1100 if return_input: exit_stack.input = inp
1527 … manager=None, verbose=0, anaddb_kwargs=None, return_input=False): argument
1562 return gen if not return_input else (gen, inp)
/dports/devel/p5-String-Formatter/String-Formatter-0.102084/lib/String/
H A DFormatter.pm163 sub return_input { subroutine
/dports/www/node10/node-v10.24.1/deps/v8/src/parsing/
H A Dparser.cc3822 Statement* return_input = BuildReturnStatement(value, nopos); in BuildIteratorClose() local
3825 condition, return_input, factory()->NewEmptyStatement(nopos), nopos); in BuildIteratorClose()