collections.UserList.data
  • References/Python/Python/Data Types

data A real list

2025-01-10 15:47:30
dis.opmap
  • References/Python/Python/Language

dis.opmap Dictionary mapping operation names to bytecodes.

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

os.unlink(path, *, dir_fd=None) Remove (delete) the file path. This function is semantically identical to remove();

2025-01-10 15:47:30
xml.sax.xmlreader.Locator.getLineNumber()
  • References/Python/Python/Structured Markup

Locator.getLineNumber() Return the line number where the current event begins.

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

class unittest.mock.NonCallableMagicMock(*args, **kw) A non-callable version of MagicMock. The

2025-01-10 15:47:30
ftplib.FTP.storlines()
  • References/Python/Python/Internet

FTP.storlines(cmd, fp, callback=None) Store a file in ASCII transfer mode. cmd should be an appropriate STOR

2025-01-10 15:47:30
gis.gdal.OGRGeometry.disjoint()
  • References/Python/Django/API/GDAL API

disjoint(other) Returns True if this geometry is spatially disjoint to (i.e. does not intersect) the other, otherwise

2025-01-10 15:47:30
telnetlib.Telnet.msg()
  • References/Python/Python/Internet

Telnet.msg(msg, *args) Print a debug message when the debug level is > 0. If extra arguments are present, they

2025-01-10 15:47:30
xml.sax.xmlreader.InputSource
  • References/Python/Python/Structured Markup

class xml.sax.xmlreader.InputSource(system_id=None) Encapsulation of the information needed by the XMLReader to

2025-01-10 15:47:30
reprlib.Repr.maxlong
  • References/Python/Python/Data Types

Repr.maxlong Maximum number of characters in the representation for an integer. Digits are dropped from the middle. The default

2025-01-10 15:47:30