| 106 | |
| 107 | |
| 108 | static object |
| 109 | ParamValue_value (const ParamValue& self) |
| 110 | { |
| 111 | return ParamValue_getitem (self, 0); |
| 112 | } |
| 113 | |
| 114 | |
| 115 | ParamValue& ParamValueList_getitem(ParamValueList& self, int i) |
nothing calls this directly
no test coverage detected