09-29-2013, 09:51 AM
(This post was last modified: 09-29-2013, 09:51 AM by Xeomorpher.)
Code:
import <Library>
for Index,Item in <Library>.__dict__:
print Index
try:
print Item.__doc__
except:pass
3c33
09-29-2013, 09:51 AM
(This post was last modified: 09-29-2013, 09:51 AM by Xeomorpher.)
Code: import <Library>
3c33
|
|
Messages In This Thread |
TwistedMatrix - by TheGeek56 - 09-28-2013, 11:27 PM
RE: TwistedMatrix - by Xeomorpher - 09-29-2013, 09:51 AM
|