Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #10813 > unrolled thread

Re: parsing function parameters

Started byStefan Behnel <stefan_ml@behnel.de>
First post2011-08-03 18:23 +0200
Last post2011-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.


Contents

  Re: parsing function parameters Stefan Behnel <stefan_ml@behnel.de> - 2011-08-03 18:23 +0200

#10813 — Re: parsing function parameters

FromStefan Behnel <stefan_ml@behnel.de>
Date2011-08-03 18:23 +0200
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web