Closed seanyboi closed 2 years ago
Hi there,
I have a class defined like so:
def __init__(self, x:Union[List[str],str], y:str, z:str):
and it produces a docstring like so when using shoc_doc(Class.__init__)
shoc_doc(Class.__init__)
LockdownDates.init(country:Union[List[str],str\], **start_date**:str, **end_date**:str`)
Any help would be appreciated thank you!
Thanks @seanyboi . @muellerzr is going to look at this shortly
Hi there,
I have a class defined like so:
and it produces a docstring like so when using
shoc_doc(Class.__init__)
Any help would be appreciated thank you!