MCPcopy 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
557func (v *Var) Name() string {
558 return v.name
559}
560
561func newVar(p *Package, typ types.Type, objname, name, doc string) (*Var, error) {
562 sym := p.syms.symtype(typ)

Callers 15

DirsFunction · 0.45
gopyRunCmdGenFunction · 0.45
gopyRunCmdBuildFunction · 0.45
parsePackageFunction · 0.45
testPkgBackendFunction · 0.45
genMapMethod · 0.45
genExtClassMethod · 0.45
genVarGetterMethod · 0.45
genVarSetterMethod · 0.45
genEnumMethod · 0.45
pkgnameMethod · 0.45
cgotypenameMethod · 0.45

Calls

no outgoing calls

Tested by 1

testPkgBackendFunction · 0.36