Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyTTaMaster/PyTTa
/ CFlist
Method
CFlist
pytta/classes/_base.py:723–727 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
721
return
[ch.code
for
ch in self._channels]
722
723
def
CFlist(self):
724
out = []
725
for
obj in self._channels:
726
out.append(obj.CF)
727
return
out
728
729
def
dBRefList(self):
730
out = []
Callers
2
run
Method · 0.80
run
Method · 0.80
Calls
1
append
Method · 0.80
Tested by
no test coverage detected