os.getpid()
  • References/Python/Python/Operating System

os.getpid() Return the current process id.

2025-01-10 15:47:30
numpy.ma.var()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.var(self, axis=None, dtype=None, out=None, ddof=0) = Compute the variance along the specified axis. Returns the variance

2025-01-10 15:47:30
views.generic.detail.SingleObjectMixin.get_slug_field()
  • References/Python/Django/API/Single object mixins

get_slug_field() Returns the name of a slug field to be used to look up by slug. By default this simply returns the value of

2025-01-10 15:47:30
ipaddress.IPv6Network.version
  • References/Python/Python/Internet

version

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.client_address
  • References/Python/Python/Internet

client_address Contains a tuple of the form (host, port) referring to the client’s address.

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

CategoricalIndex.is_floating()

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

Series.__iter__()

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

curses.typeahead(fd) Specify that the file descriptor fd be used for typeahead checking. If fd is -1

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

TimedeltaIndex.groupby(values)

2025-01-10 15:47:30
CategoricalIndex.shape
  • References/Python/Pandas/API Reference/CategoricalIndex

CategoricalIndex.shape return a tuple of the shape of the underlying data

2025-01-10 15:47:30