Ejemplo n.º 1
0
    def __init__(self, intersect_mode=False):
        """
        Creates an empty trace collection.
        """

        self._tc = nbt._bt_context_create()
        self._intersect_mode = intersect_mode
Ejemplo n.º 2
0
    def __init__(self, intersect_mode=False):
        """
        Creates an empty trace collection.
        """

        self._tc = nbt._bt_context_create()
        self._intersect_mode = intersect_mode
Ejemplo n.º 3
0
    def __init__(self):
        """
        Creates an empty trace collection.
        """

        self._tc = nbt._bt_context_create()
Ejemplo n.º 4
0
    def __init__(self):
        """
        Creates an empty trace collection.
        """

        self._tc = nbt._bt_context_create()