[Jython-dev] __doc__ string for Jython builtins
by Don Coleman other posts by this author
Apr 28 2003 6:31PM messages near this date
[Jython-dev] java.lang.VerifyError while trying to compile simple Python source
[bug reported]
|
[Jython-dev] BuiltinFunctionType does not work
Is there a way to get the doc string for builtin methods in Jython?
for example these 2 calls return None in Jython, but they return
documentation strings in Python
> >> len.__doc__
> >> isinstance.__doc__
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jython-dev mailing list
Jython-dev@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-dev
|