io.IOBase.tell()
  • References/Python/Python/Operating System

tell() Return the current stream position.

2025-01-10 15:47:30
operator.add()
  • References/Python/Python/Functional Programming

operator.add(a, b) operator.__add__(a, b) Return a + b, for a and b numbers.

2025-01-10 15:47:30
filecmp.dircmp.subdirs
  • References/Python/Python/File & Directory Access

subdirs A dictionary mapping names in common_dirs to dircmp objects.

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

FTP.set_pasv(boolean) Enable “passive” mode if boolean is true, other disable passive mode. Passive mode is on by default

2025-01-10 15:47:30
dispatch.Signal.send()
  • References/Python/Django/Guides

Signal.send(sender, **kwargs) [source]

2025-01-10 15:47:30
rlcompleter.Completer.complete()
  • References/Python/Python/Text Processing

Completer.complete(text, state) Return the stateth completion for text. If

2025-01-10 15:47:30
Series.tz_convert()
  • References/Python/Pandas/API Reference/Series

Series.tz_convert(tz, axis=0, level=None, copy=True)

2025-01-10 15:47:30
Series.cumprod()
  • References/Python/Pandas/API Reference/Series

Series.cumprod(axis=None, skipna=True, *args, **kwargs)

2025-01-10 15:47:30
select.poll()
  • References/Python/Python/Inputouput

select.poll() (Not supported by all operating systems.) Returns a polling object, which supports registering and unregistering

2025-01-10 15:47:30
email.policy.EmailPolicy.utf8
  • References/Python/Python/Internet Data

utf8 If False, follow

2025-01-10 15:47:30