Esempio 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
Esempio 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
Esempio n. 3
0
    def __init__(self):
        """
        Creates an empty trace collection.
        """

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

        self._tc = nbt._bt_context_create()