Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(6) | Call(2) | Derive(2) | Import(2)
src/b/3/b3-1.9.2/b3/parsers/cod8.py b3(Download)
class Cod8Parser(b3.parsers.cod6.Cod6Parser): gameName = 'cod8' _guidLength = 16 _commands = {}
src/b/i/big-brother-bot-HEAD/b3/parsers/cod8.py big-brother-bot(Download)
class Cod8Parser(b3.parsers.cod6.Cod6Parser): gameName = 'cod8' _guidLength = 16 _commands = {}
src/b/i/big-brother-bot-HEAD/tests/parsers/test_cod6.py big-brother-bot(Download)
import unittest2 as unittest from b3.config import XmlConfigParser from b3.parsers.cod6 import Cod6Parser log = logging.getLogger("test")
</settings> </configuration>""") self.console = Cod6Parser(self.parser_conf) self.output_mock = mock()
src/b/3/b3-1.9.2/tests/parsers/test_cod6.py b3(Download)
import unittest2 as unittest from b3.config import XmlConfigParser from b3.parsers.cod6 import Cod6Parser log = logging.getLogger("test")
</settings> </configuration>""") self.console = Cod6Parser(self.parser_conf) self.output_mock = mock()