mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
some fix
This commit is contained in:
parent
2ea64ce41f
commit
bb9c5c30df
@ -170,8 +170,9 @@ del __format_string
|
|||||||
def help(obj):
|
def help(obj):
|
||||||
if hasattr(obj, '__func__'):
|
if hasattr(obj, '__func__'):
|
||||||
obj = obj.__func__
|
obj = obj.__func__
|
||||||
print(obj.__signature__)
|
# print(obj.__signature__)
|
||||||
print(obj.__doc__)
|
if obj.__doc__:
|
||||||
|
print(obj.__doc__)
|
||||||
|
|
||||||
def complex(*args, **kwargs):
|
def complex(*args, **kwargs):
|
||||||
import cmath
|
import cmath
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user