MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / exportPatterns

Method exportPatterns

service/targetProfile.py:83–86  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 raise ImportError("%d patterns imported from clipboard; %d had errors" % (num, num - lenImports))
82
83 def exportPatterns(self):
84 patterns = self.getUserTargetProfileList()
85 patterns.sort(key=lambda p: p.fullName)
86 return es_TargetProfile.exportPatterns(*patterns)

Callers

nothing calls this directly

Calls 2

sortMethod · 0.45

Tested by

no test coverage detected