binascii.a2b_hex()
  • References/Python/Python/Internet Data

binascii.a2b_hex(hexstr) binascii.unhexlify(hexstr) Return the binary data represented by the hexadecimal string

2025-01-10 15:47:30
views.generic.list.MultipleObjectMixin.paginate_orphans
  • References/Python/Django/API/Multiple object mixins

paginate_orphans An integer specifying the number of “overflow” objects the last page can contain. This extends the paginate_by

2025-01-10 15:47:30
utils.feedgenerator.SyndicationFeed.
  • References/Python/Django/API/Django Utils

__init__(title, link, description, language=None, author_email=None, author_name=None, author_link=None, subtitle=None, categories=None, feed_url=None, feed_copyright=None

2025-01-10 15:47:30
db.models.Value
  • References/Python/Django/API/Models/Query Expressions

class Value(value, output_field=None) [source] A Value() object represents the

2025-01-10 15:47:30
nntplib.NNTP.last()
  • References/Python/Python/Internet

NNTP.last() Send a LAST command. Return as for stat().

2025-01-10 15:47:30
nntplib.NNTP.list()
  • References/Python/Python/Internet

NNTP.list(group_pattern=None, *, file=None) Send a LIST or LIST ACTIVE command. Return a pair (response

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

unittest.mock.sentinel The sentinel object provides a convenient way of providing unique objects for your tests

2025-01-10 15:47:30
calendar.TextCalendar.prmonth()
  • References/Python/Python/Data Types

prmonth(theyear, themonth, w=0, l=0) Print a month’s calendar as returned by formatmonth().

2025-01-10 15:47:30
email.policy.Policy.register_defect()
  • References/Python/Python/Internet Data

register_defect(obj, defect) Register a defect on obj. In the email package, defect will always be

2025-01-10 15:47:30
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