cpptools package

Submodules

cpptools._cpptools module

_cpptools python bindings

class cpptools._cpptools.BuildConfiguration

Bases: pybind11_builtins.pybind11_object

This class show the compile/build configuration Of cpptools

DEBUG = True
VERSION_MAJOR = 0
VERSION_MINOR = 1
VERSION_PATCH = 0
class cpptools._cpptools.MyClass

Bases: pybind11_builtins.pybind11_object

hello_world(self: cpptools._cpptools.MyClass) None

Module contents

class cpptools.BuildConfiguration

Bases: pybind11_builtins.pybind11_object

This class show the compile/build configuration Of cpptools

DEBUG = True
VERSION_MAJOR = 0
VERSION_MINOR = 1
VERSION_PATCH = 0
class cpptools.MyClass

Bases: pybind11_builtins.pybind11_object

hello_world(self: cpptools._cpptools.MyClass) None
cpptools.pure_python()[source]

hello