Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-python/gopy
/ Outdent
Method
Outdent
bind/printer.go:73–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
func
(p *printer) Outdent() {
74
if
len(p.indentText) > len(p.indentEach)-1 {
75
p.indentText = p.indentText[len(p.indentEach):]
76
}
77
}
Callers
15
TestPrinter
Function · 0.95
genMap
Method · 0.80
genMapInit
Method · 0.80
genTypeHandlePtr
Method · 0.80
genTypeHandleImplPtr
Method · 0.80
genTypeHandle
Method · 0.80
genExtClass
Method · 0.80
genVarGetter
Method · 0.80
genVarSetter
Method · 0.80
genEnum
Method · 0.80
genFuncBody
Method · 0.80
genSlice
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestPrinter
Function · 0.76