IntervalMetadata.
add
(bounds, fuzzy=None, metadata=None)[source]¶Create and add an Interval
to this IntervalMetadata
.
State: Experimental as of 0.5.1.
This method creates an Interval
object and inserts it into
the IntervalMetadata
object.
Parameters: | bounds : iterable of tuple of ints
fuzzy : iterable of tuple of bool, optional
metadata : dict, optional
|
---|---|
Returns: | Interval
|
See also