MCPcopy Create free account
hub / github.com/LanceLRQ/deer-executor / NewPy3CompileProvider

Function NewPy3CompileProvider

common/provider/python.go:71–79  ·  view source on GitHub ↗

NewPy3CompileProvider 创建一个python3语言编译提供程序

()

Source from the content-addressed store, hash-verified

69
70// NewPy3CompileProvider 创建一个python3语言编译提供程序
71func NewPy3CompileProvider() *Py3CompileProvider {
72 return &Py3CompileProvider{
73 CodeCompileProvider{
74 isReady: false,
75 realTime: true,
76 Name: "python3",
77 },
78 }
79}
80
81// Init 初始化
82func (prov *Py3CompileProvider) Init(code string, workDir string) error {

Callers 1

matchCodeLanguageFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected