PyObject_GetAttrString 2008 source4/lib/ldb/pyldb.c ops->name = talloc_strdup(ops, PyString_AsString(PyObject_GetAttrString(input, discard_const_p(char, "name")))); PyObject_GetAttrString 1261 source4/lib/wmi/wmi_wrap.c data->newraw = PyObject_GetAttrString(data->klass, (char *)"__new__"); PyObject_GetAttrString 1273 source4/lib/wmi/wmi_wrap.c data->destroy = PyObject_GetAttrString(data->klass, (char *)"__swig_destroy__"); PyObject_GetAttrString 2193 source4/lib/wmi/wmi_wrap.c dict = PyObject_GetAttrString(inst, (char*)"__dict__"); PyObject_GetAttrString 2984 source4/lib/wmi/wmi_wrap.c properties = PyObject_GetAttrString(o, "Properties_"); PyObject_GetAttrString 2986 source4/lib/wmi/wmi_wrap.c addProp = PyObject_GetAttrString(properties, "Add"); PyObject_GetAttrString 3034 source4/lib/wmi/wmi_wrap.c swo_class = PyObject_GetAttrString(mod_win32_client, "SWbemObject"); PyObject_GetAttrString 4300 source4/lib/wmi/wmi_wrap.c ComError = PyObject_GetAttrString(mod_pywintypes, "com_error"); PyObject_GetAttrString 136 source4/param/provision.c result->domaindn = talloc_strdup(mem_ctx, PyString_AsString(PyObject_GetAttrString(py_result, "domaindn"))); PyObject_GetAttrString 139 source4/param/provision.c result->lp_ctx = lp_from_py_object(PyObject_GetAttrString(py_result, "lp")); PyObject_GetAttrString 140 source4/param/provision.c result->samdb = PyLdb_AsLdbContext(PyObject_GetAttrString(py_result, "samdb")); PyObject_GetAttrString 348 source4/web_server/wsgi.c py_environ, PyObject_GetAttrString((PyObject *)py_web, "start_response"));