[bindings] Fix overload order

This commit is contained in:
Frank Martinez
2025-10-07 12:04:08 -05:00
parent f6615763ad
commit d4d7cabdc5
9 changed files with 50 additions and 47 deletions

View File

@@ -12,8 +12,8 @@ def export(**kwargs):
"""
...
def constmethod(): ...
def no_args(): ...
def constmethod(method): ...
def no_args(method): ...
def forward_declarations(source_code):
"""
A decorator to attach forward declarations to a class.