MCPcopy Create free account
hub / github.com/comaps/comaps / EditStat

Class EditStat

tools/python/stylesheet/cat_stat.py:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107
108class EditStat:
109 def __init__(self, editable='no', can_add='no'):
110 self.editable = editable is None or editable == 'yes'
111 self.can_add = can_add is None or can_add == 'yes'
112
113
114def b2t(b, text='yes'):

Callers 1

cat_stat.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected