Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-python/gopy
/ Name
Method
Name
bind/types.go:557–559 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
555
}
556
557
func
(v *Var) Name() string {
558
return
v.name
559
}
560
561
func
newVar(p *Package, typ types.Type, objname, name, doc string) (*Var, error) {
562
sym := p.syms.symtype(typ)
Callers
15
Dirs
Function · 0.45
gopyRunCmdGen
Function · 0.45
gopyRunCmdBuild
Function · 0.45
parsePackage
Function · 0.45
testPkgBackend
Function · 0.45
genMap
Method · 0.45
genExtClass
Method · 0.45
genVarGetter
Method · 0.45
genVarSetter
Method · 0.45
genEnum
Method · 0.45
pkgname
Method · 0.45
cgotypename
Method · 0.45
Calls
no outgoing calls
Tested by
1
testPkgBackend
Function · 0.36