Signature 0.1 does not work well

Isao AKIYAMA Isao.Akiyama at unisys.co.jp
Mon Jul 19 05:56:25 EDT 1999


Hi,

I tried Signature 0.1, but it did not work well :-(

T:\>c:\progra~1\python\python Signature.py
ordinary arglist: ('x', 'y', 'z')
special_args:
Traceback (innermost last):
  File "Signature.py", line 204, in ?
    print "special_args:", f.special_args()
  File "Signature.py", line 121, in special_args
    if ((self.func.func_code.co_flags & POS_LIST) and
NameError: POS_LIST

POS_LIST and KEY_DICT must be declared in the global scope or modified
by 'Signature' in special_args().

Cheers,

Isao AKIYAMA





More information about the Python-list mailing list