1
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
|
|
||||||
from wechatpayv3 import WeChatPay
|
|
||||||
import inspect
|
|
||||||
|
|
||||||
print("WeChatPay.__init__ signature:")
|
|
||||||
print(inspect.signature(WeChatPay.__init__))
|
|
||||||
|
|
||||||
print("\nWeChatPay.__init__ docstring:")
|
|
||||||
print(inspect.getdoc(WeChatPay.__init__))
|
|
||||||
Reference in New Issue
Block a user