Class Builtin.automap_marker
- Description
This is an internal class used by __automap__().
It may show up during module dumping or in backtraces and the like.
It should in normal circumstances never be used directly.
- See also
- Method create
Builtin.automap_marker Builtin.automap_marker(array arr, int depth)
- Parameter arr
Array that __automap__() is to loop over.
- Parameter depth
Recursion depth of arr where the loop will be.