MCPcopy Create free account
hub / github.com/Image-Py/imagepy / run

Method run

imagepy/menus/Table/Selection/select_plgs.py:15–24  ·  view source on GitHub ↗
(self, tps, snap, data, para=None)

Source from the content-addressed store, hash-verified

13 (bool, 'rall', 'all rows')]
14
15 def run(self, tps, snap, data, para=None):
16 if not para['call']:
17 cmsk = para['cn']
18 else: cmsk=[]
19 if not para['rall']:
20 rmsk = data.index[slice(para['r1'], para['r2'])]
21 else: rmsk=[]
22 print(para)
23 print('plugins', rmsk, cmsk)
24 tps.select(rmsk, cmsk)
25
26plgs = [Select]

Callers

nothing calls this directly

Calls 1

selectMethod · 0.45

Tested by

no test coverage detected