|
GridFire v0.7.1_rc2
General Purpose Nuclear Network
|
Structure representing a Python function definition. More...
#include <python.h>
Public Attributes | |
| std::string | func_name |
| std::string | func_code |
| std::vector< std::string > | module_req |
Structure representing a Python function definition.
This structure holds the name, code, and module requirements for a Python function that represents a reaction.
| std::string gridfire::io::gen::PyFunctionDef::func_code |
| std::string gridfire::io::gen::PyFunctionDef::func_name |
| std::vector<std::string> gridfire::io::gen::PyFunctionDef::module_req |