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

Method find_spec

scapy/config.py:607–609  ·  view source on GitHub ↗
(self, fullname, path, target=None)

Source from the content-addressed store, hash-verified

605 sys.meta_path.append(self)
606
607 def find_spec(self, fullname, path, target=None):
608 if fullname in self.all_specs:
609 return self.all_specs[fullname].spec
610
611 def invalidate_caches(self):
612 pass

Callers 1

registerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected