Sandbox
  • References/Python/Statsmodels/Manual

Sandbox This sandbox contains code that is for various resons not ready to be included in statsmodels proper. It contains modules from the old stats.models code that

2025-01-10 15:47:30
ipaddress.IPv4Interface.ip
  • References/Python/Python/Internet

ip The address (IPv4Address) without network information.

2025-01-10 15:47:30
warnings.simplefilter()
  • References/Python/Python/Runtime

warnings.simplefilter(action, category=Warning, lineno=0, append=False) Insert a simple entry into the list of warnings

2025-01-10 15:47:30
readline.get_endidx()
  • References/Python/Python/Text Processing

readline.get_endidx() Get the beginning or ending index of the completion scope. These indexes are the start and end

2025-01-10 15:47:30
decimal.Context.is_zero()
  • References/Python/Python/Numeric & Mathematical

is_zero(x) Returns True if x is a zero; otherwise returns False.

2025-01-10 15:47:30
multiprocessing.Pipe()
  • References/Python/Python/Concurrent Execution

multiprocessing.Pipe([duplex]) Returns a pair (conn1, conn2) of Connection objects representing the

2025-01-10 15:47:30
tarfile.TarInfo.isfifo()
  • References/Python/Python/Data Compression

TarInfo.isfifo() Return

2025-01-10 15:47:30
smtpd.SMTPChannel.received_lines
  • References/Python/Python/Internet

received_lines Holds a list of the line strings (decoded using UTF-8) received from the client. The lines have their "\r\n"

2025-01-10 15:47:30
NegativeBinomialResults.t_test()
  • References/Python/Statsmodels/Regression with Discrete Dependent Variable

statsmodels.discrete.discrete_model.NegativeBinomialResults.t_test

2025-01-10 15:47:30
email.headerregistry.Address.domain
  • References/Python/Python/Internet Data

domain The domain portion of the address.

2025-01-10 15:47:30