MCPcopy Index your code
hub / github.com/go-python/gopy / Name

Method Name

bind/package.go:78–80  ·  view source on GitHub ↗

Name returns the package name.

()

Source from the content-addressed store, hash-verified

76
77// Name returns the package name.
78func (p *Package) Name() string {
79 return p.pkg.Name()
80}
81
82// ImportPath returns the package import path.
83func (p *Package) ImportPath() string {

Callers 2

getDocMethod · 0.45
LookupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected