Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
Perl
Python
Tcl
Komodo IDE
|
more
▼
Lists
Support
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Popular recipes tagged "modules"
Tags:
modules
x
15
k
views
4
score
Get names and types of all attributes of a Python module
Python
/
documentation
,
introspection
,
modules
,
reflection
,
type
/
by
Vasudev Ram
(7 years ago)
4
k
views
1
score
Clear Only Project Modules
Python
/
clear
,
modules
,
project
,
reload
,
script
,
startup
/
by
Cornelius Jatniel Prinsloo
(9 years ago)
13
k
views
1
score
Apply decorators to all functions in a module
Python
/
decorators
,
import
,
modules
/
by
Eric Snow
(12 years ago, revision 2)
3
k
views
1
score
using `from somename.api import *` when somename is a single module
Python
/
api
,
import
,
modules
,
__all__
/
by
Ethan Furman
(12 years ago)
6
k
views
1
score
Use Simple Plugins to Seemlessly Modify Modules at Import Time
Python
/
import
,
modules
/
by
Eric Snow
(12 years ago, revision 4)
4
k
views
1
score
Turn Your Boring Old Modules Into Dynamic Powerhouses
Python
/
import
,
modules
/
by
Eric Snow
(12 years ago, revision 2)
21
k
views
2
score
Trace decorator for debugging
Python
/
classes
,
debug
,
debugging
,
decorators
,
functions
,
inspection
,
modules
,
trace
/
by
Kevin L. Sitze
(13 years ago, revision 2)
4
k
views
3
score
Open a python module given it's name in Emacs
Bash
/
emacs
,
modules
,
python
,
python_developer_tools
,
zsh
/
by
Noufal Ibrahim
(13 years ago)
6
k
views
1
score
PluginManager - Extending Project Functionality By Using Custom Modules/Plugins On The Fly.
Python
/
extending
,
extensible
,
modules
,
plugin
/
by
AJ. Mayorga
(13 years ago, revision 4)
5
k
views
1
score
Temporary substitution of object in modules via with statement
Python
/
modules
,
testing
,
with_statement
/
by
Jacob Oscarson
(14 years ago)
5
k
views
-1
score
Getting version number of modules
Python
/
modules
/
by
Kaushik Ghose
(15 years ago)
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the popular recipes tagged "modules"
Top-rated recipes
Get names and types of all attribu…
(Python)
Open a python module given it's na…
(Bash)
Trace decorator for debugging
(Python)
Clear Only Project Modules
(Python)
using `from somename.api import *`…
(Python)
Apply decorators to all functions …
(Python)
Turn Your Boring Old Modules Into …
(Python)
Use Simple Plugins to Seemlessly M…
(Python)
PluginManager - Extending Project …
(Python)
Temporary substitution of object i…
(Python)
Related tags
+
−
import
(4)
+
−
decorators
(2)
+
−
api
+
−
classes
+
−
clear
+
−
debug
+
−
debugging
+
−
documentation
+
−
emacs
+
−
extending
+
−
extensible
+
−
functions
+
−
inspection
+
−
introspection
+
−
plugin
+
−
project
+
−
python
+
−
python_developer_tools
+
−
reflection
+
−
reload
x
Undo