Changeset 1583

Show
Ignore:
Timestamp:
10/30/08 12:07:13 (2 months ago)
Author:
peet
Message:

comment added

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.4.7/lib/cxutil/cxutil/debug.py

    r1519 r1583  
     1# -*- coding: utf-8 -*- 
     2 
    13''' 
    24Code disassemble functions 
     
    2729def is2way(f): 
    2830        ''' 
    29          
     31        This function determines, whether a function «f» may 
     32        return something other than None. 
    3033        ''' 
    3134        name = f.func_name