/usr/lib/python2.6/lib-dynload
NameSizeModeActions
arraymodule.so366360555editdlrm
audioop.so209880555editdlrm
binascii.so196600555editdlrm
bz2.so326720755editdlrm
cmathmodule.so324480555editdlrm
cPickle.so706240555editdlrm
cStringIO.so171520555editdlrm
datetime.so724280755editdlrm
dbm.so103480755editdlrm
dlmodule.so71320555editdlrm
fcntlmodule.so135520555editdlrm
future_builtins.so48360755editdlrm
gdbmmodule.so138080555editdlrm
grpmodule.so69800555editdlrm
imageop.so126680555editdlrm
itertoolsmodule.so455400555editdlrm
linuxaudiodev.so105000555editdlrm
mathmodule.so215640555editdlrm
mmapmodule.so198840555editdlrm
nismodule.so92960555editdlrm
operator.so302080555editdlrm
ossaudiodev.so234600755editdlrm
parsermodule.so437760555editdlrm
pyexpat.so426200755editdlrm
Python-2.6.6-py2.6.egg-info15240644editdlrm
readline.so198040555editdlrm
resource.so81000555editdlrm
selectmodule.so203240555editdlrm
spwdmodule.so71800555editdlrm
stropmodule.so225600555editdlrm
syslog.so62800755editdlrm
termios.so155320555editdlrm
timemodule.so167800555editdlrm
timingmodule.so43520555editdlrm
unicodedata.so5867560555editdlrm
xxsubtype.so68200555editdlrm
zlibmodule.so196120555editdlrm
_bisectmodule.so76160555editdlrm
_bsddb.so1105160555editdlrm
_bytesio.so170600755editdlrm
_codecs_cn.so1309720555editdlrm
_codecs_hk.so1431640555editdlrm
_codecs_iso2022.so175080555editdlrm
_codecs_jp.so2240280555editdlrm
_codecs_kr.so1227480555editdlrm
_codecs_tw.so951320555editdlrm
_collectionsmodule.so254440555editdlrm
_cryptmodule.so37760555editdlrm
_csv.so247960555editdlrm
_ctypes.so1088360755editdlrm
_curses.so705520755editdlrm
_curses_panel.so105440755editdlrm
_elementtree.so359760755editdlrm
_fileio.so171000755editdlrm
_functoolsmodule.so86520555editdlrm
_hashlib.so124280755editdlrm
_heapq.so170480755editdlrm
_hotshot.so254440755editdlrm
_json.so114000755editdlrm
_localemodule.so157760555editdlrm
_lsprof.so161440755editdlrm
_multibytecodecmodule.so258480555editdlrm
_multiprocessing.so217160755editdlrm
_randommodule.so104480555editdlrm
_socketmodule.so584040555editdlrm
_sqlite3.so647680755editdlrm
_ssl.so289520555editdlrm
_struct.so315200555editdlrm
_weakref.so48920555editdlrm
Edit: /usr/lib/python2.6/lib-dynload/termios.so (15532B)
ELF4t84 (%%%55%55$$Ptd###TTQtdGNU`JOKXn7Ɍ$ @$&(|CEqX=V"Zw> + imZM.K."R|G?pGFpG  ? __gmon_start___init_fini__cxa_finalize_Jv_RegisterClassesinittermiosPy_InitModule4PyModule_AddObjectPyModule_AddIntConstantPyErr_NewExceptionPyArg_ParseTupletcflow_Py_NoneStructPyErr_SetFromErrnoPyObject_AsFileDescriptortcflushtcdraintcsendbreakPyList_SizetcgetattrPyExc_TypeErrorPyErr_SetStringPyList_GetItemPyInt_AsLongPyErr_OccurredPyString_SizePyString_AsStringPyErr_FormatcfsetispeedcfsetospeedtcsetattrcfgetispeedcfgetospeedPyList_NewPyList_SetItemPyString_FromStringAndSizePyInt_FromLonglibpthread.so.0libc.so.6__stack_chk_fail_edata__bss_start_endGLIBC_2.0GLIBC_2.1.3GLIBC_2.4 ii W$si aii mii W5@@@@ @(@0@8@@@H@P@X@`@h@p@x@@@@@@@@@@@@@@@@@AAAA A(A0A8A@AHAPAXA`AhApAxAAAAAAAAAAAAAAAAABBBB B(B0B8B@BHBPBXB`BhBpBxBBBBBBBBBBBBBBBBBCCCC C(C0C8C@CHCPCXC`ChCpCxCCCCCCCCCCCCCCCCCDDDD D(D0D8D@DHDPDXD`DhDpDxDDDDDDDDDDDDDDDDDEEEE E(E0E8E@EHEPEXE`EhEpExEEEEEEEEEEEEEEEEEFFFF F(F0F8F@FHFPFXF`FhFpFxFFFFFFFFFFFFFGG GGGG G$G,G0G4G list_of_attrs Get the tty attributes for file descriptor fd, as follows: [iflag, oflag, cflag, lflag, ispeed, ospeed, cc] where cc is a list of the tty special characters (each a string of length 1, except the items with indices VMIN and VTIME, which are integers when these fields are defined). The interpretation of the flags and the speeds as well as the indexing in the cc array must be done using the symbolic constants defined in this module.tcsetattr(fd, when, attributes) -> None Set the tty attributes for file descriptor fd. The attributes to be set are taken from the attributes argument, which is a list like the one returned by tcgetattr(). The when argument determines when the attributes are changed: termios.TCSANOW to change immediately, termios.TCSADRAIN to change after transmitting all queued output, or termios.TCSAFLUSH to change after transmitting all queued output and discarding all queued input. tcsendbreak(fd, duration) -> None Send a break on file descriptor fd. A zero duration sends a break for 0.25-0.5 seconds; a nonzero duration has a system dependent meaning.tcdrain(fd) -> None Wait until all output written to file descriptor fd has been transmitted.tcflush(fd, queue) -> None Discard queued data on file descriptor fd. The queue selector specifies which queue: termios.TCIFLUSH for the input queue, termios.TCOFLUSH for the output queue, or termios.TCIOFLUSH for both queues. tcflow(fd, action) -> None Suspend or resume input or output on file descriptor fd. The action argument can be termios.TCOOFF to suspend output, termios.TCOON to restart output, termios.TCIOFF to suspend input, or termios.TCION to restart input.x|     !(.5;BIPW] d@jpv|  @ @ ! %)@-150;@BHOV\cjrvz ~0 @@ # ) / 4 = FNU[cipuzRTQT!TPTT?   ! ) / 6 > D TK TR TY T` %Th To Tw T T T T T T T $T ]T VT T T T T!T !T!T!T%!T.!\T9!TB!@L!@U! _!i!s!|!!!!!!"T! T!T! T!! !!""-":"TD"STR"YT`"ZTp"XT"TT"[T"UT""#T"WT"T"T"T"T"Tn 9a;P<D=9p>.?termios.so.debuggj.data.rodata.shstrtab.dynamic.note.gnu.build-id.eh_frame.gnu.hash.fini.gnu_debuglink.dynsym.gnu.version.rel.dyn.data.rel.ro.gnu.version_r.jcr.eh_frame_hdr.dynstr.ctors.dtors.bss.init.rel.plt.got.plt.got.text"$?o<^ TTwfollTo`s     0 I2##T5##5%5%5%|5%5%6&6&@7@'0 pGp7 Op77