MCPcopy Index your code
hub / github.com/python/mypy / copy

Method copy

mypy/partially_defined.py:74–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 self.skipped = skipped
73
74 def copy(self) -> BranchState:
75 return BranchState(
76 must_be_defined=set(self.must_be_defined),
77 may_be_defined=set(self.may_be_defined),
78 skipped=self.skipped,
79 )
80
81
82class BranchStatement:

Callers

nothing calls this directly

Calls 2

BranchStateClass · 0.85
setClass · 0.85

Tested by

no test coverage detected