Exemple #1
0
    def __init__(self, intersect_mode=False):
        """
        Creates an empty trace collection.
        """

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

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

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

        self._tc = nbt._bt_context_create()