find_parent
AnalysisPly.find_parent(type)
Steps up the tree and returns the first parent with given type. If object has no parent of this type, the function returns None.
Steps up the tree and returns the first parent with given type. If object has no parent of this type, the function returns None.