CMS 3D CMS Logo

Namespaces | Functions
CondDBPyBind11Wrappers.cc File Reference
#include "CondCore/CondDB/interface/CredentialStore.h"
#include "CondCore/CondDB/interface/Auth.h"
#include <cstdlib>
#include <pybind11/pybind11.h>

Go to the source code of this file.

Namespaces

 cond
 

Functions

std::pair< std::string, std::string > cond::getDbCredentials (const std::string &connectionString, bool updateMode, const std::string &authPath)
 
 PYBIND11_MODULE (pluginCondDBPyBind11Interface, m)
 

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( pluginCondDBPyBind11Interface  ,
 
)

Definition at line 33 of file CondDBPyBind11Wrappers.cc.

33  {
34  m.def("get_db_credentials", &cond::getDbCredentials, "Get db credentials for a connection string");
35 }

References cond::getDbCredentials(), and visualization-live-secondInstance_cfg::m.

visualization-live-secondInstance_cfg.m
m
Definition: visualization-live-secondInstance_cfg.py:72
cond::getDbCredentials
std::pair< std::string, std::string > getDbCredentials(const std::string &connectionString, bool updateMode, const std::string &authPath)
Definition: CondDBPyBind11Wrappers.cc:8