Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kanegraffiti/Parslet
/ functions
Functions
437 in github.com/Kanegraffiti/Parslet
⨍
Functions
437
◇
Types & classes
46
Function
test_public_imports
()
tests/test_imports.py:4
Function
test_python_app_decorator_executes_with_parslet
()
tests/test_parsl_adapter_runtime.py:45
Function
test_rad_simulate
(capsys, tmp_path, monkeypatch)
tests/test_cli_rad.py:5
Function
test_resolve_workflow_entry_error_message
(tmp_path: Path)
tests/test_workflow_entry.py:24
Function
test_resolve_workflow_entry_from_decorator
(tmp_path: Path)
tests/test_workflow_entry.py:8
Function
test_round_trip
(tmp_path: Path)
tests/test_parsl_compat.py:8
Function
test_round_trip
(tmp_path: Path)
tests/test_dask_compat.py:8
Function
test_run_help_shows_new_flags
( capsys: pytest.CaptureFixture[str], )
tests/test_cli_help.py:6
Function
test_runner_defers_and_honours_context
(monkeypatch: pytest.MonkeyPatch)
tests/test_context_oracle.py:28
Function
test_runner_executes_tasks
()
tests/test_runner.py:9
Function
test_scan_code
()
tests/test_defcon.py:7
Function
test_scheduler_low_battery
(monkeypatch)
tests/test_battery_failover.py:5
Function
test_shell_guard_blocks_and_allows
()
tests/test_security.py:34
Function
test_tamper_guard_detection
(tmp_path)
tests/test_defcon.py:16
Function
test_task_caching
(monkeypatch: pytest.MonkeyPatch, tmp_path: Path)
tests/test_cache.py:33
Function
test_task_retries_then_succeeds
()
tests/test_retries.py:4
Function
test_top_level_public_api
()
tests/test_api_surface.py:4
Function
test_toposort_cycle_detection
()
tests/test_ir_helpers.py:30
Function
test_variant_annotation_present
()
tests/test_variants_selection.py:15
Function
test_verify_chain
(tmp_path)
tests/test_defcon.py:25
Function
third
()
tests/test_security.py:26
Function
trap_exceptions
Defcon 3: attach a handler to freeze the DAG and log errors.
parslet/utils/parslet_defcon.py:47
Method
unchanged
()
parslet/security/defcon.py:59
Method
visit_Assign
(self, node: ast.Assign)
parslet/compat/parsl_adapter.py:52
Method
visit_Call
Strip ``.compute()`` calls so Parslet's runner manages execution.
parslet/compat/dask_adapter.py:63
Method
visit_Call
Emit a warning when ``DataFlowKernel`` is used.
parslet/compat/parsl_adapter.py:42
Method
visit_FunctionDef
Convert ``@delayed`` (or alias) decorators to ``@parslet_task``.
parslet/compat/dask_adapter.py:55
Method
visit_FunctionDef
Replace ``@python_app``/``@bash_app`` with ``@parslet_task``.
parslet/compat/parsl_adapter.py:32
Method
visit_FunctionDef
(self, node: ast.FunctionDef)
parslet/compat/parsl_adapter.py:76
Method
visit_ImportFrom
Record any aliases of ``dask.delayed``.
parslet/compat/dask_adapter.py:35
Function
watch
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
Function
wrapped
(*args, **kw)
parslet/compat/parsl_adapter.py:268
Function
wrapper
(*args, **kwargs)
parslet/utils/parslet_defcon.py:38
Function
wrapper
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
Function
wrapper
(*args: Any, **kwargs: Any)
parslet/core/parsl_bridge.py:174
Function
wrapper
(*args, **kwargs)
tests/test_parsl_bridge.py:27
Function
wrapper
(*args, **kwargs)
tests/test_hybrid.py:22
← previous
401–437 of 437, ranked by callers