home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Maximum CD 2011 February
/
maximum-cd-2011-02.iso
/
DiscContents
/
digsby_setup85.exe
/
lib
/
bootstrap.pyo
(
.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-11-24
|
865 b
|
25 lines
# Source Generated with Decompyle++
# File: in.pyo (Python 2.6)
def install_sentinel():
import __builtin__
class Sentinel:
def __init__(self, *a, **k):
pass
def __repr__(self):
return '<Sentinel %s>' % id(self)
def __nonzero__(self):
return False
__builtin__.Sentinel = Sentinel
__builtin__.sentinel = Sentinel()