MCPcopy Index your code
hub / github.com/secdev/scapy / __init__

Method __init__

scapy/modules/ticketer.py:440–446  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

438
439class Ticketer:
440 def __init__(self):
441 self._data = collections.defaultdict(dict)
442 self.ccache_fname = None
443 self.ccache = CCache()
444 self.keytab_fname = None
445 self.keytab = Keytab()
446 self.hashes_cache = collections.defaultdict(dict)
447
448 def open_ccache(self, fname):
449 """

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls 2

CCacheClass · 0.85
KeytabClass · 0.85

Tested by

no test coverage detected