MCPcopy Index your code
hub / github.com/python/cpython / Options

Class Options

Lib/test/test_typing.py:6669–6671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6667class LabelPoint2D(Point2D, Label): ...
6668
6669class Options(TypedDict, total=False):
6670 log_level: int
6671 log_path: str
6672
6673class TotalMovie(TypedDict):
6674 title: str

Callers 2

test_totalMethod · 0.70
optionsMethod · 0.50

Calls

no outgoing calls

Tested by 1

test_totalMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…