MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / ~PyReleaseLock

Method ~PyReleaseLock

src/python/PyImath/PyImathUtil.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64PyReleaseLock::~PyReleaseLock()
65{
66 if (_save != 0)
67 PyEval_RestoreThread(_save);
68}
69
70} // namespace PyImath

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected