subprocess.SubprocessError
  • References/Python/Python/Concurrent Execution

exception subprocess.SubprocessError Base class for all other exceptions from this module.

2025-01-10 15:47:30
typing.Iterable
  • References/Python/Python/Development Tools

class typing.Iterable(Generic[T_co]) A generic version of the

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
dict.copy()
  • References/Python/Python/Built-in Types

copy() Return a shallow copy of the dictionary.

2025-01-10 15:47:30
eval()
  • References/Python/Python/Built-in Functions

eval(expression, globals=None, locals=None) The arguments are a string and optional globals and locals. If provided, globals

2025-01-10 15:47:30
weakref.WeakKeyDictionary
  • References/Python/Python/Data Types

class weakref.WeakKeyDictionary([dict]) Mapping class that references keys weakly. Entries in the dictionary will be discarded

2025-01-10 15:47:30
pprint.saferepr()
  • References/Python/Python/Data Types

pprint.saferepr(object) Return a string representation of object, protected against recursive data structures. If the

2025-01-10 15:47:30
collections.abc.Container
  • References/Python/Python/Data Types

class collections.abc.Container class collections.abc.Hashable class collections.abc.Sized

2025-01-10 15:47:30
netrc.netrc
  • References/Python/Python/File Formats

class netrc.netrc([file]) A netrc instance or subclass instance encapsulates data from a netrc file. The initialization

2025-01-10 15:47:30
bdb.Bdb.break_here()
  • References/Python/Python/Debugging & Profiling

break_here(frame) This method checks if there is a breakpoint in the filename and line belonging to frame or, at least

2025-01-10 15:47:30