Documentation
¶
Index ¶
Constants ¶
View Source
const ( Callable inputMode = iota // Callable acts like a Python function. Iterable // Iterable acts like a Python iterable or generator. List // A Python List. Tuple // A Python Tuple. Object // A single Python Object. )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.