If you did some scripting in Houdini, then chances are that you have found toolutils module quite handy. But searching in Houdini online help is not very helpful, you will not find much information ...
from hou import* node: SopNode = hou.pwd() geo: Geometry = node.geometry() Houdini の Python で、上みたいに node: SopNode や geo: Geometry と型アノテーションを書いておくと、VS Code などのエディタが「これは hou.SopNode / hou.Geometry ...