Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
greenlet.tests.test_tracing.TestPythonTracing Class Reference
Inheritance diagram for greenlet.tests.test_tracing.TestPythonTracing:
Inheritance graph
[legend]
Collaboration diagram for greenlet.tests.test_tracing.TestPythonTracing:
Collaboration graph
[legend]

Public Member Functions

 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)
 

Static Public Attributes

 maxDiff = None
 

Protected Member Functions

 _trace_switch (self, glet)
 
 _check_trace_events_func_already_set (self, glet)
 
 _check_trace_events_from_greenlet_sets_profiler (self, g, tracer)
 

Detailed Description

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: