os.close()
  • References/Python/Python/Operating System

os.close(fd) Close file descriptor fd.

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

inspect.getfile(object) Return the name of the (text or binary) file in which an object was defined. This will fail with a

2025-01-10 15:47:30
pty.openpty()
  • References/Python/Python/Unix

pty.openpty() Open a new pseudo-terminal pair, using

2025-01-10 15:47:30
crypt.methods
  • References/Python/Python/Unix

crypt.methods A list of available password hashing algorithms, as crypt.METHOD_* objects. This list is sorted from

2025-01-10 15:47:30
textwrap.TextWrapper.replace_whitespace
  • References/Python/Python/Text Processing

replace_whitespace (default: True) If true, after tab expansion but before wrapping, the wrap() method

2025-01-10 15:47:30
xml.sax.handler.EntityResolver.resolveEntity()
  • References/Python/Python/Structured Markup

EntityResolver.resolveEntity(publicId, systemId) Resolve the system identifier of an entity and return either the system identifier

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.MessageClass
  • References/Python/Python/Internet

MessageClass Specifies an

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

os.urandom(n) Return a string of n random bytes suitable for cryptographic use. This

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.server_software
  • References/Python/Python/Internet

server_software If the origin_server attribute is set, this attribute’s value is used to set the default

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

class ctypes.c_ssize_t Represents the C ssize_t datatype.

2025-01-10 15:47:30