pyuno_callable.cxx (5c3821d8) pyuno_callable.cxx (77dc4149)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 185 unchanged lines hidden (view full) ---

194 PyVarObject_HEAD_INIT(&PyType_Type, 0)
195 const_cast< char * >("PyUNO_callable"),
196 sizeof (PyUNO_callable),
197 0,
198 (destructor) ::pyuno::PyUNO_callable_del,
199 (printfunc) 0,
200 (getattrfunc) 0,
201 (setattrfunc) 0,
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 185 unchanged lines hidden (view full) ---

194 PyVarObject_HEAD_INIT(&PyType_Type, 0)
195 const_cast< char * >("PyUNO_callable"),
196 sizeof (PyUNO_callable),
197 0,
198 (destructor) ::pyuno::PyUNO_callable_del,
199 (printfunc) 0,
200 (getattrfunc) 0,
201 (setattrfunc) 0,
202#if PY_MAJOR_VERSION >= 3
203 0,
204#else
202 (cmpfunc) 0,
205 (cmpfunc) 0,
206#endif
203 (reprfunc) 0,
204 0,
205 0,
206 0,
207 (hashfunc) 0,
208 (ternaryfunc) ::pyuno::PyUNO_callable_call,
209 (reprfunc) 0,
210 (getattrofunc)0,

--- 58 unchanged lines hidden ---
207 (reprfunc) 0,
208 0,
209 0,
210 0,
211 (hashfunc) 0,
212 (ternaryfunc) ::pyuno::PyUNO_callable_call,
213 (reprfunc) 0,
214 (getattrofunc)0,

--- 58 unchanged lines hidden ---