mirror of
https://github.com/Magnus167/msyrs.git
synced 2025-08-20 07:30:00 +00:00
Add type hints for get_bdates_from_col_hv
and get_period_indices_hv
methods
This commit is contained in:
parent
48fe8db61e
commit
8ce7c7b6e4
@ -1,4 +1,4 @@
|
||||
from polars import DataFrame
|
||||
from polars import DataFrame, Series
|
||||
|
||||
__all__ = [
|
||||
"download",
|
||||
@ -38,3 +38,10 @@ class panel:
|
||||
|
||||
@staticmethod
|
||||
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: ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user