| 229 | } |
| 230 | |
| 231 | std::shared_ptr<FrameObject> |
| 232 | PyThread::FirstFrame() const |
| 233 | { |
| 234 | return d_first_frame; |
| 235 | } |
| 236 | |
| 237 | std::shared_ptr<PyThread> |
| 238 | PyThread::NextThread() const |
nothing calls this directly
no outgoing calls
no test coverage detected