set.union()
  • References/Python/Python/Built-in Types

union(other, ...) set | other | ... Return a new set with elements from the set and all others.

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

os.getpgid(pid) Return the process group id of the process with process id pid. If pid is 0, the process group

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

curses.resize_term(nlines, ncols) Backend function used by resizeterm(), performing most of the work; when resizing

2025-01-10 15:47:30
dbm.gnu.gdbm.firstkey()
  • References/Python/Python/Data Persistence

gdbm.firstkey() It’s possible to loop over every key in the database using this method and the nextkey() method

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

compare_networks(other) Compare this network to other. In this comparison only the network addresses are considered;

2025-01-10 15:47:30
xmlrpc.client.DateTime.decode()
  • References/Python/Python/Internet

decode(string) Accept a string as the instance’s new time value.

2025-01-10 15:47:30
xmlrpc.client.DateTime
  • References/Python/Python/Internet

class xmlrpc.client.DateTime This class may be initialized with seconds since the epoch, a time tuple, an ISO 8601 time/date

2025-01-10 15:47:30
shlex.shlex.whitespace_split
  • References/Python/Python/Frameworks

shlex.whitespace_split If True, tokens will only be split in whitespaces. This is useful, for example, for parsing

2025-01-10 15:47:30
mmap.mmap.close()
  • References/Python/Python/Networking

close() Closes the mmap. Subsequent calls to other methods of the object will result in a ValueError exception being raised

2025-01-10 15:47:30
multiprocessing.Process.daemon
  • References/Python/Python/Concurrent Execution

daemon The process’s daemon flag, a Boolean value. This must be set before start() is called. The

2025-01-10 15:47:30