Menu

#142 Making a call on a module should give an error on analysis

open
None
5
2006-06-25
2006-06-25
No

import unittest
print unittest()

is not marked as an error in pydev ext 1.2.0 although
it can be determined at edit time that unittest is a
module:

>>> unittest
<module 'unittest' from 'C:\Python25\lib\unittest.py'>
>>> type(unittest)
<type 'module'>
>>>

Discussion

  • Fabio Zadrozny

    Fabio Zadrozny - 2006-06-25

    Logged In: YES
    user_id=617340

    Changing to feature request.

     
  • Fabio Zadrozny

    Fabio Zadrozny - 2006-06-25
    • labels: 595097 -->
    • summary: bad calls not marked as error --> Making a call on a module should give an error on analysis
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.