MCPcopy Index your code
hub / github.com/showlab/Code2Video / GridPosition

Class GridPosition

src/scope_refine.py:672–680  ·  view source on GitHub ↗

Grid position information

Source from the content-addressed store, hash-verified

670
671@dataclass
672class GridPosition:
673 """Grid position information"""
674
675 object_name: str
676 method: str # 'place_at_grid' or 'place_in_area'
677 position: str # 'B2' or 'A1-C3'
678 scale_factor: Optional[float] = None
679 line_number: int = 0
680 original_code: str = ""
681
682
683class GridPositionExtractor:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected