symtable.Symbol.is_parameter()
  • References/Python/Python/Language

is_parameter() Return True if the symbol is a parameter.

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

traceback.format_list(extracted_list) Given a list of tuples as returned by extract_tb() or extract_stack()

2025-01-10 15:47:30
urllib.request.HTTPPasswordMgrWithPriorAuth.is_authenticated()
  • References/Python/Python/Internet

HTTPPasswordMgrWithPriorAuth.is_authenticated(self, authuri) Returns the current state of the is_authenticated

2025-01-10 15:47:30
xdrlib.Unpacker.unpack_double()
  • References/Python/Python/File Formats

Unpacker.unpack_double() Unpacks a double-precision floating point number, similarly to unpack_float().

2025-01-10 15:47:30
asyncio.AbstractEventLoop.subprocess_shell()
  • References/Python/Python/Inputouput

coroutine AbstractEventLoop.subprocess_shell(protocol_factory, cmd, *, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, **kwargs)

2025-01-10 15:47:30
bz2.compress()
  • References/Python/Python/Data Compression

bz2.compress(data, compresslevel=9) Compress data. compresslevel, if given

2025-01-10 15:47:30
XML Processing Modules
  • References/Python/Python/Structured Markup

Source code: Lib/xml/

2025-01-10 15:47:30
“How-to” guides
  • References/Python/Django/Guides: How-tos

Here you’ll find short answers to “How do I....?” types of questions. These how-to guides don’t cover topics in depth – you’ll find that material in the Using

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

cmath.e The mathematical constant e, as a float.

2025-01-10 15:47:30
urllib.request.FileHandler.file_open()
  • References/Python/Python/Internet

FileHandler.file_open(req) Open the file locally, if there is no host name, or the host name is 'localhost'.

2025-01-10 15:47:30