Command Prompt, Inc.
sipEvalMethod

sipEvalMethod

Name

sipEvalMethod -- Call a Python method

Synopsis

PyObject * sipEvalMethod(const sipPyMethod * pm, PyObject * args);

Description

Return Value

A pointer to the Python object which the methods returns or NULL, if the method could not be found.

pm

A pointer to SIPs info about the method, usually taken from SIPs method cache.

args

Pointer to a tuple with the parameters.


Powered by Mammoth PostgreSQL
Copyright © 2000-2008 Command Prompt, Inc. All Rights Reserved. All trademarks property of their respective owners.