1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

python: support for size_t args (default value)

This commit is contained in:
berak
2016-05-03 09:50:08 +02:00
parent fc5e32c7ac
commit 11e563fd5d
+1
View File
@@ -228,6 +228,7 @@ gen_template_rw_prop_init = Template("""
simple_argtype_mapping = {
"bool": ("bool", "b", "0"),
"size_t": ("size_t", "I", "0"),
"int": ("int", "i", "0"),
"float": ("float", "f", "0.f"),
"double": ("double", "d", "0"),