ListNode

class stdatamodels.properties.ListNode(attr, instance, schema, ctx, parent)

Bases: Node

A list-like object that supports validation against a schema.

Methods Summary

append(item)

count(item)

extend(other)

index(item)

insert(i, item)

item(**kwargs)

pop([i])

remove(item)

reverse()

sort(*args, **kwargs)

Methods Documentation

append(item)
count(item)
extend(other)
index(item)
insert(i, item)
item(**kwargs)
pop(i=-1)
remove(item)
reverse()
sort(*args, **kwargs)