Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-python/gopy
/ Indent
Method
Indent
bind/printer.go:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
func
(p *printer) Indent() {
70
p.indentText = append(p.indentText, p.indentEach...)
71
}
72
73
func
(p *printer) Outdent() {
74
if
len(p.indentText) > len(p.indentEach)-1 {
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