ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
PythonInterpreter::State Struct Reference

Variable state. More...

#include <PythonInterpreter.h>

Public Member Functions

 State ()
 

Public Attributes

pybind11::dict globals
 
pybind11::object locals
 

Detailed Description

Variable state.

Definition at line 38 of file PythonInterpreter.h.

Constructor & Destructor Documentation

◆ State()

PythonInterpreter::State::State ( )

Definition at line 46 of file PythonInterpreter.cpp.

Member Data Documentation

◆ globals

pybind11::dict PythonInterpreter::State::globals

Definition at line 41 of file PythonInterpreter.h.

◆ locals

pybind11::object PythonInterpreter::State::locals

Definition at line 42 of file PythonInterpreter.h.


The documentation for this struct was generated from the following files: