bdb.checkfuncname()
  • References/Python/Python/Debugging & Profiling

bdb.checkfuncname(b, frame) Check whether we should break here, depending on the way the breakpoint b was set.

2025-01-10 15:47:30
xml.parsers.expat.xmlparser.buffer_text
  • References/Python/Python/Structured Markup

xmlparser.buffer_text Setting this to true causes the xmlparser object to buffer textual content returned by Expat

2025-01-10 15:47:30
http.cookies.Morsel.copy()
  • References/Python/Python/Internet

Morsel.copy(value) Return a shallow copy of the Morsel object.

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

os.getpid() Return the current process id.

2025-01-10 15:47:30
lzma.LZMADecompressor.check
  • References/Python/Python/Data Compression

check The ID of the integrity check used by the input stream. This may be CHECK_UNKNOWN until enough of the input

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

ErrorHandler.fatalError(exception) Called when the parser encounters an error it cannot recover from; parsing is expected to

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

UnknownHandler.unknown_open() Raise a

2025-01-10 15:47:30
unittest.mock.MagicMock
  • References/Python/Python/Development Tools

class unittest.mock.MagicMock(*args, **kw) MagicMock is a subclass of Mock with default implementations

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

curses.typeahead(fd) Specify that the file descriptor fd be used for typeahead checking. If fd is -1

2025-01-10 15:47:30
unittest.mock.Mock.mock_add_spec()
  • References/Python/Python/Development Tools

mock_add_spec(spec, spec_set=False) Add a spec to a mock. spec can either be an object or a list of strings. Only attributes

2025-01-10 15:47:30