home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2010 November
/
maximum-cd-2010-11.iso
/
DiscContents
/
calibre-0.7.13.msi
/
file_1925
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2010-08-06
|
701 b
|
18 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 2.6)
import gc
class C(object):
def __del__(self):
pass
if __name__ == '__main__':
c = C()
c_refs = gc.get_referrers(c)
ref_ids = map(id, c_refs)
print 'c referrers:', map(type, c_refs)