uuid.getnode()
  • References/Python/Python/Internet

uuid.getnode() Get the hardware address as a 48-bit positive integer. The first time this runs, it may launch a separate program

2025-01-10 15:47:30
array.array.remove()
  • References/Python/Python/Data Types

array.remove(x) Remove the first occurrence of x from the array.

2025-01-10 15:47:30
wave.Wave_read.setpos()
  • References/Python/Python/Multimedia

Wave_read.setpos(pos) Set the file pointer to the specified position.

2025-01-10 15:47:30
numpy.info()
  • References/Python/NumPy/Routines/NumPy-specific help functions

numpy.info(object=None, maxwidth=76, output=', mode 'w' at 0x402ae078>, toplevel='numpy')

2025-01-10 15:47:30
select.kevent.ident
  • References/Python/Python/Inputouput

kevent.ident Value used to identify the event. The interpretation depends on the filter but it’s usually the file descriptor

2025-01-10 15:47:30
Elementary Function
  • References/Python/NumPy/NumPy C-API

There is a general need for looping over not only functions on scalars but also over functions on vectors (or arrays). This concept is realized in Numpy by generalizing the universal functions (ufuncs)

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

add(message) __setitem__(key, message) update(arg)

2025-01-10 15:47:30
turtle.screensize()
  • References/Python/Python/Frameworks

turtle.screensize(canvwidth=None, canvheight=None, bg=None)

2025-01-10 15:47:30
http.cookiejar.FileCookieJar.delayload
  • References/Python/Python/Internet

FileCookieJar.delayload If true, load cookies lazily from disk. This attribute should not be assigned to. This is only a hint

2025-01-10 15:47:30
modulefinder.ModuleFinder.report()
  • References/Python/Python/Importing

report() Print a report to standard output that lists the modules imported by the script and their paths, as well as modules

2025-01-10 15:47:30