urllib.robotparser.RobotFileParser.modified()
  • References/Python/Python/Internet

modified() Sets the time the robots.txt file was last fetched to the current time.

2025-01-10 15:47:30
ipaddress.IPv4Network.with_netmask
  • References/Python/Python/Internet

with_netmask A string representation of the network, with the mask in net mask notation.

2025-01-10 15:47:30
weakref.WeakKeyDictionary
  • References/Python/Python/Data Types

class weakref.WeakKeyDictionary([dict]) Mapping class that references keys weakly. Entries in the dictionary will be discarded

2025-01-10 15:47:30
subprocess.SubprocessError
  • References/Python/Python/Concurrent Execution

exception subprocess.SubprocessError Base class for all other exceptions from this module.

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

BaseCookie.output(attrs=None, header='Set-Cookie:', sep='\r\n') Return a string representation suitable to be sent as HTTP headers

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

str.rpartition(sep) Split the string at the last occurrence of sep, and return a 3-tuple containing the part before

2025-01-10 15:47:30
io.TextIOBase.tell()
  • References/Python/Python/Operating System

tell() Return the current stream position as an opaque number. The number does not usually represent a number of bytes in the

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

os.readlink(path, *, dir_fd=None) Return a string representing the path to which the symbolic link points. The result may be

2025-01-10 15:47:30
difflib.HtmlDiff
  • References/Python/Python/Text Processing

class difflib.HtmlDiff This class can be used to create an HTML table (or a complete HTML file containing the table) showing

2025-01-10 15:47:30
configparser.ConfigParser.optionxform()
  • References/Python/Python/File Formats

optionxform(option) Transforms the option name option as found in an input file or as passed in by client code to the

2025-01-10 15:47:30