1
0
forked from GitHub/gf-core

Add functionIsConstructor function

This commit is contained in:
John J. Camilleri
2021-09-13 15:15:16 +02:00
parent c83a31708d
commit 3d25efd38a
3 changed files with 38 additions and 3 deletions

View File

@@ -1,11 +1,9 @@
#define PY_SSIZE_T_CLEAN
#include <Python.h>
#include <math.h>
#include <stdbool.h>
#include <pgf/pgf.h>
#include "./compat.h"
#include "./expr.h"