Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.
78
func
(p *Package) Name() string {
79
return
p.pkg.Name()
80
}
81
82
// ImportPath returns the package import path.
83
func
(p *Package) ImportPath() string {
Callers
2
getDoc
Method · 0.45
Lookup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected