MCPcopy
hub / github.com/AirtestProject/Poco / __init__

Method __init__

poco/utils/track.py:121–123  ·  view source on GitHub ↗
(self, tracks)

Source from the content-addressed store, hash-verified

119
120class MotionTrackBatch(object):
121 def __init__(self, tracks):
122 super(MotionTrackBatch, self).__init__()
123 self.tracks = tracks
124
125 def discretize(self, accuracy=0.004):
126 if accuracy < 0.001:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected