unittest.mock.patch.dict()
  • References/Python/Python/Development Tools

patch.dict(in_dict, values=(), clear=False, **kwargs) Patch a dictionary, or dictionary like object, and restore the dictionary

2025-01-10 15:47:30
tracemalloc.Filter.lineno
  • References/Python/Python/Debugging & Profiling

lineno Line number (int) of the filter. If lineno is None, the filter matches any line number

2025-01-10 15:47:30
db.models.Options.select_on_save
  • References/Python/Django/API/Models/Model Meta options

Options.select_on_save Determines if Django will use the pre-1.6

2025-01-10 15:47:30
turtle.shapetransform()
  • References/Python/Python/Frameworks

turtle.shapetransform(t11=None, t12=None, t21=None, t22=None)

2025-01-10 15:47:30
middleware.cache.UpdateCacheMiddleware
  • References/Python/Django/API/Middleware

class UpdateCacheMiddleware [source]

2025-01-10 15:47:30
PHRegResults.save()
  • References/Python/Statsmodels/Models for Survival and Duration Analysis

statsmodels.duration.hazard_regression.PHRegResults.save

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

types.FunctionType types.LambdaType The type of user-defined functions and functions created by lambda

2025-01-10 15:47:30
xmlrpc.server.DocCGIXMLRPCRequestHandler.set_server_name()
  • References/Python/Python/Internet

DocCGIXMLRPCRequestHandler.set_server_name(server_name) Set the name used in the generated HTML documentation. This name will

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

Event() Create a shared

2025-01-10 15:47:30
sys.byteorder
  • References/Python/Python/Runtime

sys.byteorder An indicator of the native byte order. This will have the value 'big' on big-endian (most-significant

2025-01-10 15:47:30