gitextract_iqe7pocv/ ├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── class.go ├── code.go ├── code_test.go ├── dict.go ├── error.go ├── examples/ │ └── gomodule/ │ └── gomodule.go ├── exc.go ├── exception.go ├── float.go ├── goargs.go ├── gofunction.c ├── gofunction.go ├── gofunction.h ├── gomodule.go ├── gomodule_test.go ├── goregister.go ├── goregister_test.go ├── int.go ├── long.go ├── module.go ├── module_test.go ├── none.go ├── number.go ├── object.go ├── object_test.go ├── python.go ├── pyutil/ │ ├── call.go │ ├── call_test.go │ ├── var.go │ └── var_test.go ├── string.go ├── tuple.go └── type.go