[bindings] Fix overload order
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user