MCPcopy Index your code
hub / github.com/RustPython/RustPython / Options

Class Options

Lib/test/test_typing.py:6616–6618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6614class LabelPoint2D(Point2D, Label): ...
6615
6616class Options(TypedDict, total=False):
6617 log_level: int
6618 log_path: str
6619
6620class TotalMovie(TypedDict):
6621 title: str

Callers 3

test_totalMethod · 0.70
wdriverFunction · 0.50
optionsMethod · 0.50

Calls

no outgoing calls

Tested by 2

test_totalMethod · 0.56
wdriverFunction · 0.40