Example #1
0
    def GetKit(self):
        """Get the PinPlay kit.

        @return Kit
        """

        return kit.Kit()
Example #2
0
    def GetKit(self):
        """ Get the PinPlay kit. """

        kit_obj = kit.Kit()
        self.pin = kit_obj.pin
        self.path = kit_obj.path
        self.kit_type = kit_obj.kit_type
        return kit_obj
Example #3
0
    def GetKit(self, parser):
        """
        Get the PinPlay kit.

        @return PinPlay kit
        """

        return kit.Kit()
Example #4
0
    def GetKit(self, parser):
        """
        Get the PinPlay kit.

        @param parser Command line parser

        @return PinPlay kit
        """

        return kit.Kit()
Example #5
0
    def GetKit(self):
        """
        Get the PinPlay kit.

        @return Pinplay kit object
        """

        kit_obj = kit.Kit()
        self.pin = kit_obj.pin
        self.kit_type = kit_obj.kit_type

        return kit_obj