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

Merge branch 4.x

This commit is contained in:
Alexander Smorkalov
2023-11-02 16:24:38 +03:00
110 changed files with 6532 additions and 2686 deletions
+1 -1
View File
@@ -1060,7 +1060,7 @@ class FuncInfo(object):
else:
py_name = classinfo.full_export_name + "." + self.variants[0].wname
if not self.is_static:
if not self.is_static and not self.isconstructor:
cname = classinfo.cname + '::' + cname
else:
py_name = '.'.join([self.namespace, self.variants[0].wname])