コード例 #1
0
ファイル: rangetree.py プロジェクト: GaryLai91/mit-ocw-6006
 def __init__(self, node_class=RangeNode):
     AVL.__init__(self, node_class)
コード例 #2
0
    def __init__(self, wait_time=300000, simple=False):
        """Creates a new Airport instance and sets its basic attributes."""
        AVL.__init__(self)

        self.wait_time = wait_time
        self.simple = simple