Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
didip
on Nov 19, 2010
|
parent
|
context
|
favorite
| on:
Python Black Magic
While we are on the black magic thread, are there other meta-programming tricks that people find useful/clever?
I'll share one:
import inspect
. It's handy to use during debugging.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I'll share one: import inspect. It's handy to use during debugging.