MCPcopy Index your code
hub / github.com/SLiCAP/SLiCAP_python / _Label

Function _Label

SLiCAP/SLiCAPhtml.py:16–17  ·  view source on GitHub ↗
(name, typ, page, text)

Source from the content-addressed store, hash-verified

14_LABELTYPES = ['heading', 'data', 'fig', 'eqn', 'analysis']
15
16def _Label(name, typ, page, text):
17 return [typ, page, '"' + text + '"']
18
19def _addLabel(label, fileName='', caption='', labelType=''):
20 if label != '':

Callers 2

_addLabelFunction · 0.85
htmlPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected