gopy/_examples
Kyle Ellrott 76adcee3a5 gopy: casting struct arguments to method calls
This is a first attempt to properly cast struct arguments to method calls.

The test example would be:
  func (S) MethodTest(S) {}
  func FuncTest(S) {}
from the structs.go example.

Change-Id: I568299508c6f62975792acf9de2d6d2f7cc4271d
2015-09-08 08:47:38 +02:00
..
consts bind: test typed constants and typenamed vars 2015-08-12 11:25:23 +02:00
cpkg examples/cpkg: fix c-compilation warning 2015-08-11 21:12:19 +02:00
empty bind: test for empty packages 2015-08-10 16:32:31 +02:00
funcs bind: test for tp_call 2015-08-10 15:28:26 +02:00
hi bind: test type-check for struct-setters 2015-08-10 19:23:16 +02:00
iface bind: add test script for interfaces 2015-08-14 13:31:28 +02:00
maps Starting to add the ability recognize maps in GO. (Updates #22) 2015-08-31 15:25:37 -07:00
named bind: dont wrap unexported methods 2015-08-31 18:12:07 +02:00
pointers bind: first stab at a gopy object model 2015-08-14 13:04:35 +02:00
seqs bind: test for sq_inplace_concat 2015-08-12 19:07:09 +02:00
simple bind: add test for 'simple' package 2015-08-10 15:38:06 +02:00
structs gopy: casting struct arguments to method calls 2015-09-08 08:47:38 +02:00
vars bind: test typed constants and typenamed vars 2015-08-12 11:25:23 +02:00
wrapper bind: ignore private fields in structs 2015-09-03 19:53:08 +02:00