A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/pythonpp__extdt_8hpp_source.html below:

NCBI C++ ToolKit: src/dbapi/lang_bind/python/pythonpp/pythonpp_extdt.hpp Source File

35 #ifndef PYTHONPP_EXTDT_H 36 #define PYTHONPP_EXTDT_H 100  return

PySlice_Check (obj);

104  return

PySlice_Check (obj);

131  if

(

this

!= &obj ) {

141  if

(

Get

() != obj ) {

154

PyObject* tmp_obj = PyObject_CallObject(

Get

(),

NULL

);

163

PyObject* tmp_obj = PyObject_CallObject(

Get

(), args.

Get

());

172

PyObject* tmp_obj = PyObject_Call(

Get

(), args.

Get

(), key_words.

Get

());

182  return

PyCallable_Check (obj) != 0;

196

:

CObject

(PyModule_New(const_cast<char*>(name))

)

215

:

CObject

(PyImport_AddModule( const_cast<char *>(name.c_str()) )

)

223  return CDict

(PyModule_GetDict(

Get

()));

227  const char

* tmp_str = PyModule_GetName(

Get

());

234 #if PY_VERSION_HEX >= 0x03030000 236  const char

* tmp_str =

nullptr

;

238

tmp_str = PyUnicode_AsUTF8(fno.

Get

());

241  const char

* tmp_str = PyModule_GetFilename(

Get

());

251  return

PyModule_CheckExact(obj);

255  return

PyModule_Check(obj);

283  return

PySeqIter_Check(obj);

287  return

PySeqIter_Check(obj);

300  return

PyCallIter_Check(obj);

304  return

PyCallIter_Check(obj);

320  return

PyGen_CheckExact(obj);

324  return

PyGen_Check(obj);

329 class

CCObject :

public CObject 339  static bool

HasExactSameType(PyObject* obj)

341  return

PyCObject_Check(obj);

343  static bool

HasSameType(PyObject* obj)

345  return

PyCObject_Check(obj);

363  return

PyWeakref_Check(obj);

367  return

PyWeakref_Check(obj);

385  return

PyMethod_Check(obj);

389  return

PyMethod_Check(obj);

414  return

PyFunction_Check(obj);

418  return

PyFunction_Check(obj);

430  static bool

HasExactSameType(PyObject* obj)

432  return

PyInstance_Check(obj);

434  static bool

HasSameType(PyObject* obj)

436  return

PyInstance_Check(obj);

CCalable(const CObject &obj)

CCalable(PyObject *obj, EOwnership ownership=eAcquireOwnership)

CObject Apply(const CTuple &args) const

Call.

static bool HasExactSameType(PyObject *obj)

CCalable(const CCalable &obj)

CObject Apply(void) const

Call.

CObject Apply(const CTuple &args, const CDict &key_words) const

Call with keywords.

CCalable & operator=(const CObject &obj)

static bool HasSameType(PyObject *obj)

static bool HasExactSameType(PyObject *obj)

static bool HasSameType(PyObject *obj)

static bool HasExactSameType(PyObject *obj)

static bool HasSameType(PyObject *obj)

static bool HasExactSameType(PyObject *obj)

static bool HasSameType(PyObject *obj)

static bool HasExactSameType(PyObject *obj)

CModule(const CModule &obj)

CModule(PyObject *obj, EOwnership ownership=eAcquireOwnership)

static bool HasSameType(PyObject *obj)

string GetName(void) const

static bool HasExactSameType(PyObject *obj)

CModule(const char *name)

CModule(const std::string &name)

string GetFileName(void) const

CObject(void)

* Generic operations on objects *‍/

void Set(PyObject *obj, EOwnership ownership)

Not exception-safe this time.

PyObject * Get(void) const

static bool HasExactSameType(PyObject *obj)

static bool HasSameType(PyObject *obj)

static bool HasSameType(PyObject *obj)

static bool HasExactSameType(PyObject *obj)

static bool HasExactSameType(PyObject *obj)

static bool HasSameType(PyObject *obj)

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4