calendar.Calendar.monthdatescalendar()
  • References/Python/Python/Data Types

monthdatescalendar(year, month) Return a list of the weeks in the month month of the year as full weeks. Weeks

2025-01-10 15:47:30
email.message.EmailMessage.make_mixed()
  • References/Python/Python/Internet Data

make_mixed(boundary=None) Convert a non-multipart, a multipart/related, or a multipart-alternative

2025-01-10 15:47:30
datetime.datetime.day
  • References/Python/Python/Data Types

datetime.day Between 1 and the number of days in the given month of the given year.

2025-01-10 15:47:30
types.MethodType
  • References/Python/Python/Data Types

types.MethodType The type of methods of user-defined class instances.

2025-01-10 15:47:30
http.client.HTTPConnection.close()
  • References/Python/Python/Internet

HTTPConnection.close() Close the connection to the server.

2025-01-10 15:47:30
grp.getgrall()
  • References/Python/Python/Unix

grp.getgrall() Return a list of all available group entries, in arbitrary order.

2025-01-10 15:47:30
collections.defaultdict.default_factory
  • References/Python/Python/Data Types

default_factory This attribute is used by the __missing__() method; it is initialized from the first argument to

2025-01-10 15:47:30
msilib.Record.GetInteger()
  • References/Python/Python/MS Windows

Record.GetInteger(field) Return the value of field as an integer where possible. field must be an integer

2025-01-10 15:47:30
msvcrt.getche()
  • References/Python/Python/MS Windows

msvcrt.getche() Similar to getch(), but the keypress will be echoed if it represents a printable character.

2025-01-10 15:47:30
msvcrt.putwch()
  • References/Python/Python/MS Windows

msvcrt.putwch(unicode_char) Wide char variant of putch(), accepting a Unicode value.

2025-01-10 15:47:30