Exceptionbeniget.beniget._StopTraversal - Undocumentedgast.NodeVisitorbeniget.__main__.Beniget - Undocumentedbeniget.Ancestors - Build the ancestor tree, that associates a node to the list of node visited from the root node (the Module) to the current node.beniget.beniget._CollectFutureImports - Undocumentedbeniget.beniget.CollectLocals - Undocumentedbeniget.DefUseChains - locals: Dict[node, List[Def]], a mapping between a node and the list of variable defined in this node,objectbeniget.Def - Model a definition, either named or unnamed, and its users.beniget.UseDefChains - DefUseChains adaptor that builds a mapping between each user and the Def that defines this user:typing.MutableSetbeniget.ordered_set.ordered_set - A set that preserves insertion order by internally using a dict.