mailcap.getcaps()
  • References/Python/Python/Internet Data

mailcap.getcaps() Returns a dictionary mapping MIME types to a list of mailcap file entries. This dictionary must be passed

2025-01-10 15:47:30
curses.window.mvwin()
  • References/Python/Python/Operating System

window.mvwin(new_y, new_x) Move the window so its upper-left corner is at (new_y, new_x).

2025-01-10 15:47:30
os.getsid()
  • References/Python/Python/Operating System

os.getsid(pid) Call the system call getsid(). See the Unix manual for the semantics.

2025-01-10 15:47:30
poplib.POP3.rpop()
  • References/Python/Python/Internet

POP3.rpop(user) Use RPOP authentication (similar to UNIX r-commands) to log into POP3 server.

2025-01-10 15:47:30
mailbox.Mailbox.add()
  • References/Python/Python/Internet Data

add(message) Add message to the mailbox and return the key that has been assigned to it. Parameter

2025-01-10 15:47:30
cmath.sin()
  • References/Python/Python/Numeric & Mathematical

cmath.sin(x) Return the sine of x.

2025-01-10 15:47:30
mailbox.MaildirMessage.remove_flag()
  • References/Python/Python/Internet Data

remove_flag(flag) Unset the flag(s) specified by flag without changing other flags. To remove more than one flag at

2025-01-10 15:47:30
uu.encode()
  • References/Python/Python/Internet Data

uu.encode(in_file, out_file, name=None, mode=None) Uuencode file in_file into file out_file. The uuencoded

2025-01-10 15:47:30
os.execvp()
  • References/Python/Python/Operating System

os.execvp(file, args) os.execvpe(file, args, env) These functions all execute a new program, replacing the current

2025-01-10 15:47:30
codecs.getdecoder()
  • References/Python/Python/Binary Data

codecs.getdecoder(encoding) Look up the codec for the given encoding and return its decoder function. Raises

2025-01-10 15:47:30