Randall C. O'Reilly
|
e28bf163ce
|
added __contains__ for maps so std python "in" syntax works for checking keys. added to tests.
|
2019-08-24 10:31:16 +02:00 |
Randall C. O'Reilly
|
9e491ab3da
|
most of PR review comments addressed -- few more to tackle tmrw. haven't changed import paths yet b/c still working out of my dir -- will do that as a last step.
|
2019-08-24 10:31:16 +02:00 |
Randall C. O'Reilly
|
d39a3c49d4
|
added gopy:interface=handle doc directive to interpret interface{} args as handles instead of strings; fix go.nil to be a variable not a class; uncomment RemoveAll for main_test work dir; remove more stuff from maps test out to enable consistency; add tests for go.nil, new interface functionality.
|
2019-08-24 10:31:16 +02:00 |
Randall C. O'Reilly
|
e381500a36
|
verified building on py2 and most tests work except for a few minor diffs in output -- calling it good enough for now.
|
2019-08-24 10:31:16 +02:00 |
Sebastien Binet
|
fbb477f2ae
|
tests: fix exit code
|
2019-01-16 16:18:59 +01:00 |
Dong-hee Na
|
b237d1d6c6
|
bind/cffi: support built-in maps
* Support built-in maps.
* Support maps as arguments of a function.
* Support python dictionary as function parameters.
* Add 'maps' test
|
2017-08-10 20:17:03 +02:00 |
Sebastien Binet
|
2570eebb8d
|
all: gofmt
|
2015-09-08 08:51:35 +02:00 |
Kyle Ellrott
|
c1a4248992
|
Starting to add the ability recognize maps in GO. (Updates #22)
Responding to issues on PR discussion
|
2015-08-31 15:25:37 -07:00 |