download
raw
234 Bytes
from typing import NamedTuple
class FeatureLibLocation(NamedTuple):
"""A location in a feature file"""
file: str
line: int
column: int
def __str__(self):
return f"{self.file}:{self.line}:{self.column}"

Xet Storage Details

Size:
234 Bytes
·
Xet hash:
50224c7f1a71f365fa97f05138cf8a6445fc1042a4b2a0000432b0de4f2f3db9

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.