output / print | class type | |
---|---|---|
list | ['mycsvfile.csv', . . . . ] | <class 'list'> |
dictionary | Unknown macro: {'key1'} | <class 'dict'> |
General
Content
Integrations
output / print | class type | |
---|---|---|
list | ['mycsvfile.csv', . . . . ] | <class 'list'> |
dictionary | Unknown macro: {'key1'} | <class 'dict'> |