Searched refs:callable (Results 1 – 2 of 2) sorted by relevance
344 PyRef paras,callable; in PyUNO_invoke() local357 callable = PyUNO_callable_new ( in PyUNO_invoke()384 callable = PyRef( PyObject_GetAttrString( object , (char*)name ), SAL_NO_ACQUIRE ); in PyUNO_invoke()385 if( !callable.is() ) in PyUNO_invoke()388 ret = PyRef( PyObject_CallObject( callable.get(), paras.get() ), SAL_NO_ACQUIRE ); in PyUNO_invoke()
39 …helper_funcs = [v for (k,v) in globals().iteritems() if( not k.startswith('_') and callable(v) and…
Completed in 9 milliseconds