Generate argument doc string for Python. More...
Macros | |
| #define | PARAM_PY_ARGS_DOC(_field, _seq) BOOST_PP_SEQ_FOR_EACH_I(PARAM_PY_ARGS_DOC_,_field,_seq) |
| Generate argument list string. More... | |
| #define | PARAM_PY_DICT_SET_DOC(_dict, _field, _seq) BOOST_PP_SEQ_FOR_EACH(PARAM_PY_DICT_SET_DOC_,(_dict,_field),_seq) |
| Populate a Python dict with the doc field of the parameter sequence. More... | |
Generate argument doc string for Python.
| #define PARAM_PY_ARGS_DOC | ( | _field, | |
| _seq | |||
| ) | BOOST_PP_SEQ_FOR_EACH_I(PARAM_PY_ARGS_DOC_,_field,_seq) |
Generate argument list string.
_field: specifies the field to use as nameExpand to a single string:
| #define PARAM_PY_DICT_SET_DOC | ( | _dict, | |
| _field, | |||
| _seq | |||
| ) | BOOST_PP_SEQ_FOR_EACH(PARAM_PY_DICT_SET_DOC_,(_dict,_field),_seq) |
Populate a Python dict with the doc field of the parameter sequence.
_dict: the Python dictionary object _field: specifies the field to use as keyRoughly translated to: