what does the object keyword in “class myClass(object)” do when creating a class?

前端 未结 0 1457
天涯浪人
天涯浪人 2021-01-31 13:29

I was reading this article: https://www.askpython.com/python/examples/trie-data-structure and it uses a class definition like this:

class Trie(object):

def __ini         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题