Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
# basic_pydoc.py
here2share
Jul 28th, 2017
147
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
⭐️ EASY to Make $800 in 10 Minutes TO
JavaScript | 5 sec ago | 0.31 KB
⭐ giftcards for free
JavaScript | 10 sec ago | 0.05 KB
⭐ get any gift card for FREE
JavaScript | 11 sec ago | 0.05 KB
⭐ get any gift card for FREE
JavaScript | 16 sec ago | 0.05 KB
$150 Instantly – My Proven 2025 Formulayt
JavaScript | 22 sec ago | 0.06 KB
⭐ FREE giftcards method
JavaScript | 29 sec ago | 0.05 KB
[Zero Effort] Earn $3,000 a Month Without Lea...
JavaScript | 33 sec ago | 0.06 KB
$5,000 a Day – The Secret Money BlueprintHL
JavaScript | 36 sec ago | 0.06 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!