Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #10813 > unrolled thread
| Started by | Stefan Behnel <stefan_ml@behnel.de> |
|---|---|
| First post | 2011-08-03 18:23 +0200 |
| Last post | 2011-08-03 18:23 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: parsing function parameters Stefan Behnel <stefan_ml@behnel.de> - 2011-08-03 18:23 +0200
| From | Stefan Behnel <stefan_ml@behnel.de> |
|---|---|
| Date | 2011-08-03 18:23 +0200 |
| Subject | Re: parsing function parameters |
| Message-ID | <mailman.1847.1312388603.1164.python-list@python.org> |
Lee Harr, 03.08.2011 18:02: > I am trying to get some information about a function > before (and without) calling it. > > Here is what I have so far. I chose to go with a > regular expression, so now I have 2 problems :o) Can't you just use runtime introspection? Take a look at the inspect module. Stefan
Back to top | Article view | comp.lang.python
csiph-web