mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 08:10:00 +00:00
Update utils module: add get_bdates_series_default_opt function and include it in __all__ exports
This commit is contained in:
parent
658eb0d121
commit
a4645dbc93
@ -51,6 +51,8 @@ class panel:
|
|||||||
def linear_composite(*args, **kwargs) -> DataFrame: ...
|
def linear_composite(*args, **kwargs) -> DataFrame: ...
|
||||||
|
|
||||||
class utils:
|
class utils:
|
||||||
__all__ = ["get_bdates_series_default"]
|
__all__ = ["get_bdates_series_default", "get_bdates_series_default_opt"]
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_bdates_series_default(*args, **kwargs) -> Series: ...
|
def get_bdates_series_default_pl(*args, **kwargs) -> Series: ...
|
||||||
|
@staticmethod
|
||||||
|
def get_bdates_series_default_opt(*args, **kwargs) -> Series: ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user