Пример #1
0
 def tryOnce(self):
     f = self.content
     # it may fail due to no length.
     # oh please what the f**k is this?
     return [
         sqeeze.Method2(f[a], f[a + self.step])
         for a in range(len(f) - (1 + self.step))
     ]
Пример #2
0
 def Meta1v2(self):
     # is this ok? no exception?
     # we should use a matrix processor.
     # not this f**k.
     # to show up the thing more clearly.
     # shall we define a new class over this?
     # shall we export the sequence?
     f = self.Meta1()
     return sqeeze.Method2(f, f)
Пример #3
0
 def customTry(self, f):
     return [
         sqeeze.Method2(f[a], f[a + self.step])
         for a in range(len(f) - (1 + self.step))
     ]
Пример #4
0
 def Meta0v2(self):
     f = self.Meta0()
     # find things within yourself.
     # how to do this shit?
     return sqeeze.Method2(f, f)