Updates:
Cc: [email protected]
Comment #11 on issue 805 by [email protected]: missing docstrings in core
http://code.google.com/p/sympy/issues/detail?id=805
Hmm, something like this:
In [24]: [method for method in dir(x) if re.match('^[a-z]', method) and
getattr(x, method).__doc__ is None]
Out[24]:
['adjoint',
'as_base_exp',
'as_dummy',
'as_real_imag',
'class_key',
'conjugate',
'copy',
'diff',
'doit',
'is_antihermitian',
'is_bounded',
'is_complex',
'is_composite',
'is_constant',
'is_even',
'is_finite',
'is_hermitian',
'is_hypergeometric',
'is_imaginary',
'is_infinitesimal',
'is_integer',
'is_irrational',
'is_negative',
'is_noninteger',
'is_nonnegative',
'is_nonpositive',
'is_nonzero',
'is_odd',
'is_polar',
'is_positive',
'is_prime',
'is_rational',
'is_real',
'is_unbounded',
'is_zero',
'matches',
'normal',
'sort_key',
'transpose',
'xreplace']
Aaron, could you clarify todo for this issue?
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues.
For more options, visit https://groups.google.com/groups/opt_out.