Changeset 1583
- Timestamp:
- 10/30/08 12:07:13 (2 months ago)
- Files:
-
- branches/0.4.7/lib/cxutil/cxutil/debug.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.4.7/lib/cxutil/cxutil/debug.py
r1519 r1583 1 # -*- coding: utf-8 -*- 2 1 3 ''' 2 4 Code disassemble functions … … 27 29 def is2way(f): 28 30 ''' 29 31 This function determines, whether a function «f» may 32 return something other than None. 30 33 ''' 31 34 name = f.func_name
