RE: Can synopsis (be made to) follow Python impo rts?
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.documentation.synopsis |
|---|---|
| Message-ID | <20DCDD8F0FCED411AC4D001083CF504502380D4A@MTL-EXCHANGE> |
Hi Eric, > From: Eric Hopper [mailto:[email protected]] > Callgraphs are a little trickier, but I bet it's still possible. > Python's scoping rules are very simple and straightforward. And while > you can do some very weird things with executing things in odd scopes, > the most common cases are easy to deal with. you are right, some heuristic analyzer may still be very valuable, and even cover a good number of cases. All I meant to say was that this isn't really 'static analysis', but more about applying heuristics to *guess* what object a variable *may* refer to. It's all about how to interpret the generated report. :-) Regards, Stefan