class documentation

class NodeList(list): (source)

View In Hierarchy

Undocumented

Method get_nodes_by_type Return a list of all nodes of the given type
Method render Undocumented
Class Variable contains_nontext Undocumented
def get_nodes_by_type(self, nodetype): (source)

Return a list of all nodes of the given type

def render(self, context): (source)

Undocumented

contains_nontext: bool = (source)

Undocumented