mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-11-19 12:26:11 +00:00
Add type hints for get_bdates_from_col_hv and get_period_indices_hv methods
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
from polars import DataFrame
|
from polars import DataFrame, Series
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"download",
|
"download",
|
||||||
@@ -38,3 +38,10 @@ class panel:
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def historic_vol(*args, **kwargs) -> DataFrame: ...
|
def historic_vol(*args, **kwargs) -> DataFrame: ...
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
|
def get_bdates_from_col_hv(*args, **kwargs) -> Series: ...
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
|
def get_period_indices_hv(*args, **kwargs) -> Series: ...
|
||||||
|
|
||||||
Reference in New Issue
Block a user