本文整理汇总了Python中djinni.pycffi_marshal.CPyObject.fromPyOpt方法的典型用法代码示例。如果您正苦于以下问题:Python CPyObject.fromPyOpt方法的具体用法?Python CPyObject.fromPyOpt怎么用?Python CPyObject.fromPyOpt使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类djinni.pycffi_marshal.CPyObject
的用法示例。
在下文中一共展示了CPyObject.fromPyOpt方法的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。
示例1: set_optional_list_int
# 需要导入模块: from djinni.pycffi_marshal import CPyObject [as 别名]
# 或者: from djinni.pycffi_marshal.CPyObject import fromPyOpt [as 别名]
def set_optional_list_int(self, m):
lib.cw__foo_containers_interface_set_optional_list_int(self._cpp_impl, CPyObject.fromPyOpt(ListInt32THelper.c_data_set, m))
CPyException.toPyCheckAndRaise(ffi.NULL)
示例2: get_foo_containers_record_f1
# 需要导入模块: from djinni.pycffi_marshal import CPyObject [as 别名]
# 或者: from djinni.pycffi_marshal.CPyObject import fromPyOpt [as 别名]
def get_foo_containers_record_f1(cself):
try:
return CPyObject.fromPyOpt(ListInt32THelper.c_data_set, CPyRecord.toPy(None, cself).optional_list_int)
except Exception as _djinni_py_e:
CPyException.setExceptionFromPy(_djinni_py_e)
return ffi.NULL