MCPcopy Create free account
hub / github.com/Rex-sys-hk/PlanScope / POINT

Method POINT

src/post_processing/common/enum.py:92–94  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

90 @classmethod
91 @property
92 def POINT(cls):
93 # assumes X, Y have subsequent indices
94 return slice(cls._X, cls._Y + 1)
95
96 @classmethod
97 @property

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected