Searched defs:InWorkspace (Results 1 – 2 of 2) sorted by relevance
112 def __init__(self, file: Path, ws: InWorkspace, text: Optional[str] = None):171 def __init__(self, original: Path, ws: InWorkspace):
37 class InWorkspace(enum.Enum): class