Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SplootCode/splootcode
/ getBody
Method
getBody
packages/language-python/src/nodes/python_file.ts:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
getBody() {
53
return
this.getChildSet(
'body'
)
54
}
55
56
generateCodeString(): string {
57
return
'print("Hello, World!")\n'
Callers
13
getDictionaryTestFile
Function · 0.95
getHelloWorldPythonFile
Function · 0.95
getHelloWorldPythonFile
Function · 0.95
getBreadcrumbsTestFile
Function · 0.95
generateParseTree
Method · 0.95
recursivelySetLineNumbers
Method · 0.95
recursivelyApplyRuntimeCapture
Method · 0.95
addModuleImport
Method · 0.95
makeHandler
Method · 0.95
dict_multiselect.test.ts
File · 0.45
fragment_insert.test.ts
File · 0.45
edit_actions.test.ts
File · 0.45
Calls
1
getChildSet
Method · 0.45
Tested by
4
getDictionaryTestFile
Function · 0.76
getHelloWorldPythonFile
Function · 0.76
getHelloWorldPythonFile
Function · 0.76
getBreadcrumbsTestFile
Function · 0.76