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

Method fullTypeString

bind/symbols.go:466–468  ·  view source on GitHub ↗

fullTypeString returns the fully-qualified type string with entire package import path

(t types.Type)

Source from the content-addressed store, hash-verified

464
465// fullTypeString returns the fully-qualified type string with entire package import path
466func (sym *symtab) fullTypeString(t types.Type) string {
467 return types.TypeString(t, nil)
468}
469
470func (sym *symtab) symtype(t types.Type) *symbol {
471 tname := sym.fullTypeString(t)

Callers 12

typeofMethod · 0.95
symtypeMethod · 0.95
addTypeIfNewMethod · 0.95
addTypeMethod · 0.95
addArrayTypeMethod · 0.95
addMapTypeMethod · 0.95
addSliceTypeMethod · 0.95
addStructTypeMethod · 0.95
addSignatureTypeMethod · 0.95
addPointerTypeMethod · 0.95
addInterfaceTypeMethod · 0.95
genMapInitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected