![]() |
Wrapper object for a keyword-argument pair in a call to TfPyInvoke*. More...
Public Member Functions | |
| template<typename T > | |
| TfPyKwArg (const std::string &nameIn, const T &valueIn) | |
Public Attributes | |
| std::string | name |
| TfPyObjWrapper | value |
Wrapper object for a keyword-argument pair in a call to TfPyInvoke*.
Any value type may be provided, as long as it is convertible to Python. Typically passed as an inline temporary object:
Definition at line 86 of file pyInvoke.h.