Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ PythonGenerator
Method
PythonGenerator
src/plugins/python/python/pythongenerator.cpp:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
};
18
19
PythonGenerator::PythonGenerator()
20
: d(new PythonGeneratorPrivate())
21
{
22
d->pythonDebug.reset(new PythonDebug());
23
}
24
25
PythonGenerator::~PythonGenerator()
26
{
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected