Internal data structure which holds metadata about a keyword argument.
More...
#include <attr.h>
Internal data structure which holds metadata about a keyword argument.
Definition at line 178 of file attr.h.
◆ argument_record()
argument_record::argument_record |
( |
const char * |
name, |
|
|
const char * |
descr, |
|
|
handle |
value, |
|
|
bool |
convert, |
|
|
bool |
none |
|
) |
| |
|
inline |
◆ convert
bool argument_record::convert |
True if the argument is allowed to convert when loading.
Definition at line 182 of file attr.h.
◆ descr
const char* argument_record::descr |
Human-readable version of the argument value.
Definition at line 180 of file attr.h.
◆ name
const char* argument_record::name |
Argument name.
Definition at line 179 of file attr.h.
◆ none
bool argument_record::none |
True if None is allowed when loading.
Definition at line 183 of file attr.h.
◆ value
Associated Python object.
Definition at line 181 of file attr.h.
The documentation for this struct was generated from the following file: