Panpipe.AST.Node.child_type
You're seeing just the function
child_type
, go back to Panpipe.AST.Node module for more information.
Returns the type of child expected for the given AST node
.
This function returns either :block
or :inline
.