MCPcopy Create free account
hub / github.com/goplus/py / CheckExact

Method CheckExact

module.go:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66func (mod *Module) CheckExact() bool {
67 return C.moduleCheckE(mod.c()) != 0
68}
69
70// Return value: Borrowed reference.
71func (mod *Module) Dict() *Dict {

Callers

nothing calls this directly

Calls 1

cMethod · 0.80

Tested by

no test coverage detected