![]() |
BoB robotics
The Brains on Board robotics library
|
Internal data structure which holds metadata about a keyword argument. More...
#include <attr.h>
Public Member Functions | |
| argument_record (const char *name, const char *descr, handle value, bool convert, bool none) | |
Public Attributes | |
| const char * | name |
| Argument name. | |
| const char * | descr |
| Human-readable version of the argument value. | |
| handle | value |
| Associated Python object. | |
| bool | convert: 1 |
| True if the argument is allowed to convert when loading. | |
| bool | none: 1 |
| True if None is allowed when loading. | |
Internal data structure which holds metadata about a keyword argument.