listnode
Description
Type Tags
node
Object Value
Objects of type listnode have no value, and it is an error to try to get or set this value.
listnode.new()
Description
Prototype
listnode.new (
listnode ,
type(list) me )
parent
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | listnode | |
| parent | None | type(list) |
Properties
| Property | Type | Description |
|---|---|---|
| getnext | function | |
| key | type(*) | |
| next | type(node) | |
| parent | type(list) | |
| type | type |
Methods
getnext()
Description
Prototype
listnodevar.getnext (
listnode )
me
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | listnode |


