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

Method renamePattern

service/targetProfile.py:56–58  ·  view source on GitHub ↗
(p, newName)

Source from the content-addressed store, hash-verified

54
55 @staticmethod
56 def renamePattern(p, newName):
57 p.rawName = newName
58 db.save(p)
59
60 @staticmethod
61 def deletePattern(p):

Callers 4

DoRenameMethod · 0.45
DoCopyMethod · 0.45
DoRenameMethod · 0.45
DoCopyMethod · 0.45

Calls 1

saveMethod · 0.80

Tested by

no test coverage detected