Rajarshi Guha wrote:
> (where v will fail) I always get <__main__.Graph instance at 0xXXXXXX>
> Is there any way to make the constructor return a None object?
def noner():
return
print noner()
>>> None
regards Max M
The reason I don't reach any higher is that I stand on the shoulders of
little people.