downstream: stub: sync added/removed symbols

This commit is contained in:
Andrej730
2026-07-24 18:21:57 +05:00
parent 4972bb7a81
commit 9544641e41
@@ -359,25 +359,33 @@ class Iterator:
def unit_name(self): ...
# TODO: MakeVolume is ignored in SWIG, remove from stub once build is bumped.
class MakeVolume:
defaultvalue: Any
description: Any
name: Any
class OpaqueCoordinate_3:
def __init__(self, *args): ...
def get(self, i): ...
def get_double(self, i): ...
def set(self, i, n): ...
def size(self): ...
def to_double(self): ...
class OpaqueCoordinate_4:
def __init__(self, *args): ...
def get(self, i): ...
def get_double(self, i): ...
def set(self, i, n): ...
def size(self): ...
def to_double(self): ...
class OpaqueNumber:
def __init__(self, *args, **kwargs): ...
def clone(self): ...
def abs(self): ...
def add(self, other): ...
def divide(self, other): ...
def empty(self): ...
def equals(self, other): ...
def less_than(self, other): ...
def multiply(self, other): ...
def negated(self): ...
def same_type(self, *args): ...
def subtract(self, other): ...
def to_double(self): ...
def to_string(self): ...