id

Classes

HID

Constructors

Methods

GetChild

GetChild() -> HID



GetDepth

GetDepth() -> int



GetLeaf

GetLeaf() -> HID



GetNumber

GetNumber() -> int



HasChild

HasChild() -> bool



RemoveUndermostChild

RemoveUndermostChild() -> HID



ToString

ToString() -> str



HIDSet

iterable has_length
A mutable set.

Constructors

  • id.html#HIDSet" class="pythontype">HIDSet()

Methods

add

add( (HID)element) -> None


Add element.

difference

difference( (id.html#HIDSet" class="pythontype">HIDSet)other) -> id.html#HIDSet" class="pythontype">HIDSet


Return elements of this set that are not in other.

intersection

intersection( (id.html#HIDSet" class="pythontype">HIDSet)other) -> id.html#HIDSet" class="pythontype">HIDSet


Return the intersection of this set and other.

remove

remove( (HID)element) -> None


Remove element.

symmetric_difference

symmetric_difference( (id.html#HIDSet" class="pythontype">HIDSet)other) -> id.html#HIDSet" class="pythontype">HIDSet


Return elements that are either in this set or in other but not in both.

union

union( (id.html#HIDSet" class="pythontype">HIDSet)other) -> id.html#HIDSet" class="pythontype">HIDSet


Return the union of this set and other.

Id

Inherits from: Tag

Inherited by

Actor

Constructors

Properties

Tag

Inherited by

Id

Constructors

  • id.html#Tag" class="pythontype">Tag()

Properties

UUID

Constructors