MCPcopy Create free account
hub / github.com/PageBot/PageBot / byBase

Method byBase

Lib/pagebot/toolbox/units.py:994–996  ·  view source on GitHub ↗

Not implemented for non-relative units

(self, base)

Source from the content-addressed store, hash-verified

992 return u
993
994 def byBase(self, base):
995 """Not implemented for non-relative units"""
996 raise ValueError('Cannot calculate non-relative "%s" unit "%s" by base "%s" ' % (self.__class__.__name__, self.v, base))
997
998# Mm
999

Callers 1

getLineHeightFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected