Optional Tagged Address Range¶
-
class
blocksci.
TaggedAddressOptionalRange
¶ -
address
¶ For each item: Return the address object which has been tagged
Type: blocksci.AddressOptionalRange
-
all
¶ Returns a list of all of the objects in the range
-
has_value
¶ Return a array of bools denoting whether a item in the sequence has a value or is none
Type: numpy.ndarray[bool]
-
tag
¶ For each item: Return the tag associated with the contained address
Type: ranges::v3::any_view
-
with_default_value
(default_value: blocksci.cluster.TaggedAddress) → blocksci.TaggedAddressRange¶ Replace all none values in the sequence with the provided default value and return the resulting sequence
Type: TaggedAddressRange
-
with_value
¶ Returns a sequence containing only non-None items in the sequence
Type: TaggedAddressRange
-