Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ newPattern
Method
newPattern
service/targetProfile.py:49–53 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
47
48
@staticmethod
49
def
newPattern(name):
50
p = es_TargetProfile()
51
p.rawName = name
52
db.save(p)
53
return
p
54
55
@staticmethod
56
def
renamePattern(p, newName):
Callers
2
DoNew
Method · 0.45
DoNew
Method · 0.45
Calls
1
save
Method · 0.80
Tested by
no test coverage detected