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

Method Obj

bind/types.go:423–425  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

421} //
422
423func (f *Func) Obj() types.Object {
424 return f.obj
425}
426
427func (f *Func) Package() *Package {
428 return f.pkg

Callers 10

genEnumMethod · 0.45
getDocMethod · 0.45
processMethod · 0.45
typePkgMethod · 0.45
addTypeIfNewMethod · 0.45
addTypeMethod · 0.45
newEnumFunction · 0.45
newVarFunction · 0.45
recurseMethod · 0.45
genStructMemberGetterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected