objective-lol 0.0.1__cp310-cp310-win_amd64.whl → 0.0.2__cp310-cp310-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- objective_lol/_api.cp310-win_amd64.h +65 -65
- objective_lol/_api.cp310-win_amd64.pyd +0 -0
- objective_lol/api.c +807 -807
- objective_lol/api.go +604 -604
- objective_lol/api.py +480 -480
- objective_lol/api_go.h +65 -65
- objective_lol/build.py +53 -53
- {objective_lol-0.0.1.dist-info → objective_lol-0.0.2.dist-info}/METADATA +17 -1
- objective_lol-0.0.2.dist-info/RECORD +14 -0
- objective_lol-0.0.1.dist-info/RECORD +0 -14
- {objective_lol-0.0.1.dist-info → objective_lol-0.0.2.dist-info}/WHEEL +0 -0
- {objective_lol-0.0.1.dist-info → objective_lol-0.0.2.dist-info}/top_level.txt +0 -0
objective_lol/api.c
CHANGED
@@ -3247,20 +3247,20 @@ PyObject * _wrap__api_Map_string_api_GoValue_keys(PyObject * PYBINDGEN_UNUSED(du
|
|
3247
3247
|
|
3248
3248
|
|
3249
3249
|
PyObject *
|
3250
|
-
|
3250
|
+
_wrap__api_api_ClassDefinition_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs))
|
3251
3251
|
{
|
3252
3252
|
PyObject *py_retval;
|
3253
3253
|
int64_t retval;
|
3254
3254
|
|
3255
|
-
retval =
|
3255
|
+
retval = api_ClassDefinition_CTor();
|
3256
3256
|
py_retval = Py_BuildValue((char *) "L", retval);
|
3257
3257
|
return py_retval;
|
3258
3258
|
}
|
3259
|
-
PyObject *
|
3259
|
+
PyObject * _wrap__api_api_ClassDefinition_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs));
|
3260
3260
|
|
3261
3261
|
|
3262
3262
|
PyObject *
|
3263
|
-
|
3263
|
+
_wrap__api_api_ClassDefinition_Name_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3264
3264
|
{
|
3265
3265
|
PyObject *py_retval;
|
3266
3266
|
char *retval;
|
@@ -3270,15 +3270,15 @@ _wrap__api_api_ClassMethod_Name_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject
|
|
3270
3270
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
3271
3271
|
return NULL;
|
3272
3272
|
}
|
3273
|
-
retval =
|
3273
|
+
retval = api_ClassDefinition_Name_Get(handle);
|
3274
3274
|
py_retval = Py_BuildValue((char *) "s", retval);
|
3275
3275
|
return py_retval;
|
3276
3276
|
}
|
3277
|
-
PyObject *
|
3277
|
+
PyObject * _wrap__api_api_ClassDefinition_Name_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3278
3278
|
|
3279
3279
|
|
3280
3280
|
PyObject *
|
3281
|
-
|
3281
|
+
_wrap__api_api_ClassDefinition_Name_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3282
3282
|
{
|
3283
3283
|
PyObject *py_retval;
|
3284
3284
|
int64_t handle;
|
@@ -3288,16 +3288,16 @@ _wrap__api_api_ClassMethod_Name_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject
|
|
3288
3288
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "Ls", (char **) keywords, &handle, &val)) {
|
3289
3289
|
return NULL;
|
3290
3290
|
}
|
3291
|
-
|
3291
|
+
api_ClassDefinition_Name_Set(handle, val);
|
3292
3292
|
Py_INCREF(Py_None);
|
3293
3293
|
py_retval = Py_None;
|
3294
3294
|
return py_retval;
|
3295
3295
|
}
|
3296
|
-
PyObject *
|
3296
|
+
PyObject * _wrap__api_api_ClassDefinition_Name_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3297
3297
|
|
3298
3298
|
|
3299
3299
|
PyObject *
|
3300
|
-
|
3300
|
+
_wrap__api_api_ClassDefinition_PublicVariables_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3301
3301
|
{
|
3302
3302
|
PyObject *py_retval;
|
3303
3303
|
int64_t retval;
|
@@ -3307,15 +3307,15 @@ _wrap__api_api_ClassMethod_Argc_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject
|
|
3307
3307
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
3308
3308
|
return NULL;
|
3309
3309
|
}
|
3310
|
-
retval =
|
3310
|
+
retval = api_ClassDefinition_PublicVariables_Get(handle);
|
3311
3311
|
py_retval = Py_BuildValue((char *) "L", retval);
|
3312
3312
|
return py_retval;
|
3313
3313
|
}
|
3314
|
-
PyObject *
|
3314
|
+
PyObject * _wrap__api_api_ClassDefinition_PublicVariables_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3315
3315
|
|
3316
3316
|
|
3317
3317
|
PyObject *
|
3318
|
-
|
3318
|
+
_wrap__api_api_ClassDefinition_PublicVariables_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3319
3319
|
{
|
3320
3320
|
PyObject *py_retval;
|
3321
3321
|
int64_t handle;
|
@@ -3325,66 +3325,53 @@ _wrap__api_api_ClassMethod_Argc_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject
|
|
3325
3325
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LL", (char **) keywords, &handle, &val)) {
|
3326
3326
|
return NULL;
|
3327
3327
|
}
|
3328
|
-
|
3328
|
+
api_ClassDefinition_PublicVariables_Set(handle, val);
|
3329
3329
|
Py_INCREF(Py_None);
|
3330
3330
|
py_retval = Py_None;
|
3331
3331
|
return py_retval;
|
3332
3332
|
}
|
3333
|
-
PyObject *
|
3333
|
+
PyObject * _wrap__api_api_ClassDefinition_PublicVariables_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3334
3334
|
|
3335
3335
|
|
3336
3336
|
PyObject *
|
3337
|
-
|
3337
|
+
_wrap__api_api_ClassDefinition_PrivateVariables_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3338
3338
|
{
|
3339
3339
|
PyObject *py_retval;
|
3340
3340
|
int64_t retval;
|
3341
|
-
|
3342
|
-
retval = api_ClassVariable_CTor();
|
3343
|
-
py_retval = Py_BuildValue((char *) "L", retval);
|
3344
|
-
return py_retval;
|
3345
|
-
}
|
3346
|
-
PyObject * _wrap__api_api_ClassVariable_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs));
|
3347
|
-
|
3348
|
-
|
3349
|
-
PyObject *
|
3350
|
-
_wrap__api_api_ClassVariable_Name_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3351
|
-
{
|
3352
|
-
PyObject *py_retval;
|
3353
|
-
char *retval;
|
3354
3341
|
int64_t handle;
|
3355
3342
|
const char *keywords[] = {"handle", NULL};
|
3356
3343
|
|
3357
3344
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
3358
3345
|
return NULL;
|
3359
3346
|
}
|
3360
|
-
retval =
|
3361
|
-
py_retval = Py_BuildValue((char *) "
|
3347
|
+
retval = api_ClassDefinition_PrivateVariables_Get(handle);
|
3348
|
+
py_retval = Py_BuildValue((char *) "L", retval);
|
3362
3349
|
return py_retval;
|
3363
3350
|
}
|
3364
|
-
PyObject *
|
3351
|
+
PyObject * _wrap__api_api_ClassDefinition_PrivateVariables_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3365
3352
|
|
3366
3353
|
|
3367
3354
|
PyObject *
|
3368
|
-
|
3355
|
+
_wrap__api_api_ClassDefinition_PrivateVariables_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3369
3356
|
{
|
3370
3357
|
PyObject *py_retval;
|
3371
3358
|
int64_t handle;
|
3372
|
-
|
3359
|
+
int64_t val;
|
3373
3360
|
const char *keywords[] = {"handle", "val", NULL};
|
3374
3361
|
|
3375
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
3362
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LL", (char **) keywords, &handle, &val)) {
|
3376
3363
|
return NULL;
|
3377
3364
|
}
|
3378
|
-
|
3365
|
+
api_ClassDefinition_PrivateVariables_Set(handle, val);
|
3379
3366
|
Py_INCREF(Py_None);
|
3380
3367
|
py_retval = Py_None;
|
3381
3368
|
return py_retval;
|
3382
3369
|
}
|
3383
|
-
PyObject *
|
3370
|
+
PyObject * _wrap__api_api_ClassDefinition_PrivateVariables_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3384
3371
|
|
3385
3372
|
|
3386
3373
|
PyObject *
|
3387
|
-
|
3374
|
+
_wrap__api_api_ClassDefinition_SharedVariables_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3388
3375
|
{
|
3389
3376
|
PyObject *py_retval;
|
3390
3377
|
int64_t retval;
|
@@ -3394,15 +3381,15 @@ _wrap__api_api_ClassVariable_Value_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObj
|
|
3394
3381
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
3395
3382
|
return NULL;
|
3396
3383
|
}
|
3397
|
-
retval =
|
3384
|
+
retval = api_ClassDefinition_SharedVariables_Get(handle);
|
3398
3385
|
py_retval = Py_BuildValue((char *) "L", retval);
|
3399
3386
|
return py_retval;
|
3400
3387
|
}
|
3401
|
-
PyObject *
|
3388
|
+
PyObject * _wrap__api_api_ClassDefinition_SharedVariables_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3402
3389
|
|
3403
3390
|
|
3404
3391
|
PyObject *
|
3405
|
-
|
3392
|
+
_wrap__api_api_ClassDefinition_SharedVariables_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3406
3393
|
{
|
3407
3394
|
PyObject *py_retval;
|
3408
3395
|
int64_t handle;
|
@@ -3412,142 +3399,177 @@ _wrap__api_api_ClassVariable_Value_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObj
|
|
3412
3399
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LL", (char **) keywords, &handle, &val)) {
|
3413
3400
|
return NULL;
|
3414
3401
|
}
|
3415
|
-
|
3402
|
+
api_ClassDefinition_SharedVariables_Set(handle, val);
|
3416
3403
|
Py_INCREF(Py_None);
|
3417
3404
|
py_retval = Py_None;
|
3418
3405
|
return py_retval;
|
3419
3406
|
}
|
3420
|
-
PyObject *
|
3407
|
+
PyObject * _wrap__api_api_ClassDefinition_SharedVariables_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3421
3408
|
|
3422
3409
|
|
3423
3410
|
PyObject *
|
3424
|
-
|
3411
|
+
_wrap__api_api_ClassDefinition_PublicMethods_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3425
3412
|
{
|
3426
3413
|
PyObject *py_retval;
|
3427
|
-
|
3414
|
+
int64_t retval;
|
3428
3415
|
int64_t handle;
|
3429
3416
|
const char *keywords[] = {"handle", NULL};
|
3430
3417
|
|
3431
3418
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
3432
3419
|
return NULL;
|
3433
3420
|
}
|
3434
|
-
retval =
|
3435
|
-
py_retval = Py_BuildValue((char *) "
|
3421
|
+
retval = api_ClassDefinition_PublicMethods_Get(handle);
|
3422
|
+
py_retval = Py_BuildValue((char *) "L", retval);
|
3436
3423
|
return py_retval;
|
3437
3424
|
}
|
3438
|
-
PyObject *
|
3425
|
+
PyObject * _wrap__api_api_ClassDefinition_PublicMethods_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3439
3426
|
|
3440
3427
|
|
3441
3428
|
PyObject *
|
3442
|
-
|
3429
|
+
_wrap__api_api_ClassDefinition_PublicMethods_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3443
3430
|
{
|
3444
3431
|
PyObject *py_retval;
|
3445
3432
|
int64_t handle;
|
3446
|
-
|
3447
|
-
PyObject *py_val;
|
3433
|
+
int64_t val;
|
3448
3434
|
const char *keywords[] = {"handle", "val", NULL};
|
3449
3435
|
|
3450
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
3436
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LL", (char **) keywords, &handle, &val)) {
|
3451
3437
|
return NULL;
|
3452
3438
|
}
|
3453
|
-
|
3454
|
-
api_ClassVariable_Locked_Set(handle, val);
|
3439
|
+
api_ClassDefinition_PublicMethods_Set(handle, val);
|
3455
3440
|
Py_INCREF(Py_None);
|
3456
3441
|
py_retval = Py_None;
|
3457
3442
|
return py_retval;
|
3458
3443
|
}
|
3459
|
-
PyObject *
|
3444
|
+
PyObject * _wrap__api_api_ClassDefinition_PublicMethods_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3460
3445
|
|
3461
3446
|
|
3462
3447
|
PyObject *
|
3463
|
-
|
3448
|
+
_wrap__api_api_ClassDefinition_PrivateMethods_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3464
3449
|
{
|
3465
3450
|
PyObject *py_retval;
|
3466
3451
|
int64_t retval;
|
3452
|
+
int64_t handle;
|
3453
|
+
const char *keywords[] = {"handle", NULL};
|
3467
3454
|
|
3468
|
-
|
3455
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
3456
|
+
return NULL;
|
3457
|
+
}
|
3458
|
+
retval = api_ClassDefinition_PrivateMethods_Get(handle);
|
3469
3459
|
py_retval = Py_BuildValue((char *) "L", retval);
|
3470
3460
|
return py_retval;
|
3471
3461
|
}
|
3472
|
-
PyObject *
|
3462
|
+
PyObject * _wrap__api_api_ClassDefinition_PrivateMethods_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3473
3463
|
|
3474
3464
|
|
3475
3465
|
PyObject *
|
3476
|
-
|
3466
|
+
_wrap__api_api_ClassDefinition_PrivateMethods_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3477
3467
|
{
|
3478
3468
|
PyObject *py_retval;
|
3479
|
-
|
3469
|
+
int64_t handle;
|
3470
|
+
int64_t val;
|
3471
|
+
const char *keywords[] = {"handle", "val", NULL};
|
3472
|
+
|
3473
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LL", (char **) keywords, &handle, &val)) {
|
3474
|
+
return NULL;
|
3475
|
+
}
|
3476
|
+
api_ClassDefinition_PrivateMethods_Set(handle, val);
|
3477
|
+
Py_INCREF(Py_None);
|
3478
|
+
py_retval = Py_None;
|
3479
|
+
return py_retval;
|
3480
|
+
}
|
3481
|
+
PyObject * _wrap__api_api_ClassDefinition_PrivateMethods_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3482
|
+
|
3483
|
+
|
3484
|
+
PyObject *
|
3485
|
+
_wrap__api_api_ClassDefinition_UnknownFunctionHandler_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3486
|
+
{
|
3487
|
+
PyObject *py_retval;
|
3488
|
+
int64_t retval;
|
3480
3489
|
int64_t handle;
|
3481
3490
|
const char *keywords[] = {"handle", NULL};
|
3482
3491
|
|
3483
3492
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
3484
3493
|
return NULL;
|
3485
3494
|
}
|
3486
|
-
retval =
|
3487
|
-
py_retval = Py_BuildValue((char *) "
|
3495
|
+
retval = api_ClassDefinition_UnknownFunctionHandler_Get(handle);
|
3496
|
+
py_retval = Py_BuildValue((char *) "L", retval);
|
3488
3497
|
return py_retval;
|
3489
3498
|
}
|
3490
|
-
PyObject *
|
3499
|
+
PyObject * _wrap__api_api_ClassDefinition_UnknownFunctionHandler_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3491
3500
|
|
3492
3501
|
|
3493
3502
|
PyObject *
|
3494
|
-
|
3503
|
+
_wrap__api_api_ClassDefinition_UnknownFunctionHandler_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3495
3504
|
{
|
3496
3505
|
PyObject *py_retval;
|
3497
3506
|
int64_t handle;
|
3498
|
-
|
3507
|
+
int64_t val;
|
3499
3508
|
const char *keywords[] = {"handle", "val", NULL};
|
3500
3509
|
|
3501
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
3510
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LL", (char **) keywords, &handle, &val)) {
|
3502
3511
|
return NULL;
|
3503
3512
|
}
|
3504
|
-
|
3513
|
+
api_ClassDefinition_UnknownFunctionHandler_Set(handle, val);
|
3505
3514
|
Py_INCREF(Py_None);
|
3506
3515
|
py_retval = Py_None;
|
3507
3516
|
return py_retval;
|
3508
3517
|
}
|
3509
|
-
PyObject *
|
3518
|
+
PyObject * _wrap__api_api_ClassDefinition_UnknownFunctionHandler_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3510
3519
|
|
3511
3520
|
|
3512
3521
|
PyObject *
|
3513
|
-
|
3522
|
+
_wrap__api_api_ClassMethod_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs))
|
3514
3523
|
{
|
3515
3524
|
PyObject *py_retval;
|
3516
3525
|
int64_t retval;
|
3526
|
+
|
3527
|
+
retval = api_ClassMethod_CTor();
|
3528
|
+
py_retval = Py_BuildValue((char *) "L", retval);
|
3529
|
+
return py_retval;
|
3530
|
+
}
|
3531
|
+
PyObject * _wrap__api_api_ClassMethod_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs));
|
3532
|
+
|
3533
|
+
|
3534
|
+
PyObject *
|
3535
|
+
_wrap__api_api_ClassMethod_Name_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3536
|
+
{
|
3537
|
+
PyObject *py_retval;
|
3538
|
+
char *retval;
|
3517
3539
|
int64_t handle;
|
3518
3540
|
const char *keywords[] = {"handle", NULL};
|
3519
3541
|
|
3520
3542
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
3521
3543
|
return NULL;
|
3522
3544
|
}
|
3523
|
-
retval =
|
3524
|
-
py_retval = Py_BuildValue((char *) "
|
3545
|
+
retval = api_ClassMethod_Name_Get(handle);
|
3546
|
+
py_retval = Py_BuildValue((char *) "s", retval);
|
3525
3547
|
return py_retval;
|
3526
3548
|
}
|
3527
|
-
PyObject *
|
3549
|
+
PyObject * _wrap__api_api_ClassMethod_Name_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3528
3550
|
|
3529
3551
|
|
3530
3552
|
PyObject *
|
3531
|
-
|
3553
|
+
_wrap__api_api_ClassMethod_Name_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3532
3554
|
{
|
3533
3555
|
PyObject *py_retval;
|
3534
3556
|
int64_t handle;
|
3535
|
-
|
3557
|
+
char *val;
|
3536
3558
|
const char *keywords[] = {"handle", "val", NULL};
|
3537
3559
|
|
3538
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
3560
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "Ls", (char **) keywords, &handle, &val)) {
|
3539
3561
|
return NULL;
|
3540
3562
|
}
|
3541
|
-
|
3563
|
+
api_ClassMethod_Name_Set(handle, val);
|
3542
3564
|
Py_INCREF(Py_None);
|
3543
3565
|
py_retval = Py_None;
|
3544
3566
|
return py_retval;
|
3545
3567
|
}
|
3546
|
-
PyObject *
|
3568
|
+
PyObject * _wrap__api_api_ClassMethod_Name_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3547
3569
|
|
3548
3570
|
|
3549
3571
|
PyObject *
|
3550
|
-
|
3572
|
+
_wrap__api_api_ClassMethod_Argc_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3551
3573
|
{
|
3552
3574
|
PyObject *py_retval;
|
3553
3575
|
int64_t retval;
|
@@ -3557,15 +3579,15 @@ _wrap__api_api_SourceLocation_Column_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyO
|
|
3557
3579
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
3558
3580
|
return NULL;
|
3559
3581
|
}
|
3560
|
-
retval =
|
3582
|
+
retval = api_ClassMethod_Argc_Get(handle);
|
3561
3583
|
py_retval = Py_BuildValue((char *) "L", retval);
|
3562
3584
|
return py_retval;
|
3563
3585
|
}
|
3564
|
-
PyObject *
|
3586
|
+
PyObject * _wrap__api_api_ClassMethod_Argc_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3565
3587
|
|
3566
3588
|
|
3567
3589
|
PyObject *
|
3568
|
-
|
3590
|
+
_wrap__api_api_ClassMethod_Argc_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3569
3591
|
{
|
3570
3592
|
PyObject *py_retval;
|
3571
3593
|
int64_t handle;
|
@@ -3575,456 +3597,564 @@ _wrap__api_api_SourceLocation_Column_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyO
|
|
3575
3597
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LL", (char **) keywords, &handle, &val)) {
|
3576
3598
|
return NULL;
|
3577
3599
|
}
|
3578
|
-
|
3600
|
+
api_ClassMethod_Argc_Set(handle, val);
|
3579
3601
|
Py_INCREF(Py_None);
|
3580
3602
|
py_retval = Py_None;
|
3581
3603
|
return py_retval;
|
3582
3604
|
}
|
3583
|
-
PyObject *
|
3605
|
+
PyObject * _wrap__api_api_ClassMethod_Argc_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3584
3606
|
|
3585
3607
|
|
3586
3608
|
PyObject *
|
3587
|
-
|
3609
|
+
_wrap__api_api_ClassVariable_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs))
|
3588
3610
|
{
|
3589
3611
|
PyObject *py_retval;
|
3590
3612
|
int64_t retval;
|
3591
3613
|
|
3592
|
-
retval =
|
3614
|
+
retval = api_ClassVariable_CTor();
|
3593
3615
|
py_retval = Py_BuildValue((char *) "L", retval);
|
3594
3616
|
return py_retval;
|
3595
3617
|
}
|
3596
|
-
PyObject *
|
3618
|
+
PyObject * _wrap__api_api_ClassVariable_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs));
|
3597
3619
|
|
3598
3620
|
|
3599
3621
|
PyObject *
|
3600
|
-
|
3622
|
+
_wrap__api_api_ClassVariable_Name_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3601
3623
|
{
|
3602
3624
|
PyObject *py_retval;
|
3603
|
-
|
3625
|
+
char *retval;
|
3626
|
+
int64_t handle;
|
3627
|
+
const char *keywords[] = {"handle", NULL};
|
3604
3628
|
|
3605
|
-
|
3606
|
-
|
3629
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
3630
|
+
return NULL;
|
3631
|
+
}
|
3632
|
+
retval = api_ClassVariable_Name_Get(handle);
|
3633
|
+
py_retval = Py_BuildValue((char *) "s", retval);
|
3607
3634
|
return py_retval;
|
3608
3635
|
}
|
3609
|
-
PyObject *
|
3636
|
+
PyObject * _wrap__api_api_ClassVariable_Name_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3610
3637
|
|
3611
3638
|
|
3612
3639
|
PyObject *
|
3613
|
-
|
3640
|
+
_wrap__api_api_ClassVariable_Name_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3614
3641
|
{
|
3615
3642
|
PyObject *py_retval;
|
3616
|
-
|
3617
|
-
|
3618
|
-
char *
|
3619
|
-
char *name;
|
3620
|
-
int64_t argc;
|
3621
|
-
PyObject *function;
|
3622
|
-
const char *keywords[] = {"_handle", "id", "name", "argc", "function", NULL};
|
3643
|
+
int64_t handle;
|
3644
|
+
char *val;
|
3645
|
+
const char *keywords[] = {"handle", "val", NULL};
|
3623
3646
|
|
3624
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
3625
|
-
return NULL;
|
3626
|
-
}
|
3627
|
-
retval = api_VMCompatibilityShim_DefineFunction(_handle, id, name, argc, function);
|
3628
|
-
if (PyErr_Occurred()) {
|
3647
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "Ls", (char **) keywords, &handle, &val)) {
|
3629
3648
|
return NULL;
|
3630
3649
|
}
|
3631
|
-
|
3650
|
+
api_ClassVariable_Name_Set(handle, val);
|
3651
|
+
Py_INCREF(Py_None);
|
3652
|
+
py_retval = Py_None;
|
3632
3653
|
return py_retval;
|
3633
3654
|
}
|
3634
|
-
PyObject *
|
3655
|
+
PyObject * _wrap__api_api_ClassVariable_Name_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3635
3656
|
|
3636
3657
|
|
3637
3658
|
PyObject *
|
3638
|
-
|
3659
|
+
_wrap__api_api_ClassVariable_Value_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3639
3660
|
{
|
3640
3661
|
PyObject *py_retval;
|
3641
3662
|
int64_t retval;
|
3642
|
-
int64_t
|
3643
|
-
|
3644
|
-
char *getterID;
|
3645
|
-
PyObject *getter;
|
3646
|
-
const char *keywords[] = {"_handle", "variable", "getterID", "getter", NULL};
|
3663
|
+
int64_t handle;
|
3664
|
+
const char *keywords[] = {"handle", NULL};
|
3647
3665
|
|
3648
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
3649
|
-
return NULL;
|
3650
|
-
}
|
3651
|
-
retval = api_VMCompatibilityShim_BuildNewClassVariableWithGetter(_handle, variable, getterID, getter);
|
3652
|
-
if (PyErr_Occurred()) {
|
3666
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
3653
3667
|
return NULL;
|
3654
3668
|
}
|
3669
|
+
retval = api_ClassVariable_Value_Get(handle);
|
3655
3670
|
py_retval = Py_BuildValue((char *) "L", retval);
|
3656
3671
|
return py_retval;
|
3657
3672
|
}
|
3658
|
-
PyObject *
|
3673
|
+
PyObject * _wrap__api_api_ClassVariable_Value_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3659
3674
|
|
3660
3675
|
|
3661
3676
|
PyObject *
|
3662
|
-
|
3677
|
+
_wrap__api_api_ClassVariable_Value_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3663
3678
|
{
|
3664
3679
|
PyObject *py_retval;
|
3665
|
-
int64_t
|
3666
|
-
int64_t
|
3667
|
-
|
3668
|
-
char *setterID;
|
3669
|
-
PyObject *setter;
|
3670
|
-
const char *keywords[] = {"_handle", "variable", "setterID", "setter", NULL};
|
3680
|
+
int64_t handle;
|
3681
|
+
int64_t val;
|
3682
|
+
const char *keywords[] = {"handle", "val", NULL};
|
3671
3683
|
|
3672
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
3673
|
-
return NULL;
|
3674
|
-
}
|
3675
|
-
retval = api_VMCompatibilityShim_BuildNewClassVariableWithSetter(_handle, variable, setterID, setter);
|
3676
|
-
if (PyErr_Occurred()) {
|
3684
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LL", (char **) keywords, &handle, &val)) {
|
3677
3685
|
return NULL;
|
3678
3686
|
}
|
3679
|
-
|
3687
|
+
api_ClassVariable_Value_Set(handle, val);
|
3688
|
+
Py_INCREF(Py_None);
|
3689
|
+
py_retval = Py_None;
|
3680
3690
|
return py_retval;
|
3681
3691
|
}
|
3682
|
-
PyObject *
|
3692
|
+
PyObject * _wrap__api_api_ClassVariable_Value_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3683
3693
|
|
3684
3694
|
|
3685
3695
|
PyObject *
|
3686
|
-
|
3696
|
+
_wrap__api_api_ClassVariable_Locked_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3687
3697
|
{
|
3688
3698
|
PyObject *py_retval;
|
3689
|
-
|
3690
|
-
int64_t
|
3691
|
-
|
3692
|
-
char *id;
|
3693
|
-
PyObject *function;
|
3694
|
-
const char *keywords[] = {"_handle", "method", "id", "function", NULL};
|
3699
|
+
bool retval;
|
3700
|
+
int64_t handle;
|
3701
|
+
const char *keywords[] = {"handle", NULL};
|
3695
3702
|
|
3696
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
3703
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
3697
3704
|
return NULL;
|
3698
3705
|
}
|
3699
|
-
retval =
|
3700
|
-
|
3706
|
+
retval = api_ClassVariable_Locked_Get(handle);
|
3707
|
+
py_retval = Py_BuildValue((char *) "N", PyBool_FromLong(retval));
|
3708
|
+
return py_retval;
|
3709
|
+
}
|
3710
|
+
PyObject * _wrap__api_api_ClassVariable_Locked_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3711
|
+
|
3712
|
+
|
3713
|
+
PyObject *
|
3714
|
+
_wrap__api_api_ClassVariable_Locked_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3715
|
+
{
|
3716
|
+
PyObject *py_retval;
|
3717
|
+
int64_t handle;
|
3718
|
+
bool val;
|
3719
|
+
PyObject *py_val;
|
3720
|
+
const char *keywords[] = {"handle", "val", NULL};
|
3721
|
+
|
3722
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LO", (char **) keywords, &handle, &py_val)) {
|
3701
3723
|
return NULL;
|
3702
3724
|
}
|
3725
|
+
val = (bool) PyObject_IsTrue(py_val);
|
3726
|
+
api_ClassVariable_Locked_Set(handle, val);
|
3727
|
+
Py_INCREF(Py_None);
|
3728
|
+
py_retval = Py_None;
|
3729
|
+
return py_retval;
|
3730
|
+
}
|
3731
|
+
PyObject * _wrap__api_api_ClassVariable_Locked_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3732
|
+
|
3733
|
+
|
3734
|
+
PyObject *
|
3735
|
+
_wrap__api_api_ExecutionResult_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs))
|
3736
|
+
{
|
3737
|
+
PyObject *py_retval;
|
3738
|
+
int64_t retval;
|
3739
|
+
|
3740
|
+
retval = api_ExecutionResult_CTor();
|
3703
3741
|
py_retval = Py_BuildValue((char *) "L", retval);
|
3704
3742
|
return py_retval;
|
3705
3743
|
}
|
3706
|
-
PyObject *
|
3744
|
+
PyObject * _wrap__api_api_ExecutionResult_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs));
|
3707
3745
|
|
3708
3746
|
|
3709
3747
|
PyObject *
|
3710
|
-
|
3748
|
+
_wrap__api_api_ExecutionResult_Value_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3711
3749
|
{
|
3712
3750
|
PyObject *py_retval;
|
3713
3751
|
int64_t retval;
|
3714
|
-
int64_t
|
3715
|
-
char *
|
3716
|
-
PyObject *function;
|
3717
|
-
const char *keywords[] = {"_handle", "id", "function", NULL};
|
3752
|
+
int64_t handle;
|
3753
|
+
const char *keywords[] = {"handle", NULL};
|
3718
3754
|
|
3719
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
3755
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
3720
3756
|
return NULL;
|
3721
3757
|
}
|
3722
|
-
retval =
|
3723
|
-
|
3758
|
+
retval = api_ExecutionResult_Value_Get(handle);
|
3759
|
+
py_retval = Py_BuildValue((char *) "L", retval);
|
3760
|
+
return py_retval;
|
3761
|
+
}
|
3762
|
+
PyObject * _wrap__api_api_ExecutionResult_Value_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3763
|
+
|
3764
|
+
|
3765
|
+
PyObject *
|
3766
|
+
_wrap__api_api_ExecutionResult_Value_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3767
|
+
{
|
3768
|
+
PyObject *py_retval;
|
3769
|
+
int64_t handle;
|
3770
|
+
int64_t val;
|
3771
|
+
const char *keywords[] = {"handle", "val", NULL};
|
3772
|
+
|
3773
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LL", (char **) keywords, &handle, &val)) {
|
3724
3774
|
return NULL;
|
3725
3775
|
}
|
3726
|
-
|
3776
|
+
api_ExecutionResult_Value_Set(handle, val);
|
3777
|
+
Py_INCREF(Py_None);
|
3778
|
+
py_retval = Py_None;
|
3727
3779
|
return py_retval;
|
3728
3780
|
}
|
3729
|
-
PyObject *
|
3781
|
+
PyObject * _wrap__api_api_ExecutionResult_Value_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3730
3782
|
|
3731
3783
|
|
3732
3784
|
PyObject *
|
3733
|
-
|
3785
|
+
_wrap__api_api_ExecutionResult_RawValue_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3734
3786
|
{
|
3735
3787
|
PyObject *py_retval;
|
3736
|
-
|
3737
|
-
int64_t
|
3738
|
-
char *
|
3739
|
-
const char *keywords[] = {"_handle", "name", NULL};
|
3788
|
+
int64_t retval;
|
3789
|
+
int64_t handle;
|
3790
|
+
const char *keywords[] = {"handle", NULL};
|
3740
3791
|
|
3741
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
3792
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
3742
3793
|
return NULL;
|
3743
3794
|
}
|
3744
|
-
retval =
|
3745
|
-
|
3795
|
+
retval = api_ExecutionResult_RawValue_Get(handle);
|
3796
|
+
py_retval = Py_BuildValue((char *) "L", retval);
|
3797
|
+
return py_retval;
|
3798
|
+
}
|
3799
|
+
PyObject * _wrap__api_api_ExecutionResult_RawValue_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3800
|
+
|
3801
|
+
|
3802
|
+
PyObject *
|
3803
|
+
_wrap__api_api_ExecutionResult_RawValue_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3804
|
+
{
|
3805
|
+
PyObject *py_retval;
|
3806
|
+
int64_t handle;
|
3807
|
+
int64_t val;
|
3808
|
+
const char *keywords[] = {"handle", "val", NULL};
|
3809
|
+
|
3810
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LL", (char **) keywords, &handle, &val)) {
|
3746
3811
|
return NULL;
|
3747
3812
|
}
|
3748
|
-
|
3813
|
+
api_ExecutionResult_RawValue_Set(handle, val);
|
3814
|
+
Py_INCREF(Py_None);
|
3815
|
+
py_retval = Py_None;
|
3749
3816
|
return py_retval;
|
3750
3817
|
}
|
3751
|
-
PyObject *
|
3818
|
+
PyObject * _wrap__api_api_ExecutionResult_RawValue_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3752
3819
|
|
3753
3820
|
|
3754
3821
|
PyObject *
|
3755
|
-
|
3822
|
+
_wrap__api_api_ExecutionResult_Output_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3756
3823
|
{
|
3757
3824
|
PyObject *py_retval;
|
3758
|
-
|
3759
|
-
int64_t
|
3760
|
-
char *
|
3761
|
-
const char *keywords[] = {"_handle", "id", NULL};
|
3825
|
+
char *retval;
|
3826
|
+
int64_t handle;
|
3827
|
+
const char *keywords[] = {"handle", NULL};
|
3762
3828
|
|
3763
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
3829
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
3764
3830
|
return NULL;
|
3765
3831
|
}
|
3766
|
-
retval =
|
3767
|
-
|
3832
|
+
retval = api_ExecutionResult_Output_Get(handle);
|
3833
|
+
py_retval = Py_BuildValue((char *) "s", retval);
|
3834
|
+
return py_retval;
|
3835
|
+
}
|
3836
|
+
PyObject * _wrap__api_api_ExecutionResult_Output_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3837
|
+
|
3838
|
+
|
3839
|
+
PyObject *
|
3840
|
+
_wrap__api_api_ExecutionResult_Output_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3841
|
+
{
|
3842
|
+
PyObject *py_retval;
|
3843
|
+
int64_t handle;
|
3844
|
+
char *val;
|
3845
|
+
const char *keywords[] = {"handle", "val", NULL};
|
3846
|
+
|
3847
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "Ls", (char **) keywords, &handle, &val)) {
|
3768
3848
|
return NULL;
|
3769
3849
|
}
|
3850
|
+
api_ExecutionResult_Output_Set(handle, val);
|
3851
|
+
Py_INCREF(Py_None);
|
3852
|
+
py_retval = Py_None;
|
3853
|
+
return py_retval;
|
3854
|
+
}
|
3855
|
+
PyObject * _wrap__api_api_ExecutionResult_Output_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3856
|
+
|
3857
|
+
|
3858
|
+
PyObject *
|
3859
|
+
_wrap__api_api_VM_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs))
|
3860
|
+
{
|
3861
|
+
PyObject *py_retval;
|
3862
|
+
int64_t retval;
|
3863
|
+
|
3864
|
+
retval = api_VM_CTor();
|
3770
3865
|
py_retval = Py_BuildValue((char *) "L", retval);
|
3771
3866
|
return py_retval;
|
3772
3867
|
}
|
3773
|
-
PyObject *
|
3868
|
+
PyObject * _wrap__api_api_VM_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs));
|
3774
3869
|
|
3775
3870
|
|
3776
3871
|
PyObject *
|
3777
|
-
|
3872
|
+
_wrap__api_api_VM_GetCompatibilityShim(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3778
3873
|
{
|
3779
3874
|
PyObject *py_retval;
|
3780
3875
|
int64_t retval;
|
3781
3876
|
int64_t _handle;
|
3782
|
-
char *
|
3783
|
-
const char *keywords[] = {"_handle", "id", NULL};
|
3877
|
+
const char *keywords[] = {"_handle", NULL};
|
3784
3878
|
|
3785
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
3879
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &_handle)) {
|
3786
3880
|
return NULL;
|
3787
3881
|
}
|
3788
|
-
retval =
|
3882
|
+
retval = api_VM_GetCompatibilityShim(_handle);
|
3789
3883
|
if (PyErr_Occurred()) {
|
3790
3884
|
return NULL;
|
3791
3885
|
}
|
3792
3886
|
py_retval = Py_BuildValue((char *) "L", retval);
|
3793
3887
|
return py_retval;
|
3794
3888
|
}
|
3795
|
-
PyObject *
|
3889
|
+
PyObject * _wrap__api_api_VM_GetCompatibilityShim(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3796
3890
|
|
3797
3891
|
|
3798
3892
|
PyObject *
|
3799
|
-
|
3893
|
+
_wrap__api_api_VM_Execute(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3800
3894
|
{
|
3801
3895
|
PyObject *py_retval;
|
3802
3896
|
int64_t retval;
|
3803
3897
|
int64_t _handle;
|
3804
|
-
char *
|
3805
|
-
const char *keywords[] = {"_handle", "
|
3898
|
+
char *code;
|
3899
|
+
const char *keywords[] = {"_handle", "code", NULL};
|
3806
3900
|
|
3807
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "Ls", (char **) keywords, &_handle, &
|
3901
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "Ls", (char **) keywords, &_handle, &code)) {
|
3808
3902
|
return NULL;
|
3809
3903
|
}
|
3810
|
-
retval =
|
3904
|
+
retval = api_VM_Execute(_handle, code);
|
3811
3905
|
if (PyErr_Occurred()) {
|
3812
3906
|
return NULL;
|
3813
3907
|
}
|
3814
3908
|
py_retval = Py_BuildValue((char *) "L", retval);
|
3815
3909
|
return py_retval;
|
3816
3910
|
}
|
3817
|
-
PyObject *
|
3911
|
+
PyObject * _wrap__api_api_VM_Execute(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3818
3912
|
|
3819
3913
|
|
3820
3914
|
PyObject *
|
3821
|
-
|
3915
|
+
_wrap__api_api_VM_ExecuteWithContext(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3822
3916
|
{
|
3823
3917
|
PyObject *py_retval;
|
3824
3918
|
int64_t retval;
|
3825
3919
|
int64_t _handle;
|
3826
|
-
|
3827
|
-
|
3920
|
+
int64_t ctx;
|
3921
|
+
char *code;
|
3922
|
+
const char *keywords[] = {"_handle", "ctx", "code", NULL};
|
3828
3923
|
|
3829
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
3924
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LLs", (char **) keywords, &_handle, &ctx, &code)) {
|
3830
3925
|
return NULL;
|
3831
3926
|
}
|
3832
|
-
retval =
|
3927
|
+
retval = api_VM_ExecuteWithContext(_handle, ctx, code);
|
3833
3928
|
if (PyErr_Occurred()) {
|
3834
3929
|
return NULL;
|
3835
3930
|
}
|
3836
3931
|
py_retval = Py_BuildValue((char *) "L", retval);
|
3837
3932
|
return py_retval;
|
3838
3933
|
}
|
3839
|
-
PyObject *
|
3934
|
+
PyObject * _wrap__api_api_VM_ExecuteWithContext(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3840
3935
|
|
3841
3936
|
|
3842
3937
|
PyObject *
|
3843
|
-
|
3938
|
+
_wrap__api_api_VM_NewObjectInstance(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3844
3939
|
{
|
3845
3940
|
PyObject *py_retval;
|
3846
|
-
|
3941
|
+
int64_t retval;
|
3847
3942
|
int64_t _handle;
|
3848
|
-
char *
|
3849
|
-
|
3850
|
-
const char *keywords[] = {"_handle", "id", "variable", NULL};
|
3943
|
+
char *className;
|
3944
|
+
const char *keywords[] = {"_handle", "className", NULL};
|
3851
3945
|
|
3852
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
3946
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "Ls", (char **) keywords, &_handle, &className)) {
|
3853
3947
|
return NULL;
|
3854
3948
|
}
|
3855
|
-
retval =
|
3949
|
+
retval = api_VM_NewObjectInstance(_handle, className);
|
3856
3950
|
if (PyErr_Occurred()) {
|
3857
3951
|
return NULL;
|
3858
3952
|
}
|
3859
|
-
py_retval = Py_BuildValue((char *) "
|
3953
|
+
py_retval = Py_BuildValue((char *) "L", retval);
|
3860
3954
|
return py_retval;
|
3861
3955
|
}
|
3862
|
-
PyObject *
|
3956
|
+
PyObject * _wrap__api_api_VM_NewObjectInstance(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3863
3957
|
|
3864
3958
|
|
3865
3959
|
PyObject *
|
3866
|
-
|
3960
|
+
_wrap__api_api_VM_Call(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3867
3961
|
{
|
3868
3962
|
PyObject *py_retval;
|
3869
3963
|
int64_t retval;
|
3964
|
+
int64_t _handle;
|
3965
|
+
char *functionName;
|
3966
|
+
int64_t args2;
|
3967
|
+
const char *keywords[] = {"_handle", "functionName", "args", NULL};
|
3870
3968
|
|
3871
|
-
|
3969
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LsL", (char **) keywords, &_handle, &functionName, &args2)) {
|
3970
|
+
return NULL;
|
3971
|
+
}
|
3972
|
+
retval = api_VM_Call(_handle, functionName, args2);
|
3973
|
+
if (PyErr_Occurred()) {
|
3974
|
+
return NULL;
|
3975
|
+
}
|
3872
3976
|
py_retval = Py_BuildValue((char *) "L", retval);
|
3873
3977
|
return py_retval;
|
3874
3978
|
}
|
3875
|
-
PyObject *
|
3979
|
+
PyObject * _wrap__api_api_VM_Call(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3876
3980
|
|
3877
3981
|
|
3878
3982
|
PyObject *
|
3879
|
-
|
3983
|
+
_wrap__api_api_VM_CallMethod(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3880
3984
|
{
|
3881
3985
|
PyObject *py_retval;
|
3882
3986
|
int64_t retval;
|
3883
|
-
int64_t
|
3884
|
-
|
3987
|
+
int64_t _handle;
|
3988
|
+
int64_t object;
|
3989
|
+
char *methodName;
|
3990
|
+
int64_t args2;
|
3991
|
+
const char *keywords[] = {"_handle", "object", "methodName", "args", NULL};
|
3885
3992
|
|
3886
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
3993
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LLsL", (char **) keywords, &_handle, &object, &methodName, &args2)) {
|
3994
|
+
return NULL;
|
3995
|
+
}
|
3996
|
+
retval = api_VM_CallMethod(_handle, object, methodName, args2);
|
3997
|
+
if (PyErr_Occurred()) {
|
3887
3998
|
return NULL;
|
3888
3999
|
}
|
3889
|
-
retval = api_VMConfig_Stdout_Get(handle);
|
3890
4000
|
py_retval = Py_BuildValue((char *) "L", retval);
|
3891
4001
|
return py_retval;
|
3892
4002
|
}
|
3893
|
-
PyObject *
|
4003
|
+
PyObject * _wrap__api_api_VM_CallMethod(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3894
4004
|
|
3895
4005
|
|
3896
4006
|
PyObject *
|
3897
|
-
|
4007
|
+
_wrap__api_api_VM_DefineVariable(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3898
4008
|
{
|
3899
4009
|
PyObject *py_retval;
|
3900
|
-
|
3901
|
-
int64_t
|
3902
|
-
|
4010
|
+
char *retval;
|
4011
|
+
int64_t _handle;
|
4012
|
+
char *name;
|
4013
|
+
int64_t value;
|
4014
|
+
bool constant;
|
4015
|
+
PyObject *py_constant;
|
4016
|
+
const char *keywords[] = {"_handle", "name", "value", "constant", NULL};
|
3903
4017
|
|
3904
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4018
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LsLO", (char **) keywords, &_handle, &name, &value, &py_constant)) {
|
3905
4019
|
return NULL;
|
3906
4020
|
}
|
3907
|
-
|
3908
|
-
|
3909
|
-
|
4021
|
+
constant = (bool) PyObject_IsTrue(py_constant);
|
4022
|
+
retval = api_VM_DefineVariable(_handle, name, value, constant);
|
4023
|
+
if (PyErr_Occurred()) {
|
4024
|
+
return NULL;
|
4025
|
+
}
|
4026
|
+
py_retval = Py_BuildValue((char *) "s", retval);
|
3910
4027
|
return py_retval;
|
3911
4028
|
}
|
3912
|
-
PyObject *
|
4029
|
+
PyObject * _wrap__api_api_VM_DefineVariable(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3913
4030
|
|
3914
4031
|
|
3915
4032
|
PyObject *
|
3916
|
-
|
4033
|
+
_wrap__api_api_VM_SetVariable(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3917
4034
|
{
|
3918
4035
|
PyObject *py_retval;
|
3919
|
-
|
3920
|
-
int64_t
|
3921
|
-
|
4036
|
+
char *retval;
|
4037
|
+
int64_t _handle;
|
4038
|
+
char *variableName;
|
4039
|
+
int64_t value;
|
4040
|
+
const char *keywords[] = {"_handle", "variableName", "value", NULL};
|
3922
4041
|
|
3923
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4042
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LsL", (char **) keywords, &_handle, &variableName, &value)) {
|
3924
4043
|
return NULL;
|
3925
4044
|
}
|
3926
|
-
retval =
|
3927
|
-
|
4045
|
+
retval = api_VM_SetVariable(_handle, variableName, value);
|
4046
|
+
if (PyErr_Occurred()) {
|
4047
|
+
return NULL;
|
4048
|
+
}
|
4049
|
+
py_retval = Py_BuildValue((char *) "s", retval);
|
3928
4050
|
return py_retval;
|
3929
4051
|
}
|
3930
|
-
PyObject *
|
4052
|
+
PyObject * _wrap__api_api_VM_SetVariable(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3931
4053
|
|
3932
4054
|
|
3933
4055
|
PyObject *
|
3934
|
-
|
4056
|
+
_wrap__api_api_VM_GetVariable(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3935
4057
|
{
|
3936
4058
|
PyObject *py_retval;
|
3937
|
-
int64_t
|
3938
|
-
int64_t
|
3939
|
-
|
4059
|
+
int64_t retval;
|
4060
|
+
int64_t _handle;
|
4061
|
+
char *variableName;
|
4062
|
+
const char *keywords[] = {"_handle", "variableName", NULL};
|
3940
4063
|
|
3941
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4064
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "Ls", (char **) keywords, &_handle, &variableName)) {
|
3942
4065
|
return NULL;
|
3943
4066
|
}
|
3944
|
-
|
3945
|
-
|
3946
|
-
|
4067
|
+
retval = api_VM_GetVariable(_handle, variableName);
|
4068
|
+
if (PyErr_Occurred()) {
|
4069
|
+
return NULL;
|
4070
|
+
}
|
4071
|
+
py_retval = Py_BuildValue((char *) "L", retval);
|
3947
4072
|
return py_retval;
|
3948
4073
|
}
|
3949
|
-
PyObject *
|
4074
|
+
PyObject * _wrap__api_api_VM_GetVariable(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3950
4075
|
|
3951
4076
|
|
3952
4077
|
PyObject *
|
3953
|
-
|
4078
|
+
_wrap__api_api_VM_DefineClass(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3954
4079
|
{
|
3955
4080
|
PyObject *py_retval;
|
3956
|
-
|
3957
|
-
int64_t
|
3958
|
-
|
4081
|
+
char *retval;
|
4082
|
+
int64_t _handle;
|
4083
|
+
int64_t classDef;
|
4084
|
+
const char *keywords[] = {"_handle", "classDef", NULL};
|
3959
4085
|
|
3960
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4086
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LL", (char **) keywords, &_handle, &classDef)) {
|
3961
4087
|
return NULL;
|
3962
4088
|
}
|
3963
|
-
retval =
|
3964
|
-
|
4089
|
+
retval = api_VM_DefineClass(_handle, classDef);
|
4090
|
+
if (PyErr_Occurred()) {
|
4091
|
+
return NULL;
|
4092
|
+
}
|
4093
|
+
py_retval = Py_BuildValue((char *) "s", retval);
|
3965
4094
|
return py_retval;
|
3966
4095
|
}
|
3967
|
-
PyObject *
|
4096
|
+
PyObject * _wrap__api_api_VM_DefineClass(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
3968
4097
|
|
3969
4098
|
|
3970
4099
|
PyObject *
|
3971
|
-
|
4100
|
+
_wrap__api_api_GoValue_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs))
|
3972
4101
|
{
|
3973
4102
|
PyObject *py_retval;
|
3974
|
-
int64_t
|
3975
|
-
int64_t val;
|
3976
|
-
const char *keywords[] = {"handle", "val", NULL};
|
4103
|
+
int64_t retval;
|
3977
4104
|
|
3978
|
-
|
3979
|
-
|
3980
|
-
}
|
3981
|
-
api_VMConfig_Timeout_Set(handle, val);
|
3982
|
-
Py_INCREF(Py_None);
|
3983
|
-
py_retval = Py_None;
|
4105
|
+
retval = api_GoValue_CTor();
|
4106
|
+
py_retval = Py_BuildValue((char *) "L", retval);
|
3984
4107
|
return py_retval;
|
3985
4108
|
}
|
3986
|
-
PyObject *
|
4109
|
+
PyObject * _wrap__api_api_GoValue_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs));
|
3987
4110
|
|
3988
4111
|
|
3989
4112
|
PyObject *
|
3990
|
-
|
4113
|
+
_wrap__api_api_GoValue_ID(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
3991
4114
|
{
|
3992
4115
|
PyObject *py_retval;
|
3993
4116
|
char *retval;
|
3994
|
-
int64_t
|
3995
|
-
const char *keywords[] = {"
|
4117
|
+
int64_t _handle;
|
4118
|
+
const char *keywords[] = {"_handle", NULL};
|
3996
4119
|
|
3997
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &
|
4120
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &_handle)) {
|
4121
|
+
return NULL;
|
4122
|
+
}
|
4123
|
+
retval = api_GoValue_ID(_handle);
|
4124
|
+
if (PyErr_Occurred()) {
|
4125
|
+
if (retval != NULL) free(retval);
|
3998
4126
|
return NULL;
|
3999
4127
|
}
|
4000
|
-
retval = api_VMConfig_WorkingDirectory_Get(handle);
|
4001
4128
|
py_retval = Py_BuildValue((char *) "s", retval);
|
4129
|
+
free(retval);
|
4002
4130
|
return py_retval;
|
4003
4131
|
}
|
4004
|
-
PyObject *
|
4132
|
+
PyObject * _wrap__api_api_GoValue_ID(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4005
4133
|
|
4006
4134
|
|
4007
4135
|
PyObject *
|
4008
|
-
|
4136
|
+
_wrap__api_api_GoValue_MarshalJSON(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4009
4137
|
{
|
4010
4138
|
PyObject *py_retval;
|
4011
|
-
int64_t
|
4012
|
-
|
4013
|
-
const char *keywords[] = {"
|
4139
|
+
int64_t retval;
|
4140
|
+
int64_t _handle;
|
4141
|
+
const char *keywords[] = {"_handle", NULL};
|
4014
4142
|
|
4015
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4143
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &_handle)) {
|
4016
4144
|
return NULL;
|
4017
4145
|
}
|
4018
|
-
|
4019
|
-
|
4020
|
-
|
4146
|
+
retval = api_GoValue_MarshalJSON(_handle);
|
4147
|
+
if (PyErr_Occurred()) {
|
4148
|
+
return NULL;
|
4149
|
+
}
|
4150
|
+
py_retval = Py_BuildValue((char *) "L", retval);
|
4021
4151
|
return py_retval;
|
4022
4152
|
}
|
4023
|
-
PyObject *
|
4153
|
+
PyObject * _wrap__api_api_GoValue_MarshalJSON(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4024
4154
|
|
4025
4155
|
|
4026
4156
|
PyObject *
|
4027
|
-
|
4157
|
+
_wrap__api_api_GoValue_Type(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4028
4158
|
{
|
4029
4159
|
PyObject *py_retval;
|
4030
4160
|
char *retval;
|
@@ -4034,216 +4164,219 @@ _wrap__api_api_VMConfig_Validate(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *a
|
|
4034
4164
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &_handle)) {
|
4035
4165
|
return NULL;
|
4036
4166
|
}
|
4037
|
-
retval =
|
4167
|
+
retval = api_GoValue_Type(_handle);
|
4038
4168
|
if (PyErr_Occurred()) {
|
4169
|
+
if (retval != NULL) free(retval);
|
4039
4170
|
return NULL;
|
4040
4171
|
}
|
4041
4172
|
py_retval = Py_BuildValue((char *) "s", retval);
|
4173
|
+
free(retval);
|
4042
4174
|
return py_retval;
|
4043
4175
|
}
|
4044
|
-
PyObject *
|
4176
|
+
PyObject * _wrap__api_api_GoValue_Type(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4045
4177
|
|
4046
4178
|
|
4047
4179
|
PyObject *
|
4048
|
-
|
4180
|
+
_wrap__api_api_GoValue_Int(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4049
4181
|
{
|
4050
4182
|
PyObject *py_retval;
|
4051
4183
|
int64_t retval;
|
4184
|
+
int64_t _handle;
|
4185
|
+
const char *keywords[] = {"_handle", NULL};
|
4052
4186
|
|
4053
|
-
|
4187
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &_handle)) {
|
4188
|
+
return NULL;
|
4189
|
+
}
|
4190
|
+
retval = api_GoValue_Int(_handle);
|
4191
|
+
if (PyErr_Occurred()) {
|
4192
|
+
return NULL;
|
4193
|
+
}
|
4054
4194
|
py_retval = Py_BuildValue((char *) "L", retval);
|
4055
4195
|
return py_retval;
|
4056
4196
|
}
|
4057
|
-
PyObject *
|
4197
|
+
PyObject * _wrap__api_api_GoValue_Int(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4058
4198
|
|
4059
4199
|
|
4060
4200
|
PyObject *
|
4061
|
-
|
4201
|
+
_wrap__api_api_GoValue_Float(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4062
4202
|
{
|
4063
4203
|
PyObject *py_retval;
|
4064
|
-
|
4065
|
-
int64_t
|
4066
|
-
const char *keywords[] = {"
|
4204
|
+
double retval;
|
4205
|
+
int64_t _handle;
|
4206
|
+
const char *keywords[] = {"_handle", NULL};
|
4067
4207
|
|
4068
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &
|
4208
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &_handle)) {
|
4069
4209
|
return NULL;
|
4070
4210
|
}
|
4071
|
-
retval =
|
4072
|
-
|
4073
|
-
return py_retval;
|
4074
|
-
}
|
4075
|
-
PyObject * _wrap__api_api_ClassDefinition_Name_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4076
|
-
|
4077
|
-
|
4078
|
-
PyObject *
|
4079
|
-
_wrap__api_api_ClassDefinition_Name_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4080
|
-
{
|
4081
|
-
PyObject *py_retval;
|
4082
|
-
int64_t handle;
|
4083
|
-
char *val;
|
4084
|
-
const char *keywords[] = {"handle", "val", NULL};
|
4085
|
-
|
4086
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "Ls", (char **) keywords, &handle, &val)) {
|
4211
|
+
retval = api_GoValue_Float(_handle);
|
4212
|
+
if (PyErr_Occurred()) {
|
4087
4213
|
return NULL;
|
4088
4214
|
}
|
4089
|
-
|
4090
|
-
Py_INCREF(Py_None);
|
4091
|
-
py_retval = Py_None;
|
4215
|
+
py_retval = Py_BuildValue((char *) "d", retval);
|
4092
4216
|
return py_retval;
|
4093
4217
|
}
|
4094
|
-
PyObject *
|
4218
|
+
PyObject * _wrap__api_api_GoValue_Float(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4095
4219
|
|
4096
4220
|
|
4097
4221
|
PyObject *
|
4098
|
-
|
4222
|
+
_wrap__api_api_GoValue_String(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4099
4223
|
{
|
4100
4224
|
PyObject *py_retval;
|
4101
|
-
|
4102
|
-
int64_t
|
4103
|
-
const char *keywords[] = {"
|
4225
|
+
char *retval;
|
4226
|
+
int64_t _handle;
|
4227
|
+
const char *keywords[] = {"_handle", NULL};
|
4104
4228
|
|
4105
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &
|
4229
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &_handle)) {
|
4106
4230
|
return NULL;
|
4107
4231
|
}
|
4108
|
-
retval =
|
4109
|
-
|
4232
|
+
retval = api_GoValue_String(_handle);
|
4233
|
+
if (PyErr_Occurred()) {
|
4234
|
+
if (retval != NULL) free(retval);
|
4235
|
+
return NULL;
|
4236
|
+
}
|
4237
|
+
py_retval = Py_BuildValue((char *) "s", retval);
|
4238
|
+
free(retval);
|
4110
4239
|
return py_retval;
|
4111
4240
|
}
|
4112
|
-
PyObject *
|
4241
|
+
PyObject * _wrap__api_api_GoValue_String(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4113
4242
|
|
4114
4243
|
|
4115
4244
|
PyObject *
|
4116
|
-
|
4245
|
+
_wrap__api_api_GoValue_Bool(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4117
4246
|
{
|
4118
4247
|
PyObject *py_retval;
|
4119
|
-
|
4120
|
-
int64_t
|
4121
|
-
const char *keywords[] = {"
|
4248
|
+
bool retval;
|
4249
|
+
int64_t _handle;
|
4250
|
+
const char *keywords[] = {"_handle", NULL};
|
4122
4251
|
|
4123
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4252
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &_handle)) {
|
4124
4253
|
return NULL;
|
4125
4254
|
}
|
4126
|
-
|
4127
|
-
|
4128
|
-
|
4255
|
+
retval = api_GoValue_Bool(_handle);
|
4256
|
+
if (PyErr_Occurred()) {
|
4257
|
+
return NULL;
|
4258
|
+
}
|
4259
|
+
py_retval = Py_BuildValue((char *) "N", PyBool_FromLong(retval));
|
4129
4260
|
return py_retval;
|
4130
4261
|
}
|
4131
|
-
PyObject *
|
4262
|
+
PyObject * _wrap__api_api_GoValue_Bool(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4132
4263
|
|
4133
4264
|
|
4134
4265
|
PyObject *
|
4135
|
-
|
4266
|
+
_wrap__api_api_GoValue_Slice(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4136
4267
|
{
|
4137
4268
|
PyObject *py_retval;
|
4138
4269
|
int64_t retval;
|
4139
|
-
int64_t
|
4140
|
-
const char *keywords[] = {"
|
4270
|
+
int64_t _handle;
|
4271
|
+
const char *keywords[] = {"_handle", NULL};
|
4141
4272
|
|
4142
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &
|
4273
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &_handle)) {
|
4274
|
+
return NULL;
|
4275
|
+
}
|
4276
|
+
retval = api_GoValue_Slice(_handle);
|
4277
|
+
if (PyErr_Occurred()) {
|
4143
4278
|
return NULL;
|
4144
4279
|
}
|
4145
|
-
retval = api_ClassDefinition_PrivateVariables_Get(handle);
|
4146
4280
|
py_retval = Py_BuildValue((char *) "L", retval);
|
4147
4281
|
return py_retval;
|
4148
4282
|
}
|
4149
|
-
PyObject *
|
4283
|
+
PyObject * _wrap__api_api_GoValue_Slice(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4150
4284
|
|
4151
4285
|
|
4152
4286
|
PyObject *
|
4153
|
-
|
4287
|
+
_wrap__api_api_GoValue_Map(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4154
4288
|
{
|
4155
4289
|
PyObject *py_retval;
|
4156
|
-
int64_t
|
4157
|
-
int64_t
|
4158
|
-
const char *keywords[] = {"
|
4290
|
+
int64_t retval;
|
4291
|
+
int64_t _handle;
|
4292
|
+
const char *keywords[] = {"_handle", NULL};
|
4159
4293
|
|
4160
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4294
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &_handle)) {
|
4161
4295
|
return NULL;
|
4162
4296
|
}
|
4163
|
-
|
4164
|
-
|
4165
|
-
|
4297
|
+
retval = api_GoValue_Map(_handle);
|
4298
|
+
if (PyErr_Occurred()) {
|
4299
|
+
return NULL;
|
4300
|
+
}
|
4301
|
+
py_retval = Py_BuildValue((char *) "L", retval);
|
4166
4302
|
return py_retval;
|
4167
4303
|
}
|
4168
|
-
PyObject *
|
4304
|
+
PyObject * _wrap__api_api_GoValue_Map(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4169
4305
|
|
4170
4306
|
|
4171
4307
|
PyObject *
|
4172
|
-
|
4308
|
+
_wrap__api_api_GoValue_Object(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4173
4309
|
{
|
4174
4310
|
PyObject *py_retval;
|
4175
4311
|
int64_t retval;
|
4176
|
-
int64_t
|
4177
|
-
const char *keywords[] = {"
|
4312
|
+
int64_t _handle;
|
4313
|
+
const char *keywords[] = {"_handle", NULL};
|
4178
4314
|
|
4179
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &
|
4315
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &_handle)) {
|
4316
|
+
return NULL;
|
4317
|
+
}
|
4318
|
+
retval = api_GoValue_Object(_handle);
|
4319
|
+
if (PyErr_Occurred()) {
|
4180
4320
|
return NULL;
|
4181
4321
|
}
|
4182
|
-
retval = api_ClassDefinition_SharedVariables_Get(handle);
|
4183
4322
|
py_retval = Py_BuildValue((char *) "L", retval);
|
4184
4323
|
return py_retval;
|
4185
4324
|
}
|
4186
|
-
PyObject *
|
4325
|
+
PyObject * _wrap__api_api_GoValue_Object(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4187
4326
|
|
4188
4327
|
|
4189
4328
|
PyObject *
|
4190
|
-
|
4329
|
+
_wrap__api_api_SourceLocation_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs))
|
4191
4330
|
{
|
4192
4331
|
PyObject *py_retval;
|
4193
|
-
int64_t
|
4194
|
-
int64_t val;
|
4195
|
-
const char *keywords[] = {"handle", "val", NULL};
|
4332
|
+
int64_t retval;
|
4196
4333
|
|
4197
|
-
|
4198
|
-
|
4199
|
-
}
|
4200
|
-
api_ClassDefinition_SharedVariables_Set(handle, val);
|
4201
|
-
Py_INCREF(Py_None);
|
4202
|
-
py_retval = Py_None;
|
4334
|
+
retval = api_SourceLocation_CTor();
|
4335
|
+
py_retval = Py_BuildValue((char *) "L", retval);
|
4203
4336
|
return py_retval;
|
4204
4337
|
}
|
4205
|
-
PyObject *
|
4338
|
+
PyObject * _wrap__api_api_SourceLocation_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs));
|
4206
4339
|
|
4207
4340
|
|
4208
4341
|
PyObject *
|
4209
|
-
|
4342
|
+
_wrap__api_api_SourceLocation_Filename_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4210
4343
|
{
|
4211
4344
|
PyObject *py_retval;
|
4212
|
-
|
4345
|
+
char *retval;
|
4213
4346
|
int64_t handle;
|
4214
4347
|
const char *keywords[] = {"handle", NULL};
|
4215
4348
|
|
4216
4349
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
4217
4350
|
return NULL;
|
4218
4351
|
}
|
4219
|
-
retval =
|
4220
|
-
py_retval = Py_BuildValue((char *) "
|
4352
|
+
retval = api_SourceLocation_Filename_Get(handle);
|
4353
|
+
py_retval = Py_BuildValue((char *) "s", retval);
|
4221
4354
|
return py_retval;
|
4222
4355
|
}
|
4223
|
-
PyObject *
|
4356
|
+
PyObject * _wrap__api_api_SourceLocation_Filename_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4224
4357
|
|
4225
4358
|
|
4226
4359
|
PyObject *
|
4227
|
-
|
4360
|
+
_wrap__api_api_SourceLocation_Filename_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4228
4361
|
{
|
4229
4362
|
PyObject *py_retval;
|
4230
4363
|
int64_t handle;
|
4231
|
-
|
4364
|
+
char *val;
|
4232
4365
|
const char *keywords[] = {"handle", "val", NULL};
|
4233
4366
|
|
4234
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4367
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "Ls", (char **) keywords, &handle, &val)) {
|
4235
4368
|
return NULL;
|
4236
4369
|
}
|
4237
|
-
|
4370
|
+
api_SourceLocation_Filename_Set(handle, val);
|
4238
4371
|
Py_INCREF(Py_None);
|
4239
4372
|
py_retval = Py_None;
|
4240
4373
|
return py_retval;
|
4241
4374
|
}
|
4242
|
-
PyObject *
|
4375
|
+
PyObject * _wrap__api_api_SourceLocation_Filename_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4243
4376
|
|
4244
4377
|
|
4245
4378
|
PyObject *
|
4246
|
-
|
4379
|
+
_wrap__api_api_SourceLocation_Line_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4247
4380
|
{
|
4248
4381
|
PyObject *py_retval;
|
4249
4382
|
int64_t retval;
|
@@ -4253,15 +4386,15 @@ _wrap__api_api_ClassDefinition_PrivateMethods_Get(PyObject * PYBINDGEN_UNUSED(du
|
|
4253
4386
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
4254
4387
|
return NULL;
|
4255
4388
|
}
|
4256
|
-
retval =
|
4389
|
+
retval = api_SourceLocation_Line_Get(handle);
|
4257
4390
|
py_retval = Py_BuildValue((char *) "L", retval);
|
4258
4391
|
return py_retval;
|
4259
4392
|
}
|
4260
|
-
PyObject *
|
4393
|
+
PyObject * _wrap__api_api_SourceLocation_Line_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4261
4394
|
|
4262
4395
|
|
4263
4396
|
PyObject *
|
4264
|
-
|
4397
|
+
_wrap__api_api_SourceLocation_Line_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4265
4398
|
{
|
4266
4399
|
PyObject *py_retval;
|
4267
4400
|
int64_t handle;
|
@@ -4271,16 +4404,16 @@ _wrap__api_api_ClassDefinition_PrivateMethods_Set(PyObject * PYBINDGEN_UNUSED(du
|
|
4271
4404
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LL", (char **) keywords, &handle, &val)) {
|
4272
4405
|
return NULL;
|
4273
4406
|
}
|
4274
|
-
|
4407
|
+
api_SourceLocation_Line_Set(handle, val);
|
4275
4408
|
Py_INCREF(Py_None);
|
4276
4409
|
py_retval = Py_None;
|
4277
4410
|
return py_retval;
|
4278
4411
|
}
|
4279
|
-
PyObject *
|
4412
|
+
PyObject * _wrap__api_api_SourceLocation_Line_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4280
4413
|
|
4281
4414
|
|
4282
4415
|
PyObject *
|
4283
|
-
|
4416
|
+
_wrap__api_api_SourceLocation_Column_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4284
4417
|
{
|
4285
4418
|
PyObject *py_retval;
|
4286
4419
|
int64_t retval;
|
@@ -4290,15 +4423,15 @@ _wrap__api_api_ClassDefinition_UnknownFunctionHandler_Get(PyObject * PYBINDGEN_U
|
|
4290
4423
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
4291
4424
|
return NULL;
|
4292
4425
|
}
|
4293
|
-
retval =
|
4426
|
+
retval = api_SourceLocation_Column_Get(handle);
|
4294
4427
|
py_retval = Py_BuildValue((char *) "L", retval);
|
4295
4428
|
return py_retval;
|
4296
4429
|
}
|
4297
|
-
PyObject *
|
4430
|
+
PyObject * _wrap__api_api_SourceLocation_Column_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4298
4431
|
|
4299
4432
|
|
4300
4433
|
PyObject *
|
4301
|
-
|
4434
|
+
_wrap__api_api_SourceLocation_Column_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4302
4435
|
{
|
4303
4436
|
PyObject *py_retval;
|
4304
4437
|
int64_t handle;
|
@@ -4308,482 +4441,473 @@ _wrap__api_api_ClassDefinition_UnknownFunctionHandler_Set(PyObject * PYBINDGEN_U
|
|
4308
4441
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LL", (char **) keywords, &handle, &val)) {
|
4309
4442
|
return NULL;
|
4310
4443
|
}
|
4311
|
-
|
4444
|
+
api_SourceLocation_Column_Set(handle, val);
|
4312
4445
|
Py_INCREF(Py_None);
|
4313
4446
|
py_retval = Py_None;
|
4314
4447
|
return py_retval;
|
4315
4448
|
}
|
4316
|
-
PyObject *
|
4449
|
+
PyObject * _wrap__api_api_SourceLocation_Column_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4317
4450
|
|
4318
4451
|
|
4319
4452
|
PyObject *
|
4320
|
-
|
4453
|
+
_wrap__api_api_UnknownFunctionHandler_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs))
|
4321
4454
|
{
|
4322
4455
|
PyObject *py_retval;
|
4323
4456
|
int64_t retval;
|
4324
4457
|
|
4325
|
-
retval =
|
4458
|
+
retval = api_UnknownFunctionHandler_CTor();
|
4326
4459
|
py_retval = Py_BuildValue((char *) "L", retval);
|
4327
4460
|
return py_retval;
|
4328
4461
|
}
|
4329
|
-
PyObject *
|
4462
|
+
PyObject * _wrap__api_api_UnknownFunctionHandler_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs));
|
4330
4463
|
|
4331
4464
|
|
4332
4465
|
PyObject *
|
4333
|
-
|
4466
|
+
_wrap__api_api_VMCompatibilityShim_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs))
|
4467
|
+
{
|
4468
|
+
PyObject *py_retval;
|
4469
|
+
int64_t retval;
|
4470
|
+
|
4471
|
+
retval = api_VMCompatibilityShim_CTor();
|
4472
|
+
py_retval = Py_BuildValue((char *) "L", retval);
|
4473
|
+
return py_retval;
|
4474
|
+
}
|
4475
|
+
PyObject * _wrap__api_api_VMCompatibilityShim_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs));
|
4476
|
+
|
4477
|
+
|
4478
|
+
PyObject *
|
4479
|
+
_wrap__api_api_VMCompatibilityShim_DefineFunction(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4334
4480
|
{
|
4335
4481
|
PyObject *py_retval;
|
4336
4482
|
char *retval;
|
4337
4483
|
int64_t _handle;
|
4338
|
-
|
4484
|
+
char *id;
|
4485
|
+
char *name;
|
4486
|
+
int64_t argc;
|
4487
|
+
PyObject *function;
|
4488
|
+
const char *keywords[] = {"_handle", "id", "name", "argc", "function", NULL};
|
4339
4489
|
|
4340
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4490
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LssLO", (char **) keywords, &_handle, &id, &name, &argc, &function)) {
|
4341
4491
|
return NULL;
|
4342
4492
|
}
|
4343
|
-
retval =
|
4493
|
+
retval = api_VMCompatibilityShim_DefineFunction(_handle, id, name, argc, function);
|
4344
4494
|
if (PyErr_Occurred()) {
|
4345
|
-
if (retval != NULL) free(retval);
|
4346
4495
|
return NULL;
|
4347
4496
|
}
|
4348
4497
|
py_retval = Py_BuildValue((char *) "s", retval);
|
4349
|
-
free(retval);
|
4350
4498
|
return py_retval;
|
4351
4499
|
}
|
4352
|
-
PyObject *
|
4500
|
+
PyObject * _wrap__api_api_VMCompatibilityShim_DefineFunction(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4353
4501
|
|
4354
4502
|
|
4355
4503
|
PyObject *
|
4356
|
-
|
4504
|
+
_wrap__api_api_VMCompatibilityShim_BuildNewClassVariableWithGetter(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4357
4505
|
{
|
4358
4506
|
PyObject *py_retval;
|
4359
4507
|
int64_t retval;
|
4360
4508
|
int64_t _handle;
|
4361
|
-
|
4509
|
+
int64_t variable;
|
4510
|
+
char *getterID;
|
4511
|
+
PyObject *getter;
|
4512
|
+
const char *keywords[] = {"_handle", "variable", "getterID", "getter", NULL};
|
4362
4513
|
|
4363
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4514
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LLsO", (char **) keywords, &_handle, &variable, &getterID, &getter)) {
|
4364
4515
|
return NULL;
|
4365
4516
|
}
|
4366
|
-
retval =
|
4517
|
+
retval = api_VMCompatibilityShim_BuildNewClassVariableWithGetter(_handle, variable, getterID, getter);
|
4367
4518
|
if (PyErr_Occurred()) {
|
4368
4519
|
return NULL;
|
4369
4520
|
}
|
4370
4521
|
py_retval = Py_BuildValue((char *) "L", retval);
|
4371
4522
|
return py_retval;
|
4372
4523
|
}
|
4373
|
-
PyObject *
|
4524
|
+
PyObject * _wrap__api_api_VMCompatibilityShim_BuildNewClassVariableWithGetter(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4374
4525
|
|
4375
4526
|
|
4376
4527
|
PyObject *
|
4377
|
-
|
4528
|
+
_wrap__api_api_VMCompatibilityShim_BuildNewClassVariableWithSetter(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4378
4529
|
{
|
4379
4530
|
PyObject *py_retval;
|
4380
|
-
|
4531
|
+
int64_t retval;
|
4381
4532
|
int64_t _handle;
|
4382
|
-
|
4533
|
+
int64_t variable;
|
4534
|
+
char *setterID;
|
4535
|
+
PyObject *setter;
|
4536
|
+
const char *keywords[] = {"_handle", "variable", "setterID", "setter", NULL};
|
4383
4537
|
|
4384
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4538
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LLsO", (char **) keywords, &_handle, &variable, &setterID, &setter)) {
|
4385
4539
|
return NULL;
|
4386
4540
|
}
|
4387
|
-
retval =
|
4541
|
+
retval = api_VMCompatibilityShim_BuildNewClassVariableWithSetter(_handle, variable, setterID, setter);
|
4388
4542
|
if (PyErr_Occurred()) {
|
4389
|
-
if (retval != NULL) free(retval);
|
4390
4543
|
return NULL;
|
4391
4544
|
}
|
4392
|
-
py_retval = Py_BuildValue((char *) "
|
4393
|
-
free(retval);
|
4545
|
+
py_retval = Py_BuildValue((char *) "L", retval);
|
4394
4546
|
return py_retval;
|
4395
4547
|
}
|
4396
|
-
PyObject *
|
4548
|
+
PyObject * _wrap__api_api_VMCompatibilityShim_BuildNewClassVariableWithSetter(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4397
4549
|
|
4398
4550
|
|
4399
4551
|
PyObject *
|
4400
|
-
|
4552
|
+
_wrap__api_api_VMCompatibilityShim_BuildNewClassMethod(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4401
4553
|
{
|
4402
4554
|
PyObject *py_retval;
|
4403
4555
|
int64_t retval;
|
4404
4556
|
int64_t _handle;
|
4405
|
-
|
4557
|
+
int64_t method;
|
4558
|
+
char *id;
|
4559
|
+
PyObject *function;
|
4560
|
+
const char *keywords[] = {"_handle", "method", "id", "function", NULL};
|
4406
4561
|
|
4407
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4562
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LLsO", (char **) keywords, &_handle, &method, &id, &function)) {
|
4408
4563
|
return NULL;
|
4409
4564
|
}
|
4410
|
-
retval =
|
4565
|
+
retval = api_VMCompatibilityShim_BuildNewClassMethod(_handle, method, id, function);
|
4411
4566
|
if (PyErr_Occurred()) {
|
4412
4567
|
return NULL;
|
4413
4568
|
}
|
4414
4569
|
py_retval = Py_BuildValue((char *) "L", retval);
|
4415
4570
|
return py_retval;
|
4416
4571
|
}
|
4417
|
-
PyObject *
|
4572
|
+
PyObject * _wrap__api_api_VMCompatibilityShim_BuildNewClassMethod(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4418
4573
|
|
4419
4574
|
|
4420
4575
|
PyObject *
|
4421
|
-
|
4576
|
+
_wrap__api_api_VMCompatibilityShim_BuildNewUnknownFunctionHandler(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4422
4577
|
{
|
4423
4578
|
PyObject *py_retval;
|
4424
|
-
|
4579
|
+
int64_t retval;
|
4425
4580
|
int64_t _handle;
|
4426
|
-
|
4581
|
+
char *id;
|
4582
|
+
PyObject *function;
|
4583
|
+
const char *keywords[] = {"_handle", "id", "function", NULL};
|
4427
4584
|
|
4428
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4585
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LsO", (char **) keywords, &_handle, &id, &function)) {
|
4429
4586
|
return NULL;
|
4430
4587
|
}
|
4431
|
-
retval =
|
4588
|
+
retval = api_VMCompatibilityShim_BuildNewUnknownFunctionHandler(_handle, id, function);
|
4432
4589
|
if (PyErr_Occurred()) {
|
4433
4590
|
return NULL;
|
4434
4591
|
}
|
4435
|
-
py_retval = Py_BuildValue((char *) "
|
4592
|
+
py_retval = Py_BuildValue((char *) "L", retval);
|
4436
4593
|
return py_retval;
|
4437
4594
|
}
|
4438
|
-
PyObject *
|
4595
|
+
PyObject * _wrap__api_api_VMCompatibilityShim_BuildNewUnknownFunctionHandler(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4439
4596
|
|
4440
4597
|
|
4441
4598
|
PyObject *
|
4442
|
-
|
4599
|
+
_wrap__api_api_VMCompatibilityShim_IsClassDefined(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4443
4600
|
{
|
4444
4601
|
PyObject *py_retval;
|
4445
|
-
|
4602
|
+
bool retval;
|
4446
4603
|
int64_t _handle;
|
4447
|
-
|
4604
|
+
char *name;
|
4605
|
+
const char *keywords[] = {"_handle", "name", NULL};
|
4448
4606
|
|
4449
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4607
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "Ls", (char **) keywords, &_handle, &name)) {
|
4450
4608
|
return NULL;
|
4451
4609
|
}
|
4452
|
-
retval =
|
4610
|
+
retval = api_VMCompatibilityShim_IsClassDefined(_handle, name);
|
4453
4611
|
if (PyErr_Occurred()) {
|
4454
|
-
if (retval != NULL) free(retval);
|
4455
4612
|
return NULL;
|
4456
4613
|
}
|
4457
|
-
py_retval = Py_BuildValue((char *) "
|
4458
|
-
free(retval);
|
4614
|
+
py_retval = Py_BuildValue((char *) "N", PyBool_FromLong(retval));
|
4459
4615
|
return py_retval;
|
4460
4616
|
}
|
4461
|
-
PyObject *
|
4617
|
+
PyObject * _wrap__api_api_VMCompatibilityShim_IsClassDefined(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4462
4618
|
|
4463
4619
|
|
4464
4620
|
PyObject *
|
4465
|
-
|
4621
|
+
_wrap__api_api_VMCompatibilityShim_LookupObject(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4466
4622
|
{
|
4467
4623
|
PyObject *py_retval;
|
4468
|
-
|
4624
|
+
int64_t retval;
|
4469
4625
|
int64_t _handle;
|
4470
|
-
|
4626
|
+
char *id;
|
4627
|
+
const char *keywords[] = {"_handle", "id", NULL};
|
4471
4628
|
|
4472
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4629
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "Ls", (char **) keywords, &_handle, &id)) {
|
4473
4630
|
return NULL;
|
4474
4631
|
}
|
4475
|
-
retval =
|
4632
|
+
retval = api_VMCompatibilityShim_LookupObject(_handle, id);
|
4476
4633
|
if (PyErr_Occurred()) {
|
4477
4634
|
return NULL;
|
4478
4635
|
}
|
4479
|
-
py_retval = Py_BuildValue((char *) "
|
4636
|
+
py_retval = Py_BuildValue((char *) "L", retval);
|
4480
4637
|
return py_retval;
|
4481
4638
|
}
|
4482
|
-
PyObject *
|
4639
|
+
PyObject * _wrap__api_api_VMCompatibilityShim_LookupObject(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4483
4640
|
|
4484
4641
|
|
4485
4642
|
PyObject *
|
4486
|
-
|
4643
|
+
_wrap__api_api_VMCompatibilityShim_GetObjectMRO(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4487
4644
|
{
|
4488
4645
|
PyObject *py_retval;
|
4489
4646
|
int64_t retval;
|
4490
4647
|
int64_t _handle;
|
4491
|
-
|
4648
|
+
char *id;
|
4649
|
+
const char *keywords[] = {"_handle", "id", NULL};
|
4492
4650
|
|
4493
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4651
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "Ls", (char **) keywords, &_handle, &id)) {
|
4494
4652
|
return NULL;
|
4495
4653
|
}
|
4496
|
-
retval =
|
4654
|
+
retval = api_VMCompatibilityShim_GetObjectMRO(_handle, id);
|
4497
4655
|
if (PyErr_Occurred()) {
|
4498
4656
|
return NULL;
|
4499
4657
|
}
|
4500
4658
|
py_retval = Py_BuildValue((char *) "L", retval);
|
4501
4659
|
return py_retval;
|
4502
4660
|
}
|
4503
|
-
PyObject *
|
4661
|
+
PyObject * _wrap__api_api_VMCompatibilityShim_GetObjectMRO(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4504
4662
|
|
4505
4663
|
|
4506
4664
|
PyObject *
|
4507
|
-
|
4665
|
+
_wrap__api_api_VMCompatibilityShim_GetObjectImmediateFunctions(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4508
4666
|
{
|
4509
4667
|
PyObject *py_retval;
|
4510
4668
|
int64_t retval;
|
4511
4669
|
int64_t _handle;
|
4512
|
-
|
4670
|
+
char *id;
|
4671
|
+
const char *keywords[] = {"_handle", "id", NULL};
|
4513
4672
|
|
4514
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4673
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "Ls", (char **) keywords, &_handle, &id)) {
|
4515
4674
|
return NULL;
|
4516
4675
|
}
|
4517
|
-
retval =
|
4676
|
+
retval = api_VMCompatibilityShim_GetObjectImmediateFunctions(_handle, id);
|
4518
4677
|
if (PyErr_Occurred()) {
|
4519
4678
|
return NULL;
|
4520
4679
|
}
|
4521
4680
|
py_retval = Py_BuildValue((char *) "L", retval);
|
4522
4681
|
return py_retval;
|
4523
4682
|
}
|
4524
|
-
PyObject *
|
4683
|
+
PyObject * _wrap__api_api_VMCompatibilityShim_GetObjectImmediateFunctions(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4525
4684
|
|
4526
4685
|
|
4527
4686
|
PyObject *
|
4528
|
-
|
4687
|
+
_wrap__api_api_VMCompatibilityShim_GetObjectImmediateVariables(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4529
4688
|
{
|
4530
4689
|
PyObject *py_retval;
|
4531
4690
|
int64_t retval;
|
4532
4691
|
int64_t _handle;
|
4533
|
-
|
4692
|
+
char *id;
|
4693
|
+
const char *keywords[] = {"_handle", "id", NULL};
|
4534
4694
|
|
4535
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4695
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "Ls", (char **) keywords, &_handle, &id)) {
|
4536
4696
|
return NULL;
|
4537
4697
|
}
|
4538
|
-
retval =
|
4698
|
+
retval = api_VMCompatibilityShim_GetObjectImmediateVariables(_handle, id);
|
4539
4699
|
if (PyErr_Occurred()) {
|
4540
4700
|
return NULL;
|
4541
4701
|
}
|
4542
4702
|
py_retval = Py_BuildValue((char *) "L", retval);
|
4543
4703
|
return py_retval;
|
4544
4704
|
}
|
4545
|
-
PyObject *
|
4705
|
+
PyObject * _wrap__api_api_VMCompatibilityShim_GetObjectImmediateVariables(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4546
4706
|
|
4547
4707
|
|
4548
4708
|
PyObject *
|
4549
|
-
|
4709
|
+
_wrap__api_api_VMCompatibilityShim_AddVariableToObject(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4550
4710
|
{
|
4551
4711
|
PyObject *py_retval;
|
4552
|
-
|
4712
|
+
char *retval;
|
4713
|
+
int64_t _handle;
|
4714
|
+
char *id;
|
4715
|
+
int64_t variable;
|
4716
|
+
const char *keywords[] = {"_handle", "id", "variable", NULL};
|
4553
4717
|
|
4554
|
-
|
4555
|
-
|
4718
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LsL", (char **) keywords, &_handle, &id, &variable)) {
|
4719
|
+
return NULL;
|
4720
|
+
}
|
4721
|
+
retval = api_VMCompatibilityShim_AddVariableToObject(_handle, id, variable);
|
4722
|
+
if (PyErr_Occurred()) {
|
4723
|
+
return NULL;
|
4724
|
+
}
|
4725
|
+
py_retval = Py_BuildValue((char *) "s", retval);
|
4556
4726
|
return py_retval;
|
4557
4727
|
}
|
4558
|
-
PyObject *
|
4728
|
+
PyObject * _wrap__api_api_VMCompatibilityShim_AddVariableToObject(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4559
4729
|
|
4560
4730
|
|
4561
4731
|
PyObject *
|
4562
|
-
|
4732
|
+
_wrap__api_api_VMConfig_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs))
|
4563
4733
|
{
|
4564
4734
|
PyObject *py_retval;
|
4565
4735
|
int64_t retval;
|
4566
|
-
int64_t _handle;
|
4567
|
-
const char *keywords[] = {"_handle", NULL};
|
4568
4736
|
|
4569
|
-
|
4570
|
-
return NULL;
|
4571
|
-
}
|
4572
|
-
retval = api_VM_GetCompatibilityShim(_handle);
|
4573
|
-
if (PyErr_Occurred()) {
|
4574
|
-
return NULL;
|
4575
|
-
}
|
4737
|
+
retval = api_VMConfig_CTor();
|
4576
4738
|
py_retval = Py_BuildValue((char *) "L", retval);
|
4577
4739
|
return py_retval;
|
4578
4740
|
}
|
4579
|
-
PyObject *
|
4741
|
+
PyObject * _wrap__api_api_VMConfig_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs));
|
4580
4742
|
|
4581
4743
|
|
4582
4744
|
PyObject *
|
4583
|
-
|
4745
|
+
_wrap__api_api_VMConfig_Stdout_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4584
4746
|
{
|
4585
4747
|
PyObject *py_retval;
|
4586
4748
|
int64_t retval;
|
4587
|
-
int64_t
|
4588
|
-
char *
|
4589
|
-
const char *keywords[] = {"_handle", "code", NULL};
|
4749
|
+
int64_t handle;
|
4750
|
+
const char *keywords[] = {"handle", NULL};
|
4590
4751
|
|
4591
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4592
|
-
return NULL;
|
4593
|
-
}
|
4594
|
-
retval = api_VM_Execute(_handle, code);
|
4595
|
-
if (PyErr_Occurred()) {
|
4752
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
4596
4753
|
return NULL;
|
4597
4754
|
}
|
4755
|
+
retval = api_VMConfig_Stdout_Get(handle);
|
4598
4756
|
py_retval = Py_BuildValue((char *) "L", retval);
|
4599
4757
|
return py_retval;
|
4600
4758
|
}
|
4601
|
-
PyObject *
|
4759
|
+
PyObject * _wrap__api_api_VMConfig_Stdout_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4602
4760
|
|
4603
4761
|
|
4604
4762
|
PyObject *
|
4605
|
-
|
4763
|
+
_wrap__api_api_VMConfig_Stdout_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4606
4764
|
{
|
4607
4765
|
PyObject *py_retval;
|
4608
|
-
int64_t
|
4609
|
-
int64_t
|
4610
|
-
|
4611
|
-
char *code;
|
4612
|
-
const char *keywords[] = {"_handle", "ctx", "code", NULL};
|
4766
|
+
int64_t handle;
|
4767
|
+
int64_t val;
|
4768
|
+
const char *keywords[] = {"handle", "val", NULL};
|
4613
4769
|
|
4614
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4615
|
-
return NULL;
|
4616
|
-
}
|
4617
|
-
retval = api_VM_ExecuteWithContext(_handle, ctx, code);
|
4618
|
-
if (PyErr_Occurred()) {
|
4770
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LL", (char **) keywords, &handle, &val)) {
|
4619
4771
|
return NULL;
|
4620
4772
|
}
|
4621
|
-
|
4773
|
+
api_VMConfig_Stdout_Set(handle, val);
|
4774
|
+
Py_INCREF(Py_None);
|
4775
|
+
py_retval = Py_None;
|
4622
4776
|
return py_retval;
|
4623
4777
|
}
|
4624
|
-
PyObject *
|
4778
|
+
PyObject * _wrap__api_api_VMConfig_Stdout_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4625
4779
|
|
4626
4780
|
|
4627
4781
|
PyObject *
|
4628
|
-
|
4782
|
+
_wrap__api_api_VMConfig_Stdin_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4629
4783
|
{
|
4630
4784
|
PyObject *py_retval;
|
4631
4785
|
int64_t retval;
|
4632
|
-
int64_t
|
4633
|
-
char *
|
4634
|
-
const char *keywords[] = {"_handle", "className", NULL};
|
4786
|
+
int64_t handle;
|
4787
|
+
const char *keywords[] = {"handle", NULL};
|
4635
4788
|
|
4636
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4637
|
-
return NULL;
|
4638
|
-
}
|
4639
|
-
retval = api_VM_NewObjectInstance(_handle, className);
|
4640
|
-
if (PyErr_Occurred()) {
|
4789
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
4641
4790
|
return NULL;
|
4642
4791
|
}
|
4792
|
+
retval = api_VMConfig_Stdin_Get(handle);
|
4643
4793
|
py_retval = Py_BuildValue((char *) "L", retval);
|
4644
4794
|
return py_retval;
|
4645
4795
|
}
|
4646
|
-
PyObject *
|
4796
|
+
PyObject * _wrap__api_api_VMConfig_Stdin_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4647
4797
|
|
4648
4798
|
|
4649
4799
|
PyObject *
|
4650
|
-
|
4800
|
+
_wrap__api_api_VMConfig_Stdin_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4651
4801
|
{
|
4652
4802
|
PyObject *py_retval;
|
4653
|
-
int64_t
|
4654
|
-
int64_t
|
4655
|
-
char *
|
4656
|
-
int64_t args2;
|
4657
|
-
const char *keywords[] = {"_handle", "functionName", "args", NULL};
|
4803
|
+
int64_t handle;
|
4804
|
+
int64_t val;
|
4805
|
+
const char *keywords[] = {"handle", "val", NULL};
|
4658
4806
|
|
4659
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4660
|
-
return NULL;
|
4661
|
-
}
|
4662
|
-
retval = api_VM_Call(_handle, functionName, args2);
|
4663
|
-
if (PyErr_Occurred()) {
|
4807
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LL", (char **) keywords, &handle, &val)) {
|
4664
4808
|
return NULL;
|
4665
4809
|
}
|
4666
|
-
|
4810
|
+
api_VMConfig_Stdin_Set(handle, val);
|
4811
|
+
Py_INCREF(Py_None);
|
4812
|
+
py_retval = Py_None;
|
4667
4813
|
return py_retval;
|
4668
4814
|
}
|
4669
|
-
PyObject *
|
4815
|
+
PyObject * _wrap__api_api_VMConfig_Stdin_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4670
4816
|
|
4671
4817
|
|
4672
4818
|
PyObject *
|
4673
|
-
|
4819
|
+
_wrap__api_api_VMConfig_Timeout_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4674
4820
|
{
|
4675
4821
|
PyObject *py_retval;
|
4676
4822
|
int64_t retval;
|
4677
|
-
int64_t
|
4678
|
-
|
4679
|
-
char *methodName;
|
4680
|
-
int64_t args2;
|
4681
|
-
const char *keywords[] = {"_handle", "object", "methodName", "args", NULL};
|
4823
|
+
int64_t handle;
|
4824
|
+
const char *keywords[] = {"handle", NULL};
|
4682
4825
|
|
4683
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4684
|
-
return NULL;
|
4685
|
-
}
|
4686
|
-
retval = api_VM_CallMethod(_handle, object, methodName, args2);
|
4687
|
-
if (PyErr_Occurred()) {
|
4826
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
4688
4827
|
return NULL;
|
4689
4828
|
}
|
4829
|
+
retval = api_VMConfig_Timeout_Get(handle);
|
4690
4830
|
py_retval = Py_BuildValue((char *) "L", retval);
|
4691
4831
|
return py_retval;
|
4692
4832
|
}
|
4693
|
-
PyObject *
|
4833
|
+
PyObject * _wrap__api_api_VMConfig_Timeout_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4694
4834
|
|
4695
4835
|
|
4696
4836
|
PyObject *
|
4697
|
-
|
4837
|
+
_wrap__api_api_VMConfig_Timeout_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4698
4838
|
{
|
4699
4839
|
PyObject *py_retval;
|
4700
|
-
|
4701
|
-
int64_t
|
4702
|
-
char *
|
4703
|
-
int64_t value;
|
4704
|
-
bool constant;
|
4705
|
-
PyObject *py_constant;
|
4706
|
-
const char *keywords[] = {"_handle", "name", "value", "constant", NULL};
|
4840
|
+
int64_t handle;
|
4841
|
+
int64_t val;
|
4842
|
+
const char *keywords[] = {"handle", "val", NULL};
|
4707
4843
|
|
4708
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4709
|
-
return NULL;
|
4710
|
-
}
|
4711
|
-
constant = (bool) PyObject_IsTrue(py_constant);
|
4712
|
-
retval = api_VM_DefineVariable(_handle, name, value, constant);
|
4713
|
-
if (PyErr_Occurred()) {
|
4844
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LL", (char **) keywords, &handle, &val)) {
|
4714
4845
|
return NULL;
|
4715
4846
|
}
|
4716
|
-
|
4847
|
+
api_VMConfig_Timeout_Set(handle, val);
|
4848
|
+
Py_INCREF(Py_None);
|
4849
|
+
py_retval = Py_None;
|
4717
4850
|
return py_retval;
|
4718
4851
|
}
|
4719
|
-
PyObject *
|
4852
|
+
PyObject * _wrap__api_api_VMConfig_Timeout_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4720
4853
|
|
4721
4854
|
|
4722
4855
|
PyObject *
|
4723
|
-
|
4856
|
+
_wrap__api_api_VMConfig_WorkingDirectory_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4724
4857
|
{
|
4725
4858
|
PyObject *py_retval;
|
4726
4859
|
char *retval;
|
4727
|
-
int64_t
|
4728
|
-
char *
|
4729
|
-
int64_t value;
|
4730
|
-
const char *keywords[] = {"_handle", "variableName", "value", NULL};
|
4860
|
+
int64_t handle;
|
4861
|
+
const char *keywords[] = {"handle", NULL};
|
4731
4862
|
|
4732
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4733
|
-
return NULL;
|
4734
|
-
}
|
4735
|
-
retval = api_VM_SetVariable(_handle, variableName, value);
|
4736
|
-
if (PyErr_Occurred()) {
|
4863
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
4737
4864
|
return NULL;
|
4738
4865
|
}
|
4866
|
+
retval = api_VMConfig_WorkingDirectory_Get(handle);
|
4739
4867
|
py_retval = Py_BuildValue((char *) "s", retval);
|
4740
4868
|
return py_retval;
|
4741
4869
|
}
|
4742
|
-
PyObject *
|
4870
|
+
PyObject * _wrap__api_api_VMConfig_WorkingDirectory_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4743
4871
|
|
4744
4872
|
|
4745
4873
|
PyObject *
|
4746
|
-
|
4874
|
+
_wrap__api_api_VMConfig_WorkingDirectory_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4747
4875
|
{
|
4748
4876
|
PyObject *py_retval;
|
4749
|
-
int64_t
|
4750
|
-
|
4751
|
-
char *
|
4752
|
-
const char *keywords[] = {"_handle", "variableName", NULL};
|
4877
|
+
int64_t handle;
|
4878
|
+
char *val;
|
4879
|
+
const char *keywords[] = {"handle", "val", NULL};
|
4753
4880
|
|
4754
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "Ls", (char **) keywords, &
|
4755
|
-
return NULL;
|
4756
|
-
}
|
4757
|
-
retval = api_VM_GetVariable(_handle, variableName);
|
4758
|
-
if (PyErr_Occurred()) {
|
4881
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "Ls", (char **) keywords, &handle, &val)) {
|
4759
4882
|
return NULL;
|
4760
4883
|
}
|
4761
|
-
|
4884
|
+
api_VMConfig_WorkingDirectory_Set(handle, val);
|
4885
|
+
Py_INCREF(Py_None);
|
4886
|
+
py_retval = Py_None;
|
4762
4887
|
return py_retval;
|
4763
4888
|
}
|
4764
|
-
PyObject *
|
4889
|
+
PyObject * _wrap__api_api_VMConfig_WorkingDirectory_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4765
4890
|
|
4766
4891
|
|
4767
4892
|
PyObject *
|
4768
|
-
|
4893
|
+
_wrap__api_api_VMConfig_Validate(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
4769
4894
|
{
|
4770
4895
|
PyObject *py_retval;
|
4771
4896
|
char *retval;
|
4772
4897
|
int64_t _handle;
|
4773
|
-
|
4774
|
-
const char *keywords[] = {"_handle", "classDef", NULL};
|
4898
|
+
const char *keywords[] = {"_handle", NULL};
|
4775
4899
|
|
4776
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
4900
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &_handle)) {
|
4777
4901
|
return NULL;
|
4778
4902
|
}
|
4779
|
-
retval =
|
4903
|
+
retval = api_VMConfig_Validate(_handle);
|
4780
4904
|
if (PyErr_Occurred()) {
|
4781
4905
|
return NULL;
|
4782
4906
|
}
|
4783
4907
|
py_retval = Py_BuildValue((char *) "s", retval);
|
4784
4908
|
return py_retval;
|
4785
4909
|
}
|
4786
|
-
PyObject *
|
4910
|
+
PyObject * _wrap__api_api_VMConfig_Validate(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
4787
4911
|
|
4788
4912
|
|
4789
4913
|
PyObject *
|
@@ -5097,159 +5221,61 @@ PyObject * _wrap__api_api_VMError_IsConfigError(PyObject * PYBINDGEN_UNUSED(dumm
|
|
5097
5221
|
|
5098
5222
|
|
5099
5223
|
PyObject *
|
5100
|
-
|
5101
|
-
{
|
5102
|
-
PyObject *py_retval;
|
5103
|
-
int64_t retval;
|
5104
|
-
|
5105
|
-
retval = api_ExecutionResult_CTor();
|
5106
|
-
py_retval = Py_BuildValue((char *) "L", retval);
|
5107
|
-
return py_retval;
|
5108
|
-
}
|
5109
|
-
PyObject * _wrap__api_api_ExecutionResult_CTor(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs));
|
5110
|
-
|
5111
|
-
|
5112
|
-
PyObject *
|
5113
|
-
_wrap__api_api_ExecutionResult_Value_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
5224
|
+
_wrap__api_api_NewClassDefinition(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs))
|
5114
5225
|
{
|
5115
5226
|
PyObject *py_retval;
|
5116
5227
|
int64_t retval;
|
5117
|
-
int64_t handle;
|
5118
|
-
const char *keywords[] = {"handle", NULL};
|
5119
5228
|
|
5120
|
-
|
5229
|
+
retval = api_NewClassDefinition();
|
5230
|
+
if (PyErr_Occurred()) {
|
5121
5231
|
return NULL;
|
5122
5232
|
}
|
5123
|
-
retval = api_ExecutionResult_Value_Get(handle);
|
5124
5233
|
py_retval = Py_BuildValue((char *) "L", retval);
|
5125
5234
|
return py_retval;
|
5126
5235
|
}
|
5127
|
-
PyObject *
|
5128
|
-
|
5129
|
-
|
5130
|
-
PyObject *
|
5131
|
-
_wrap__api_api_ExecutionResult_Value_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
5132
|
-
{
|
5133
|
-
PyObject *py_retval;
|
5134
|
-
int64_t handle;
|
5135
|
-
int64_t val;
|
5136
|
-
const char *keywords[] = {"handle", "val", NULL};
|
5137
|
-
|
5138
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LL", (char **) keywords, &handle, &val)) {
|
5139
|
-
return NULL;
|
5140
|
-
}
|
5141
|
-
api_ExecutionResult_Value_Set(handle, val);
|
5142
|
-
Py_INCREF(Py_None);
|
5143
|
-
py_retval = Py_None;
|
5144
|
-
return py_retval;
|
5145
|
-
}
|
5146
|
-
PyObject * _wrap__api_api_ExecutionResult_Value_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
5236
|
+
PyObject * _wrap__api_api_NewClassDefinition(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs));
|
5147
5237
|
|
5148
5238
|
|
5149
5239
|
PyObject *
|
5150
|
-
|
5240
|
+
_wrap__api_api_NewVM(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
5151
5241
|
{
|
5152
5242
|
PyObject *py_retval;
|
5153
5243
|
int64_t retval;
|
5154
|
-
int64_t
|
5155
|
-
const char *keywords[] = {"
|
5156
|
-
|
5157
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
5158
|
-
return NULL;
|
5159
|
-
}
|
5160
|
-
retval = api_ExecutionResult_RawValue_Get(handle);
|
5161
|
-
py_retval = Py_BuildValue((char *) "L", retval);
|
5162
|
-
return py_retval;
|
5163
|
-
}
|
5164
|
-
PyObject * _wrap__api_api_ExecutionResult_RawValue_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
5165
|
-
|
5166
|
-
|
5167
|
-
PyObject *
|
5168
|
-
_wrap__api_api_ExecutionResult_RawValue_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
5169
|
-
{
|
5170
|
-
PyObject *py_retval;
|
5171
|
-
int64_t handle;
|
5172
|
-
int64_t val;
|
5173
|
-
const char *keywords[] = {"handle", "val", NULL};
|
5174
|
-
|
5175
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "LL", (char **) keywords, &handle, &val)) {
|
5176
|
-
return NULL;
|
5177
|
-
}
|
5178
|
-
api_ExecutionResult_RawValue_Set(handle, val);
|
5179
|
-
Py_INCREF(Py_None);
|
5180
|
-
py_retval = Py_None;
|
5181
|
-
return py_retval;
|
5182
|
-
}
|
5183
|
-
PyObject * _wrap__api_api_ExecutionResult_RawValue_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
5184
|
-
|
5185
|
-
|
5186
|
-
PyObject *
|
5187
|
-
_wrap__api_api_ExecutionResult_Output_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
5188
|
-
{
|
5189
|
-
PyObject *py_retval;
|
5190
|
-
char *retval;
|
5191
|
-
int64_t handle;
|
5192
|
-
const char *keywords[] = {"handle", NULL};
|
5193
|
-
|
5194
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &handle)) {
|
5195
|
-
return NULL;
|
5196
|
-
}
|
5197
|
-
retval = api_ExecutionResult_Output_Get(handle);
|
5198
|
-
py_retval = Py_BuildValue((char *) "s", retval);
|
5199
|
-
return py_retval;
|
5200
|
-
}
|
5201
|
-
PyObject * _wrap__api_api_ExecutionResult_Output_Get(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
5202
|
-
|
5203
|
-
|
5204
|
-
PyObject *
|
5205
|
-
_wrap__api_api_ExecutionResult_Output_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
5206
|
-
{
|
5207
|
-
PyObject *py_retval;
|
5208
|
-
int64_t handle;
|
5209
|
-
char *val;
|
5210
|
-
const char *keywords[] = {"handle", "val", NULL};
|
5244
|
+
int64_t config;
|
5245
|
+
const char *keywords[] = {"config", NULL};
|
5211
5246
|
|
5212
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
5247
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &config)) {
|
5213
5248
|
return NULL;
|
5214
5249
|
}
|
5215
|
-
|
5216
|
-
Py_INCREF(Py_None);
|
5217
|
-
py_retval = Py_None;
|
5218
|
-
return py_retval;
|
5219
|
-
}
|
5220
|
-
PyObject * _wrap__api_api_ExecutionResult_Output_Set(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
5221
|
-
|
5222
|
-
|
5223
|
-
PyObject *
|
5224
|
-
_wrap__api_api_DefaultConfig(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs))
|
5225
|
-
{
|
5226
|
-
PyObject *py_retval;
|
5227
|
-
int64_t retval;
|
5228
|
-
|
5229
|
-
retval = api_DefaultConfig();
|
5250
|
+
retval = api_NewVM(config);
|
5230
5251
|
if (PyErr_Occurred()) {
|
5231
5252
|
return NULL;
|
5232
5253
|
}
|
5233
5254
|
py_retval = Py_BuildValue((char *) "L", retval);
|
5234
5255
|
return py_retval;
|
5235
5256
|
}
|
5236
|
-
PyObject *
|
5257
|
+
PyObject * _wrap__api_api_NewVM(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
5237
5258
|
|
5238
5259
|
|
5239
5260
|
PyObject *
|
5240
|
-
|
5261
|
+
_wrap__api_api_WrapInt(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
5241
5262
|
{
|
5242
5263
|
PyObject *py_retval;
|
5243
5264
|
int64_t retval;
|
5265
|
+
int64_t value;
|
5266
|
+
const char *keywords[] = {"value", NULL};
|
5244
5267
|
|
5245
|
-
|
5268
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &value)) {
|
5269
|
+
return NULL;
|
5270
|
+
}
|
5271
|
+
retval = api_WrapInt(value);
|
5246
5272
|
if (PyErr_Occurred()) {
|
5247
5273
|
return NULL;
|
5248
5274
|
}
|
5249
5275
|
py_retval = Py_BuildValue((char *) "L", retval);
|
5250
5276
|
return py_retval;
|
5251
5277
|
}
|
5252
|
-
PyObject *
|
5278
|
+
PyObject * _wrap__api_api_WrapInt(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
5253
5279
|
|
5254
5280
|
|
5255
5281
|
PyObject *
|
@@ -5274,24 +5300,24 @@ PyObject * _wrap__api_api_WrapObject(PyObject * PYBINDGEN_UNUSED(dummy), PyObjec
|
|
5274
5300
|
|
5275
5301
|
|
5276
5302
|
PyObject *
|
5277
|
-
|
5303
|
+
_wrap__api_api_WrapAny(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
5278
5304
|
{
|
5279
5305
|
PyObject *py_retval;
|
5280
5306
|
int64_t retval;
|
5281
|
-
|
5282
|
-
const char *keywords[] = {"
|
5307
|
+
char *value;
|
5308
|
+
const char *keywords[] = {"value", NULL};
|
5283
5309
|
|
5284
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
5310
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "s", (char **) keywords, &value)) {
|
5285
5311
|
return NULL;
|
5286
5312
|
}
|
5287
|
-
retval =
|
5313
|
+
retval = api_WrapAny(value);
|
5288
5314
|
if (PyErr_Occurred()) {
|
5289
5315
|
return NULL;
|
5290
5316
|
}
|
5291
5317
|
py_retval = Py_BuildValue((char *) "L", retval);
|
5292
5318
|
return py_retval;
|
5293
5319
|
}
|
5294
|
-
PyObject *
|
5320
|
+
PyObject * _wrap__api_api_WrapAny(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
5295
5321
|
|
5296
5322
|
|
5297
5323
|
PyObject *
|
@@ -5318,112 +5344,108 @@ PyObject * _wrap__api_api_WrapBool(PyObject * PYBINDGEN_UNUSED(dummy), PyObject
|
|
5318
5344
|
|
5319
5345
|
|
5320
5346
|
PyObject *
|
5321
|
-
|
5347
|
+
_wrap__api_api_ToGoValue(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
5322
5348
|
{
|
5323
5349
|
PyObject *py_retval;
|
5324
5350
|
int64_t retval;
|
5325
|
-
|
5326
|
-
const char *keywords[] = {"
|
5351
|
+
int64_t val;
|
5352
|
+
const char *keywords[] = {"val", NULL};
|
5327
5353
|
|
5328
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
5354
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &val)) {
|
5329
5355
|
return NULL;
|
5330
5356
|
}
|
5331
|
-
retval =
|
5357
|
+
retval = api_ToGoValue(val);
|
5332
5358
|
if (PyErr_Occurred()) {
|
5333
5359
|
return NULL;
|
5334
5360
|
}
|
5335
5361
|
py_retval = Py_BuildValue((char *) "L", retval);
|
5336
5362
|
return py_retval;
|
5337
5363
|
}
|
5338
|
-
PyObject *
|
5364
|
+
PyObject * _wrap__api_api_ToGoValue(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
5339
5365
|
|
5340
5366
|
|
5341
5367
|
PyObject *
|
5342
|
-
|
5368
|
+
_wrap__api_api_WrapFloat(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
5343
5369
|
{
|
5344
5370
|
PyObject *py_retval;
|
5345
5371
|
int64_t retval;
|
5346
|
-
|
5372
|
+
double value;
|
5347
5373
|
const char *keywords[] = {"value", NULL};
|
5348
5374
|
|
5349
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
5375
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "d", (char **) keywords, &value)) {
|
5350
5376
|
return NULL;
|
5351
5377
|
}
|
5352
|
-
retval =
|
5378
|
+
retval = api_WrapFloat(value);
|
5353
5379
|
if (PyErr_Occurred()) {
|
5354
5380
|
return NULL;
|
5355
5381
|
}
|
5356
5382
|
py_retval = Py_BuildValue((char *) "L", retval);
|
5357
5383
|
return py_retval;
|
5358
5384
|
}
|
5359
|
-
PyObject *
|
5385
|
+
PyObject * _wrap__api_api_WrapFloat(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
5360
5386
|
|
5361
5387
|
|
5362
5388
|
PyObject *
|
5363
|
-
|
5389
|
+
_wrap__api_api_WrapString(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
5364
5390
|
{
|
5365
5391
|
PyObject *py_retval;
|
5366
5392
|
int64_t retval;
|
5367
|
-
|
5393
|
+
char *value;
|
5368
5394
|
const char *keywords[] = {"value", NULL};
|
5369
5395
|
|
5370
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
5396
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "s", (char **) keywords, &value)) {
|
5371
5397
|
return NULL;
|
5372
5398
|
}
|
5373
|
-
retval =
|
5399
|
+
retval = api_WrapString(value);
|
5374
5400
|
if (PyErr_Occurred()) {
|
5375
5401
|
return NULL;
|
5376
5402
|
}
|
5377
5403
|
py_retval = Py_BuildValue((char *) "L", retval);
|
5378
5404
|
return py_retval;
|
5379
5405
|
}
|
5380
|
-
PyObject *
|
5406
|
+
PyObject * _wrap__api_api_WrapString(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
5381
5407
|
|
5382
5408
|
|
5383
5409
|
PyObject *
|
5384
|
-
|
5410
|
+
_wrap__api_api_DefaultConfig(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs))
|
5385
5411
|
{
|
5386
5412
|
PyObject *py_retval;
|
5387
5413
|
int64_t retval;
|
5388
|
-
char *value;
|
5389
|
-
const char *keywords[] = {"value", NULL};
|
5390
5414
|
|
5391
|
-
|
5392
|
-
return NULL;
|
5393
|
-
}
|
5394
|
-
retval = api_WrapAny(value);
|
5415
|
+
retval = api_DefaultConfig();
|
5395
5416
|
if (PyErr_Occurred()) {
|
5396
5417
|
return NULL;
|
5397
5418
|
}
|
5398
5419
|
py_retval = Py_BuildValue((char *) "L", retval);
|
5399
5420
|
return py_retval;
|
5400
5421
|
}
|
5401
|
-
PyObject *
|
5422
|
+
PyObject * _wrap__api_api_DefaultConfig(PyObject *PYBINDGEN_UNUSED(_args), PyObject *PYBINDGEN_UNUSED(_kwargs));
|
5402
5423
|
|
5403
5424
|
|
5404
5425
|
PyObject *
|
5405
|
-
|
5426
|
+
_wrap__api_api_NewCompileError(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
5406
5427
|
{
|
5407
5428
|
PyObject *py_retval;
|
5408
5429
|
int64_t retval;
|
5409
|
-
|
5410
|
-
|
5430
|
+
char *message;
|
5431
|
+
int64_t source;
|
5432
|
+
const char *keywords[] = {"message", "source", NULL};
|
5411
5433
|
|
5412
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
5434
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "sL", (char **) keywords, &message, &source)) {
|
5413
5435
|
return NULL;
|
5414
5436
|
}
|
5415
|
-
retval =
|
5437
|
+
retval = api_NewCompileError(message, source);
|
5416
5438
|
if (PyErr_Occurred()) {
|
5417
5439
|
return NULL;
|
5418
5440
|
}
|
5419
5441
|
py_retval = Py_BuildValue((char *) "L", retval);
|
5420
5442
|
return py_retval;
|
5421
5443
|
}
|
5422
|
-
PyObject *
|
5444
|
+
PyObject * _wrap__api_api_NewCompileError(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
5423
5445
|
|
5424
5446
|
|
5425
5447
|
PyObject *
|
5426
|
-
|
5448
|
+
_wrap__api_api_NewConfigError(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
5427
5449
|
{
|
5428
5450
|
PyObject *py_retval;
|
5429
5451
|
int64_t retval;
|
@@ -5434,40 +5456,39 @@ _wrap__api_api_NewConversionError(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *
|
|
5434
5456
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "ss", (char **) keywords, &message, &wrapped)) {
|
5435
5457
|
return NULL;
|
5436
5458
|
}
|
5437
|
-
retval =
|
5459
|
+
retval = api_NewConfigError(message, wrapped);
|
5438
5460
|
if (PyErr_Occurred()) {
|
5439
5461
|
return NULL;
|
5440
5462
|
}
|
5441
5463
|
py_retval = Py_BuildValue((char *) "L", retval);
|
5442
5464
|
return py_retval;
|
5443
5465
|
}
|
5444
|
-
PyObject *
|
5466
|
+
PyObject * _wrap__api_api_NewConfigError(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
5445
5467
|
|
5446
5468
|
|
5447
5469
|
PyObject *
|
5448
|
-
|
5470
|
+
_wrap__api_api_NewTimeoutError(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
5449
5471
|
{
|
5450
5472
|
PyObject *py_retval;
|
5451
5473
|
int64_t retval;
|
5452
|
-
|
5453
|
-
|
5454
|
-
const char *keywords[] = {"message", "source", NULL};
|
5474
|
+
int64_t duration;
|
5475
|
+
const char *keywords[] = {"duration", NULL};
|
5455
5476
|
|
5456
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "
|
5477
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &duration)) {
|
5457
5478
|
return NULL;
|
5458
5479
|
}
|
5459
|
-
retval =
|
5480
|
+
retval = api_NewTimeoutError(duration);
|
5460
5481
|
if (PyErr_Occurred()) {
|
5461
5482
|
return NULL;
|
5462
5483
|
}
|
5463
5484
|
py_retval = Py_BuildValue((char *) "L", retval);
|
5464
5485
|
return py_retval;
|
5465
5486
|
}
|
5466
|
-
PyObject *
|
5487
|
+
PyObject * _wrap__api_api_NewTimeoutError(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
5467
5488
|
|
5468
5489
|
|
5469
5490
|
PyObject *
|
5470
|
-
|
5491
|
+
_wrap__api_api_NewConversionError(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
5471
5492
|
{
|
5472
5493
|
PyObject *py_retval;
|
5473
5494
|
int64_t retval;
|
@@ -5478,14 +5499,14 @@ _wrap__api_api_NewConfigError(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args
|
|
5478
5499
|
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "ss", (char **) keywords, &message, &wrapped)) {
|
5479
5500
|
return NULL;
|
5480
5501
|
}
|
5481
|
-
retval =
|
5502
|
+
retval = api_NewConversionError(message, wrapped);
|
5482
5503
|
if (PyErr_Occurred()) {
|
5483
5504
|
return NULL;
|
5484
5505
|
}
|
5485
5506
|
py_retval = Py_BuildValue((char *) "L", retval);
|
5486
5507
|
return py_retval;
|
5487
5508
|
}
|
5488
|
-
PyObject *
|
5509
|
+
PyObject * _wrap__api_api_NewConversionError(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
5489
5510
|
|
5490
5511
|
|
5491
5512
|
PyObject *
|
@@ -5511,45 +5532,24 @@ PyObject * _wrap__api_api_NewRuntimeError(PyObject * PYBINDGEN_UNUSED(dummy), Py
|
|
5511
5532
|
|
5512
5533
|
|
5513
5534
|
PyObject *
|
5514
|
-
|
5515
|
-
{
|
5516
|
-
PyObject *py_retval;
|
5517
|
-
int64_t retval;
|
5518
|
-
int64_t duration;
|
5519
|
-
const char *keywords[] = {"duration", NULL};
|
5520
|
-
|
5521
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &duration)) {
|
5522
|
-
return NULL;
|
5523
|
-
}
|
5524
|
-
retval = api_NewTimeoutError(duration);
|
5525
|
-
if (PyErr_Occurred()) {
|
5526
|
-
return NULL;
|
5527
|
-
}
|
5528
|
-
py_retval = Py_BuildValue((char *) "L", retval);
|
5529
|
-
return py_retval;
|
5530
|
-
}
|
5531
|
-
PyObject * _wrap__api_api_NewTimeoutError(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
5532
|
-
|
5533
|
-
|
5534
|
-
PyObject *
|
5535
|
-
_wrap__api_api_FromGoValue(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
5535
|
+
_wrap__api_api_ConvertArguments(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
5536
5536
|
{
|
5537
5537
|
PyObject *py_retval;
|
5538
5538
|
int64_t retval;
|
5539
|
-
int64_t
|
5540
|
-
const char *keywords[] = {"
|
5539
|
+
int64_t args2;
|
5540
|
+
const char *keywords[] = {"args", NULL};
|
5541
5541
|
|
5542
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &
|
5542
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &args2)) {
|
5543
5543
|
return NULL;
|
5544
5544
|
}
|
5545
|
-
retval =
|
5545
|
+
retval = api_ConvertArguments(args2);
|
5546
5546
|
if (PyErr_Occurred()) {
|
5547
5547
|
return NULL;
|
5548
5548
|
}
|
5549
5549
|
py_retval = Py_BuildValue((char *) "L", retval);
|
5550
5550
|
return py_retval;
|
5551
5551
|
}
|
5552
|
-
PyObject *
|
5552
|
+
PyObject * _wrap__api_api_ConvertArguments(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
5553
5553
|
|
5554
5554
|
|
5555
5555
|
PyObject *
|
@@ -5574,24 +5574,24 @@ PyObject * _wrap__api_api_LookupObject(PyObject * PYBINDGEN_UNUSED(dummy), PyObj
|
|
5574
5574
|
|
5575
5575
|
|
5576
5576
|
PyObject *
|
5577
|
-
|
5577
|
+
_wrap__api_api_FromGoValue(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs)
|
5578
5578
|
{
|
5579
5579
|
PyObject *py_retval;
|
5580
5580
|
int64_t retval;
|
5581
|
-
int64_t
|
5582
|
-
const char *keywords[] = {"
|
5581
|
+
int64_t val;
|
5582
|
+
const char *keywords[] = {"val", NULL};
|
5583
5583
|
|
5584
|
-
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &
|
5584
|
+
if (!PyArg_ParseTupleAndKeywords(args, kwargs, (char *) "L", (char **) keywords, &val)) {
|
5585
5585
|
return NULL;
|
5586
5586
|
}
|
5587
|
-
retval =
|
5587
|
+
retval = api_FromGoValue(val);
|
5588
5588
|
if (PyErr_Occurred()) {
|
5589
5589
|
return NULL;
|
5590
5590
|
}
|
5591
5591
|
py_retval = Py_BuildValue((char *) "L", retval);
|
5592
5592
|
return py_retval;
|
5593
5593
|
}
|
5594
|
-
PyObject *
|
5594
|
+
PyObject * _wrap__api_api_FromGoValue(PyObject * PYBINDGEN_UNUSED(dummy), PyObject *args, PyObject *kwargs);
|
5595
5595
|
|
5596
5596
|
static PyMethodDef _api_functions[] = {
|
5597
5597
|
{(char *) "GoPyInit", (PyCFunction) _wrap__api_GoPyInit, METH_NOARGS, "GoPyInit()\n\n" },
|
@@ -5769,6 +5769,21 @@ static PyMethodDef _api_functions[] = {
|
|
5769
5769
|
{(char *) "Map_string_api_GoValue_set", (PyCFunction) _wrap__api_Map_string_api_GoValue_set, METH_KEYWORDS|METH_VARARGS, "Map_string_api_GoValue_set(handle, key, value)\n\ntype: handle: int64_t\ntype: key: char *\ntype: value: int64_t" },
|
5770
5770
|
{(char *) "Map_string_api_GoValue_delete", (PyCFunction) _wrap__api_Map_string_api_GoValue_delete, METH_KEYWORDS|METH_VARARGS, "Map_string_api_GoValue_delete(handle, _ky)\n\ntype: handle: int64_t\ntype: _ky: char *" },
|
5771
5771
|
{(char *) "Map_string_api_GoValue_keys", (PyCFunction) _wrap__api_Map_string_api_GoValue_keys, METH_KEYWORDS|METH_VARARGS, "Map_string_api_GoValue_keys(handle)\n\ntype: handle: int64_t" },
|
5772
|
+
{(char *) "api_ClassDefinition_CTor", (PyCFunction) _wrap__api_api_ClassDefinition_CTor, METH_NOARGS, "api_ClassDefinition_CTor()\n\n" },
|
5773
|
+
{(char *) "api_ClassDefinition_Name_Get", (PyCFunction) _wrap__api_api_ClassDefinition_Name_Get, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_Name_Get(handle)\n\ntype: handle: int64_t" },
|
5774
|
+
{(char *) "api_ClassDefinition_Name_Set", (PyCFunction) _wrap__api_api_ClassDefinition_Name_Set, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_Name_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: char *" },
|
5775
|
+
{(char *) "api_ClassDefinition_PublicVariables_Get", (PyCFunction) _wrap__api_api_ClassDefinition_PublicVariables_Get, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_PublicVariables_Get(handle)\n\ntype: handle: int64_t" },
|
5776
|
+
{(char *) "api_ClassDefinition_PublicVariables_Set", (PyCFunction) _wrap__api_api_ClassDefinition_PublicVariables_Set, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_PublicVariables_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: int64_t" },
|
5777
|
+
{(char *) "api_ClassDefinition_PrivateVariables_Get", (PyCFunction) _wrap__api_api_ClassDefinition_PrivateVariables_Get, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_PrivateVariables_Get(handle)\n\ntype: handle: int64_t" },
|
5778
|
+
{(char *) "api_ClassDefinition_PrivateVariables_Set", (PyCFunction) _wrap__api_api_ClassDefinition_PrivateVariables_Set, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_PrivateVariables_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: int64_t" },
|
5779
|
+
{(char *) "api_ClassDefinition_SharedVariables_Get", (PyCFunction) _wrap__api_api_ClassDefinition_SharedVariables_Get, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_SharedVariables_Get(handle)\n\ntype: handle: int64_t" },
|
5780
|
+
{(char *) "api_ClassDefinition_SharedVariables_Set", (PyCFunction) _wrap__api_api_ClassDefinition_SharedVariables_Set, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_SharedVariables_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: int64_t" },
|
5781
|
+
{(char *) "api_ClassDefinition_PublicMethods_Get", (PyCFunction) _wrap__api_api_ClassDefinition_PublicMethods_Get, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_PublicMethods_Get(handle)\n\ntype: handle: int64_t" },
|
5782
|
+
{(char *) "api_ClassDefinition_PublicMethods_Set", (PyCFunction) _wrap__api_api_ClassDefinition_PublicMethods_Set, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_PublicMethods_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: int64_t" },
|
5783
|
+
{(char *) "api_ClassDefinition_PrivateMethods_Get", (PyCFunction) _wrap__api_api_ClassDefinition_PrivateMethods_Get, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_PrivateMethods_Get(handle)\n\ntype: handle: int64_t" },
|
5784
|
+
{(char *) "api_ClassDefinition_PrivateMethods_Set", (PyCFunction) _wrap__api_api_ClassDefinition_PrivateMethods_Set, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_PrivateMethods_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: int64_t" },
|
5785
|
+
{(char *) "api_ClassDefinition_UnknownFunctionHandler_Get", (PyCFunction) _wrap__api_api_ClassDefinition_UnknownFunctionHandler_Get, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_UnknownFunctionHandler_Get(handle)\n\ntype: handle: int64_t" },
|
5786
|
+
{(char *) "api_ClassDefinition_UnknownFunctionHandler_Set", (PyCFunction) _wrap__api_api_ClassDefinition_UnknownFunctionHandler_Set, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_UnknownFunctionHandler_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: int64_t" },
|
5772
5787
|
{(char *) "api_ClassMethod_CTor", (PyCFunction) _wrap__api_api_ClassMethod_CTor, METH_NOARGS, "api_ClassMethod_CTor()\n\n" },
|
5773
5788
|
{(char *) "api_ClassMethod_Name_Get", (PyCFunction) _wrap__api_api_ClassMethod_Name_Get, METH_KEYWORDS|METH_VARARGS, "api_ClassMethod_Name_Get(handle)\n\ntype: handle: int64_t" },
|
5774
5789
|
{(char *) "api_ClassMethod_Name_Set", (PyCFunction) _wrap__api_api_ClassMethod_Name_Set, METH_KEYWORDS|METH_VARARGS, "api_ClassMethod_Name_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: char *" },
|
@@ -5781,6 +5796,35 @@ static PyMethodDef _api_functions[] = {
|
|
5781
5796
|
{(char *) "api_ClassVariable_Value_Set", (PyCFunction) _wrap__api_api_ClassVariable_Value_Set, METH_KEYWORDS|METH_VARARGS, "api_ClassVariable_Value_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: int64_t" },
|
5782
5797
|
{(char *) "api_ClassVariable_Locked_Get", (PyCFunction) _wrap__api_api_ClassVariable_Locked_Get, METH_KEYWORDS|METH_VARARGS, "api_ClassVariable_Locked_Get(handle)\n\ntype: handle: int64_t" },
|
5783
5798
|
{(char *) "api_ClassVariable_Locked_Set", (PyCFunction) _wrap__api_api_ClassVariable_Locked_Set, METH_KEYWORDS|METH_VARARGS, "api_ClassVariable_Locked_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: bool" },
|
5799
|
+
{(char *) "api_ExecutionResult_CTor", (PyCFunction) _wrap__api_api_ExecutionResult_CTor, METH_NOARGS, "api_ExecutionResult_CTor()\n\n" },
|
5800
|
+
{(char *) "api_ExecutionResult_Value_Get", (PyCFunction) _wrap__api_api_ExecutionResult_Value_Get, METH_KEYWORDS|METH_VARARGS, "api_ExecutionResult_Value_Get(handle)\n\ntype: handle: int64_t" },
|
5801
|
+
{(char *) "api_ExecutionResult_Value_Set", (PyCFunction) _wrap__api_api_ExecutionResult_Value_Set, METH_KEYWORDS|METH_VARARGS, "api_ExecutionResult_Value_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: int64_t" },
|
5802
|
+
{(char *) "api_ExecutionResult_RawValue_Get", (PyCFunction) _wrap__api_api_ExecutionResult_RawValue_Get, METH_KEYWORDS|METH_VARARGS, "api_ExecutionResult_RawValue_Get(handle)\n\ntype: handle: int64_t" },
|
5803
|
+
{(char *) "api_ExecutionResult_RawValue_Set", (PyCFunction) _wrap__api_api_ExecutionResult_RawValue_Set, METH_KEYWORDS|METH_VARARGS, "api_ExecutionResult_RawValue_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: int64_t" },
|
5804
|
+
{(char *) "api_ExecutionResult_Output_Get", (PyCFunction) _wrap__api_api_ExecutionResult_Output_Get, METH_KEYWORDS|METH_VARARGS, "api_ExecutionResult_Output_Get(handle)\n\ntype: handle: int64_t" },
|
5805
|
+
{(char *) "api_ExecutionResult_Output_Set", (PyCFunction) _wrap__api_api_ExecutionResult_Output_Set, METH_KEYWORDS|METH_VARARGS, "api_ExecutionResult_Output_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: char *" },
|
5806
|
+
{(char *) "api_VM_CTor", (PyCFunction) _wrap__api_api_VM_CTor, METH_NOARGS, "api_VM_CTor()\n\n" },
|
5807
|
+
{(char *) "api_VM_GetCompatibilityShim", (PyCFunction) _wrap__api_api_VM_GetCompatibilityShim, METH_KEYWORDS|METH_VARARGS, "api_VM_GetCompatibilityShim(_handle)\n\ntype: _handle: int64_t" },
|
5808
|
+
{(char *) "api_VM_Execute", (PyCFunction) _wrap__api_api_VM_Execute, METH_KEYWORDS|METH_VARARGS, "api_VM_Execute(_handle, code)\n\ntype: _handle: int64_t\ntype: code: char *" },
|
5809
|
+
{(char *) "api_VM_ExecuteWithContext", (PyCFunction) _wrap__api_api_VM_ExecuteWithContext, METH_KEYWORDS|METH_VARARGS, "api_VM_ExecuteWithContext(_handle, ctx, code)\n\ntype: _handle: int64_t\ntype: ctx: int64_t\ntype: code: char *" },
|
5810
|
+
{(char *) "api_VM_NewObjectInstance", (PyCFunction) _wrap__api_api_VM_NewObjectInstance, METH_KEYWORDS|METH_VARARGS, "api_VM_NewObjectInstance(_handle, className)\n\ntype: _handle: int64_t\ntype: className: char *" },
|
5811
|
+
{(char *) "api_VM_Call", (PyCFunction) _wrap__api_api_VM_Call, METH_KEYWORDS|METH_VARARGS, "api_VM_Call(_handle, functionName, args)\n\ntype: _handle: int64_t\ntype: functionName: char *\ntype: args: int64_t" },
|
5812
|
+
{(char *) "api_VM_CallMethod", (PyCFunction) _wrap__api_api_VM_CallMethod, METH_KEYWORDS|METH_VARARGS, "api_VM_CallMethod(_handle, object, methodName, args)\n\ntype: _handle: int64_t\ntype: object: int64_t\ntype: methodName: char *\ntype: args: int64_t" },
|
5813
|
+
{(char *) "api_VM_DefineVariable", (PyCFunction) _wrap__api_api_VM_DefineVariable, METH_KEYWORDS|METH_VARARGS, "api_VM_DefineVariable(_handle, name, value, constant)\n\ntype: _handle: int64_t\ntype: name: char *\ntype: value: int64_t\ntype: constant: bool" },
|
5814
|
+
{(char *) "api_VM_SetVariable", (PyCFunction) _wrap__api_api_VM_SetVariable, METH_KEYWORDS|METH_VARARGS, "api_VM_SetVariable(_handle, variableName, value)\n\ntype: _handle: int64_t\ntype: variableName: char *\ntype: value: int64_t" },
|
5815
|
+
{(char *) "api_VM_GetVariable", (PyCFunction) _wrap__api_api_VM_GetVariable, METH_KEYWORDS|METH_VARARGS, "api_VM_GetVariable(_handle, variableName)\n\ntype: _handle: int64_t\ntype: variableName: char *" },
|
5816
|
+
{(char *) "api_VM_DefineClass", (PyCFunction) _wrap__api_api_VM_DefineClass, METH_KEYWORDS|METH_VARARGS, "api_VM_DefineClass(_handle, classDef)\n\ntype: _handle: int64_t\ntype: classDef: int64_t" },
|
5817
|
+
{(char *) "api_GoValue_CTor", (PyCFunction) _wrap__api_api_GoValue_CTor, METH_NOARGS, "api_GoValue_CTor()\n\n" },
|
5818
|
+
{(char *) "api_GoValue_ID", (PyCFunction) _wrap__api_api_GoValue_ID, METH_KEYWORDS|METH_VARARGS, "api_GoValue_ID(_handle)\n\ntype: _handle: int64_t" },
|
5819
|
+
{(char *) "api_GoValue_MarshalJSON", (PyCFunction) _wrap__api_api_GoValue_MarshalJSON, METH_KEYWORDS|METH_VARARGS, "api_GoValue_MarshalJSON(_handle)\n\ntype: _handle: int64_t" },
|
5820
|
+
{(char *) "api_GoValue_Type", (PyCFunction) _wrap__api_api_GoValue_Type, METH_KEYWORDS|METH_VARARGS, "api_GoValue_Type(_handle)\n\ntype: _handle: int64_t" },
|
5821
|
+
{(char *) "api_GoValue_Int", (PyCFunction) _wrap__api_api_GoValue_Int, METH_KEYWORDS|METH_VARARGS, "api_GoValue_Int(_handle)\n\ntype: _handle: int64_t" },
|
5822
|
+
{(char *) "api_GoValue_Float", (PyCFunction) _wrap__api_api_GoValue_Float, METH_KEYWORDS|METH_VARARGS, "api_GoValue_Float(_handle)\n\ntype: _handle: int64_t" },
|
5823
|
+
{(char *) "api_GoValue_String", (PyCFunction) _wrap__api_api_GoValue_String, METH_KEYWORDS|METH_VARARGS, "api_GoValue_String(_handle)\n\ntype: _handle: int64_t" },
|
5824
|
+
{(char *) "api_GoValue_Bool", (PyCFunction) _wrap__api_api_GoValue_Bool, METH_KEYWORDS|METH_VARARGS, "api_GoValue_Bool(_handle)\n\ntype: _handle: int64_t" },
|
5825
|
+
{(char *) "api_GoValue_Slice", (PyCFunction) _wrap__api_api_GoValue_Slice, METH_KEYWORDS|METH_VARARGS, "api_GoValue_Slice(_handle)\n\ntype: _handle: int64_t" },
|
5826
|
+
{(char *) "api_GoValue_Map", (PyCFunction) _wrap__api_api_GoValue_Map, METH_KEYWORDS|METH_VARARGS, "api_GoValue_Map(_handle)\n\ntype: _handle: int64_t" },
|
5827
|
+
{(char *) "api_GoValue_Object", (PyCFunction) _wrap__api_api_GoValue_Object, METH_KEYWORDS|METH_VARARGS, "api_GoValue_Object(_handle)\n\ntype: _handle: int64_t" },
|
5784
5828
|
{(char *) "api_SourceLocation_CTor", (PyCFunction) _wrap__api_api_SourceLocation_CTor, METH_NOARGS, "api_SourceLocation_CTor()\n\n" },
|
5785
5829
|
{(char *) "api_SourceLocation_Filename_Get", (PyCFunction) _wrap__api_api_SourceLocation_Filename_Get, METH_KEYWORDS|METH_VARARGS, "api_SourceLocation_Filename_Get(handle)\n\ntype: handle: int64_t" },
|
5786
5830
|
{(char *) "api_SourceLocation_Filename_Set", (PyCFunction) _wrap__api_api_SourceLocation_Filename_Set, METH_KEYWORDS|METH_VARARGS, "api_SourceLocation_Filename_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: char *" },
|
@@ -5811,43 +5855,6 @@ static PyMethodDef _api_functions[] = {
|
|
5811
5855
|
{(char *) "api_VMConfig_WorkingDirectory_Get", (PyCFunction) _wrap__api_api_VMConfig_WorkingDirectory_Get, METH_KEYWORDS|METH_VARARGS, "api_VMConfig_WorkingDirectory_Get(handle)\n\ntype: handle: int64_t" },
|
5812
5856
|
{(char *) "api_VMConfig_WorkingDirectory_Set", (PyCFunction) _wrap__api_api_VMConfig_WorkingDirectory_Set, METH_KEYWORDS|METH_VARARGS, "api_VMConfig_WorkingDirectory_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: char *" },
|
5813
5857
|
{(char *) "api_VMConfig_Validate", (PyCFunction) _wrap__api_api_VMConfig_Validate, METH_KEYWORDS|METH_VARARGS, "api_VMConfig_Validate(_handle)\n\ntype: _handle: int64_t" },
|
5814
|
-
{(char *) "api_ClassDefinition_CTor", (PyCFunction) _wrap__api_api_ClassDefinition_CTor, METH_NOARGS, "api_ClassDefinition_CTor()\n\n" },
|
5815
|
-
{(char *) "api_ClassDefinition_Name_Get", (PyCFunction) _wrap__api_api_ClassDefinition_Name_Get, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_Name_Get(handle)\n\ntype: handle: int64_t" },
|
5816
|
-
{(char *) "api_ClassDefinition_Name_Set", (PyCFunction) _wrap__api_api_ClassDefinition_Name_Set, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_Name_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: char *" },
|
5817
|
-
{(char *) "api_ClassDefinition_PublicVariables_Get", (PyCFunction) _wrap__api_api_ClassDefinition_PublicVariables_Get, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_PublicVariables_Get(handle)\n\ntype: handle: int64_t" },
|
5818
|
-
{(char *) "api_ClassDefinition_PublicVariables_Set", (PyCFunction) _wrap__api_api_ClassDefinition_PublicVariables_Set, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_PublicVariables_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: int64_t" },
|
5819
|
-
{(char *) "api_ClassDefinition_PrivateVariables_Get", (PyCFunction) _wrap__api_api_ClassDefinition_PrivateVariables_Get, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_PrivateVariables_Get(handle)\n\ntype: handle: int64_t" },
|
5820
|
-
{(char *) "api_ClassDefinition_PrivateVariables_Set", (PyCFunction) _wrap__api_api_ClassDefinition_PrivateVariables_Set, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_PrivateVariables_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: int64_t" },
|
5821
|
-
{(char *) "api_ClassDefinition_SharedVariables_Get", (PyCFunction) _wrap__api_api_ClassDefinition_SharedVariables_Get, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_SharedVariables_Get(handle)\n\ntype: handle: int64_t" },
|
5822
|
-
{(char *) "api_ClassDefinition_SharedVariables_Set", (PyCFunction) _wrap__api_api_ClassDefinition_SharedVariables_Set, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_SharedVariables_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: int64_t" },
|
5823
|
-
{(char *) "api_ClassDefinition_PublicMethods_Get", (PyCFunction) _wrap__api_api_ClassDefinition_PublicMethods_Get, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_PublicMethods_Get(handle)\n\ntype: handle: int64_t" },
|
5824
|
-
{(char *) "api_ClassDefinition_PublicMethods_Set", (PyCFunction) _wrap__api_api_ClassDefinition_PublicMethods_Set, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_PublicMethods_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: int64_t" },
|
5825
|
-
{(char *) "api_ClassDefinition_PrivateMethods_Get", (PyCFunction) _wrap__api_api_ClassDefinition_PrivateMethods_Get, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_PrivateMethods_Get(handle)\n\ntype: handle: int64_t" },
|
5826
|
-
{(char *) "api_ClassDefinition_PrivateMethods_Set", (PyCFunction) _wrap__api_api_ClassDefinition_PrivateMethods_Set, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_PrivateMethods_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: int64_t" },
|
5827
|
-
{(char *) "api_ClassDefinition_UnknownFunctionHandler_Get", (PyCFunction) _wrap__api_api_ClassDefinition_UnknownFunctionHandler_Get, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_UnknownFunctionHandler_Get(handle)\n\ntype: handle: int64_t" },
|
5828
|
-
{(char *) "api_ClassDefinition_UnknownFunctionHandler_Set", (PyCFunction) _wrap__api_api_ClassDefinition_UnknownFunctionHandler_Set, METH_KEYWORDS|METH_VARARGS, "api_ClassDefinition_UnknownFunctionHandler_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: int64_t" },
|
5829
|
-
{(char *) "api_GoValue_CTor", (PyCFunction) _wrap__api_api_GoValue_CTor, METH_NOARGS, "api_GoValue_CTor()\n\n" },
|
5830
|
-
{(char *) "api_GoValue_ID", (PyCFunction) _wrap__api_api_GoValue_ID, METH_KEYWORDS|METH_VARARGS, "api_GoValue_ID(_handle)\n\ntype: _handle: int64_t" },
|
5831
|
-
{(char *) "api_GoValue_MarshalJSON", (PyCFunction) _wrap__api_api_GoValue_MarshalJSON, METH_KEYWORDS|METH_VARARGS, "api_GoValue_MarshalJSON(_handle)\n\ntype: _handle: int64_t" },
|
5832
|
-
{(char *) "api_GoValue_Type", (PyCFunction) _wrap__api_api_GoValue_Type, METH_KEYWORDS|METH_VARARGS, "api_GoValue_Type(_handle)\n\ntype: _handle: int64_t" },
|
5833
|
-
{(char *) "api_GoValue_Int", (PyCFunction) _wrap__api_api_GoValue_Int, METH_KEYWORDS|METH_VARARGS, "api_GoValue_Int(_handle)\n\ntype: _handle: int64_t" },
|
5834
|
-
{(char *) "api_GoValue_Float", (PyCFunction) _wrap__api_api_GoValue_Float, METH_KEYWORDS|METH_VARARGS, "api_GoValue_Float(_handle)\n\ntype: _handle: int64_t" },
|
5835
|
-
{(char *) "api_GoValue_String", (PyCFunction) _wrap__api_api_GoValue_String, METH_KEYWORDS|METH_VARARGS, "api_GoValue_String(_handle)\n\ntype: _handle: int64_t" },
|
5836
|
-
{(char *) "api_GoValue_Bool", (PyCFunction) _wrap__api_api_GoValue_Bool, METH_KEYWORDS|METH_VARARGS, "api_GoValue_Bool(_handle)\n\ntype: _handle: int64_t" },
|
5837
|
-
{(char *) "api_GoValue_Slice", (PyCFunction) _wrap__api_api_GoValue_Slice, METH_KEYWORDS|METH_VARARGS, "api_GoValue_Slice(_handle)\n\ntype: _handle: int64_t" },
|
5838
|
-
{(char *) "api_GoValue_Map", (PyCFunction) _wrap__api_api_GoValue_Map, METH_KEYWORDS|METH_VARARGS, "api_GoValue_Map(_handle)\n\ntype: _handle: int64_t" },
|
5839
|
-
{(char *) "api_GoValue_Object", (PyCFunction) _wrap__api_api_GoValue_Object, METH_KEYWORDS|METH_VARARGS, "api_GoValue_Object(_handle)\n\ntype: _handle: int64_t" },
|
5840
|
-
{(char *) "api_VM_CTor", (PyCFunction) _wrap__api_api_VM_CTor, METH_NOARGS, "api_VM_CTor()\n\n" },
|
5841
|
-
{(char *) "api_VM_GetCompatibilityShim", (PyCFunction) _wrap__api_api_VM_GetCompatibilityShim, METH_KEYWORDS|METH_VARARGS, "api_VM_GetCompatibilityShim(_handle)\n\ntype: _handle: int64_t" },
|
5842
|
-
{(char *) "api_VM_Execute", (PyCFunction) _wrap__api_api_VM_Execute, METH_KEYWORDS|METH_VARARGS, "api_VM_Execute(_handle, code)\n\ntype: _handle: int64_t\ntype: code: char *" },
|
5843
|
-
{(char *) "api_VM_ExecuteWithContext", (PyCFunction) _wrap__api_api_VM_ExecuteWithContext, METH_KEYWORDS|METH_VARARGS, "api_VM_ExecuteWithContext(_handle, ctx, code)\n\ntype: _handle: int64_t\ntype: ctx: int64_t\ntype: code: char *" },
|
5844
|
-
{(char *) "api_VM_NewObjectInstance", (PyCFunction) _wrap__api_api_VM_NewObjectInstance, METH_KEYWORDS|METH_VARARGS, "api_VM_NewObjectInstance(_handle, className)\n\ntype: _handle: int64_t\ntype: className: char *" },
|
5845
|
-
{(char *) "api_VM_Call", (PyCFunction) _wrap__api_api_VM_Call, METH_KEYWORDS|METH_VARARGS, "api_VM_Call(_handle, functionName, args)\n\ntype: _handle: int64_t\ntype: functionName: char *\ntype: args: int64_t" },
|
5846
|
-
{(char *) "api_VM_CallMethod", (PyCFunction) _wrap__api_api_VM_CallMethod, METH_KEYWORDS|METH_VARARGS, "api_VM_CallMethod(_handle, object, methodName, args)\n\ntype: _handle: int64_t\ntype: object: int64_t\ntype: methodName: char *\ntype: args: int64_t" },
|
5847
|
-
{(char *) "api_VM_DefineVariable", (PyCFunction) _wrap__api_api_VM_DefineVariable, METH_KEYWORDS|METH_VARARGS, "api_VM_DefineVariable(_handle, name, value, constant)\n\ntype: _handle: int64_t\ntype: name: char *\ntype: value: int64_t\ntype: constant: bool" },
|
5848
|
-
{(char *) "api_VM_SetVariable", (PyCFunction) _wrap__api_api_VM_SetVariable, METH_KEYWORDS|METH_VARARGS, "api_VM_SetVariable(_handle, variableName, value)\n\ntype: _handle: int64_t\ntype: variableName: char *\ntype: value: int64_t" },
|
5849
|
-
{(char *) "api_VM_GetVariable", (PyCFunction) _wrap__api_api_VM_GetVariable, METH_KEYWORDS|METH_VARARGS, "api_VM_GetVariable(_handle, variableName)\n\ntype: _handle: int64_t\ntype: variableName: char *" },
|
5850
|
-
{(char *) "api_VM_DefineClass", (PyCFunction) _wrap__api_api_VM_DefineClass, METH_KEYWORDS|METH_VARARGS, "api_VM_DefineClass(_handle, classDef)\n\ntype: _handle: int64_t\ntype: classDef: int64_t" },
|
5851
5858
|
{(char *) "api_VMError_CTor", (PyCFunction) _wrap__api_api_VMError_CTor, METH_NOARGS, "api_VMError_CTor()\n\n" },
|
5852
5859
|
{(char *) "api_VMError_Type_Get", (PyCFunction) _wrap__api_api_VMError_Type_Get, METH_KEYWORDS|METH_VARARGS, "api_VMError_Type_Get(handle)\n\ntype: handle: int64_t" },
|
5853
5860
|
{(char *) "api_VMError_Type_Set", (PyCFunction) _wrap__api_api_VMError_Type_Set, METH_KEYWORDS|METH_VARARGS, "api_VMError_Type_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: char *" },
|
@@ -5864,31 +5871,24 @@ static PyMethodDef _api_functions[] = {
|
|
5864
5871
|
{(char *) "api_VMError_IsTimeoutError", (PyCFunction) _wrap__api_api_VMError_IsTimeoutError, METH_KEYWORDS|METH_VARARGS, "api_VMError_IsTimeoutError(_handle)\n\ntype: _handle: int64_t" },
|
5865
5872
|
{(char *) "api_VMError_IsConversionError", (PyCFunction) _wrap__api_api_VMError_IsConversionError, METH_KEYWORDS|METH_VARARGS, "api_VMError_IsConversionError(_handle)\n\ntype: _handle: int64_t" },
|
5866
5873
|
{(char *) "api_VMError_IsConfigError", (PyCFunction) _wrap__api_api_VMError_IsConfigError, METH_KEYWORDS|METH_VARARGS, "api_VMError_IsConfigError(_handle)\n\ntype: _handle: int64_t" },
|
5867
|
-
{(char *) "api_ExecutionResult_CTor", (PyCFunction) _wrap__api_api_ExecutionResult_CTor, METH_NOARGS, "api_ExecutionResult_CTor()\n\n" },
|
5868
|
-
{(char *) "api_ExecutionResult_Value_Get", (PyCFunction) _wrap__api_api_ExecutionResult_Value_Get, METH_KEYWORDS|METH_VARARGS, "api_ExecutionResult_Value_Get(handle)\n\ntype: handle: int64_t" },
|
5869
|
-
{(char *) "api_ExecutionResult_Value_Set", (PyCFunction) _wrap__api_api_ExecutionResult_Value_Set, METH_KEYWORDS|METH_VARARGS, "api_ExecutionResult_Value_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: int64_t" },
|
5870
|
-
{(char *) "api_ExecutionResult_RawValue_Get", (PyCFunction) _wrap__api_api_ExecutionResult_RawValue_Get, METH_KEYWORDS|METH_VARARGS, "api_ExecutionResult_RawValue_Get(handle)\n\ntype: handle: int64_t" },
|
5871
|
-
{(char *) "api_ExecutionResult_RawValue_Set", (PyCFunction) _wrap__api_api_ExecutionResult_RawValue_Set, METH_KEYWORDS|METH_VARARGS, "api_ExecutionResult_RawValue_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: int64_t" },
|
5872
|
-
{(char *) "api_ExecutionResult_Output_Get", (PyCFunction) _wrap__api_api_ExecutionResult_Output_Get, METH_KEYWORDS|METH_VARARGS, "api_ExecutionResult_Output_Get(handle)\n\ntype: handle: int64_t" },
|
5873
|
-
{(char *) "api_ExecutionResult_Output_Set", (PyCFunction) _wrap__api_api_ExecutionResult_Output_Set, METH_KEYWORDS|METH_VARARGS, "api_ExecutionResult_Output_Set(handle, val)\n\ntype: handle: int64_t\ntype: val: char *" },
|
5874
|
-
{(char *) "api_DefaultConfig", (PyCFunction) _wrap__api_api_DefaultConfig, METH_NOARGS, "api_DefaultConfig()\n\n" },
|
5875
5874
|
{(char *) "api_NewClassDefinition", (PyCFunction) _wrap__api_api_NewClassDefinition, METH_NOARGS, "api_NewClassDefinition()\n\n" },
|
5875
|
+
{(char *) "api_NewVM", (PyCFunction) _wrap__api_api_NewVM, METH_KEYWORDS|METH_VARARGS, "api_NewVM(config)\n\ntype: config: int64_t" },
|
5876
|
+
{(char *) "api_WrapInt", (PyCFunction) _wrap__api_api_WrapInt, METH_KEYWORDS|METH_VARARGS, "api_WrapInt(value)\n\ntype: value: int64_t" },
|
5876
5877
|
{(char *) "api_WrapObject", (PyCFunction) _wrap__api_api_WrapObject, METH_KEYWORDS|METH_VARARGS, "api_WrapObject(value)\n\ntype: value: int64_t" },
|
5877
|
-
{(char *) "
|
5878
|
+
{(char *) "api_WrapAny", (PyCFunction) _wrap__api_api_WrapAny, METH_KEYWORDS|METH_VARARGS, "api_WrapAny(value)\n\ntype: value: char *" },
|
5878
5879
|
{(char *) "api_WrapBool", (PyCFunction) _wrap__api_api_WrapBool, METH_KEYWORDS|METH_VARARGS, "api_WrapBool(value)\n\ntype: value: bool" },
|
5880
|
+
{(char *) "api_ToGoValue", (PyCFunction) _wrap__api_api_ToGoValue, METH_KEYWORDS|METH_VARARGS, "api_ToGoValue(val)\n\ntype: val: int64_t" },
|
5879
5881
|
{(char *) "api_WrapFloat", (PyCFunction) _wrap__api_api_WrapFloat, METH_KEYWORDS|METH_VARARGS, "api_WrapFloat(value)\n\ntype: value: double" },
|
5880
5882
|
{(char *) "api_WrapString", (PyCFunction) _wrap__api_api_WrapString, METH_KEYWORDS|METH_VARARGS, "api_WrapString(value)\n\ntype: value: char *" },
|
5881
|
-
{(char *) "
|
5882
|
-
{(char *) "api_WrapAny", (PyCFunction) _wrap__api_api_WrapAny, METH_KEYWORDS|METH_VARARGS, "api_WrapAny(value)\n\ntype: value: char *" },
|
5883
|
-
{(char *) "api_NewVM", (PyCFunction) _wrap__api_api_NewVM, METH_KEYWORDS|METH_VARARGS, "api_NewVM(config)\n\ntype: config: int64_t" },
|
5884
|
-
{(char *) "api_NewConversionError", (PyCFunction) _wrap__api_api_NewConversionError, METH_KEYWORDS|METH_VARARGS, "api_NewConversionError(message, wrapped)\n\ntype: message: char *\ntype: wrapped: char *" },
|
5883
|
+
{(char *) "api_DefaultConfig", (PyCFunction) _wrap__api_api_DefaultConfig, METH_NOARGS, "api_DefaultConfig()\n\n" },
|
5885
5884
|
{(char *) "api_NewCompileError", (PyCFunction) _wrap__api_api_NewCompileError, METH_KEYWORDS|METH_VARARGS, "api_NewCompileError(message, source)\n\ntype: message: char *\ntype: source: int64_t" },
|
5886
5885
|
{(char *) "api_NewConfigError", (PyCFunction) _wrap__api_api_NewConfigError, METH_KEYWORDS|METH_VARARGS, "api_NewConfigError(message, wrapped)\n\ntype: message: char *\ntype: wrapped: char *" },
|
5887
|
-
{(char *) "api_NewRuntimeError", (PyCFunction) _wrap__api_api_NewRuntimeError, METH_KEYWORDS|METH_VARARGS, "api_NewRuntimeError(message, source)\n\ntype: message: char *\ntype: source: int64_t" },
|
5888
5886
|
{(char *) "api_NewTimeoutError", (PyCFunction) _wrap__api_api_NewTimeoutError, METH_KEYWORDS|METH_VARARGS, "api_NewTimeoutError(duration)\n\ntype: duration: int64_t" },
|
5889
|
-
{(char *) "
|
5890
|
-
{(char *) "
|
5887
|
+
{(char *) "api_NewConversionError", (PyCFunction) _wrap__api_api_NewConversionError, METH_KEYWORDS|METH_VARARGS, "api_NewConversionError(message, wrapped)\n\ntype: message: char *\ntype: wrapped: char *" },
|
5888
|
+
{(char *) "api_NewRuntimeError", (PyCFunction) _wrap__api_api_NewRuntimeError, METH_KEYWORDS|METH_VARARGS, "api_NewRuntimeError(message, source)\n\ntype: message: char *\ntype: source: int64_t" },
|
5891
5889
|
{(char *) "api_ConvertArguments", (PyCFunction) _wrap__api_api_ConvertArguments, METH_KEYWORDS|METH_VARARGS, "api_ConvertArguments(args)\n\ntype: args: int64_t" },
|
5890
|
+
{(char *) "api_LookupObject", (PyCFunction) _wrap__api_api_LookupObject, METH_KEYWORDS|METH_VARARGS, "api_LookupObject(id)\n\ntype: id: char *" },
|
5891
|
+
{(char *) "api_FromGoValue", (PyCFunction) _wrap__api_api_FromGoValue, METH_KEYWORDS|METH_VARARGS, "api_FromGoValue(val)\n\ntype: val: int64_t" },
|
5892
5892
|
{NULL, NULL, 0, NULL}
|
5893
5893
|
};
|
5894
5894
|
#if PY_VERSION_HEX >= 0x03000000
|