Package genlayer.py._internal.reflect#

Warning

This is an internal module

class genlayer.py._internal.reflect.Array[source]#

Constantly sized array that can be persisted on the blockchain

__init__()[source]#

This class can’t be created with Array()

Raises:

TypeError – always

count(value) integer -- return number of occurrences of value#
index(value[, start[, stop]]) integer -- return first index of value.#

Raises ValueError if the value is not present.

Supporting start and stop arguments is optional, but recommended.

class genlayer.py._internal.reflect.SizedArray[source]#
__init__(*args, **kwargs)#