Cast base class to derived class python (or more pythonic way of extending classes)
I need to extend the Networkx python package and add a few methods to the Graph class for my particular need
I need to extend the Networkx python package and add a few methods to the Graph class for my particular need