|
|
| test_trace_events_trivial (self) |
| |
|
| test_trace_events_into_greenlet_func_already_set (self) |
| |
|
| test_trace_events_into_greenlet_subclass_already_set (self) |
| |
|
| test_trace_events_from_greenlet_func_sets_profiler (self) |
| |
|
| test_trace_events_from_greenlet_subclass_sets_profiler (self) |
| |
|
| test_trace_events_multiple_greenlets_switching (self) |
| |
|
| test_trace_events_multiple_greenlets_switching_siblings (self) |
| |
|
|
| _trace_switch (self, glet) |
| |
|
| _check_trace_events_func_already_set (self, glet) |
| |
|
| _check_trace_events_from_greenlet_sets_profiler (self, g, tracer) |
| |
Tests of the interaction of ``sys.settrace()``
with greenlet facilities.
NOTE: Most of this is probably CPython specific.
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/greenlet/tests/test_tracing.py