MCPcopy
hub / github.com/Nuitka/Nuitka / encode

Method encode

nuitka/nodes/FutureSpecs.py:146–148  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

144 return tuple(result)
145
146 def encode(self):
147 # TODO: Maybe asFlags becomes unnecessary.
148 return _encodeFlags(self.asFlags())
149
150
151def fromFlags(flags):

Callers 15

_attachOnefilePayloadFunction · 0.80
getCopyrightClaimFunction · 0.80
getLicenseTextStandardFunction · 0.80
_writeConstantValueFunction · 0.80
mainFunction · 0.80
updateGitFileFunction · 0.80
__init__Method · 0.80
getCPythonResultsFunction · 0.80
_getVersionStringFunction · 0.80
renderTemplateFromStringFunction · 0.80
getWindowsShortPathNameFunction · 0.80

Calls 2

asFlagsMethod · 0.95
_encodeFlagsFunction · 0.85

Tested by

no test coverage detected