staticmethod()
  • References/Python/Python/Built-in Functions

staticmethod(function) Return a static method for function. A static method does not

2025-01-10 15:47:30
repr()
  • References/Python/Python/Built-in Functions

repr(object) Return a string containing a printable representation of an object. For many types, this function makes an attempt

2025-01-10 15:47:30
ossaudiodev.oss_mixer_device.reccontrols()
  • References/Python/Python/Multimedia

oss_mixer_device.reccontrols() Returns a bitmask specifying the mixer controls that may be used to record. See the code example

2025-01-10 15:47:30
str.istitle()
  • References/Python/Python/Built-in Types

str.istitle() Return true if the string is a titlecased string and there is at least one character, for example uppercase characters

2025-01-10 15:47:30
socketserver.BaseServer.server_bind()
  • References/Python/Python/Internet

server_bind() Called by the server’s constructor to bind the socket to the desired address. May be overridden.

2025-01-10 15:47:30
ssl.PROTOCOL_TLSv1
  • References/Python/Python/Networking

ssl.PROTOCOL_TLSv1 Selects TLS version 1.0 as the channel encryption protocol.

2025-01-10 15:47:30
pyclbr.Function.file
  • References/Python/Python/Language

Function.file Name of the file containing the def statement defining the function.

2025-01-10 15:47:30
set.issubset()
  • References/Python/Python/Built-in Types

issubset(other) set <= other Test whether every element in the set is in other.

2025-01-10 15:47:30
sys.meta_path
  • References/Python/Python/Runtime

sys.meta_path A list of meta path finder objects that have their

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

tempfile.TemporaryDirectory(suffix=None, prefix=None, dir=None) This function securely creates a temporary directory using the

2025-01-10 15:47:30