Ejemplo n.º 1
0
    def fit(self, address, *a, **kw):
        """Writes fitted data into the specified address.

        See: :func:`.packing.fit`
        """
        return self.write(address, packing.fit(*a, **kw))
Ejemplo n.º 2
0
 def fit(self, *a, **kw):
     return self.send(packing.fit(*a, **kw))
Ejemplo n.º 3
0
    def fit(self, *a, **kw):        return self.send(packing.fit(*a, **kw))

    # Dynamic functions

    def make_wrapper(func):