MCPcopy Create free account

hub / github.com/Kanegraffiti/Parslet / functions

Functions437 in github.com/Kanegraffiti/Parslet

Functiontest_public_imports
()
tests/test_imports.py:4
Functiontest_python_app_decorator_executes_with_parslet
()
tests/test_parsl_adapter_runtime.py:45
Functiontest_rad_simulate
(capsys, tmp_path, monkeypatch)
tests/test_cli_rad.py:5
Functiontest_resolve_workflow_entry_error_message
(tmp_path: Path)
tests/test_workflow_entry.py:24
Functiontest_resolve_workflow_entry_from_decorator
(tmp_path: Path)
tests/test_workflow_entry.py:8
Functiontest_round_trip
(tmp_path: Path)
tests/test_parsl_compat.py:8
Functiontest_round_trip
(tmp_path: Path)
tests/test_dask_compat.py:8
Functiontest_run_help_shows_new_flags
( capsys: pytest.CaptureFixture[str], )
tests/test_cli_help.py:6
Functiontest_runner_defers_and_honours_context
(monkeypatch: pytest.MonkeyPatch)
tests/test_context_oracle.py:28
Functiontest_runner_executes_tasks
()
tests/test_runner.py:9
Functiontest_scan_code
()
tests/test_defcon.py:7
Functiontest_scheduler_low_battery
(monkeypatch)
tests/test_battery_failover.py:5
Functiontest_shell_guard_blocks_and_allows
()
tests/test_security.py:34
Functiontest_tamper_guard_detection
(tmp_path)
tests/test_defcon.py:16
Functiontest_task_caching
(monkeypatch: pytest.MonkeyPatch, tmp_path: Path)
tests/test_cache.py:33
Functiontest_task_retries_then_succeeds
()
tests/test_retries.py:4
Functiontest_top_level_public_api
()
tests/test_api_surface.py:4
Functiontest_toposort_cycle_detection
()
tests/test_ir_helpers.py:30
Functiontest_variant_annotation_present
()
tests/test_variants_selection.py:15
Functiontest_verify_chain
(tmp_path)
tests/test_defcon.py:25
Functionthird
()
tests/test_security.py:26
Functiontrap_exceptions
Defcon 3: attach a handler to freeze the DAG and log errors.
parslet/utils/parslet_defcon.py:47
Methodunchanged
()
parslet/security/defcon.py:59
Methodvisit_Assign
(self, node: ast.Assign)
parslet/compat/parsl_adapter.py:52
Methodvisit_Call
Strip ``.compute()`` calls so Parslet's runner manages execution.
parslet/compat/dask_adapter.py:63
Methodvisit_Call
Emit a warning when ``DataFlowKernel`` is used.
parslet/compat/parsl_adapter.py:42
Methodvisit_FunctionDef
Convert ``@delayed`` (or alias) decorators to ``@parslet_task``.
parslet/compat/dask_adapter.py:55
Methodvisit_FunctionDef
Replace ``@python_app``/``@bash_app`` with ``@parslet_task``.
parslet/compat/parsl_adapter.py:32
Methodvisit_FunctionDef
(self, node: ast.FunctionDef)
parslet/compat/parsl_adapter.py:76
Methodvisit_ImportFrom
Record any aliases of ``dask.delayed``.
parslet/compat/dask_adapter.py:35
Functionwatch
Yield :class:`PowerState` snapshots at a fixed interval. The generator yields the latest :class:`PowerState` and optionally calls ``on_change
parslet/utils/power.py:132
Functionwrapped
(*args, **kw)
parslet/compat/parsl_adapter.py:268
Functionwrapper
(*args, **kwargs)
parslet/utils/parslet_defcon.py:38
Functionwrapper
This wrapper is what's actually called when a @parslet_task- decorated function is invoked. It constructs and returns a
parslet/core/task.py:346
Functionwrapper
(*args: Any, **kwargs: Any)
parslet/core/parsl_bridge.py:174
Functionwrapper
(*args, **kwargs)
tests/test_parsl_bridge.py:27
Functionwrapper
(*args, **kwargs)
tests/test_hybrid.py:22
← previous401–437 of 437, ranked by callers