Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
# basic_pydoc.py
here2share
Jul 28th, 2017
148
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
# basic_pydoc.py
# ZZZ
import
os
,
sys
t
=
[
]
t.
extend
(
dir
(
'import'
)
)
t.
extend
(
sys
.
modules
.
keys
(
)
)
for
m
in
t:
try
:
print
'%s -----
\n
%s
\n
\n
'
%
(
m
,
help
(
m
)
)
except
:
pass
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ FREE giftcards method
JavaScript | 10 sec ago | 0.05 KB
⭐ GET 5OO$ GIFT CARD PN
JavaScript | 14 sec ago | 0.30 KB
Erro al confirmar venta
Python | 36 sec ago | 3.88 KB
⭐ giftcards for free
JavaScript | 1 min ago | 0.05 KB
⭐ [NOOB] Make $800-$2400 DAY⭐ DP
JavaScript | 1 min ago | 0.30 KB
⭐ giftcards for free
JavaScript | 1 min ago | 0.05 KB
⭐ giftcards for free
JavaScript | 2 min ago | 0.05 KB
⭐️ EASY to Make $800 in 10 Minutes WC
JavaScript | 3 min ago | 0.30 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!