INNER CODE UNIT · Python
shell_mongoc
mongodb/mongo-c-driver · .evergreen/legacy_config_generator/evergreen_config_lib/__init__.py:20
def shell_mongoc(
script: str,
test: bool = True,
errexit: bool = True,
xtrace: bool = False,
silent: bool = False,
continue_on_err: bool = False,
background: bool = False,
add_expansions_to_env: bool = False,
redirect_standard_error_to_output: bool = False,
include_expansions_in_env: Iterable[str] = (),
):
return shell_exec(
script,
working_dir='mongoc',
test=test,
errexit=errexit,
xtrace=xtrace,