BoB robotics
The Brains on Board robotics library
pybind11::detail::argument_record Struct Reference

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.
 

Detailed Description

Internal data structure which holds metadata about a keyword argument.


The documentation for this struct was generated from the following file: