Commit Graph

3 Commits

Author SHA1 Message Date
Sebastien Binet 7a2fe994f3 bind: support for tp_call
Fixes #33

Change-Id: I3bc4b12c92807873d4e5d72faeb096f4aaf9d070
2015-08-10 15:28:07 +02:00
Sebastien Binet a083052bf6 bind/utils: helper to check wether a func is 'func String() string' 2015-07-28 14:35:59 +02:00
Sebastien Binet 3be107f119 bind: introduce Struct, Func and Method
this CL introduces bind.{Struct,Func,Method} types to collect informations
about types.

- rationalize cpython type strings
- generate cgo stub functions, calling structs methods
- generate (invalid) bodyless cpython functions for struct methods
2015-07-27 18:47:18 +02:00