Nebula
Loading...
Searching...
No Matches
Python Namespace Reference

Detailed Description

Python conversion functions.

Functions

 NB_MODULE (nmath, m)
 
 NB_MODULE (util, m)
 
nanobind::handle VariantToPyType (Util::Variant src, py::rv_policy policy, nanobind::detail::cleanup_list *cleanup)
 
void RegisterNebulaModules ()
 
nanobind::handle VariantToPyType (Util::Variant src, nanobind::rv_policy policy=nanobind::rv_policy::automatic, nanobind::detail::cleanup_list *cleanup=nullptr)
 

Function Documentation

◆ NB_MODULE() [1/2]

Python::NB_MODULE ( nmath ,
m  )

◆ NB_MODULE() [2/2]

Python::NB_MODULE ( util ,
m  )

◆ RegisterNebulaModules()

void Python::RegisterNebulaModules ( )

◆ VariantToPyType() [1/2]

nanobind::handle Python::VariantToPyType ( Util::Variant src,
nanobind::rv_policy policy = nanobind::rv_policy::automatic,
nanobind::detail::cleanup_list * cleanup = nullptr )

◆ VariantToPyType() [2/2]

nanobind::handle Python::VariantToPyType ( Util::Variant src,
py::rv_policy policy,
nanobind::detail::cleanup_list * cleanup )