MCPcopy Create free account
hub / github.com/SamuraiT/mecab-python3 / end

Method end

src/MeCab/MeCab_wrap.cpp:992–992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

990 PyThreadState *save;
991 public:
992 void end() { if (status) { PyEval_RestoreThread(save); status = false; }}
993 SWIG_Python_Thread_Allow() : status(true), save(PyEval_SaveThread()) {}
994 ~SWIG_Python_Thread_Allow() { end(); }
995 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected