sys.base_exec_prefix
  • References/Python/Python/Runtime

sys.base_exec_prefix Set during Python startup, before site.py is run, to the same value as exec_prefix

2025-01-10 15:47:30
html.parser.HTMLParser.unknown_decl()
  • References/Python/Python/Structured Markup

HTMLParser.unknown_decl(data) This method is called when an unrecognized declaration is read by the parser.

2025-01-10 15:47:30
select.devpoll.close()
  • References/Python/Python/Inputouput

devpoll.close() Close the file descriptor of the polling object.

2025-01-10 15:47:30
glob.glob()
  • References/Python/Python/File & Directory Access

glob.glob(pathname, *, recursive=False) Return a possibly-empty list of path names that match pathname, which must

2025-01-10 15:47:30
sys.settscdump()
  • References/Python/Python/Runtime

sys.settscdump(on_flag) Activate dumping of VM measurements using the Pentium timestamp counter, if on_flag is true

2025-01-10 15:47:30
unicodedata.decimal()
  • References/Python/Python/Text Processing

unicodedata.decimal(chr[, default]) Returns the decimal value assigned to the character chr as integer. If no such

2025-01-10 15:47:30
operator.
  • References/Python/Python/Functional Programming

operator.__or__(a, b) Return the bitwise or of a and b.

2025-01-10 15:47:30
audioop.lin2adpcm()
  • References/Python/Python/Multimedia

audioop.lin2adpcm(fragment, width, state) Convert samples to 4 bit Intel/DVI ADPCM encoding. ADPCM coding is an adaptive coding

2025-01-10 15:47:30
ctypes.Array.
  • References/Python/Python/Operating System

_length_ A positive integer specifying the number of elements in the array. Out-of-range subscripts result in an

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

turtle.shapetransform(t11=None, t12=None, t21=None, t22=None)

2025-01-10 15:47:30