SYMBOL INDEX (27961 symbols across 1354 files) FILE: lib/hints.py function _normalizePath (line 27) | def _normalizePath(path): function _moduleRepr (line 54) | def _moduleRepr(module): function _ourimport (line 76) | def _ourimport( function enableImportTracing (line 137) | def enableImportTracing(normalize_paths=True, show_source=False): FILE: misc/install-git-hooks.py function main (line 29) | def main(): FILE: misc/make-coverage-rendering.py function main (line 11) | def main(): FILE: nuitka/Builtins.py function _getBuiltinExceptionNames (line 16) | def _getBuiltinExceptionNames(): function _getBuiltinNames (line 74) | def _getBuiltinNames(): function getBuiltinTypeNames (line 120) | def getBuiltinTypeNames(): function _getAnonBuiltins (line 133) | def _getAnonBuiltins(): FILE: nuitka/BytecodeCaching.py function getBytecodeCacheDir (line 24) | def getBytecodeCacheDir(): function _getCacheFilename (line 28) | def _getCacheFilename(module_name, extension): function makeCacheName (line 32) | def makeCacheName(module_name, source_code): function hasCachedImportedModuleUsageAttempts (line 44) | def hasCachedImportedModuleUsageAttempts(module_name, source_code, sourc... function getCachedImportedModuleUsageAttempts (line 56) | def getCachedImportedModuleUsageAttempts(module_name, source_code, sourc... function writeImportedModulesNamesToCache (line 124) | def writeImportedModulesNamesToCache( function _getModuleConfigHash (line 147) | def _getModuleConfigHash(full_name): FILE: nuitka/Bytecodes.py function _removeDocFromBody (line 18) | def _removeDocFromBody(node): function compileSourceToBytecode (line 26) | def compileSourceToBytecode(source_code, filename): function loadCodeObjectData (line 85) | def loadCodeObjectData(bytecode_filename): FILE: nuitka/CacheCleanup.py function _cleanCacheDirectory (line 18) | def _cleanCacheDirectory(cache_name, cache_dir): function cleanCaches (line 29) | def cleanCaches(): FILE: nuitka/Constants.py function compareConstants (line 29) | def compareConstants(a, b): function isConstant (line 123) | def isConstant(constant): function isMutable (line 193) | def isMutable(constant): function isHashable (line 242) | def isHashable(constant): function getUnhashableConstant (line 281) | def getUnhashableConstant(constant): function createConstantDict (line 317) | def createConstantDict(keys, values): function isCompileTimeConstantValue (line 327) | def isCompileTimeConstantValue(value): function getConstantValueGuide (line 351) | def getConstantValueGuide(constant, elements_only): FILE: nuitka/Errors.py class NuitkaErrorBase (line 12) | class NuitkaErrorBase(Exception): class NuitkaNodeError (line 16) | class NuitkaNodeError(NuitkaErrorBase): method __str__ (line 18) | def __str__(self): class NuitkaOptimizationError (line 38) | class NuitkaOptimizationError(NuitkaNodeError): class NuitkaAssumptionError (line 42) | class NuitkaAssumptionError(AssertionError): class NuitkaCodeDeficit (line 46) | class NuitkaCodeDeficit(NuitkaErrorBase): class NuitkaNodeDesignError (line 50) | class NuitkaNodeDesignError(Exception): class NuitkaForbiddenImportEncounter (line 54) | class NuitkaForbiddenImportEncounter(Exception): class CodeTooComplexCode (line 58) | class CodeTooComplexCode(Exception): class NuitkaForbiddenDLLEncounter (line 68) | class NuitkaForbiddenDLLEncounter(Exception): FILE: nuitka/HardImportRegistry.py function isHardModule (line 91) | def isHardModule(module_name): function isHardModuleWithoutSideEffect (line 119) | def isHardModuleWithoutSideEffect(module_name): function _addHardImportNodeClasses (line 272) | def _addHardImportNodeClasses(): function _checkHardModules (line 294) | def _checkHardModules(): function addModuleTrust (line 317) | def addModuleTrust(module_name, attribute_name, trust_value): function addModuleSingleAttributeNodeFactory (line 321) | def addModuleSingleAttributeNodeFactory(module_name, attribute_name, nod... function addModuleAttributeFactory (line 326) | def addModuleAttributeFactory(module_name, attribute_name, node_class): function addModuleDynamicHard (line 330) | def addModuleDynamicHard(module_name): function isHardModuleDynamic (line 339) | def isHardModuleDynamic(module_name): FILE: nuitka/MainControl.py function _createMainModule (line 121) | def _createMainModule(): function dumpTreeXML (line 278) | def dumpTreeXML(): function pickSourceFilenames (line 290) | def pickSourceFilenames(source_dir, modules): function makeSourceDirectory (line 362) | def makeSourceDirectory(): function _runPgoBinary (line 471) | def _runPgoBinary(): function _wasMsvcMode (line 483) | def _wasMsvcMode(): function _deleteMsvcPGOFiles (line 495) | def _deleteMsvcPGOFiles(pgo_mode): function _runCPgoBinary (line 508) | def _runCPgoBinary(): function _runPythonPgoBinary (line 547) | def _runPythonPgoBinary(): function runSconsBackend (line 566) | def runSconsBackend(): function callExecPython (line 762) | def callExecPython(args, add_path): function _executeMain (line 775) | def _executeMain(binary_filename): function _executeModule (line 785) | def _executeModule(tree): function compileTree (line 830) | def compileTree(): function handleSyntaxError (line 900) | def handleSyntaxError(e): function _main (line 924) | def _main(): function main (line 1122) | def main(): FILE: nuitka/ModuleRegistry.py function addRootModule (line 37) | def addRootModule(module): function getRootModules (line 41) | def getRootModules(): function getRootTopModule (line 45) | def getRootTopModule(): function hasRootModule (line 53) | def hasRootModule(module_name): function replaceRootModule (line 61) | def replaceRootModule(old, new): function getUncompiledModules (line 75) | def getUncompiledModules(): function getUncompiledTechnicalModules (line 85) | def getUncompiledTechnicalModules(): function getUncompiledNonTechnicalModules (line 95) | def getUncompiledNonTechnicalModules(): function _normalizeModuleFilename (line 105) | def _normalizeModuleFilename(filename): function startTraversal (line 123) | def startTraversal(): function addUsedModule (line 144) | def addUsedModule(module, using_module, usage_tag, reason, source_ref): function nextModule (line 158) | def nextModule(): function getRemainingModulesCount (line 168) | def getRemainingModulesCount(): function getDoneModulesCount (line 172) | def getDoneModulesCount(): function getDoneModules (line 176) | def getDoneModules(): function hasDoneModule (line 180) | def hasDoneModule(module_name): function getModuleInclusionInfoByName (line 184) | def getModuleInclusionInfoByName(module_name): function getModuleFromCodeName (line 192) | def getModuleFromCodeName(code_name): function getOwnerFromCodeName (line 201) | def getOwnerFromCodeName(code_name): function getModuleByName (line 211) | def getModuleByName(module_name): function addModuleInfluencingCondition (line 226) | def addModuleInfluencingCondition( function addModuleInfluencingVariable (line 236) | def addModuleInfluencingVariable( function addModuleInfluencingParameter (line 250) | def addModuleInfluencingParameter( function addModuleInfluencingDetection (line 264) | def addModuleInfluencingDetection( function getModuleInfluences (line 274) | def getModuleInfluences(module_name): function addModuleOptimizationTimeInformation (line 286) | def addModuleOptimizationTimeInformation(module_name, pass_number, time_... function getModuleOptimizationTimingInfos (line 294) | def getModuleOptimizationTimingInfos(module_name): FILE: nuitka/OptionParsing.py function _considerPluginOptions (line 1718) | def _considerPluginOptions(logger): class _RetainingFormatter (line 1771) | class _RetainingFormatter(Formatter): method get_value (line 1772) | def get_value(self, key, args, kwargs): function _expandProjectArg (line 1782) | def _expandProjectArg(arg, filename_arg, for_eval): function getNuitkaProjectOptions (line 1822) | def getNuitkaProjectOptions(logger, filename_arg, module_mode): function _considerGithubWorkflowOptions (line 1931) | def _considerGithubWorkflowOptions(phase): function parseOptions (line 2008) | def parseOptions(logger): function runSpecialCommandsFromOptions (line 2093) | def runSpecialCommandsFromOptions(options): FILE: nuitka/Options.py function _convertOldStylePathSpecQuotes (line 91) | def _convertOldStylePathSpecQuotes(value): function checkPathSpec (line 109) | def checkPathSpec(value, arg_name, allow_disable): function _checkOnefileTargetSpec (line 227) | def _checkOnefileTargetSpec(): function _getVersionInformationValues (line 269) | def _getVersionInformationValues(): function printVersionInformation (line 299) | def printVersionInformation(): function _warnOnefileOnlyOption (line 318) | def _warnOnefileOnlyOption(option_name): function parseArgs (line 328) | def parseArgs(): function commentArgs (line 858) | def commentArgs(): function isVerbose (line 1155) | def isVerbose(): function shallTraceExecution (line 1160) | def shallTraceExecution(): function shallExecuteImmediately (line 1165) | def shallExecuteImmediately(): function shallRunInDebugger (line 1170) | def shallRunInDebugger(): function getXMLDumpOutputFilename (line 1175) | def getXMLDumpOutputFilename(): function shallOnlyExecCCompilerCall (line 1180) | def shallOnlyExecCCompilerCall(): function shallNotDoExecCCompilerCall (line 1185) | def shallNotDoExecCCompilerCall(): function getFileReferenceMode (line 1190) | def getFileReferenceMode(): function getModuleNameMode (line 1201) | def getModuleNameMode(): function shallMakeModule (line 1211) | def shallMakeModule(): function shallCreatePyiFile (line 1216) | def shallCreatePyiFile(): function isAllowedToReexecute (line 1221) | def isAllowedToReexecute(): function shallFollowStandardLibrary (line 1226) | def shallFollowStandardLibrary(): function shallFollowNoImports (line 1231) | def shallFollowNoImports(): function shallFollowAllImports (line 1236) | def shallFollowAllImports(): function _splitShellPattern (line 1241) | def _splitShellPattern(value): function getShallFollowInNoCase (line 1245) | def getShallFollowInNoCase(): function getShallFollowModules (line 1250) | def getShallFollowModules(): function getShallFollowExtra (line 1263) | def getShallFollowExtra(): function getShallFollowExtraFilePatterns (line 1268) | def getShallFollowExtraFilePatterns(): function getMustIncludeModules (line 1273) | def getMustIncludeModules(): function getMustIncludePackages (line 1278) | def getMustIncludePackages(): function getShallIncludeDistributionMetadata (line 1283) | def getShallIncludeDistributionMetadata(): function getShallIncludePackageData (line 1290) | def getShallIncludePackageData(): function getShallIncludeDataFiles (line 1309) | def getShallIncludeDataFiles(): function getShallIncludeDataDirs (line 1328) | def getShallIncludeDataDirs(): function getShallNotIncludeDataFilePatterns (line 1336) | def getShallNotIncludeDataFilePatterns(): function getShallIncludeExternallyDataFilePatterns (line 1342) | def getShallIncludeExternallyDataFilePatterns(): function getShallNotIncludeDllFilePatterns (line 1348) | def getShallNotIncludeDllFilePatterns(): function shallWarnImplicitRaises (line 1354) | def shallWarnImplicitRaises(): function shallWarnUnusualCode (line 1359) | def shallWarnUnusualCode(): function assumeYesForDownloads (line 1364) | def assumeYesForDownloads(): function _isDebug (line 1369) | def _isDebug(): function shallUsePythonDebug (line 1374) | def shallUsePythonDebug(): function isUnstripped (line 1386) | def isUnstripped(): function isProfile (line 1399) | def isProfile(): function shallCreateGraph (line 1404) | def shallCreateGraph(): function getOutputFilename (line 1409) | def getOutputFilename(): function getOutputPath (line 1414) | def getOutputPath(path): function getOutputDir (line 1422) | def getOutputDir(): function getPositionalArgs (line 1427) | def getPositionalArgs(): function getMainArgs (line 1432) | def getMainArgs(): function getMainEntryPointFilenames (line 1437) | def getMainEntryPointFilenames(): function shallOptimizeStringExec (line 1450) | def shallOptimizeStringExec(): function _shallUseStaticLibPython (line 1458) | def _shallUseStaticLibPython(): function shallUseStaticLibPython (line 1519) | def shallUseStaticLibPython(): function shallTreatUninstalledPython (line 1545) | def shallTreatUninstalledPython(): function shallCreateCmdFileForExecution (line 1565) | def shallCreateCmdFileForExecution(): function isShowScons (line 1574) | def isShowScons(): function getJobLimit (line 1579) | def getJobLimit(): function getLtoMode (line 1595) | def getLtoMode(): function isClang (line 1600) | def isClang(): function isMingw64 (line 1612) | def isMingw64(): function getMsvcVersion (line 1620) | def getMsvcVersion(): function shallCleanCache (line 1628) | def shallCleanCache(cache_name): function shallDisableCacheUsage (line 1637) | def shallDisableCacheUsage(cache_name): function shallDisableCCacheUsage (line 1645) | def shallDisableCCacheUsage(): function shallDisableBytecodeCacheUsage (line 1650) | def shallDisableBytecodeCacheUsage(): function shallDisableCompressionCacheUsage (line 1655) | def shallDisableCompressionCacheUsage(): function shallDisableConsoleWindow (line 1660) | def shallDisableConsoleWindow(): function mayDisableConsoleWindow (line 1665) | def mayDisableConsoleWindow(): function _isFullCompat (line 1672) | def _isFullCompat(): function isShowProgress (line 1682) | def isShowProgress(): function isShowMemory (line 1687) | def isShowMemory(): function isShowInclusion (line 1692) | def isShowInclusion(): function isRemoveBuildDir (line 1697) | def isRemoveBuildDir(): function isDeploymentMode (line 1702) | def isDeploymentMode(): function getNoDeploymentIndications (line 1707) | def getNoDeploymentIndications(): function isExperimental (line 1715) | def isExperimental(indication): function enableExperimental (line 1726) | def enableExperimental(indication): function getExperimentalIndications (line 1730) | def getExperimentalIndications(): function shallExplainImports (line 1738) | def shallExplainImports(): function isStandaloneMode (line 1743) | def isStandaloneMode(): function isOnefileMode (line 1748) | def isOnefileMode(): function isAcceleratedMode (line 1753) | def isAcceleratedMode(): function isOnefileTempDirMode (line 1758) | def isOnefileTempDirMode(): function isPgoMode (line 1779) | def isPgoMode(): function isPythonPgoMode (line 1784) | def isPythonPgoMode(): function getPythonPgoInput (line 1789) | def getPythonPgoInput(): function shallCreatePgoInput (line 1794) | def shallCreatePgoInput(): function getPgoArgs (line 1798) | def getPgoArgs(): function getPgoExecutable (line 1803) | def getPgoExecutable(): function getPythonPgoUnseenModulePolicy (line 1813) | def getPythonPgoUnseenModulePolicy(): function getOnefileTempDirSpec (line 1818) | def getOnefileTempDirSpec(): function getOnefileChildGraceTime (line 1828) | def getOnefileChildGraceTime(): function shallNotCompressOnefile (line 1837) | def shallNotCompressOnefile(): function shallOnefileAsArchive (line 1842) | def shallOnefileAsArchive(): function _checkIconPaths (line 1847) | def _checkIconPaths(icon_paths): function getWindowsIconPaths (line 1859) | def getWindowsIconPaths(): function getLinuxIconPaths (line 1864) | def getLinuxIconPaths(): function getMacOSIconPaths (line 1885) | def getMacOSIconPaths(): function getWindowsIconExecutablePath (line 1890) | def getWindowsIconExecutablePath(): function shallAskForWindowsAdminRights (line 1895) | def shallAskForWindowsAdminRights(): function shallAskForWindowsUIAccessRights (line 1900) | def shallAskForWindowsUIAccessRights(): function getLegalCopyright (line 1905) | def getLegalCopyright(): function getLegalTrademarks (line 1910) | def getLegalTrademarks(): function getLegalInformation (line 1915) | def getLegalInformation(): function getWindowsVersionInfoStrings (line 1927) | def getWindowsVersionInfoStrings(): function _parseVersionNumber (line 1952) | def _parseVersionNumber(value): function getProductVersion (line 1969) | def getProductVersion(): function getProductVersionTuple (line 1974) | def getProductVersionTuple(): function getFileVersion (line 1979) | def getFileVersion(): function getFileVersionTuple (line 1984) | def getFileVersionTuple(): function getWindowsSplashScreen (line 1989) | def getWindowsSplashScreen(): function getCompanyName (line 1994) | def getCompanyName(): function getProductName (line 1999) | def getProductName(): function getMacOSTargetArch (line 2004) | def getMacOSTargetArch(): function shallCreateAppBundle (line 2014) | def shallCreateAppBundle(): function getMacOSSigningIdentity (line 2019) | def getMacOSSigningIdentity(): function shallUseSigningForNotarization (line 2029) | def shallUseSigningForNotarization(): function getMacOSAppName (line 2034) | def getMacOSAppName(): function getMacOSSignedAppName (line 2039) | def getMacOSSignedAppName(): function getMacOSAppVersion (line 2044) | def getMacOSAppVersion(): function getMacOSAppProtectedResourcesAccesses (line 2049) | def getMacOSAppProtectedResourcesAccesses(): function isMacOSBackgroundApp (line 2055) | def isMacOSBackgroundApp(): function isMacOSUiElementApp (line 2060) | def isMacOSUiElementApp(): function _getPythonFlags (line 2068) | def _getPythonFlags(): function hasPythonFlagNoSite (line 2119) | def hasPythonFlagNoSite(): function hasPythonFlagNoAnnotations (line 2125) | def hasPythonFlagNoAnnotations(): function hasPythonFlagNoAsserts (line 2131) | def hasPythonFlagNoAsserts(): function hasPythonFlagNoDocStrings (line 2137) | def hasPythonFlagNoDocStrings(): function hasPythonFlagNoWarnings (line 2143) | def hasPythonFlagNoWarnings(): function hasPythonFlagIsolated (line 2149) | def hasPythonFlagIsolated(): function hasPythonFlagTraceImports (line 2155) | def hasPythonFlagTraceImports(): function hasPythonFlagNoRandomization (line 2161) | def hasPythonFlagNoRandomization(): function hasPythonFlagUnbuffered (line 2167) | def hasPythonFlagUnbuffered(): function hasPythonFlagPackageMode (line 2173) | def hasPythonFlagPackageMode(): function shallNotUseDependsExeCachedResults (line 2179) | def shallNotUseDependsExeCachedResults(): function shallNotStoreDependsExeCachedResults (line 2186) | def shallNotStoreDependsExeCachedResults(): function getPluginNameConsideringRenames (line 2191) | def getPluginNameConsideringRenames(plugin_name): function getPluginsEnabled (line 2204) | def getPluginsEnabled(): function getPluginsDisabled (line 2223) | def getPluginsDisabled(): function getUserPlugins (line 2243) | def getUserPlugins(): function shallDetectMissingPlugins (line 2251) | def shallDetectMissingPlugins(): function getPythonPathForScons (line 2256) | def getPythonPathForScons(): function shallCompileWithoutBuildDirectory (line 2261) | def shallCompileWithoutBuildDirectory(): function shallPreferSourceCodeOverExtensionModules (line 2274) | def shallPreferSourceCodeOverExtensionModules(): function shallUseProgressBar (line 2279) | def shallUseProgressBar(): function getForcedStdoutPath (line 2284) | def getForcedStdoutPath(): function getForcedStderrPath (line 2294) | def getForcedStderrPath(): function shallShowSourceModifications (line 2304) | def shallShowSourceModifications(module_name): function isLowMemory (line 2314) | def isLowMemory(): function getCompilationReportFilename (line 2319) | def getCompilationReportFilename(): function getCompilationReportTemplates (line 2324) | def getCompilationReportTemplates(): function getCompilationReportUserData (line 2333) | def getCompilationReportUserData(): function shallCreateDiffableCompilationReport (line 2368) | def shallCreateDiffableCompilationReport(): function getUserProvidedYamlFiles (line 2373) | def getUserProvidedYamlFiles(): function _getWarningMnemonicsDisabled (line 2378) | def _getWarningMnemonicsDisabled(): function shallDisplayWarningMnemonic (line 2382) | def shallDisplayWarningMnemonic(mnemonic): function shallShowExecutedCommands (line 2391) | def shallShowExecutedCommands(): function getFcfProtectionMode (line 2395) | def getFcfProtectionMode(): function getModuleParameter (line 2400) | def getModuleParameter(module_name, parameter_name): function getForcedRuntimeEnvironmentVariableValues (line 2413) | def getForcedRuntimeEnvironmentVariableValues(): FILE: nuitka/OutputDirectories.py function setMainModule (line 27) | def setMainModule(main_module): function getSourceDirectoryPath (line 37) | def getSourceDirectoryPath(onefile=False): function _getStandaloneDistSuffix (line 60) | def _getStandaloneDistSuffix(bundle): function getStandaloneDirectoryPath (line 69) | def getStandaloneDirectoryPath(bundle=True): function getResultBasePath (line 84) | def getResultBasePath(onefile=False): function getResultFullpath (line 103) | def getResultFullpath(onefile): function getResultRunFilename (line 140) | def getResultRunFilename(onefile): function getTreeFilenameWithSuffix (line 149) | def getTreeFilenameWithSuffix(module, suffix): function getPgoRunExecutable (line 153) | def getPgoRunExecutable(): function getPgoRunInputFilename (line 157) | def getPgoRunInputFilename(): FILE: nuitka/PostProcessing.py class IconDirectoryHeader (line 52) | class IconDirectoryHeader(ctypes.Structure): class IconDirectoryEntry (line 60) | class IconDirectoryEntry(ctypes.Structure): class IconGroupDirectoryEntry (line 73) | class IconGroupDirectoryEntry(ctypes.Structure): function readFromFile (line 89) | def readFromFile(readable, c_struct): function _addWindowsIconFromIcons (line 98) | def _addWindowsIconFromIcons(onefile): function executePostProcessingResources (line 210) | def executePostProcessingResources(manifest, onefile): function executePostProcessing (line 278) | def executePostProcessing(): FILE: nuitka/Progress.py class NuitkaProgressBar (line 27) | class NuitkaProgressBar(object): method __init__ (line 28) | def __init__(self, iterable, stage, total, min_total, unit): method __iter__ (line 57) | def __iter__(self): method updateTotal (line 60) | def updateTotal(self, total): method setCurrent (line 65) | def setCurrent(self, item): method update (line 74) | def update(self): method clear (line 78) | def clear(self): method close (line 81) | def close(self): method withExternalWritingPause (line 85) | def withExternalWritingPause(self): function _getTqdmModule (line 90) | def _getTqdmModule(): function enableProgressBar (line 123) | def enableProgressBar(): function setupProgressBar (line 139) | def setupProgressBar(stage, unit, total, min_total=0): function reportProgressBar (line 153) | def reportProgressBar(item, total=None, update=True): function closeProgressBar (line 169) | def closeProgressBar(): function wrapWithProgressBar (line 186) | def wrapWithProgressBar(iterable, stage, unit): function withNuitkaDownloadProgressBar (line 200) | def withNuitkaDownloadProgressBar(*args, **kwargs): FILE: nuitka/PythonFlavors.py function isNuitkaPython (line 43) | def isNuitkaPython(): function isAnacondaPython (line 57) | def isAnacondaPython(): function isApplePython (line 69) | def isApplePython(): function isHomebrewPython (line 97) | def isHomebrewPython(): function isPyenvPython (line 116) | def isPyenvPython(): function isMSYS2MingwPython (line 125) | def isMSYS2MingwPython(): function isTermuxPython (line 138) | def isTermuxPython(): function isUninstalledPython (line 148) | def isUninstalledPython(): function isWinPython (line 180) | def isWinPython(): function isDebianPackagePython (line 200) | def isDebianPackagePython(): function isFedoraPackagePython (line 220) | def isFedoraPackagePython(): function isAlpinePackagePython (line 230) | def isAlpinePackagePython(): function isArchPackagePython (line 240) | def isArchPackagePython(): function isCPythonOfficialPackage (line 250) | def isCPythonOfficialPackage(): function isSelfCompiledPythonUninstalled (line 273) | def isSelfCompiledPythonUninstalled(): function isManyLinuxPython (line 288) | def isManyLinuxPython(): function isGithubActionsPython (line 305) | def isGithubActionsPython(): function getPythonFlavorName (line 313) | def getPythonFlavorName(): FILE: nuitka/PythonOperators.py function matchException (line 110) | def matchException(left, right): FILE: nuitka/PythonVersions.py function getSupportedPythonVersions (line 20) | def getSupportedPythonVersions(): function getNotYetSupportedPythonVersions (line 37) | def getNotYetSupportedPythonVersions(): function getPartiallySupportedPythonVersions (line 42) | def getPartiallySupportedPythonVersions(): function getZstandardSupportingVersions (line 48) | def getZstandardSupportingVersions(): function getTestExecutionPythonVersions (line 61) | def getTestExecutionPythonVersions(): function getSupportedPythonVersionStr (line 83) | def getSupportedPythonVersionStr(): function _getPythonVersion (line 94) | def _getPythonVersion(): function getErrorMessageExecWithNestedFunction (line 106) | def getErrorMessageExecWithNestedFunction(): function getComplexCallSequenceErrorTemplate (line 127) | def getComplexCallSequenceErrorTemplate(): function getUnboundLocalErrorErrorTemplate (line 148) | def getUnboundLocalErrorErrorTemplate(): function needsSetLiteralReverseInsertion (line 166) | def needsSetLiteralReverseInsertion(): function needsDuplicateArgumentColOffset (line 182) | def needsDuplicateArgumentColOffset(): function getRunningPythonDLLPath (line 189) | def getRunningPythonDLLPath(): function getTargetPythonDLLPath (line 199) | def getTargetPythonDLLPath(): function isStaticallyLinkedPython (line 221) | def isStaticallyLinkedPython(): function getPythonABI (line 238) | def getPythonABI(): function getSystemPrefixPath (line 258) | def getSystemPrefixPath(): function getFutureModuleKeys (line 331) | def getFutureModuleKeys(): function getImportlibSubPackages (line 351) | def getImportlibSubPackages(): function isDebugPython (line 363) | def isDebugPython(): function _getFloatDigitBoundaryValue (line 368) | def _getFloatDigitBoundaryValue(): function isPythonValidDigitValue (line 382) | def isPythonValidDigitValue(value): function isPythonValidCLongValue (line 405) | def isPythonValidCLongValue(value): function isPythonValidCLongLongValue (line 409) | def isPythonValidCLongLongValue(value): function getInstalledPythonRegistryPaths (line 413) | def getInstalledPythonRegistryPaths(version): function getTkInterVersion (line 448) | def getTkInterVersion(): function getModuleLinkerLibs (line 460) | def getModuleLinkerLibs(): FILE: nuitka/Serialization.py class BuiltinAnonValue (line 35) | class BuiltinAnonValue(object): method __init__ (line 41) | def __init__(self, anon_name): method getStreamValueByte (line 44) | def getStreamValueByte(self): class BuiltinGenericAliasValue (line 50) | class BuiltinGenericAliasValue(object): method __init__ (line 53) | def __init__(self, origin, args): class BuiltinUnionTypeValue (line 58) | class BuiltinUnionTypeValue(object): method __init__ (line 61) | def __init__(self, args): class BuiltinSpecialValue (line 65) | class BuiltinSpecialValue(object): method __init__ (line 68) | def __init__(self, value): method getStreamValueByte (line 71) | def getStreamValueByte(self): class BlobData (line 85) | class BlobData(object): method __init__ (line 90) | def __init__(self, data, name): method getData (line 94) | def getData(self): method __repr__ (line 97) | def __repr__(self): function _pickleAnonValues (line 101) | def _pickleAnonValues(pickler, value): function _pickleGenericAlias (line 114) | def _pickleGenericAlias(pickler, value): function _pickleUnionType (line 118) | def _pickleUnionType(pickler, value): class ConstantStreamWriter (line 122) | class ConstantStreamWriter(object): method __init__ (line 125) | def __init__(self, filename): method addConstantValue (line 145) | def addConstantValue(self, constant_value): method addBlobData (line 149) | def addBlobData(self, data, name): method close (line 153) | def close(self): class ConstantStreamReader (line 157) | class ConstantStreamReader(object): method __init__ (line 158) | def __init__(self, const_file): method readConstantValue (line 162) | def readConstantValue(self): class ConstantAccessor (line 166) | class ConstantAccessor(object): method __init__ (line 167) | def __init__(self, data_filename, top_level_name): method getConstantCode (line 173) | def getConstantCode(self, constant): method getBlobDataCode (line 241) | def getBlobDataCode(self, data, name): method getConstantsCount (line 252) | def getConstantsCount(self): FILE: nuitka/SourceCodeReferences.py class SourceCodeReference (line 19) | class SourceCodeReference(object): method fromFilenameAndLine (line 23) | def fromFilenameAndLine(cls, filename, line): method __init__ (line 35) | def __init__(self): method __repr__ (line 40) | def __repr__(self): method __hash__ (line 43) | def __hash__(self): method __lt__ (line 46) | def __lt__(self, other): method __eq__ (line 73) | def __eq__(self, other): method _clone (line 93) | def _clone(self, line): method atInternal (line 97) | def atInternal(self): method atLineNumber (line 110) | def atLineNumber(self, line): method atColumnNumber (line 124) | def atColumnNumber(self, column): method getLineNumber (line 134) | def getLineNumber(self): method getColumnNumber (line 137) | def getColumnNumber(self): method getFilename (line 140) | def getFilename(self): method getAsString (line 143) | def getAsString(self): method isInternal (line 147) | def isInternal(): class SourceCodeReferenceInternal (line 151) | class SourceCodeReferenceInternal(SourceCodeReference): method isInternal (line 155) | def isInternal(): function fromFilename (line 159) | def fromFilename(filename): FILE: nuitka/Tracing.py function setQuiet (line 32) | def setQuiet(): function printIndented (line 38) | def printIndented(level, *what): function printSeparator (line 42) | def printSeparator(level=0): function printLine (line 46) | def printLine(*what, **kwargs): function printError (line 55) | def printError(message): function flushStandardOutputs (line 59) | def flushStandardOutputs(): function _getEnableStyleCode (line 64) | def _getEnableStyleCode(style): function _enableAnsi (line 90) | def _enableAnsi(): function _getDisableStyleCode (line 103) | def _getDisableStyleCode(): function _getIoctlGWINSZ (line 107) | def _getIoctlGWINSZ(fd): function _getTerminalSizeWin32 (line 119) | def _getTerminalSizeWin32(): function _getTerminalSize (line 152) | def _getTerminalSize(): function _aliasStyle (line 176) | def _aliasStyle(style): function _my_print (line 199) | def _my_print(file_output, is_atty, args, kwargs): function my_print (line 233) | def my_print(*args, **kwargs): class ReportingSystemExit (line 251) | class ReportingSystemExit(SystemExit): method __init__ (line 254) | def __init__(self, exit_code, exit_message): class OurLogger (line 260) | class OurLogger(object): method __init__ (line 261) | def __init__(self, name, quiet=False, base_style=None): method my_print (line 266) | def my_print(self, message, **kwargs): method _warnMnemonic (line 271) | def _warnMnemonic(mnemonic, style, output_function): method _printFormatted (line 285) | def _printFormatted(self, prefix, message, style, keep_format): method warning (line 305) | def warning(self, message, style="yellow", mnemonic=None, keep_format=... method sysexit (line 324) | def sysexit( method sysexit_exception (line 356) | def sysexit_exception(self, message, exception, exit_code=1): method isQuiet (line 362) | def isQuiet(self): method info (line 365) | def info(self, message, style=None, mnemonic=None, prefix=None, keep_f... class FileLogger (line 382) | class FileLogger(OurLogger): method __init__ (line 383) | def __init__(self, name, quiet=False, base_style=None, file_handle=None): method my_print (line 388) | def my_print(self, message, **kwargs): method setFileHandle (line 395) | def setFileHandle(self, file_handle): method isFileOutput (line 398) | def isFileOutput(self): method info (line 401) | def info(self, message, style=None, mnemonic=None): method debug (line 411) | def debug(self, message, style=None): method info_to_file_only (line 418) | def info_to_file_only(self, message, style=None): method info_if_file (line 422) | def info_if_file(self, message, other_logger, style=None): FILE: nuitka/TreeXML.py function _indent (line 13) | def _indent(elem, level=0, more_sibs=False): function _dedent (line 40) | def _dedent(elem, level=0): function xml_tostring (line 60) | def xml_tostring(tree, indent=True, encoding=None): function toBytes (line 83) | def toBytes(tree, indent=True, encoding=None): function toString (line 87) | def toString(tree): function fromString (line 96) | def fromString(text): function fromFile (line 100) | def fromFile(file_handle, use_lxml=False): function appendTreeElement (line 109) | def appendTreeElement(parent, *args, **kwargs): function dumpTreeXMLToFile (line 117) | def dumpTreeXMLToFile(tree, output_file): FILE: nuitka/Variables.py class Variable (line 28) | class Variable(getMetaClassBase("Variable", require_slots=True)): method __init__ (line 43) | def __init__(self, owner, variable_name): method finalize (line 63) | def finalize(self): method __repr__ (line 69) | def __repr__(self): method getVariableType (line 77) | def getVariableType(self): method getDescription (line 80) | def getDescription(self): method getName (line 83) | def getName(self): method getOwner (line 86) | def getOwner(self): method getEntryPoint (line 89) | def getEntryPoint(self): method getCodeName (line 92) | def getCodeName(self): method allocateTargetNumber (line 99) | def allocateTargetNumber(self): method isLocalVariable (line 105) | def isLocalVariable(): method isParameterVariable (line 109) | def isParameterVariable(): method isModuleVariable (line 113) | def isModuleVariable(): method isIncompleteModuleVariable (line 117) | def isIncompleteModuleVariable(): method isTempVariable (line 121) | def isTempVariable(): method isTempVariableBool (line 125) | def isTempVariableBool(): method isLocalsDictVariable (line 129) | def isLocalsDictVariable(): method addVariableUser (line 132) | def addVariableUser(self, user): method isSharedTechnically (line 148) | def isSharedTechnically(self): method addTrace (line 171) | def addTrace(self, variable_trace): method removeTrace (line 174) | def removeTrace(self, variable_trace): method getTraces (line 177) | def getTraces(self): method updateUsageState (line 181) | def updateUsageState(self): method hasAccessesOutsideOf (line 197) | def hasAccessesOutsideOf(self, provider): method hasWritersOutsideOf (line 207) | def hasWritersOutsideOf(self, provider): method getMatchingAssignTrace (line 222) | def getMatchingAssignTrace(self, assign_node): method getMatchingUnescapedAssignTrace (line 229) | def getMatchingUnescapedAssignTrace(self, assign_node): method getMatchingDelTrace (line 239) | def getMatchingDelTrace(self, del_node): method getTypeShapes (line 246) | def getTypeShapes(self): method onControlFlowEscape (line 271) | def onControlFlowEscape(trace_collection): method removeKnowledge (line 274) | def removeKnowledge(self, trace_collection): method removeAllKnowledge (line 278) | def removeAllKnowledge(self, trace_collection): class LocalVariable (line 283) | class LocalVariable(Variable): method __init__ (line 286) | def __init__(self, owner, variable_name): method isLocalVariable (line 290) | def isLocalVariable(): method initVariable (line 293) | def initVariable(self, trace_collection): method onControlFlowEscape (line 299) | def onControlFlowEscape(self, trace_collection): method onControlFlowEscape (line 307) | def onControlFlowEscape(self, trace_collection): method getVariableType (line 312) | def getVariableType(): class ParameterVariable (line 316) | class ParameterVariable(LocalVariable): method __init__ (line 319) | def __init__(self, owner, parameter_name): method getDescription (line 322) | def getDescription(self): method isParameterVariable (line 326) | def isParameterVariable(): method initVariable (line 329) | def initVariable(self, trace_collection): class ModuleVariable (line 334) | class ModuleVariable(Variable): method __init__ (line 337) | def __init__(self, module, variable_name): method __repr__ (line 343) | def __repr__(self): method getDescription (line 349) | def getDescription(self): method isModuleVariable (line 353) | def isModuleVariable(): method initVariable (line 356) | def initVariable(self, trace_collection): method onControlFlowEscape (line 360) | def onControlFlowEscape(self, trace_collection): method removeKnowledge (line 363) | def removeKnowledge(self, trace_collection): method isIncompleteModuleVariable (line 367) | def isIncompleteModuleVariable(self): method hasDefiniteWrites (line 370) | def hasDefiniteWrites(self): method getModule (line 376) | def getModule(self): method getVariableType (line 380) | def getVariableType(): class TempVariable (line 384) | class TempVariable(Variable): method __init__ (line 387) | def __init__(self, owner, variable_name, variable_type): method isTempVariable (line 394) | def isTempVariable(): method getVariableType (line 397) | def getVariableType(self): method isTempVariableBool (line 400) | def isTempVariableBool(self): method getDescription (line 403) | def getDescription(self): method initVariable (line 406) | def initVariable(self, trace_collection): method removeAllKnowledge (line 411) | def removeAllKnowledge(trace_collection): class LocalsDictVariable (line 417) | class LocalsDictVariable(Variable): method __init__ (line 420) | def __init__(self, owner, variable_name): method isLocalsDictVariable (line 424) | def isLocalsDictVariable(): method getVariableType (line 428) | def getVariableType(): method initVariable (line 431) | def initVariable(self, trace_collection): function updateVariablesFromCollection (line 439) | def updateVariablesFromCollection(old_collection, new_collection, source... function isSharedAmongScopes (line 489) | def isSharedAmongScopes(variable): function releaseSharedScopeInformation (line 493) | def releaseSharedScopeInformation(tree): FILE: nuitka/Version.py function getNuitkaVersion (line 27) | def getNuitkaVersion(): function parseNuitkaVersionToTuple (line 39) | def parseNuitkaVersionToTuple(version): function getNuitkaVersionTuple (line 64) | def getNuitkaVersionTuple(): function getNuitkaVersionYear (line 75) | def getNuitkaVersionYear(): function getCommercialVersion (line 81) | def getCommercialVersion(): FILE: nuitka/__main__.py function main (line 18) | def main(): FILE: nuitka/__past__.py function iterItems (line 40) | def iterItems(d): function iterItems (line 45) | def iterItems(d): function total_ordering (line 81) | def total_ordering(cls): function to_byte (line 106) | def to_byte(value): function from_byte (line 110) | def from_byte(value): function iter_modules (line 153) | def iter_modules(path=None, prefix=""): function md5 (line 176) | def md5(value=b""): FILE: nuitka/build/DataComposerInterface.py function getDataComposerReportValues (line 24) | def getDataComposerReportValues(): function runDataComposer (line 28) | def runDataComposer(source_dir): function _runDataComposer (line 42) | def _runDataComposer(source_dir): function getConstantBlobFilename (line 80) | def getConstantBlobFilename(source_dir): function deriveModuleConstantsBlobName (line 84) | def deriveModuleConstantsBlobName(filename): FILE: nuitka/build/SconsCaching.py function _getPythonDirCandidates (line 38) | def _getPythonDirCandidates(python_prefix): function _getCcacheGuessedPaths (line 52) | def _getCcacheGuessedPaths(python_prefix): function _injectCcache (line 62) | def _injectCcache(env, cc_path, python_prefix, assume_yes_for_downloads): function enableCcache (line 139) | def enableCcache( function enableClcache (line 201) | def enableClcache(env, source_dir): function _writeClcacheStatistics (line 252) | def _writeClcacheStatistics(): function _getCcacheStatistics (line 268) | def _getCcacheStatistics(ccache_logfile): function checkCachingSuccess (line 330) | def checkCachingSuccess(source_dir): function runClCache (line 406) | def runClCache(args, env): FILE: nuitka/build/SconsCompilerSettings.py function _detectWindowsSDK (line 49) | def _detectWindowsSDK(env): function _enableC11Settings (line 83) | def _enableC11Settings(env): function _enableLtoSettings (line 130) | def _enableLtoSettings( function checkWindowsCompilerFound (line 253) | def checkWindowsCompilerFound( function decideConstantsBlobResourceMode (line 420) | def decideConstantsBlobResourceMode(env, module_mode): function addConstantBlobFile (line 448) | def addConstantBlobFile(env, blob_filename, resource_desc, target_arch): function enableWindowsStackSize (line 573) | def enableWindowsStackSize(env, target_arch): function setupCCompiler (line 587) | def setupCCompiler(env, lto_mode, pgo_mode, job_count, onefile_compile): function _enablePgoSettings (line 827) | def _enablePgoSettings(env, pgo_mode): function _enableDebugSystemSettings (line 875) | def _enableDebugSystemSettings(env, job_count): function switchFromGccToGpp (line 900) | def switchFromGccToGpp(env): function reportCCompiler (line 976) | def reportCCompiler(env, context, output_func): function importEnvironmentVariableSettings (line 1000) | def importEnvironmentVariableSettings(env): FILE: nuitka/build/SconsHacks.py function _myDetectVersion (line 76) | def _myDetectVersion(cc): function myDetectVersion (line 116) | def myDetectVersion(env, cc): function myDetect (line 137) | def myDetect(self, progs): function getEnhancedToolDetect (line 154) | def getEnhancedToolDetect(): function makeGccUseLinkerFile (line 169) | def makeGccUseLinkerFile(source_files, module_mode, env): FILE: nuitka/build/SconsInterface.py function getSconsDataPath (line 64) | def getSconsDataPath(): function _getSconsInlinePath (line 70) | def _getSconsInlinePath(): function _getSconsBinaryCall (line 76) | def _getSconsBinaryCall(): function _getPythonForSconsExePath (line 103) | def _getPythonForSconsExePath(): function _setupSconsEnvironment2 (line 145) | def _setupSconsEnvironment2(): function _setupSconsEnvironment (line 189) | def _setupSconsEnvironment(): function _buildSconsCommand (line 212) | def _buildSconsCommand(options, scons_filename): function _createSconsDebugScript (line 263) | def _createSconsDebugScript(source_dir, scons_command): function runScons (line 318) | def runScons(options, env_values, scons_filename): function asBoolStr (line 379) | def asBoolStr(value): function cleanSconsDirectory (line 385) | def cleanSconsDirectory(source_dir): function setCommonSconsOptions (line 431) | def setCommonSconsOptions(options): FILE: nuitka/build/SconsProgress.py function enableSconsProgressBar (line 19) | def enableSconsProgressBar(): function setSconsProgressBarTotal (line 32) | def setSconsProgressBarTotal(name, total): function updateSconsProgressBar (line 41) | def updateSconsProgressBar(): function closeSconsProgressBar (line 57) | def closeSconsProgressBar(): function reportSlowCompilation (line 61) | def reportSlowCompilation(env, cmd, delta_time): FILE: nuitka/build/SconsSpawn.py class SubprocessThread (line 29) | class SubprocessThread(threading.Thread): method __init__ (line 30) | def __init__(self, cmdline, env): method run (line 48) | def run(self): method getProcessResult (line 59) | def getProcessResult(self): function _runProcessMonitored (line 63) | def _runProcessMonitored(env, cmdline, os_env): function _filterMsvcLinkOutput (line 80) | def _filterMsvcLinkOutput(env, module_mode, data, exit_code): function _raiseCorruptedObjectFilesExit (line 106) | def _raiseCorruptedObjectFilesExit(cache_name): function _getNoSuchCommandErrorMessage (line 117) | def _getNoSuchCommandErrorMessage(): function _getWindowsSpawnFunction (line 125) | def _getWindowsSpawnFunction(env, module_mode, source_files): function _formatForOutput (line 230) | def _formatForOutput(arg): function isIgnoredError (line 250) | def isIgnoredError(line): function subprocess_spawn (line 301) | def subprocess_spawn(env, args): class SpawnThread (line 335) | class SpawnThread(threading.Thread): method __init__ (line 336) | def __init__(self, env, *args): method run (line 356) | def run(self): method getSpawnResult (line 364) | def getSpawnResult(self): function _runSpawnMonitored (line 368) | def _runSpawnMonitored(env, sh, cmd, args, os_env): function _getWrappedSpawnFunction (line 385) | def _getWrappedSpawnFunction(env): function enableSpawnMonitoring (line 418) | def enableSpawnMonitoring(env, module_mode, source_files): FILE: nuitka/build/SconsUtils.py function initScons (line 32) | def initScons(): function setupScons (line 46) | def setupScons(env, source_dir): function setArguments (line 64) | def setArguments(arguments): function getArgumentRequired (line 75) | def getArgumentRequired(name): function getArgumentDefaulted (line 80) | def getArgumentDefaulted(name, default): function getArgumentInt (line 85) | def getArgumentInt(option_name, default=None): function getArgumentBool (line 95) | def getArgumentBool(option_name, default=None): function getArgumentList (line 105) | def getArgumentList(option_name, default=None): function _enableFlagSettings (line 118) | def _enableFlagSettings(env, name, experimental_flags): function prepareEnvironment (line 141) | def prepareEnvironment(mingw_mode): function createEnvironment (line 173) | def createEnvironment( function decodeData (line 275) | def decodeData(data): function getExecutablePath (line 288) | def getExecutablePath(filename, env): function changeKeyboardInterruptToErrorExit (line 324) | def changeKeyboardInterruptToErrorExit(): function setEnvironmentVariable (line 333) | def setEnvironmentVariable(env, key, value): function addToPATH (line 347) | def addToPATH(env, dirname, prefix): function writeSconsReport (line 362) | def writeSconsReport(env): function reportSconsUnexpectedOutput (line 395) | def reportSconsUnexpectedOutput(env, cmdline, stdout, stderr): function flushSconsReports (line 408) | def flushSconsReports(): function _getSconsReportFilename (line 413) | def _getSconsReportFilename(source_dir): function _getSconsErrorReportFilename (line 417) | def _getSconsErrorReportFilename(source_dir): function readSconsReport (line 421) | def readSconsReport(source_dir): function getSconsReportValue (line 440) | def getSconsReportValue(source_dir, key): function readSconsErrorReport (line 444) | def readSconsErrorReport(source_dir): function addClangClPathFromMSVC (line 485) | def addClangClPathFromMSVC(env): function isGccName (line 530) | def isGccName(cc_name): function isClangName (line 539) | def isClangName(cc_name): function isZigName (line 543) | def isZigName(cc_name): function cheapCopyFile (line 547) | def cheapCopyFile(src, dst): function provideStaticSourceFile (line 585) | def provideStaticSourceFile(env, sub_path, c11_mode): function scanSourceDir (line 599) | def scanSourceDir(env, dirname, plugins): function makeCLiteral (line 639) | def makeCLiteral(value): function createDefinitionsFile (line 646) | def createDefinitionsFile(source_dir, filename, definitions): function getMsvcVersionString (line 667) | def getMsvcVersionString(env): function getMsvcVersion (line 673) | def getMsvcVersion(env): function _getBinaryArch (line 684) | def _getBinaryArch(binary, mingw_mode): function getLinkerArch (line 728) | def getLinkerArch(target_arch, mingw_mode): function getCompilerArch (line 753) | def getCompilerArch(mingw_mode, msvc_mode, the_cc_name, compiler_path): function decideArchMismatch (line 789) | def decideArchMismatch(target_arch, the_cc_name, compiler_path): function raiseNoCompilerFoundErrorExit (line 804) | def raiseNoCompilerFoundErrorExit(): function addBinaryBlobSection (line 824) | def addBinaryBlobSection(env, blob_filename, section_name): FILE: nuitka/build/include/nuitka/allocator.h function _Nuitka_Py_DECREF (line 18) | static inline void _Nuitka_Py_DECREF(PyObject *ob) { function _Nuitka_Py_XDECREF (line 39) | static inline void _Nuitka_Py_XDECREF(PyObject *ob) { function _Py_SET_TYPE (line 76) | static inline void _Py_SET_TYPE(PyObject *ob, PyTypeObject *type) { ob->... function Nuitka_Py_NewReference (line 83) | static void Nuitka_Py_NewReference(PyObject *op) { function Nuitka_PyType_HasFeature (line 93) | static inline int Nuitka_PyType_HasFeature(PyTypeObject *type, unsigned ... function Nuitka_PyType_PreHeaderSize (line 99) | static inline size_t Nuitka_PyType_PreHeaderSize(PyTypeObject *tp) { function PyObject (line 106) | static PyObject *Nuitka_PyType_AllocNoTrackVar(PyTypeObject *type, Py_ss... function PyObject (line 145) | static PyObject *Nuitka_PyType_AllocNoTrack(PyTypeObject *type) { function NUITKA_MAY_BE_UNUSED (line 172) | NUITKA_MAY_BE_UNUSED static void *Nuitka_GC_NewVar(PyTypeObject *type, P... function NUITKA_MAY_BE_UNUSED (line 202) | NUITKA_MAY_BE_UNUSED static void *Nuitka_GC_New(PyTypeObject *type) { FILE: nuitka/build/include/nuitka/builtins.h function NUITKA_MAY_BE_UNUSED (line 11) | NUITKA_MAY_BE_UNUSED static PyObject *LOOKUP_BUILTIN(PyObject *name) { function NUITKA_MAY_BE_UNUSED (line 30) | NUITKA_MAY_BE_UNUSED static PyObject *LOOKUP_BUILTIN_STR(char const *nam... function NUITKA_MAY_BE_UNUSED (line 75) | NUITKA_MAY_BE_UNUSED static PyObject *Nuitka_SysGetObject(char const *na... function NUITKA_MAY_BE_UNUSED (line 77) | NUITKA_MAY_BE_UNUSED static void Nuitka_SysSetObject(char const *name, P... FILE: nuitka/build/include/nuitka/calling.h function NUITKA_MAY_BE_UNUSED (line 18) | NUITKA_MAY_BE_UNUSED static inline PyObject *Nuitka_CheckFunctionResult(... function NUITKA_MAY_BE_UNUSED (line 51) | NUITKA_MAY_BE_UNUSED static PyObject *CALL_FUNCTION(PyThreadState *tstat... function NUITKA_MAY_BE_UNUSED (line 84) | NUITKA_MAY_BE_UNUSED static PyObject *CALL_FUNCTION_WITH_POSARGS(PyThrea... function NUITKA_MAY_BE_UNUSED (line 94) | NUITKA_MAY_BE_UNUSED static PyObject *CALL_FUNCTION_WITH_KEYARGS(PyThrea... FILE: nuitka/build/include/nuitka/compiled_asyncgen.h type Nuitka_AsyncgenObject (line 20) | struct Nuitka_AsyncgenObject { type PyObject (line 91) | typedef PyObject *(*asyncgen_code)(PyThreadState *tstate, struct Nuitka_... type Nuitka_CellObject (line 94) | struct Nuitka_CellObject function Nuitka_Asyncgen_Check (line 97) | static inline bool Nuitka_Asyncgen_Check(PyObject *object) { return Py_T... function SAVE_ASYNCGEN_EXCEPTION (line 99) | static inline void SAVE_ASYNCGEN_EXCEPTION(PyThreadState *tstate, struct... function RESTORE_ASYNCGEN_EXCEPTION (line 155) | static inline void RESTORE_ASYNCGEN_EXCEPTION(PyThreadState *tstate, str... function NUITKA_MAY_BE_UNUSED (line 212) | NUITKA_MAY_BE_UNUSED static void STORE_ASYNCGEN_EXCEPTION(PyThreadState ... function NUITKA_MAY_BE_UNUSED (line 229) | NUITKA_MAY_BE_UNUSED static void DROP_ASYNCGEN_EXCEPTION(struct Nuitka_A... FILE: nuitka/build/include/nuitka/compiled_cell.h function Nuitka_Cell_Check (line 12) | static inline bool Nuitka_Cell_Check(PyObject *object) { return Py_TYPE(... type Nuitka_CellObject (line 14) | struct Nuitka_CellObject { type Nuitka_CellObject (line 23) | struct Nuitka_CellObject type Nuitka_CellObject (line 24) | struct Nuitka_CellObject type Nuitka_CellObject (line 25) | struct Nuitka_CellObject FILE: nuitka/build/include/nuitka/compiled_coroutine.h type Nuitka_CoroutineObject (line 20) | struct Nuitka_CoroutineObject { type PyObject (line 84) | typedef PyObject *(*coroutine_code)(PyThreadState *tstate, struct Nuitka... type Nuitka_CellObject (line 87) | struct Nuitka_CellObject function Nuitka_Coroutine_Check (line 90) | static inline bool Nuitka_Coroutine_Check(PyObject *object) { return Py_... type Nuitka_CoroutineWrapperObject (line 92) | struct Nuitka_CoroutineWrapperObject { function Nuitka_CoroutineWrapper_Check (line 101) | static inline bool Nuitka_CoroutineWrapper_Check(PyObject *object) { function SAVE_COROUTINE_EXCEPTION (line 105) | static inline void SAVE_COROUTINE_EXCEPTION(PyThreadState *tstate, struc... function RESTORE_COROUTINE_EXCEPTION (line 151) | static inline void RESTORE_COROUTINE_EXCEPTION(PyThreadState *tstate, st... type Await_Kind (line 191) | enum Await_Kind { type Generator_Status (line 197) | typedef int Generator_Status; function NUITKA_MAY_BE_UNUSED (line 212) | NUITKA_MAY_BE_UNUSED static void STORE_COROUTINE_EXCEPTION(PyThreadState... function NUITKA_MAY_BE_UNUSED (line 228) | NUITKA_MAY_BE_UNUSED static void DROP_COROUTINE_EXCEPTION(struct Nuitka_... FILE: nuitka/build/include/nuitka/compiled_frame.h type PyFrameObject (line 22) | typedef PyFrameObject Nuitka_ThreadStateFrameType; type _PyInterpreterFrame (line 24) | typedef _PyInterpreterFrame Nuitka_ThreadStateFrameType; type Nuitka_FrameObject (line 31) | struct Nuitka_FrameObject type Nuitka_FrameObject (line 41) | struct Nuitka_FrameObject type Nuitka_FrameObject (line 42) | struct Nuitka_FrameObject type Nuitka_FrameObject (line 44) | struct Nuitka_FrameObject function NUITKA_MAY_BE_UNUSED (line 78) | NUITKA_MAY_BE_UNUSED static inline bool isFakeCodeObject(PyCodeObject *c... function Nuitka_Frame_Check (line 93) | static inline bool Nuitka_Frame_Check(PyObject *object) { type Nuitka_FrameObject (line 98) | struct Nuitka_FrameObject { function CHECK_CODE_OBJECT (line 120) | inline static void CHECK_CODE_OBJECT(PyCodeObject *code_object) { CHECK_... function NUITKA_MAY_BE_UNUSED (line 122) | NUITKA_MAY_BE_UNUSED static inline bool isFrameUnusable(struct Nuitka_Fr... function PyCodeObject (line 157) | inline static PyCodeObject *Nuitka_Frame_GetCodeObject(PyFrameObject *fr... function assertPythonFrameObject (line 166) | inline static void assertPythonFrameObject(PyFrameObject *frame_object) { function assertFrameObject (line 175) | inline static void assertFrameObject(struct Nuitka_FrameObject *frame_ob... function assertThreadFrameObject (line 185) | inline static void assertThreadFrameObject(Nuitka_ThreadStateFrameType *... function Nuitka_PythonFrame_MarkAsExecuting (line 205) | static inline void Nuitka_PythonFrame_MarkAsExecuting(PyFrameObject *fra... function Nuitka_Frame_MarkAsExecuting (line 215) | static inline void Nuitka_Frame_MarkAsExecuting(struct Nuitka_FrameObjec... function Nuitka_Frame_MarkAsNotExecuting (line 230) | static inline void Nuitka_Frame_MarkAsNotExecuting(struct Nuitka_FrameOb... function Nuitka_Frame_IsExecuting (line 246) | static inline bool Nuitka_Frame_IsExecuting(struct Nuitka_FrameObject *f... function NUITKA_MAY_BE_UNUSED (line 259) | NUITKA_MAY_BE_UNUSED inline static void pushFrameStackInterpreterFrame(P... function NUITKA_MAY_BE_UNUSED (line 272) | NUITKA_MAY_BE_UNUSED inline static void pushFrameStackPythonFrame(PyThre... function NUITKA_MAY_BE_UNUSED (line 306) | NUITKA_MAY_BE_UNUSED inline static void pushFrameStackCompiledFrame(PyTh... function NUITKA_MAY_BE_UNUSED (line 318) | NUITKA_MAY_BE_UNUSED inline static void popFrameStack(PyThreadState *tst... function NUITKA_MAY_BE_UNUSED (line 365) | NUITKA_MAY_BE_UNUSED static void Nuitka_SetFrameGenerator(struct Nuitka_... function NUITKA_MAY_BE_UNUSED (line 379) | NUITKA_MAY_BE_UNUSED static PyObject *Nuitka_GetFrameGenerator(struct Nu... function NUITKA_MAY_BE_UNUSED (line 388) | NUITKA_MAY_BE_UNUSED static PyCodeObject *Nuitka_GetFrameCodeObject(stru... function NUITKA_MAY_BE_UNUSED (line 396) | NUITKA_MAY_BE_UNUSED static int Nuitka_GetFrameLineNumber(struct Nuitka_... function NUITKA_MAY_BE_UNUSED (line 400) | NUITKA_MAY_BE_UNUSED static PyObject **Nuitka_GetCodeVarNames(PyCodeObje... type Nuitka_FrameObject (line 412) | struct Nuitka_FrameObject function NUITKA_MAY_BE_UNUSED (line 414) | NUITKA_MAY_BE_UNUSED static Nuitka_ThreadStateFrameType *_Nuitka_GetThre... function NUITKA_MAY_BE_UNUSED (line 422) | NUITKA_MAY_BE_UNUSED inline static void pushFrameStackGenerator(PyThread... function NUITKA_MAY_BE_UNUSED (line 436) | NUITKA_MAY_BE_UNUSED inline static void pushFrameStackGeneratorCompiledF... FILE: nuitka/build/include/nuitka/compiled_function.h type Nuitka_FunctionObject (line 16) | struct Nuitka_FunctionObject type PyObject (line 19) | typedef PyObject *(*function_impl_code)(PyThreadState *tstate, struct Nu... type Nuitka_FunctionObject (line 23) | struct Nuitka_FunctionObject { type Nuitka_FunctionObject (line 89) | struct Nuitka_FunctionObject type Nuitka_CellObject (line 92) | struct Nuitka_CellObject type Nuitka_FunctionObject (line 94) | struct Nuitka_FunctionObject type Nuitka_CellObject (line 97) | struct Nuitka_CellObject type Nuitka_FunctionObject (line 101) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 103) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 105) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 108) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 110) | struct Nuitka_FunctionObject function Nuitka_Function_Check (line 117) | static inline bool Nuitka_Function_Check(PyObject *object) { return Py_T... function PyObject (line 119) | static inline PyObject *Nuitka_Function_GetName(PyObject *object) { type Nuitka_FunctionObject (line 123) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 125) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 128) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 131) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 133) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 137) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 139) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 141) | struct Nuitka_FunctionObject FILE: nuitka/build/include/nuitka/compiled_generator.h type Generator_Status (line 18) | enum Generator_Status { type Generator_Status (line 24) | typedef int Generator_Status; type PySendResult (line 32) | typedef enum { type Nuitka_GeneratorObject (line 41) | struct Nuitka_GeneratorObject { type PyObject (line 100) | typedef PyObject *(*generator_code)(PyThreadState *tstate, struct Nuitka... type Nuitka_CellObject (line 106) | struct Nuitka_CellObject type Nuitka_CellObject (line 113) | struct Nuitka_CellObject type Nuitka_GeneratorObject (line 116) | struct Nuitka_GeneratorObject function Nuitka_Generator_Check (line 119) | static inline bool Nuitka_Generator_Check(PyObject *object) { return Py_... function PyObject (line 121) | static inline PyObject *Nuitka_Generator_GetName(PyObject *object) { function SAVE_GENERATOR_EXCEPTION (line 125) | static inline void SAVE_GENERATOR_EXCEPTION(PyThreadState *tstate, struc... function RESTORE_GENERATOR_EXCEPTION (line 176) | static inline void RESTORE_GENERATOR_EXCEPTION(PyThreadState *tstate, st... function NUITKA_MAY_BE_UNUSED (line 219) | NUITKA_MAY_BE_UNUSED static void STORE_GENERATOR_EXCEPTION(PyThreadState... function NUITKA_MAY_BE_UNUSED (line 235) | NUITKA_MAY_BE_UNUSED static void DROP_GENERATOR_EXCEPTION(struct Nuitka_... FILE: nuitka/build/include/nuitka/compiled_method.h type Nuitka_MethodObject (line 16) | struct Nuitka_MethodObject { type Nuitka_FunctionObject (line 35) | struct Nuitka_FunctionObject function Nuitka_Method_Check (line 37) | static inline bool Nuitka_Method_Check(PyObject *object) { return Py_TYP... FILE: nuitka/build/include/nuitka/exception_groups.h function NUITKA_MAY_BE_UNUSED (line 10) | NUITKA_MAY_BE_UNUSED static void FORMAT_CLASS_CATCH_ERROR(PyThreadState ... function NUITKA_MAY_BE_UNUSED (line 15) | NUITKA_MAY_BE_UNUSED static int CHECK_EXCEPTION_TYPE_VALID(PyThreadState... function NUITKA_MAY_BE_UNUSED (line 36) | NUITKA_MAY_BE_UNUSED static int CHECK_EXCEPTION_STAR_VALID(PyThreadState... function NUITKA_MAY_BE_UNUSED (line 80) | NUITKA_MAY_BE_UNUSED static int EXCEPTION_GROUP_MATCH(PyThreadState *tst... FILE: nuitka/build/include/nuitka/exceptions.h function NUITKA_MAY_BE_UNUSED (line 14) | NUITKA_MAY_BE_UNUSED static inline bool HAS_ERROR_OCCURRED(PyThreadState... function NUITKA_MAY_BE_UNUSED (line 23) | NUITKA_MAY_BE_UNUSED static inline PyObject *GET_ERROR_OCCURRED(PyThread... function NUITKA_MAY_BE_UNUSED (line 32) | NUITKA_MAY_BE_UNUSED static inline void CLEAR_ERROR_OCCURRED(PyThreadSta... function NUITKA_MAY_BE_UNUSED (line 53) | NUITKA_MAY_BE_UNUSED static inline bool DROP_ERROR_OCCURRED(PyThreadStat... function NUITKA_MAY_BE_UNUSED (line 87) | NUITKA_MAY_BE_UNUSED static void FETCH_ERROR_OCCURRED(PyThreadState *tst... function NUITKA_MAY_BE_UNUSED (line 105) | NUITKA_MAY_BE_UNUSED static void FETCH_ERROR_OCCURRED_UNTRACED(PyThreadS... function NUITKA_MAY_BE_UNUSED (line 117) | NUITKA_MAY_BE_UNUSED static void RESTORE_ERROR_OCCURRED(PyThreadState *t... function NUITKA_MAY_BE_UNUSED (line 138) | NUITKA_MAY_BE_UNUSED static void RESTORE_ERROR_OCCURRED_UNTRACED(PyThrea... type Nuitka_FrameObject (line 155) | struct Nuitka_FrameObject type Nuitka_FrameObject (line 157) | struct Nuitka_FrameObject function NUITKA_MAY_BE_UNUSED (line 160) | NUITKA_MAY_BE_UNUSED static PyTracebackObject *ADD_TRACEBACK(PyTraceback... type Nuitka_ExceptionStackItem (line 205) | struct Nuitka_ExceptionStackItem { type Nuitka_ExceptionStackItem (line 212) | struct Nuitka_ExceptionStackItem type Nuitka_ExceptionStackItem (line 218) | struct Nuitka_ExceptionStackItem { type Nuitka_ExceptionStackItem (line 223) | struct Nuitka_ExceptionStackItem function Nuitka_ExceptionStackItem (line 232) | Nuitka_ExceptionStackItem GET_CURRENT_EXCEPTION(PyThreadState *tstate) { function NUITKA_MAY_BE_UNUSED (line 254) | NUITKA_MAY_BE_UNUSED inline static void SET_CURRENT_EXCEPTION(PyThreadSt... function NUITKA_MAY_BE_UNUSED (line 326) | NUITKA_MAY_BE_UNUSED inline static void SET_CURRENT_EXCEPTION_TYPE0(PyTh... function NUITKA_MAY_BE_UNUSED (line 366) | NUITKA_MAY_BE_UNUSED inline static void function NUITKA_MAY_BE_UNUSED (line 402) | NUITKA_MAY_BE_UNUSED inline static void function NUITKA_MAY_BE_UNUSED (line 439) | NUITKA_MAY_BE_UNUSED inline static void SET_CURRENT_EXCEPTION_TYPE0_STR(... function NUITKA_MAY_BE_UNUSED (line 459) | NUITKA_MAY_BE_UNUSED static inline void PRESERVE_FRAME_EXCEPTION(PyThrea... function NUITKA_MAY_BE_UNUSED (line 497) | NUITKA_MAY_BE_UNUSED static inline void RESTORE_FRAME_EXCEPTION(PyThread... function NUITKA_MAY_BE_UNUSED (line 535) | NUITKA_MAY_BE_UNUSED static inline void ATTACH_TRACEBACK_TO_EXCEPTION_VA... function NUITKA_MAY_BE_UNUSED (line 556) | NUITKA_MAY_BE_UNUSED static inline PyTracebackObject *GET_EXCEPTION_TRAC... function NUITKA_MAY_BE_UNUSED (line 568) | NUITKA_MAY_BE_UNUSED static inline void NORMALIZE_EXCEPTION(PyThreadStat... function NUITKA_MAY_BE_UNUSED (line 593) | NUITKA_MAY_BE_UNUSED static inline void PUBLISH_CURRENT_EXCEPTION(PyThre... function NUITKA_MAY_BE_UNUSED (line 628) | NUITKA_MAY_BE_UNUSED static inline void ADD_EXCEPTION_CONTEXT(PyThreadSt... function NUITKA_MAY_BE_UNUSED (line 644) | NUITKA_MAY_BE_UNUSED static bool _CHECK_AND_CLEAR_EXCEPTION_OCCURRED(PyT... function NUITKA_MAY_BE_UNUSED (line 688) | NUITKA_MAY_BE_UNUSED static bool CHECK_AND_CLEAR_STOP_ITERATION_OCCURRED... function NUITKA_MAY_BE_UNUSED (line 698) | NUITKA_MAY_BE_UNUSED static bool CHECK_AND_CLEAR_KEY_ERROR_OCCURRED(PyTh... function NUITKA_MAY_BE_UNUSED (line 702) | NUITKA_MAY_BE_UNUSED static bool CHECK_AND_CLEAR_ATTRIBUTE_ERROR_OCCURRE... function NUITKA_MAY_BE_UNUSED (line 723) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_EXCEPTION_FROM_TYPE_ARG0(PyTh... function NUITKA_MAY_BE_UNUSED (line 750) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_EXCEPTION_FROM_TYPE_ARG0(PyTh... type Nuitka_ExceptionPreservationItem (line 758) | struct Nuitka_ExceptionPreservationItem { function NUITKA_MAY_BE_UNUSED (line 764) | NUITKA_MAY_BE_UNUSED static void FETCH_ERROR_OCCURRED_STATE(PyThreadStat... function NUITKA_MAY_BE_UNUSED (line 770) | NUITKA_MAY_BE_UNUSED static void function NUITKA_MAY_BE_UNUSED (line 776) | NUITKA_MAY_BE_UNUSED static void function NUITKA_MAY_BE_UNUSED (line 782) | NUITKA_MAY_BE_UNUSED static void function NUITKA_MAY_BE_UNUSED (line 788) | NUITKA_MAY_BE_UNUSED static void function NUITKA_MAY_BE_UNUSED (line 796) | NUITKA_MAY_BE_UNUSED static void function NUITKA_MAY_BE_UNUSED (line 803) | NUITKA_MAY_BE_UNUSED static void INIT_ERROR_OCCURRED_STATE(struct Nuitka... function NUITKA_MAY_BE_UNUSED (line 809) | NUITKA_MAY_BE_UNUSED static void function NUITKA_MAY_BE_UNUSED (line 816) | NUITKA_MAY_BE_UNUSED static void function NUITKA_MAY_BE_UNUSED (line 823) | NUITKA_MAY_BE_UNUSED static void function NUITKA_MAY_BE_UNUSED (line 836) | NUITKA_MAY_BE_UNUSED static void function NUITKA_MAY_BE_UNUSED (line 849) | NUITKA_MAY_BE_UNUSED static PyTracebackObject * function NUITKA_MAY_BE_UNUSED (line 854) | NUITKA_MAY_BE_UNUSED static void SET_EXCEPTION_STATE_TRACEBACK(struct Nu... function NUITKA_MAY_BE_UNUSED (line 861) | NUITKA_MAY_BE_UNUSED static bool HAS_EXCEPTION_STATE(struct Nuitka_Excep... function NUITKA_MAY_BE_UNUSED (line 865) | NUITKA_MAY_BE_UNUSED static bool function NUITKA_MAY_BE_UNUSED (line 871) | NUITKA_MAY_BE_UNUSED inline static void function NUITKA_MAY_BE_UNUSED (line 878) | NUITKA_MAY_BE_UNUSED inline static void type Nuitka_ExceptionPreservationItem (line 886) | struct Nuitka_ExceptionPreservationItem { function NUITKA_MAY_BE_UNUSED (line 890) | NUITKA_MAY_BE_UNUSED static void FETCH_ERROR_OCCURRED_STATE(PyThreadStat... function NUITKA_MAY_BE_UNUSED (line 902) | NUITKA_MAY_BE_UNUSED static void function NUITKA_MAY_BE_UNUSED (line 908) | NUITKA_MAY_BE_UNUSED static void function NUITKA_MAY_BE_UNUSED (line 921) | NUITKA_MAY_BE_UNUSED static void function NUITKA_MAY_BE_UNUSED (line 929) | NUITKA_MAY_BE_UNUSED static void function NUITKA_MAY_BE_UNUSED (line 935) | NUITKA_MAY_BE_UNUSED static void function NUITKA_MAY_BE_UNUSED (line 940) | NUITKA_MAY_BE_UNUSED static void INIT_ERROR_OCCURRED_STATE(struct Nuitka... function NUITKA_MAY_BE_UNUSED (line 944) | NUITKA_MAY_BE_UNUSED static void function NUITKA_MAY_BE_UNUSED (line 949) | NUITKA_MAY_BE_UNUSED static void function NUITKA_MAY_BE_UNUSED (line 954) | NUITKA_MAY_BE_UNUSED static void function NUITKA_MAY_BE_UNUSED (line 962) | NUITKA_MAY_BE_UNUSED static void function NUITKA_MAY_BE_UNUSED (line 970) | NUITKA_MAY_BE_UNUSED static PyTracebackObject * function NUITKA_MAY_BE_UNUSED (line 975) | NUITKA_MAY_BE_UNUSED static void SET_EXCEPTION_STATE_TRACEBACK(struct Nu... function NUITKA_MAY_BE_UNUSED (line 980) | NUITKA_MAY_BE_UNUSED static bool HAS_EXCEPTION_STATE(struct Nuitka_Excep... function NUITKA_MAY_BE_UNUSED (line 984) | NUITKA_MAY_BE_UNUSED static bool function NUITKA_MAY_BE_UNUSED (line 990) | NUITKA_MAY_BE_UNUSED inline static void function NUITKA_MAY_BE_UNUSED (line 995) | NUITKA_MAY_BE_UNUSED inline static void function NUITKA_MAY_BE_UNUSED (line 1002) | NUITKA_MAY_BE_UNUSED inline static void function NUITKA_MAY_BE_UNUSED (line 1011) | NUITKA_MAY_BE_UNUSED static bool EXCEPTION_MATCH_GENERATOR(PyThreadState... function NUITKA_MAY_BE_UNUSED (line 1055) | NUITKA_MAY_BE_UNUSED static bool EXCEPTION_MATCH_BOOL_SINGLE(PyThreadSta... function NUITKA_MAY_BE_UNUSED (line 1090) | NUITKA_MAY_BE_UNUSED static inline int _EXCEPTION_MATCH_BOOL(PyThreadSta... function NUITKA_MAY_BE_UNUSED (line 1143) | NUITKA_MAY_BE_UNUSED static inline int EXCEPTION_MATCH_BOOL(PyThreadStat... function NUITKA_MAY_BE_UNUSED (line 1192) | NUITKA_MAY_BE_UNUSED static void FETCH_ERROR_OCCURRED(PyThreadState *tst... function NUITKA_MAY_BE_UNUSED (line 1202) | NUITKA_MAY_BE_UNUSED static void RESTORE_ERROR_OCCURRED(PyThreadState *t... FILE: nuitka/build/include/nuitka/helper/attributes.h function hasTypeGenericGetAttr (line 52) | static inline bool hasTypeGenericGetAttr(PyTypeObject *type) { function hasTypeGenericSetAttr (line 64) | static inline bool hasTypeGenericSetAttr(PyTypeObject *type) { FILE: nuitka/build/include/nuitka/helper/boolean.h function NUITKA_MAY_BE_UNUSED (line 11) | NUITKA_MAY_BE_UNUSED static int CHECK_IF_TRUE(PyObject *object) { function NUITKA_MAY_BE_UNUSED (line 41) | NUITKA_MAY_BE_UNUSED static int CHECK_IF_FALSE(PyObject *object) { function NUITKA_MAY_BE_UNUSED (line 53) | NUITKA_MAY_BE_UNUSED static inline PyObject *BOOL_FROM(bool value) { type nuitka_bool (line 62) | typedef enum { type nuitka_void (line 69) | typedef enum { NUITKA_VOID_OK = 0, NUITKA_VOID_EXCEPTION = 1 } nuitka_void; FILE: nuitka/build/include/nuitka/helper/bytearrays.h function NUITKA_MAY_BE_UNUSED (line 6) | NUITKA_MAY_BE_UNUSED static PyObject *BYTEARRAY_COPY(PyThreadState *tsta... FILE: nuitka/build/include/nuitka/helper/complex.h function NUITKA_MAY_BE_UNUSED (line 6) | NUITKA_MAY_BE_UNUSED static PyObject *BUILTIN_COMPLEX1(PyThreadState *ts... function NUITKA_MAY_BE_UNUSED (line 15) | NUITKA_MAY_BE_UNUSED static PyObject *BUILTIN_COMPLEX2(PyThreadState *ts... FILE: nuitka/build/include/nuitka/helper/dictionaries.h function Py_ssize_t (line 6) | static inline Py_ssize_t DICT_SIZE(PyObject *dict) { function PyDictObject (line 13) | static inline PyDictObject *MODULE_DICT(PyObject *module) { type PyDictEntry (line 24) | typedef PyDictEntry *Nuitka_DictEntryHandle; function PyDictEntry (line 26) | static PyDictEntry *GET_STRING_DICT_ENTRY(PyDictObject *dict, Nuitka_Str... function NUITKA_MAY_BE_UNUSED (line 48) | NUITKA_MAY_BE_UNUSED static PyObject *GET_DICT_ENTRY_VALUE(Nuitka_DictEn... function NUITKA_MAY_BE_UNUSED (line 50) | NUITKA_MAY_BE_UNUSED static void SET_DICT_ENTRY_VALUE(Nuitka_DictEntryHa... function PyObject (line 54) | static PyObject *GET_STRING_DICT_VALUE(PyDictObject *dict, Nuitka_String... type PyDictKeyEntry (line 65) | typedef struct { type PyDictKeyEntry (line 74) | typedef PyDictKeyEntry *(*dict_lookup_func)(PyDictObject *mp, PyObject *... type Py_ssize_t (line 76) | typedef Py_ssize_t (*dict_lookup_func)(PyDictObject *mp, PyObject *key, ... type Py_ssize_t (line 79) | typedef Py_ssize_t (*dict_lookup_func)(PyDictObject *mp, PyObject *key, ... type _dictkeysobject (line 87) | struct _dictkeysobject { type PyObject (line 144) | typedef PyObject **Nuitka_DictEntryHandle; function Nuitka_DictEntryHandle (line 151) | static Nuitka_DictEntryHandle GET_STRING_DICT_ENTRY(PyDictObject *dict, ... function NUITKA_MAY_BE_UNUSED (line 209) | NUITKA_MAY_BE_UNUSED static PyObject *GET_DICT_ENTRY_VALUE(Nuitka_DictEn... function NUITKA_MAY_BE_UNUSED (line 211) | NUITKA_MAY_BE_UNUSED static void SET_DICT_ENTRY_VALUE(Nuitka_DictEntryHa... function NUITKA_MAY_BE_UNUSED (line 215) | NUITKA_MAY_BE_UNUSED static PyObject *GET_STRING_DICT_VALUE(PyDictObject... function NUITKA_MAY_BE_UNUSED (line 229) | NUITKA_MAY_BE_UNUSED static bool DICT_SET_ITEM(PyObject *dict, PyObject ... function NUITKA_MAY_BE_UNUSED (line 244) | NUITKA_MAY_BE_UNUSED static bool DICT_REMOVE_ITEM(PyObject *dict, PyObje... function NUITKA_MAY_BE_UNUSED (line 271) | NUITKA_MAY_BE_UNUSED static void UPDATE_STRING_DICT0(PyDictObject *dict,... function NUITKA_MAY_BE_UNUSED (line 299) | NUITKA_MAY_BE_UNUSED static void UPDATE_STRING_DICT_INPLACE(PyDictObject... function NUITKA_MAY_BE_UNUSED (line 330) | NUITKA_MAY_BE_UNUSED static void UPDATE_STRING_DICT1(PyDictObject *dict,... FILE: nuitka/build/include/nuitka/helper/indexes.h function Nuitka_Index_Check (line 13) | static inline bool Nuitka_Index_Check(PyObject *obj) { FILE: nuitka/build/include/nuitka/helper/ints.h type nuitka_int_validity (line 6) | typedef enum { type nuitka_int (line 13) | typedef struct { type nuitka_long_validity (line 20) | typedef enum { type nuitka_long (line 27) | typedef struct { type nuitka_ilong_validity (line 35) | typedef enum { type nuitka_ilong (line 42) | typedef struct { function NUITKA_MAY_BE_UNUSED (line 49) | NUITKA_MAY_BE_UNUSED static void ENFORCE_ILONG_OBJECT_VALUE(nuitka_ilong... function NUITKA_MAY_BE_UNUSED (line 77) | NUITKA_MAY_BE_UNUSED static inline PyObject *Nuitka_Long_GetSmallValue(i... function NUITKA_MAY_BE_UNUSED (line 84) | NUITKA_MAY_BE_UNUSED static inline PyObject *Nuitka_Long_GetSmallValue(i... FILE: nuitka/build/include/nuitka/helper/iterators.h function NUITKA_MAY_BE_UNUSED (line 14) | NUITKA_MAY_BE_UNUSED static inline bool HAS_ITERNEXT(PyObject *value) { type seqiterobject (line 36) | typedef struct { function NUITKA_MAY_BE_UNUSED (line 46) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_ITERATOR_INFALLIBLE(PyObject ... function NUITKA_MAY_BE_UNUSED (line 79) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_ITERATOR(PyThreadState *tstat... function NUITKA_MAY_BE_UNUSED (line 130) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_UNPACK_ITERATOR(PyObject *ite... function NUITKA_MAY_BE_UNUSED (line 169) | NUITKA_MAY_BE_UNUSED static PyObject *ITERATOR_NEXT(PyObject *iterator) { function NUITKA_MAY_BE_UNUSED (line 197) | NUITKA_MAY_BE_UNUSED static PyObject *BUILTIN_NEXT2(PyThreadState *tstat... function NUITKA_MAY_BE_UNUSED (line 220) | NUITKA_MAY_BE_UNUSED static PyObject *UNPACK_NEXT_INFALLIBLE(PyObject *i... function NUITKA_MAY_BE_UNUSED (line 230) | NUITKA_MAY_BE_UNUSED static PyObject *UNPACK_NEXT(PyThreadState *tstate,... function NUITKA_MAY_BE_UNUSED (line 272) | NUITKA_MAY_BE_UNUSED static PyObject *UNPACK_NEXT_STARRED(PyThreadState ... function NUITKA_MAY_BE_UNUSED (line 297) | NUITKA_MAY_BE_UNUSED static bool UNPACK_ITERATOR_CHECK(PyThreadState *ts... FILE: nuitka/build/include/nuitka/helper/lists.h function NUITKA_MAY_BE_UNUSED (line 63) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_LIST_REPEATED(Py_ssize_t size... FILE: nuitka/build/include/nuitka/helper/mappings.h function NUITKA_MAY_BE_UNUSED (line 8) | NUITKA_MAY_BE_UNUSED static int MAPPING_HAS_ITEM(PyThreadState *tstate, ... FILE: nuitka/build/include/nuitka/helper/operations.h function NUITKA_MAY_BE_UNUSED (line 11) | NUITKA_MAY_BE_UNUSED static PyObject *UNICODE_CONCAT(PyThreadState *tsta... type PyObject (line 29) | typedef PyObject *(unary_api)(PyObject *); function NUITKA_MAY_BE_UNUSED (line 31) | NUITKA_MAY_BE_UNUSED static PyObject *UNARY_OPERATION(unary_api api, PyO... FILE: nuitka/build/include/nuitka/helper/raising.h function NUITKA_MAY_BE_UNUSED (line 7) | NUITKA_MAY_BE_UNUSED static void CHAIN_EXCEPTION(PyThreadState *tstate, ... type Nuitka_ExceptionPreservationItem (line 77) | struct Nuitka_ExceptionPreservationItem FILE: nuitka/build/include/nuitka/helper/rangeobjects.h type _rangeobject3 (line 20) | struct _rangeobject3 { function NUITKA_MAY_BE_UNUSED (line 30) | NUITKA_MAY_BE_UNUSED static PyObject *PyRange_Start(PyObject *range) { r... function NUITKA_MAY_BE_UNUSED (line 32) | NUITKA_MAY_BE_UNUSED static PyObject *PyRange_Stop(PyObject *range) { re... function NUITKA_MAY_BE_UNUSED (line 34) | NUITKA_MAY_BE_UNUSED static PyObject *PyRange_Step(PyObject *range) { re... type _rangeobject2 (line 38) | struct _rangeobject2 { FILE: nuitka/build/include/nuitka/helper/slices.h function NUITKA_MAY_BE_UNUSED (line 13) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_SLICE_OBJECT3(PyObject *start... function NUITKA_MAY_BE_UNUSED (line 20) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_SLICE_OBJECT2(PyObject *start... function NUITKA_MAY_BE_UNUSED (line 26) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_SLICE_OBJECT1(PyObject *stop) { function Py_ssize_t (line 45) | static Py_ssize_t CONVERT_TO_INDEX(PyThreadState *tstate, PyObject *valu... function NUITKA_MAY_BE_UNUSED (line 59) | NUITKA_MAY_BE_UNUSED static PyObject *LOOKUP_SLICE(PyThreadState *tstate... function NUITKA_MAY_BE_UNUSED (line 113) | NUITKA_MAY_BE_UNUSED static PyObject *LOOKUP_INDEX_SLICE(PyObject *sourc... function NUITKA_MAY_BE_UNUSED (line 125) | NUITKA_MAY_BE_UNUSED static bool SET_SLICE(PyThreadState *tstate, PyObje... function NUITKA_MAY_BE_UNUSED (line 178) | NUITKA_MAY_BE_UNUSED static bool SET_INDEX_SLICE(PyObject *target, Py_ss... function NUITKA_MAY_BE_UNUSED (line 210) | NUITKA_MAY_BE_UNUSED static bool DEL_SLICE(PyThreadState *tstate, PyObje... function NUITKA_MAY_BE_UNUSED (line 261) | NUITKA_MAY_BE_UNUSED static bool DEL_INDEX_SLICE(PyObject *target, Py_ss... FILE: nuitka/build/include/nuitka/helper/subscripts.h function formatNotSubscriptableTypeError (line 9) | static void formatNotSubscriptableTypeError(PyObject *type) { function PyObject (line 38) | static PyObject *SEQUENCE_GET_ITEM_CONST(PyObject *sequence, Py_ssize_t ... function NUITKA_MAY_BE_UNUSED (line 65) | NUITKA_MAY_BE_UNUSED static PyObject *LOOKUP_SUBSCRIPT_CONST(PyThreadSta... function NUITKA_MAY_BE_UNUSED (line 180) | NUITKA_MAY_BE_UNUSED static PyObject *LOOKUP_SUBSCRIPT(PyThreadState *ts... function NUITKA_MAY_BE_UNUSED (line 241) | NUITKA_MAY_BE_UNUSED static bool HAS_SUBSCRIPT_CONST(PyThreadState *tsta... function NUITKA_MAY_BE_UNUSED (line 358) | NUITKA_MAY_BE_UNUSED static bool HAS_SUBSCRIPT(PyThreadState *tstate, Py... function NUITKA_MAY_BE_UNUSED (line 426) | NUITKA_MAY_BE_UNUSED static bool SET_SUBSCRIPT_CONST(PyThreadState *tsta... function NUITKA_MAY_BE_UNUSED (line 497) | NUITKA_MAY_BE_UNUSED static bool SET_SUBSCRIPT(PyThreadState *tstate, Py... function NUITKA_MAY_BE_UNUSED (line 545) | NUITKA_MAY_BE_UNUSED static bool DEL_SUBSCRIPT(PyObject *target, PyObjec... FILE: nuitka/build/include/nuitka/helper/tuples.h function NUITKA_MAY_BE_UNUSED (line 25) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_TUPLE(PyObject *const *elemen... function NUITKA_MAY_BE_UNUSED (line 35) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_TUPLE1(PyObject *element1) { function NUITKA_MAY_BE_UNUSED (line 43) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_TUPLE1_0(PyObject *element1) { function NUITKA_MAY_BE_UNUSED (line 51) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_TUPLE2(PyObject *element1, Py... function NUITKA_MAY_BE_UNUSED (line 60) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_TUPLE2_0(PyObject *element1, ... function NUITKA_MAY_BE_UNUSED (line 69) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_TUPLE3(PyObject *element1, Py... function NUITKA_MAY_BE_UNUSED (line 79) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_TUPLE3_0(PyObject *element1, ... function NUITKA_MAY_BE_UNUSED (line 89) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_TUPLE4(PyObject *element1, Py... function NUITKA_MAY_BE_UNUSED (line 101) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_TUPLE4_0(PyObject *element1, ... function NUITKA_MAY_BE_UNUSED (line 113) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_TUPLE5(PyObject *element1, Py... function NUITKA_MAY_BE_UNUSED (line 126) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_TUPLE5_0(PyObject *element1, ... FILE: nuitka/build/include/nuitka/helpers.h type PyModuleObject (line 52) | typedef struct { function NUITKA_MAY_BE_UNUSED (line 106) | NUITKA_MAY_BE_UNUSED static PyObject *LOOKUP_VARS(PyThreadState *tstate,... function NUITKA_MAY_BE_UNUSED (line 348) | NUITKA_MAY_BE_UNUSED static PyObject *MODULE_NAME1(PyThreadState *tstate... function NUITKA_MAY_BE_UNUSED (line 355) | NUITKA_MAY_BE_UNUSED static PyObject *MODULE_NAME0(PyThreadState *tstate... function NUITKA_MAY_BE_UNUSED (line 404) | NUITKA_MAY_BE_UNUSED static void forceGC(void) { FILE: nuitka/build/include/nuitka/importing.h function NUITKA_MAY_BE_UNUSED (line 48) | NUITKA_MAY_BE_UNUSED static PyObject *Nuitka_GetSysModules(void) { function NUITKA_MAY_BE_UNUSED (line 59) | NUITKA_MAY_BE_UNUSED static PyObject *Nuitka_GetModule(PyThreadState *ts... function NUITKA_MAY_BE_UNUSED (line 64) | NUITKA_MAY_BE_UNUSED static PyObject *Nuitka_GetModuleString(PyThreadSta... function NUITKA_MAY_BE_UNUSED (line 73) | NUITKA_MAY_BE_UNUSED static bool Nuitka_SetModule(PyObject *module_name,... function NUITKA_MAY_BE_UNUSED (line 82) | NUITKA_MAY_BE_UNUSED static bool Nuitka_SetModuleString(char const *modu... function NUITKA_MAY_BE_UNUSED (line 91) | NUITKA_MAY_BE_UNUSED static bool Nuitka_DelModule(PyThreadState *tstate,... function NUITKA_MAY_BE_UNUSED (line 105) | NUITKA_MAY_BE_UNUSED static bool Nuitka_DelModuleString(PyThreadState *t... function NUITKA_MAY_BE_UNUSED (line 114) | NUITKA_MAY_BE_UNUSED static PyObject *Nuitka_GetFilenameObject(PyThreadS... FILE: nuitka/build/include/nuitka/prelude.h function Nuitka_static_builtin_index_get (line 106) | static inline size_t Nuitka_static_builtin_index_get(PyTypeObject *self)... function static_builtin_state (line 108) | static inline static_builtin_state *Nuitka_static_builtin_state_get(PyIn... function NUITKA_MAY_BE_UNUSED (line 112) | NUITKA_MAY_BE_UNUSED static inline static_builtin_state *Nuitka_PyStatic... function NUITKA_MAY_BE_UNUSED (line 258) | NUITKA_MAY_BE_UNUSED static inline bool Nuitka_StringOrUnicode_CheckExac... function NUITKA_MAY_BE_UNUSED (line 295) | NUITKA_MAY_BE_UNUSED static PyObject *Nuitka_TypeLookup(PyTypeObject *ty... type Py_hash_t (line 329) | typedef long Py_hash_t; type sdigit (line 438) | typedef signed int sdigit; type nuitka_digit (line 443) | typedef long nuitka_digit; FILE: nuitka/build/include/nuitka/safe_string_ops.h type DWORD (line 27) | typedef DWORD error_code_t; function error_code_t (line 29) | static inline error_code_t getCurrentErrorCode(void) { return GetLastErr... type error_code_t (line 31) | typedef int error_code_t; function error_code_t (line 33) | static inline error_code_t getCurrentErrorCode(void) { return errno; } FILE: nuitka/build/include/nuitka/threading.h type _ceval_runtime_state (line 31) | struct _ceval_runtime_state type _ceval_state (line 33) | struct _ceval_state type _ceval_runtime_state (line 35) | struct _ceval_runtime_state function NUITKA_MAY_BE_UNUSED (line 76) | NUITKA_MAY_BE_UNUSED static inline bool CONSIDER_THREADING(PyThreadState... FILE: nuitka/build/include/nuitka/tracing.h function PRINT_TIME_STAMP (line 35) | static void inline PRINT_TIME_STAMP(void) { function PRINT_TIME_STAMP (line 41) | static void inline PRINT_TIME_STAMP(void) { FILE: nuitka/build/include/nuitka/unfreezing.h type Nuitka_MetaPathBasedLoaderEntry (line 19) | struct Nuitka_MetaPathBasedLoaderEntry type PyObject (line 21) | typedef PyObject *(*module_initfunc)(PyThreadState *tstate, PyObject *mo... type Nuitka_MetaPathBasedLoaderEntry (line 29) | struct Nuitka_MetaPathBasedLoaderEntry { type Nuitka_MetaPathBasedLoaderEntry (line 58) | struct Nuitka_MetaPathBasedLoaderEntry type Nuitka_MetaPathBasedLoaderEntry (line 62) | struct Nuitka_MetaPathBasedLoaderEntry FILE: nuitka/build/inline_copy/appdirs/appdirs.py function user_data_dir (line 45) | def user_data_dir(appname=None, appauthor=None, version=None, roaming=Fa... function site_data_dir (line 100) | def site_data_dir(appname=None, appauthor=None, version=None, multipath=... function user_config_dir (line 166) | def user_config_dir(appname=None, appauthor=None, version=None, roaming=... function site_config_dir (line 206) | def site_config_dir(appname=None, appauthor=None, version=None, multipat... function user_cache_dir (line 257) | def user_cache_dir(appname=None, appauthor=None, version=None, opinion=T... function user_state_dir (line 314) | def user_state_dir(appname=None, appauthor=None, version=None, roaming=F... function user_log_dir (line 356) | def user_log_dir(appname=None, appauthor=None, version=None, opinion=True): class AppDirs (line 407) | class AppDirs(object): method __init__ (line 409) | def __init__(self, appname=None, appauthor=None, version=None, method user_data_dir (line 418) | def user_data_dir(self): method site_data_dir (line 423) | def site_data_dir(self): method user_config_dir (line 428) | def user_config_dir(self): method site_config_dir (line 433) | def site_config_dir(self): method user_cache_dir (line 438) | def user_cache_dir(self): method user_state_dir (line 443) | def user_state_dir(self): method user_log_dir (line 448) | def user_log_dir(self): function _get_win_folder_from_registry (line 455) | def _get_win_folder_from_registry(csidl_name): function _get_win_folder_with_pywin32 (line 479) | def _get_win_folder_with_pywin32(csidl_name): function _get_win_folder_with_ctypes (line 506) | def _get_win_folder_with_ctypes(csidl_name): function _get_win_folder_with_jna (line 532) | def _get_win_folder_with_jna(csidl_name): FILE: nuitka/build/inline_copy/atomicwrites/atomicwrites.py function _path_to_unicode (line 26) | def _path_to_unicode(x): function _proper_fsync (line 40) | def _proper_fsync(fd): function _sync_directory (line 46) | def _sync_directory(directory): function _replace_atomic (line 54) | def _replace_atomic(src, dst): function _move_atomic (line 58) | def _move_atomic(src, dst): function _handle_errors (line 74) | def _handle_errors(rv): function _replace_atomic (line 78) | def _replace_atomic(src, dst): function _move_atomic (line 84) | def _move_atomic(src, dst): function replace_atomic (line 91) | def replace_atomic(src, dst): function move_atomic (line 102) | def move_atomic(src, dst): class AtomicWriter (line 114) | class AtomicWriter(object): method __init__ (line 132) | def __init__(self, path, mode=DEFAULT_MODE, overwrite=False, method open (line 155) | def open(self): method _open (line 162) | def _open(self, get_fileobject): method get_fileobject (line 178) | def get_fileobject(self, suffix="", prefix=tempfile.gettempprefix(), method sync (line 193) | def sync(self, f): method commit (line 199) | def commit(self, f): method rollback (line 206) | def rollback(self, f): function atomic_write (line 211) | def atomic_write(path, writer_cls=AtomicWriter, **cls_kwargs): FILE: nuitka/build/inline_copy/bin/scons.py function md5 (line 49) | def md5(value=b""): FILE: nuitka/build/inline_copy/clcache/clcache/caching.py function printBinary (line 93) | def printBinary(stream, rawData): function basenameWithoutExtension (line 99) | def basenameWithoutExtension(path): function filesBeneath (line 104) | def filesBeneath(baseDir): function childDirectories (line 110) | def childDirectories(path, absolute=True): function normalizeBaseDir (line 122) | def normalizeBaseDir(baseDir): function getCachedCompilerConsoleOutput (line 133) | def getCachedCompilerConsoleOutput(path): function setCachedCompilerConsoleOutput (line 141) | def setCachedCompilerConsoleOutput(path, output): class IncludeNotFoundException (line 146) | class IncludeNotFoundException(Exception): class CacheLockException (line 150) | class CacheLockException(Exception): class CompilerFailedException (line 154) | class CompilerFailedException(Exception): method __init__ (line 155) | def __init__(self, exitCode, msgErr, msgOut=""): method getReturnTuple (line 161) | def getReturnTuple(self): class Manifest (line 165) | class Manifest(object): method __init__ (line 166) | def __init__(self, entries=None): method entries (line 171) | def entries(self): method addEntry (line 174) | def addEntry(self, entry): method touchEntry (line 178) | def touchEntry(self, objectHash): class ManifestSection (line 186) | class ManifestSection(object): method __init__ (line 187) | def __init__(self, manifestSectionDir): method manifestPath (line 191) | def manifestPath(self, manifestHash): method manifestFiles (line 194) | def manifestFiles(self): method setManifest (line 197) | def setManifest(self, manifestHash, manifest): method getManifest (line 211) | def getManifest(self, manifestHash): function allSectionsLocked (line 234) | def allSectionsLocked(repository): class ManifestRepository (line 245) | class ManifestRepository(object): method __init__ (line 253) | def __init__(self, manifestsRootDir): method section (line 256) | def section(self, manifestHash): method sections (line 259) | def sections(self): method clean (line 264) | def clean(self, maxManifestsSize): method getManifestHash (line 284) | def getManifestHash(compilerBinary, commandLine, sourceFile): method getIncludesContentHashForFiles (line 319) | def getIncludesContentHashForFiles(includes): method getIncludesContentHashForHashes (line 327) | def getIncludesContentHashForHashes(listOfHashes): class CacheLock2 (line 336) | class CacheLock2(object): method __init__ (line 339) | def __init__(self): method __enter__ (line 342) | def __enter__(self): method __exit__ (line 345) | def __exit__(self, typ, value, traceback): method forPath (line 349) | def forPath(path): class CacheLock (line 352) | class CacheLock(object): method __init__ (line 360) | def __init__(self, mutexName, timeoutMs): method createMutex (line 365) | def createMutex(self): method __enter__ (line 372) | def __enter__(self): method __exit__ (line 375) | def __exit__(self, typ, value, traceback): method __del__ (line 378) | def __del__(self): method acquire (line 382) | def acquire(self): method release (line 407) | def release(self): method forPath (line 411) | def forPath(path): class CompilerArtifactsSection (line 417) | class CompilerArtifactsSection(object): method __init__ (line 422) | def __init__(self, compilerArtifactsSectionDir): method cacheEntryDir (line 426) | def cacheEntryDir(self, key): method cacheEntries (line 429) | def cacheEntries(self): method cachedObjectName (line 432) | def cachedObjectName(self, key): method hasEntry (line 437) | def hasEntry(self, key): method setEntry (line 440) | def setEntry(self, key, artifacts): method getEntry (line 474) | def getEntry(self, key): class CompilerArtifactsRepository (line 488) | class CompilerArtifactsRepository(object): method __init__ (line 489) | def __init__(self, compilerArtifactsRootDir): method section (line 492) | def section(self, key): method sections (line 497) | def sections(self): method removeEntry (line 503) | def removeEntry(self, keyToBeRemoved): method clean (line 509) | def clean(self, maxCompilerArtifactsSize): method computeKeyDirect (line 535) | def computeKeyDirect(manifestHash, includesContentHash): method computeKeyNodirect (line 542) | def computeKeyNodirect(compilerBinary, commandLine, environment): method _normalizedCommandLine (line 572) | def _normalizedCommandLine(cmdline): class CacheFileStrategy (line 610) | class CacheFileStrategy(object): method __init__ (line 611) | def __init__(self, cacheDirectory=None): method __str__ (line 636) | def __str__(self): method lock (line 641) | def lock(self): method lockFor (line 647) | def lockFor(self, key): method manifestLockFor (line 651) | def manifestLockFor(self, key): method getEntry (line 654) | def getEntry(self, key): method setEntry (line 657) | def setEntry(self, key, value): method pathForObject (line 660) | def pathForObject(self, key): method directoryForCache (line 663) | def directoryForCache(self, key): method deserializeCacheEntry (line 666) | def deserializeCacheEntry(self, key, objectData): method hasEntry (line 673) | def hasEntry(self, cachekey): method setManifest (line 676) | def setManifest(self, manifestHash, manifest): method getManifest (line 681) | def getManifest(self, manifestHash): method clean (line 684) | def clean(self, stats, maximumSize): class Cache (line 714) | class Cache(object): method __init__ (line 715) | def __init__(self, cacheDirectory=None): method __str__ (line 725) | def __str__(self): method lock (line 729) | def lock(self): method manifestLockFor (line 733) | def manifestLockFor(self, key): method configuration (line 738) | def configuration(self): method statistics (line 742) | def statistics(self): method clean (line 745) | def clean(self, stats, maximumSize): method lockFor (line 749) | def lockFor(self, key): method getEntry (line 753) | def getEntry(self, key): method setEntry (line 756) | def setEntry(self, key, value): method hasEntry (line 759) | def hasEntry(self, cachekey): method setManifest (line 762) | def setManifest(self, manifestHash, manifest): method getManifest (line 765) | def getManifest(self, manifestHash): class PersistentJSONDict (line 769) | class PersistentJSONDict(object): method __init__ (line 770) | def __init__(self, fileName): method save (line 782) | def save(self): method __setitem__ (line 787) | def __setitem__(self, key, value): method __getitem__ (line 791) | def __getitem__(self, key): method __contains__ (line 794) | def __contains__(self, key): method __eq__ (line 797) | def __eq__(self, other): class Configuration (line 801) | class Configuration(object): method __init__ (line 804) | def __init__(self, configurationFile): method __enter__ (line 808) | def __enter__(self): method __exit__ (line 815) | def __exit__(self, typ, value, traceback): method maximumCacheSize (line 819) | def maximumCacheSize(self): method setMaximumCacheSize (line 822) | def setMaximumCacheSize(self, size): class Statistics (line 827) | class Statistics(object): method __init__ (line 862) | def __init__(self, statsFile): method __enter__ (line 871) | def __enter__(self): method __exit__ (line 877) | def __exit__(self, typ, value, traceback): method __eq__ (line 883) | def __eq__(self, other): method numCallsWithInvalidArgument (line 886) | def numCallsWithInvalidArgument(self): method registerCallWithInvalidArgument (line 889) | def registerCallWithInvalidArgument(self): method numCallsWithoutSourceFile (line 892) | def numCallsWithoutSourceFile(self): method registerCallWithoutSourceFile (line 895) | def registerCallWithoutSourceFile(self): method numCallsWithMultipleSourceFiles (line 898) | def numCallsWithMultipleSourceFiles(self): method registerCallWithMultipleSourceFiles (line 901) | def registerCallWithMultipleSourceFiles(self): method numCallsWithPch (line 904) | def numCallsWithPch(self): method registerCallWithPch (line 907) | def registerCallWithPch(self): method numCallsForLinking (line 910) | def numCallsForLinking(self): method registerCallForLinking (line 913) | def registerCallForLinking(self): method numCallsForExternalDebugInfo (line 916) | def numCallsForExternalDebugInfo(self): method registerCallForExternalDebugInfo (line 919) | def registerCallForExternalDebugInfo(self): method numEvictedMisses (line 922) | def numEvictedMisses(self): method registerEvictedMiss (line 925) | def registerEvictedMiss(self): method numHeaderChangedMisses (line 929) | def numHeaderChangedMisses(self): method registerHeaderChangedMiss (line 932) | def registerHeaderChangedMiss(self): method numSourceChangedMisses (line 936) | def numSourceChangedMisses(self): method registerSourceChangedMiss (line 939) | def registerSourceChangedMiss(self): method numCacheEntries (line 943) | def numCacheEntries(self): method setNumCacheEntries (line 946) | def setNumCacheEntries(self, number): method registerCacheEntry (line 949) | def registerCacheEntry(self, size): method unregisterCacheEntry (line 953) | def unregisterCacheEntry(self, size): method currentCacheSize (line 957) | def currentCacheSize(self): method setCacheSize (line 960) | def setCacheSize(self, size): method numCacheHits (line 963) | def numCacheHits(self): method registerCacheHit (line 966) | def registerCacheHit(self): method numCacheMisses (line 969) | def numCacheMisses(self): method registerCacheMiss (line 972) | def registerCacheMiss(self): method numCallsForPreprocessing (line 975) | def numCallsForPreprocessing(self): method registerCallForPreprocessing (line 978) | def registerCallForPreprocessing(self): method resetCounters (line 981) | def resetCounters(self): class AnalysisError (line 986) | class AnalysisError(Exception): class NoSourceFileError (line 990) | class NoSourceFileError(AnalysisError): class MultipleSourceFilesComplexError (line 994) | class MultipleSourceFilesComplexError(AnalysisError): class CalledForLinkError (line 998) | class CalledForLinkError(AnalysisError): class CalledWithPchError (line 1002) | class CalledWithPchError(AnalysisError): class ExternalDebugInfoError (line 1006) | class ExternalDebugInfoError(AnalysisError): class CalledForPreprocessingError (line 1010) | class CalledForPreprocessingError(AnalysisError): class InvalidArgumentError (line 1014) | class InvalidArgumentError(AnalysisError): function getCompilerHash (line 1018) | def getCompilerHash(compilerBinary): function getFileHashes (line 1032) | def getFileHashes(filePaths): function getFileHash (line 1058) | def getFileHash(filePath, additionalData=None): function getStringHash (line 1077) | def getStringHash(dataString): function expandBasedirPlaceholder (line 1083) | def expandBasedirPlaceholder(path): function collapseBasedirToPlaceholder (line 1097) | def collapseBasedirToPlaceholder(path): function ensureDirectoryExists (line 1110) | def ensureDirectoryExists(path): function copyOrLink (line 1118) | def copyOrLink(srcFilePath, dstFilePath, writeCache=False): function printTraceStatement (line 1159) | def printTraceStatement(msg): class CommandLineTokenizer (line 1166) | class CommandLineTokenizer(object): method __init__ (line 1167) | def __init__(self, content): method _initialState (line 1181) | def _initialState(self, currentChar): method _unquotedState (line 1195) | def _unquotedState(self, currentChar): method _quotedState (line 1211) | def _quotedState(self, currentChar): method _parseBackslash (line 1222) | def _parseBackslash(self): function splitCommandsFile (line 1242) | def splitCommandsFile(content): function expandCommandLine (line 1246) | def expandCommandLine(cmdline): function extendCommandLineFromEnvironment (line 1284) | def extendCommandLineFromEnvironment(cmdLine, environment): class Argument (line 1298) | class Argument(object): method __init__ (line 1299) | def __init__(self, name): method __len__ (line 1302) | def __len__(self): method __str__ (line 1305) | def __str__(self): method __eq__ (line 1308) | def __eq__(self, other): method __hash__ (line 1311) | def __hash__(self): class ArgumentT1 (line 1317) | class ArgumentT1(Argument): class ArgumentT2 (line 1322) | class ArgumentT2(Argument): class ArgumentT3 (line 1327) | class ArgumentT3(Argument): class ArgumentT4 (line 1332) | class ArgumentT4(Argument): class CommandLineAnalyzer (line 1336) | class CommandLineAnalyzer(object): method _getParameterizedArgumentType (line 1385) | def _getParameterizedArgumentType(cmdLineArgument): method parseArgumentsAndInputFiles (line 1393) | def parseArgumentsAndInputFiles(cmdline): method analyze (line 1445) | def analyze(cmdline): function invokeRealCompiler (line 1502) | def invokeRealCompiler( function jobCount (line 1545) | def jobCount(cmdLine): function printStatistics (line 1565) | def printStatistics(cache): function resetStatistics (line 1610) | def resetStatistics(cache): function cleanCache (line 1615) | def cleanCache(cache): function clearCache (line 1620) | def clearCache(cache): function parseIncludesSet (line 1630) | def parseIncludesSet(compilerOutput, sourceFile, strip): function addObjectToCache (line 1664) | def addObjectToCache(stats, cache, cachekey, artifacts): function processCacheHit (line 1682) | def processCacheHit(cache, objectFile, cachekey): function createManifestEntry (line 1702) | def createManifestEntry(manifestHash, includePaths): function run (line 1717) | def run(cache, compiler, compiler_args, env): function runClCache (line 1730) | def runClCache(compiler, compiler_args, env): function updateCacheStatistics (line 1746) | def updateCacheStatistics(cache, method): function printOutAndErr (line 1751) | def printOutAndErr(out, err): function printErrStr (line 1757) | def printErrStr(message): function processCompileRequest (line 1762) | def processCompileRequest(cache, compiler, args, env): function filterSourceFiles (line 1817) | def filterSourceFiles( function scheduleJobs (line 1829) | def scheduleJobs( function processSingleSource (line 1883) | def processSingleSource(compiler, cmdLine, sourceFile, objectFile, envir... function processDirect (line 1901) | def processDirect(cache, objectFile, compiler, cmdLine, sourceFile, env): function processNoDirect (line 1978) | def processNoDirect(cache, objectFile, compiler, cmdLine, environment): function ensureArtifactsExist (line 1995) | def ensureArtifactsExist( FILE: nuitka/build/inline_copy/colorama/colorama/ansi.py function code_to_chars (line 12) | def code_to_chars(code): function set_title (line 15) | def set_title(title): function clear_screen (line 18) | def clear_screen(mode=2): function clear_line (line 21) | def clear_line(mode=2): class AnsiCodes (line 25) | class AnsiCodes(object): method __init__ (line 26) | def __init__(self): class AnsiCursor (line 36) | class AnsiCursor(object): method UP (line 37) | def UP(self, n=1): method DOWN (line 39) | def DOWN(self, n=1): method FORWARD (line 41) | def FORWARD(self, n=1): method BACK (line 43) | def BACK(self, n=1): method POS (line 45) | def POS(self, x=1, y=1): class AnsiFore (line 49) | class AnsiFore(AnsiCodes): class AnsiBack (line 71) | class AnsiBack(AnsiCodes): class AnsiStyle (line 93) | class AnsiStyle(AnsiCodes): FILE: nuitka/build/inline_copy/colorama/colorama/ansitowin32.py class StreamWrapper (line 16) | class StreamWrapper(object): method __init__ (line 22) | def __init__(self, wrapped, converter): method __getattr__ (line 28) | def __getattr__(self, name): method __enter__ (line 31) | def __enter__(self, *args, **kwargs): method __exit__ (line 37) | def __exit__(self, *args, **kwargs): method write (line 40) | def write(self, text): method isatty (line 43) | def isatty(self): method closed (line 56) | def closed(self): class AnsiToWin32 (line 64) | class AnsiToWin32(object): method __init__ (line 73) | def __init__(self, wrapped, convert=None, strip=None, autoreset=False): method should_wrap (line 106) | def should_wrap(self): method get_win32_calls (line 116) | def get_win32_calls(self): method write (line 160) | def write(self, text): method reset_all (line 170) | def reset_all(self): method write_and_convert (line 177) | def write_and_convert(self, text): method write_plain_text (line 193) | def write_plain_text(self, text, start, end): method convert_ansi (line 199) | def convert_ansi(self, paramstring, command): method extract_params (line 205) | def extract_params(self, command, paramstring): method call_win32 (line 223) | def call_win32(self, command, params): method convert_osc (line 245) | def convert_osc(self, text): FILE: nuitka/build/inline_copy/colorama/colorama/initialise.py function reset_all (line 18) | def reset_all(): function init (line 23) | def init(autoreset=False, convert=None, strip=None, wrap=True): function deinit (line 51) | def deinit(): function colorama_text (line 59) | def colorama_text(*args, **kwargs): function reinit (line 67) | def reinit(): function wrap_stream (line 74) | def wrap_stream(stream, convert, strip, autoreset, wrap): FILE: nuitka/build/inline_copy/colorama/colorama/win32.py class CONSOLE_SCREEN_BUFFER_INFO (line 21) | class CONSOLE_SCREEN_BUFFER_INFO(Structure): method __str__ (line 30) | def __str__(self): function _winapi_test (line 92) | def _winapi_test(handle): function winapi_test (line 98) | def winapi_test(): function GetConsoleScreenBufferInfo (line 102) | def GetConsoleScreenBufferInfo(stream_id=STDOUT): function SetConsoleTextAttribute (line 109) | def SetConsoleTextAttribute(stream_id, attrs): function SetConsoleCursorPosition (line 113) | def SetConsoleCursorPosition(stream_id, position, adjust=True): function FillConsoleOutputCharacter (line 131) | def FillConsoleOutputCharacter(stream_id, char, length, start): function FillConsoleOutputAttribute (line 141) | def FillConsoleOutputAttribute(stream_id, attr, length, start): function SetConsoleTitle (line 151) | def SetConsoleTitle(title): FILE: nuitka/build/inline_copy/colorama/colorama/winterm.py class WinColor (line 6) | class WinColor(object): class WinStyle (line 17) | class WinStyle(object): class WinTerm (line 22) | class WinTerm(object): method __init__ (line 24) | def __init__(self): method get_attrs (line 36) | def get_attrs(self): method set_attrs (line 39) | def set_attrs(self, value): method reset_all (line 44) | def reset_all(self, on_stderr=None): method fore (line 49) | def fore(self, fore=None, light=False, on_stderr=False): method back (line 60) | def back(self, back=None, light=False, on_stderr=False): method style (line 71) | def style(self, style=None, on_stderr=False): method set_console (line 77) | def set_console(self, attrs=None, on_stderr=False): method get_position (line 85) | def get_position(self, handle): method set_cursor_position (line 93) | def set_cursor_position(self, position=None, on_stderr=False): method cursor_adjust (line 103) | def cursor_adjust(self, x, y, on_stderr=False): method erase_screen (line 111) | def erase_screen(self, mode=0, on_stderr=False): method erase_line (line 143) | def erase_line(self, mode=0, on_stderr=False): method set_title (line 168) | def set_title(self, title): FILE: nuitka/build/inline_copy/glob2/glob2/compat.py class _HashedSeq (line 10) | class _HashedSeq(list): method __init__ (line 13) | def __init__(self, tup, hash=hash): method __hash__ (line 17) | def __hash__(self): function _make_key (line 20) | def _make_key(args, kwds, typed, function lru_cache (line 39) | def lru_cache(maxsize=100, typed=False): FILE: nuitka/build/inline_copy/glob2/glob2/fnmatch.py function _norm_paths (line 22) | def _norm_paths(path, norm_paths, sep): function fnmatch (line 30) | def fnmatch(name, pat, norm_paths=True, case_sensitive=True, sep=None): function _compile_pattern (line 72) | def _compile_pattern(pat, case_sensitive): function filter (line 83) | def filter(names, pat, norm_paths=True, case_sensitive=True, sep=None): function fnmatchcase (line 96) | def fnmatchcase(name, pat, case_sensitive=True): function translate (line 106) | def translate(pat): FILE: nuitka/build/inline_copy/glob2/glob2/impl.py class Globber (line 17) | class Globber(object): method walk (line 24) | def walk(self, top, followlinks=False, sep=None): method glob (line 48) | def glob(self, pathname, with_matches=False, include_hidden=False, rec... method iglob (line 63) | def iglob(self, pathname, with_matches=False, include_hidden=False, re... method _iglob (line 87) | def _iglob(self, pathname, rootcall, include_hidden, method resolve_pattern (line 132) | def resolve_pattern(self, dirname, pattern, globstar_with_root, includ... function has_magic (line 199) | def has_magic(s): function _ishidden (line 207) | def _ishidden(path): function _join_paths (line 211) | def _join_paths(paths, sep=None): FILE: nuitka/build/inline_copy/jinja2/jinja2/_compat.py function reraise (line 35) | def reraise(tp, value, tb=None): function implements_iterator (line 69) | def implements_iterator(cls): function implements_to_string (line 74) | def implements_to_string(cls): function encode_filename (line 79) | def encode_filename(filename): function with_metaclass (line 85) | def with_metaclass(meta, *bases): FILE: nuitka/build/inline_copy/jinja2/jinja2/bccache.py function marshal_dump (line 36) | def marshal_dump(code, f): function marshal_load (line 42) | def marshal_load(f): class Bucket (line 60) | class Bucket(object): method __init__ (line 69) | def __init__(self, environment, key, checksum): method reset (line 75) | def reset(self): method load_bytecode (line 79) | def load_bytecode(self, f): method write_bytecode (line 98) | def write_bytecode(self, f): method bytecode_from_string (line 106) | def bytecode_from_string(self, string): method bytecode_to_string (line 110) | def bytecode_to_string(self): class BytecodeCache (line 117) | class BytecodeCache(object): method load_bytecode (line 146) | def load_bytecode(self, bucket): method dump_bytecode (line 153) | def dump_bytecode(self, bucket): method clear (line 160) | def clear(self): method get_cache_key (line 166) | def get_cache_key(self, name, filename=None): method get_source_checksum (line 176) | def get_source_checksum(self, source): method get_bucket (line 180) | def get_bucket(self, environment, name, filename, source): method set_bucket (line 190) | def set_bucket(self, bucket): class FileSystemBytecodeCache (line 195) | class FileSystemBytecodeCache(BytecodeCache): method __init__ (line 213) | def __init__(self, directory=None, pattern='__jinja2_%s.cache'): method _get_default_cache_dir (line 219) | def _get_default_cache_dir(self): method _get_cache_filename (line 260) | def _get_cache_filename(self, bucket): method load_bytecode (line 263) | def load_bytecode(self, bucket): method dump_bytecode (line 271) | def dump_bytecode(self, bucket): method clear (line 278) | def clear(self): class MemcachedBytecodeCache (line 291) | class MemcachedBytecodeCache(BytecodeCache): method __init__ (line 336) | def __init__(self, client, prefix='jinja2/bytecode/', timeout=None, method load_bytecode (line 343) | def load_bytecode(self, bucket): method dump_bytecode (line 353) | def dump_bytecode(self, bucket): FILE: nuitka/build/inline_copy/jinja2/jinja2/compiler.py function optimizeconst (line 63) | def optimizeconst(f): function generate (line 74) | def generate(node, environment, name, filename, stream=None, function has_safe_repr (line 87) | def has_safe_repr(value): function find_undeclared (line 108) | def find_undeclared(nodes, names): class MacroRef (line 121) | class MacroRef(object): method __init__ (line 123) | def __init__(self, node): class Frame (line 130) | class Frame(object): method __init__ (line 133) | def __init__(self, eval_ctx, parent=None, level=None): method copy (line 165) | def copy(self): method inner (line 172) | def inner(self, isolated=False): method soft (line 178) | def soft(self): class VisitorExit (line 192) | class VisitorExit(RuntimeError): class DependencyFinderVisitor (line 196) | class DependencyFinderVisitor(NodeVisitor): method __init__ (line 199) | def __init__(self): method visit_Filter (line 203) | def visit_Filter(self, node): method visit_Test (line 207) | def visit_Test(self, node): method visit_Block (line 211) | def visit_Block(self, node): class UndeclaredNameVisitor (line 215) | class UndeclaredNameVisitor(NodeVisitor): method __init__ (line 221) | def __init__(self, names): method visit_Name (line 225) | def visit_Name(self, node): method visit_Block (line 233) | def visit_Block(self, node): class CompilerExit (line 237) | class CompilerExit(Exception): class CodeGenerator (line 244) | class CodeGenerator(NodeVisitor): method __init__ (line 246) | def __init__(self, environment, name, filename, stream=None, method fail (line 313) | def fail(self, msg, lineno): method temporary_identifier (line 317) | def temporary_identifier(self): method buffer (line 322) | def buffer(self, frame): method return_buffer_contents (line 327) | def return_buffer_contents(self, frame, force_unescaped=False): method indent (line 345) | def indent(self): method outdent (line 349) | def outdent(self, step=1): method start_write (line 353) | def start_write(self, frame, node=None): method end_write (line 360) | def end_write(self, frame): method simple_write (line 365) | def simple_write(self, s, frame, node=None): method blockvisit (line 371) | def blockvisit(self, nodes, frame): method write (line 382) | def write(self, x): method writeline (line 397) | def writeline(self, x, node=None, extra=0): method newline (line 402) | def newline(self, node=None, extra=0): method signature (line 409) | def signature(self, node, frame, extra_kwargs=None): method pull_dependencies (line 462) | def pull_dependencies(self, nodes): method enter_frame (line 475) | def enter_frame(self, frame): method leave_frame (line 492) | def leave_frame(self, frame, with_python_scope=False): method func (line 500) | def func(self, name): method macro_body (line 505) | def macro_body(self, node, frame): method macro_def (line 582) | def macro_def(self, macro_ref, frame): method position (line 593) | def position(self, node): method dump_local_context (line 600) | def dump_local_context(self, frame): method write_commons (line 605) | def write_commons(self): method push_parameter_definitions (line 614) | def push_parameter_definitions(self, frame): method pop_parameter_definitions (line 623) | def pop_parameter_definitions(self): method mark_parameter_stored (line 627) | def mark_parameter_stored(self, target): method push_context_reference (line 634) | def push_context_reference(self, target): method pop_context_reference (line 637) | def pop_context_reference(self): method get_context_ref (line 640) | def get_context_ref(self): method get_resolve_func (line 643) | def get_resolve_func(self): method derive_context (line 649) | def derive_context(self, frame): method parameter_is_undeclared (line 655) | def parameter_is_undeclared(self, target): method push_assign_tracking (line 661) | def push_assign_tracking(self): method pop_assign_tracking (line 665) | def pop_assign_tracking(self, frame): method visit_Template (line 695) | def visit_Template(self, node, frame=None): method visit_Block (line 811) | def visit_Block(self, node, frame): method visit_Extends (line 843) | def visit_Extends(self, node, frame): method visit_Include (line 890) | def visit_Include(self, node, frame): method visit_Import (line 944) | def visit_Import(self, node, frame): method visit_FromImport (line 965) | def visit_FromImport(self, node, frame): method visit_For (line 1024) | def visit_For(self, node, frame): method visit_If (line 1154) | def visit_If(self, node, frame): method visit_Macro (line 1175) | def visit_Macro(self, node, frame): method visit_CallBlock (line 1186) | def visit_CallBlock(self, node, frame): method visit_FilterBlock (line 1194) | def visit_FilterBlock(self, node, frame): method visit_With (line 1205) | def visit_With(self, node, frame): method visit_ExprStmt (line 1217) | def visit_ExprStmt(self, node, frame): method visit_Output (line 1221) | def visit_Output(self, node, frame): method visit_Assign (line 1366) | def visit_Assign(self, node, frame): method visit_AssignBlock (line 1374) | def visit_AssignBlock(self, node, frame): method visit_Name (line 1399) | def visit_Name(self, node, frame): method visit_NSRef (line 1418) | def visit_NSRef(self, node, frame): method visit_Const (line 1430) | def visit_Const(self, node, frame): method visit_TemplateData (line 1437) | def visit_TemplateData(self, node, frame): method visit_Tuple (line 1444) | def visit_Tuple(self, node, frame): method visit_List (line 1453) | def visit_List(self, node, frame): method visit_Dict (line 1461) | def visit_Dict(self, node, frame): method binop (line 1471) | def binop(operator, interceptable=True): method uaop (line 1488) | def uaop(operator, interceptable=True): method visit_Concat (line 1516) | def visit_Concat(self, node, frame): method visit_Compare (line 1531) | def visit_Compare(self, node, frame): method visit_Operand (line 1536) | def visit_Operand(self, node, frame): method visit_Getattr (line 1541) | def visit_Getattr(self, node, frame): method visit_Getitem (line 1547) | def visit_Getitem(self, node, frame): method visit_Slice (line 1561) | def visit_Slice(self, node, frame): method visit_Filter (line 1572) | def visit_Filter(self, node, frame): method visit_Test (line 1604) | def visit_Test(self, node, frame): method visit_CondExpr (line 1613) | def visit_CondExpr(self, node, frame): method visit_Call (line 1630) | def visit_Call(self, node, frame, forward_caller=False): method visit_Keyword (line 1644) | def visit_Keyword(self, node, frame): method visit_MarkSafe (line 1650) | def visit_MarkSafe(self, node, frame): method visit_MarkSafeIfAutoescape (line 1655) | def visit_MarkSafeIfAutoescape(self, node, frame): method visit_EnvironmentAttribute (line 1660) | def visit_EnvironmentAttribute(self, node, frame): method visit_ExtensionAttribute (line 1663) | def visit_ExtensionAttribute(self, node, frame): method visit_ImportedName (line 1666) | def visit_ImportedName(self, node, frame): method visit_InternalName (line 1669) | def visit_InternalName(self, node, frame): method visit_ContextReference (line 1672) | def visit_ContextReference(self, node, frame): method visit_Continue (line 1675) | def visit_Continue(self, node, frame): method visit_Break (line 1678) | def visit_Break(self, node, frame): method visit_Scope (line 1681) | def visit_Scope(self, node, frame): method visit_OverlayScope (line 1688) | def visit_OverlayScope(self, node, frame): method visit_EvalContextModifier (line 1702) | def visit_EvalContextModifier(self, node, frame): method visit_ScopedEvalContextModifier (line 1713) | def visit_ScopedEvalContextModifier(self, node, frame): FILE: nuitka/build/inline_copy/jinja2/jinja2/debug.py class TracebackFrameProxy (line 36) | class TracebackFrameProxy(object): method __init__ (line 39) | def __init__(self, tb): method tb_next (line 44) | def tb_next(self): method set_next (line 47) | def set_next(self, next): method is_jinja_frame (line 59) | def is_jinja_frame(self): method __getattr__ (line 62) | def __getattr__(self, name): function make_frame_proxy (line 66) | def make_frame_proxy(frame): class ProcessedTraceback (line 80) | class ProcessedTraceback(object): method __init__ (line 83) | def __init__(self, exc_type, exc_value, frames): method render_as_text (line 97) | def render_as_text(self, limit=None): method render_as_html (line 103) | def render_as_html(self, full=False): method is_template_syntax_error (line 112) | def is_template_syntax_error(self): method exc_info (line 117) | def exc_info(self): method standard_exc_info (line 122) | def standard_exc_info(self): function make_traceback (line 132) | def make_traceback(exc_info, source_hint=None): function translate_syntax_error (line 143) | def translate_syntax_error(error, source=None): function translate_exception (line 154) | def translate_exception(exc_info, initial_skip=0): function get_jinja_locals (line 198) | def get_jinja_locals(real_locals): function fake_exc_info (line 228) | def fake_exc_info(exc_info, filename, lineno): function _init_ugly_crap (line 298) | def _init_ugly_crap(): function tb_set_next (line 370) | def tb_set_next(tb, next): FILE: nuitka/build/inline_copy/jinja2/jinja2/environment.py function get_spontaneous_environment (line 44) | def get_spontaneous_environment(*args): function create_cache (line 60) | def create_cache(size): function copy_cache (line 69) | def copy_cache(cache): function load_extensions (line 78) | def load_extensions(environment, extensions): function fail_for_missing_callable (line 90) | def fail_for_missing_callable(string, name): function _environment_sanity_check (line 100) | def _environment_sanity_check(environment): class Environment (line 113) | class Environment(object): method __init__ (line 264) | def __init__(self, method add_extension (line 340) | def add_extension(self, extension): method extend (line 347) | def extend(self, **attributes): method overlay (line 356) | def overlay(self, block_start_string=missing, block_end_string=missing, method iter_extensions (line 403) | def iter_extensions(self): method getitem (line 408) | def getitem(self, obj, argument): method getattr (line 425) | def getattr(self, obj, attribute): method call_filter (line 438) | def call_filter(self, name, value, args=None, kwargs=None, method call_test (line 469) | def call_test(self, name, value, args=None, kwargs=None): method parse (line 480) | def parse(self, source, name=None, filename=None): method _parse (line 495) | def _parse(self, source, name, filename): method lex (line 499) | def lex(self, source, name=None, filename=None): method preprocess (line 516) | def preprocess(self, source, name=None, filename=None): method _tokenize (line 524) | def _tokenize(self, source, name, filename=None, state=None): method _generate (line 536) | def _generate(self, source, name, filename, defer_init=False): method _compile (line 545) | def _compile(self, source, filename): method compile (line 554) | def compile(self, source, name=None, filename=None, raw=False, method compile_expression (line 593) | def compile_expression(self, source, undefined_to_none=True): method compile_templates (line 638) | def compile_templates(self, target, extensions=None, filter_func=None, method list_templates (line 733) | def list_templates(self, extensions=None, filter_func=None): method handle_exception (line 760) | def handle_exception(self, exc_info=None, rendered=False, source_hint=... method join_path (line 782) | def join_path(self, template, parent): method _load_template (line 795) | def _load_template(self, name, globals): method get_template (line 810) | def get_template(self, name, parent=None, globals=None): method select_template (line 833) | def select_template(self, names, parent=None, globals=None): method get_or_select_template (line 860) | def get_or_select_template(self, template_name_or_list, method from_string (line 874) | def from_string(self, source, globals=None, template_class=None): method make_globals (line 882) | def make_globals(self, d): class Template (line 889) | class Template(object): method __new__ (line 919) | def __new__(cls, source, method from_code (line 948) | def from_code(cls, environment, code, globals, uptodate=None): method from_module_dict (line 962) | def from_module_dict(cls, environment, module_dict, globals): method _from_namespace (line 971) | def _from_namespace(cls, environment, namespace, globals): method render (line 993) | def render(self, *args, **kwargs): method render_async (line 1010) | def render_async(self, *args, **kwargs): method stream (line 1023) | def stream(self, *args, **kwargs): method generate (line 1029) | def generate(self, *args, **kwargs): method generate_async (line 1047) | def generate_async(self, *args, **kwargs): method new_context (line 1055) | def new_context(self, vars=None, shared=False, locals=None): method make_module (line 1066) | def make_module(self, vars=None, shared=False, locals=None): method make_module_async (line 1075) | def make_module_async(self, vars=None, shared=False, locals=None): method _get_default_module (line 1086) | def _get_default_module(self): method module (line 1093) | def module(self): method get_corresponding_lineno (line 1108) | def get_corresponding_lineno(self, lineno): method is_up_to_date (line 1118) | def is_up_to_date(self): method debug_info (line 1125) | def debug_info(self): method __repr__ (line 1130) | def __repr__(self): class TemplateModule (line 1139) | class TemplateModule(object): method __init__ (line 1145) | def __init__(self, template, context, body_stream=None): method __html__ (line 1157) | def __html__(self): method __str__ (line 1160) | def __str__(self): method __repr__ (line 1163) | def __repr__(self): class TemplateExpression (line 1171) | class TemplateExpression(object): method __init__ (line 1177) | def __init__(self, template, undefined_to_none): method __call__ (line 1181) | def __call__(self, *args, **kwargs): class TemplateStream (line 1191) | class TemplateStream(object): method __init__ (line 1202) | def __init__(self, gen): method dump (line 1206) | def dump(self, fp, encoding=None, errors='strict'): method disable_buffering (line 1235) | def disable_buffering(self): method _buffered_generator (line 1240) | def _buffered_generator(self, size): method enable_buffering (line 1259) | def enable_buffering(self, size=5): method __iter__ (line 1267) | def __iter__(self): method __next__ (line 1270) | def __next__(self): FILE: nuitka/build/inline_copy/jinja2/jinja2/exceptions.py class TemplateError (line 14) | class TemplateError(Exception): method __init__ (line 18) | def __init__(self, message=None): method message (line 24) | def message(self): method __unicode__ (line 30) | def __unicode__(self): method __init__ (line 33) | def __init__(self, message=None): method message (line 37) | def message(self): class TemplateNotFound (line 45) | class TemplateNotFound(IOError, LookupError, TemplateError): method __init__ (line 52) | def __init__(self, name, message=None): method __str__ (line 60) | def __str__(self): class TemplatesNotFound (line 64) | class TemplatesNotFound(TemplateNotFound): method __init__ (line 72) | def __init__(self, names=(), message=None): class TemplateSyntaxError (line 81) | class TemplateSyntaxError(TemplateError): method __init__ (line 84) | def __init__(self, message, lineno, name=None, filename=None): method __str__ (line 95) | def __str__(self): class TemplateAssertionError (line 119) | class TemplateAssertionError(TemplateSyntaxError): class TemplateRuntimeError (line 127) | class TemplateRuntimeError(TemplateError): class UndefinedError (line 133) | class UndefinedError(TemplateRuntimeError): class SecurityError (line 137) | class SecurityError(TemplateRuntimeError): class FilterArgumentError (line 143) | class FilterArgumentError(TemplateRuntimeError): FILE: nuitka/build/inline_copy/jinja2/jinja2/ext.py class ExtensionRegistry (line 34) | class ExtensionRegistry(type): method __new__ (line 37) | def __new__(cls, name, bases, d): class Extension (line 43) | class Extension(with_metaclass(ExtensionRegistry, object)): method __init__ (line 72) | def __init__(self, environment): method bind (line 75) | def bind(self, environment): method preprocess (line 82) | def preprocess(self, source, name, filename=None): method filter_stream (line 89) | def filter_stream(self, stream): method parse (line 101) | def parse(self, parser): method attr (line 109) | def attr(self, name, lineno=None): method call_method (line 119) | def call_method(self, name, args=None, kwargs=None, dyn_args=None, function _gettext_alias (line 133) | def _gettext_alias(__context, *args, **kwargs): function _make_new_gettext (line 137) | def _make_new_gettext(func): function _make_new_ngettext (line 147) | def _make_new_ngettext(func): class InternationalizationExtension (line 158) | class InternationalizationExtension(Extension): method __init__ (line 169) | def __init__(self, environment): method _install (line 181) | def _install(self, translations, newstyle=None): method _install_null (line 190) | def _install_null(self, newstyle=None): method _install_callables (line 197) | def _install_callables(self, gettext, ngettext, newstyle=None): method _uninstall (line 208) | def _uninstall(self, translations): method _extract (line 212) | def _extract(self, source, gettext_functions=GETTEXT_FUNCTIONS): method parse (line 217) | def parse(self, parser): method _trim_whitespace (line 322) | def _trim_whitespace(self, string, _ws_re=re.compile(r'\s*\n\s*')): method _parse_block (line 325) | def _parse_block(self, parser, allow_pluralize): method _make_node (line 357) | def _make_node(self, singular, plural, variables, plural_expr, class ExprStmtExtension (line 406) | class ExprStmtExtension(Extension): method parse (line 412) | def parse(self, parser): class LoopControlExtension (line 418) | class LoopControlExtension(Extension): method parse (line 422) | def parse(self, parser): class WithExtension (line 429) | class WithExtension(Extension): class AutoEscapeExtension (line 433) | class AutoEscapeExtension(Extension): function extract_from_ast (line 437) | def extract_from_ast(node, gettext_functions=GETTEXT_FUNCTIONS, class _CommentFinder (line 505) | class _CommentFinder(object): method __init__ (line 512) | def __init__(self, tokens, comment_tags): method find_backwards (line 518) | def find_backwards(self, offset): method find_comments (line 533) | def find_comments(self, lineno): function babel_extract (line 542) | def babel_extract(fileobj, keywords, comment_tags, options): FILE: nuitka/build/inline_copy/jinja2/jinja2/filters.py function contextfilter (line 29) | def contextfilter(f): function evalcontextfilter (line 37) | def evalcontextfilter(f): function environmentfilter (line 48) | def environmentfilter(f): function ignore_case (line 56) | def ignore_case(value): function make_attrgetter (line 62) | def make_attrgetter(environment, attribute, postprocess=None): function do_forceescape (line 87) | def do_forceescape(value): function do_urlencode (line 94) | def do_urlencode(value): function do_replace (line 116) | def do_replace(eval_ctx, s, old, new, count=None): function do_upper (line 143) | def do_upper(s): function do_lower (line 148) | def do_lower(s): function do_xmlattr (line 154) | def do_xmlattr(_eval_ctx, d, autospace=True): function do_capitalize (line 189) | def do_capitalize(s): function do_title (line 196) | def do_title(s): function do_dictsort (line 206) | def do_dictsort(value, case_sensitive=False, by='key', reverse=False): function do_sort (line 246) | def do_sort( function do_unique (line 282) | def do_unique(environment, value, case_sensitive=False, attribute=None): function _min_or_max (line 310) | def _min_or_max(environment, value, func, case_sensitive, attribute): function do_min (line 326) | def do_min(environment, value, case_sensitive=False, attribute=None): function do_max (line 341) | def do_max(environment, value, case_sensitive=False, attribute=None): function do_default (line 355) | def do_default(value, default_value=u'', boolean=False): function do_join (line 378) | def do_join(eval_ctx, value, d=u'', attribute=None): function do_center (line 427) | def do_center(value, width=80): function do_first (line 433) | def do_first(environment, seq): function do_last (line 442) | def do_last(environment, seq): function do_random (line 451) | def do_random(context, seq): function do_filesizeformat (line 459) | def do_filesizeformat(value, binary=False): function do_pprint (line 489) | def do_pprint(value, verbose=False): function do_urlize (line 499) | def do_urlize(eval_ctx, value, trim_url_limit=None, nofollow=False, function do_indent (line 536) | def do_indent( function do_truncate (line 578) | def do_truncate(env, s, length=255, killwords=False, end='...', leeway=N... function do_wordwrap (line 615) | def do_wordwrap(environment, s, width=79, break_long_words=True, function do_wordcount (line 636) | def do_wordcount(s): function do_int (line 641) | def do_int(value, default=0, base=10): function do_float (line 662) | def do_float(value, default=0.0): function do_format (line 673) | def do_format(value, *args, **kwargs): function do_trim (line 688) | def do_trim(value): function do_striptags (line 693) | def do_striptags(value): function do_slice (line 701) | def do_slice(value, slices, fill_with=None): function do_batch (line 737) | def do_batch(value, linecount, fill_with=None): function do_round (line 768) | def do_round(value, precision=0, method='common'): function do_groupby (line 812) | def do_groupby(environment, value, attribute): function do_sum (line 856) | def do_sum(environment, iterable, attribute=None, start=0): function do_list (line 876) | def do_list(value): function do_mark_safe (line 883) | def do_mark_safe(value): function do_mark_unsafe (line 890) | def do_mark_unsafe(value): function do_reverse (line 895) | def do_reverse(value): function do_attr (line 913) | def do_attr(environment, obj, name): function do_map (line 938) | def do_map(*args, **kwargs): function do_select (line 967) | def do_select(*args, **kwargs): function do_reject (line 989) | def do_reject(*args, **kwargs): function do_selectattr (line 1007) | def do_selectattr(*args, **kwargs): function do_rejectattr (line 1028) | def do_rejectattr(*args, **kwargs): function do_tojson (line 1047) | def do_tojson(eval_ctx, value, indent=None): function prepare_map (line 1081) | def prepare_map(args, kwargs): function prepare_select_or_reject (line 1103) | def prepare_select_or_reject(args, kwargs, modfunc, lookup_attr): function select_or_reject (line 1128) | def select_or_reject(args, kwargs, modfunc, lookup_attr): FILE: nuitka/build/inline_copy/jinja2/jinja2/idtracking.py function find_symbols (line 11) | def find_symbols(nodes, parent_symbols=None): function symbols_for_node (line 19) | def symbols_for_node(node, parent_symbols=None): class Symbols (line 25) | class Symbols(object): method __init__ (line 27) | def __init__(self, parent=None, level=None): method analyze_node (line 39) | def analyze_node(self, node, **kwargs): method _define_ref (line 43) | def _define_ref(self, name, load=None): method find_load (line 50) | def find_load(self, target): method find_ref (line 56) | def find_ref(self, name): method ref (line 62) | def ref(self, name): method copy (line 69) | def copy(self): method store (line 77) | def store(self, name): method declare_parameter (line 95) | def declare_parameter(self, name): method load (line 99) | def load(self, name): method branch_update (line 104) | def branch_update(self, branch_symbols): method dump_stores (line 130) | def dump_stores(self): method dump_param_targets (line 140) | def dump_param_targets(self): class RootVisitor (line 151) | class RootVisitor(NodeVisitor): method __init__ (line 153) | def __init__(self, symbols): method _simple_visit (line 156) | def _simple_visit(self, node, **kwargs): method visit_AssignBlock (line 164) | def visit_AssignBlock(self, node, **kwargs): method visit_CallBlock (line 168) | def visit_CallBlock(self, node, **kwargs): method visit_OverlayScope (line 172) | def visit_OverlayScope(self, node, **kwargs): method visit_For (line 176) | def visit_For(self, node, for_branch='body', **kwargs): method visit_With (line 192) | def visit_With(self, node, **kwargs): method generic_visit (line 198) | def generic_visit(self, node, *args, **kwargs): class FrameSymbolVisitor (line 203) | class FrameSymbolVisitor(NodeVisitor): method __init__ (line 206) | def __init__(self, symbols): method visit_Name (line 209) | def visit_Name(self, node, store_as_param=False, **kwargs): method visit_NSRef (line 218) | def visit_NSRef(self, node, **kwargs): method visit_If (line 221) | def visit_If(self, node, **kwargs): method visit_Macro (line 239) | def visit_Macro(self, node, **kwargs): method visit_Import (line 242) | def visit_Import(self, node, **kwargs): method visit_FromImport (line 246) | def visit_FromImport(self, node, **kwargs): method visit_Assign (line 254) | def visit_Assign(self, node, **kwargs): method visit_For (line 259) | def visit_For(self, node, **kwargs): method visit_CallBlock (line 265) | def visit_CallBlock(self, node, **kwargs): method visit_FilterBlock (line 268) | def visit_FilterBlock(self, node, **kwargs): method visit_With (line 271) | def visit_With(self, node, **kwargs): method visit_AssignBlock (line 275) | def visit_AssignBlock(self, node, **kwargs): method visit_Scope (line 279) | def visit_Scope(self, node, **kwargs): method visit_Block (line 282) | def visit_Block(self, node, **kwargs): method visit_OverlayScope (line 285) | def visit_OverlayScope(self, node, **kwargs): FILE: nuitka/build/inline_copy/jinja2/jinja2/lexer.py function _describe_token_type (line 152) | def _describe_token_type(token_type): function describe_token (line 171) | def describe_token(token): function describe_token_expr (line 178) | def describe_token_expr(expr): function count_newlines (line 189) | def count_newlines(value): function compile_rules (line 196) | def compile_rules(environment): class Failure (line 219) | class Failure(object): method __init__ (line 224) | def __init__(self, message, cls=TemplateSyntaxError): method __call__ (line 228) | def __call__(self, lineno, filename): class Token (line 232) | class Token(tuple): method __new__ (line 237) | def __new__(cls, lineno, type, value): method __str__ (line 240) | def __str__(self): method test (line 247) | def test(self, expr): method test_any (line 260) | def test_any(self, *iterable): method __repr__ (line 267) | def __repr__(self): class TokenStreamIterator (line 276) | class TokenStreamIterator(object): method __init__ (line 281) | def __init__(self, stream): method __iter__ (line 284) | def __iter__(self): method __next__ (line 287) | def __next__(self): class TokenStream (line 297) | class TokenStream(object): method __init__ (line 303) | def __init__(self, generator, name, filename): method __iter__ (line 312) | def __iter__(self): method __bool__ (line 315) | def __bool__(self): method push (line 321) | def push(self, token): method look (line 325) | def look(self): method skip (line 333) | def skip(self, n=1): method next_if (line 338) | def next_if(self, expr): method skip_if (line 345) | def skip_if(self, expr): method __next__ (line 349) | def __next__(self): method close (line 364) | def close(self): method expect (line 370) | def expect(self, expr): function get_lexer (line 391) | def get_lexer(environment): class Lexer (line 412) | class Lexer(object): method __init__ (line 420) | def __init__(self, environment): method _normalize_newlines (line 548) | def _normalize_newlines(self, value): method tokenize (line 552) | def tokenize(self, source, name=None, filename=None, state=None): method wrap (line 558) | def wrap(self, stream, name=None, filename=None): method tokeniter (line 599) | def tokeniter(self, source, name, filename=None, state=None): FILE: nuitka/build/inline_copy/jinja2/jinja2/loaders.py function split_template_path (line 22) | def split_template_path(template): class BaseLoader (line 37) | class BaseLoader(object): method get_source (line 70) | def get_source(self, environment, template): method list_templates (line 93) | def list_templates(self): method load (line 100) | def load(self, environment, name, globals=None): class FileSystemLoader (line 138) | class FileSystemLoader(BaseLoader): method __init__ (line 160) | def __init__(self, searchpath, encoding='utf-8', followlinks=False): method get_source (line 167) | def get_source(self, environment, template): method list_templates (line 189) | def list_templates(self): class PackageLoader (line 209) | class PackageLoader(BaseLoader): method __init__ (line 224) | def __init__(self, package_name, package_path='templates', method get_source (line 233) | def get_source(self, environment, template): method list_templates (line 252) | def list_templates(self): class DictLoader (line 272) | class DictLoader(BaseLoader): method __init__ (line 281) | def __init__(self, mapping): method get_source (line 284) | def get_source(self, environment, template): method list_templates (line 290) | def list_templates(self): class FunctionLoader (line 294) | class FunctionLoader(BaseLoader): method __init__ (line 312) | def __init__(self, load_func): method get_source (line 315) | def get_source(self, environment, template): class PrefixLoader (line 324) | class PrefixLoader(BaseLoader): method __init__ (line 339) | def __init__(self, mapping, delimiter='/'): method get_loader (line 343) | def get_loader(self, template): method get_source (line 351) | def get_source(self, environment, template): method load (line 361) | def load(self, environment, name, globals=None): method list_templates (line 370) | def list_templates(self): class ChoiceLoader (line 378) | class ChoiceLoader(BaseLoader): method __init__ (line 392) | def __init__(self, loaders): method get_source (line 395) | def get_source(self, environment, template): method load (line 404) | def load(self, environment, name, globals=None): method list_templates (line 412) | def list_templates(self): class _TemplateModule (line 419) | class _TemplateModule(ModuleType): class ModuleLoader (line 423) | class ModuleLoader(BaseLoader): method __init__ (line 438) | def __init__(self, path): method get_template_key (line 460) | def get_template_key(name): method get_module_filename (line 464) | def get_module_filename(name): method load (line 468) | def load(self, environment, name, globals=None): FILE: nuitka/build/inline_copy/jinja2/jinja2/meta.py class TrackingCodeGenerator (line 17) | class TrackingCodeGenerator(CodeGenerator): method __init__ (line 20) | def __init__(self, environment): method write (line 25) | def write(self, x): method enter_frame (line 28) | def enter_frame(self, frame): function find_undeclared_variables (line 36) | def find_undeclared_variables(ast): function find_referenced_templates (line 60) | def find_referenced_templates(ast): FILE: nuitka/build/inline_copy/jinja2/jinja2/nativetypes.py function native_concat (line 11) | def native_concat(nodes): class NativeCodeGenerator (line 34) | class NativeCodeGenerator(CodeGenerator): method visit_Output (line 39) | def visit_Output(self, node, frame): class NativeTemplate (line 198) | class NativeTemplate(Template): method render (line 199) | def render(self, *args, **kwargs): class NativeEnvironment (line 216) | class NativeEnvironment(Environment): FILE: nuitka/build/inline_copy/jinja2/jinja2/nodes.py class Impossible (line 55) | class Impossible(Exception): class NodeType (line 59) | class NodeType(type): method __new__ (line 64) | def __new__(cls, name, bases, d): class EvalContext (line 76) | class EvalContext(object): method __init__ (line 81) | def __init__(self, environment, template_name=None): method save (line 89) | def save(self): method revert (line 92) | def revert(self, old): function get_eval_context (line 97) | def get_eval_context(node, ctx): class Node (line 107) | class Node(with_metaclass(NodeType, object)): method __init__ (line 127) | def __init__(self, *fields, **attributes): method iter_fields (line 148) | def iter_fields(self, exclude=None, only=None): method iter_child_nodes (line 164) | def iter_child_nodes(self, exclude=None, only=None): method find (line 177) | def find(self, node_type): method find_all (line 184) | def find_all(self, node_type): method set_ctx (line 194) | def set_ctx(self, ctx): method set_lineno (line 208) | def set_lineno(self, lineno, override=False): method set_environment (line 219) | def set_environment(self, environment): method __eq__ (line 228) | def __eq__(self, other): method __ne__ (line 232) | def __ne__(self, other): method __repr__ (line 238) | def __repr__(self): method dump (line 245) | def dump(self): class Stmt (line 275) | class Stmt(Node): class Helper (line 280) | class Helper(Node): class Template (line 285) | class Template(Node): class Output (line 292) | class Output(Stmt): class Extends (line 299) | class Extends(Stmt): class For (line 304) | class For(Stmt): class If (line 315) | class If(Stmt): class Macro (line 320) | class Macro(Stmt): class CallBlock (line 328) | class CallBlock(Stmt): class FilterBlock (line 335) | class FilterBlock(Stmt): class With (line 340) | class With(Stmt): class Block (line 349) | class Block(Stmt): class Include (line 354) | class Include(Stmt): class Import (line 359) | class Import(Stmt): class FromImport (line 364) | class FromImport(Stmt): class ExprStmt (line 378) | class ExprStmt(Stmt): class Assign (line 383) | class Assign(Stmt): class AssignBlock (line 388) | class AssignBlock(Stmt): class Expr (line 393) | class Expr(Node): method as_const (line 397) | def as_const(self, eval_ctx=None): method can_assign (line 410) | def can_assign(self): class BinExpr (line 415) | class BinExpr(Expr): method as_const (line 421) | def as_const(self, eval_ctx=None): class UnaryExpr (line 434) | class UnaryExpr(Expr): method as_const (line 440) | def as_const(self, eval_ctx=None): class Name (line 453) | class Name(Expr): method can_assign (line 463) | def can_assign(self): class NSRef (line 468) | class NSRef(Expr): method can_assign (line 472) | def can_assign(self): class Literal (line 480) | class Literal(Expr): class Const (line 485) | class Const(Literal): method as_const (line 493) | def as_const(self, eval_ctx=None): method from_untrusted (line 504) | def from_untrusted(cls, value, lineno=None, environment=None): class TemplateData (line 515) | class TemplateData(Literal): method as_const (line 519) | def as_const(self, eval_ctx=None): class Tuple (line 528) | class Tuple(Literal): method as_const (line 535) | def as_const(self, eval_ctx=None): method can_assign (line 539) | def can_assign(self): class List (line 546) | class List(Literal): method as_const (line 550) | def as_const(self, eval_ctx=None): class Dict (line 555) | class Dict(Literal): method as_const (line 561) | def as_const(self, eval_ctx=None): class Pair (line 566) | class Pair(Helper): method as_const (line 570) | def as_const(self, eval_ctx=None): class Keyword (line 575) | class Keyword(Helper): method as_const (line 579) | def as_const(self, eval_ctx=None): class CondExpr (line 584) | class CondExpr(Expr): method as_const (line 590) | def as_const(self, eval_ctx=None): function args_as_const (line 602) | def args_as_const(node, eval_ctx): class Filter (line 621) | class Filter(Expr): method as_const (line 631) | def as_const(self, eval_ctx=None): class Test (line 669) | class Test(Expr): method as_const (line 676) | def as_const(self, eval_ctx=None): class Call (line 692) | class Call(Expr): class Getitem (line 702) | class Getitem(Expr): method as_const (line 706) | def as_const(self, eval_ctx=None): method can_assign (line 716) | def can_assign(self): class Getattr (line 720) | class Getattr(Expr): method as_const (line 726) | def as_const(self, eval_ctx=None): method can_assign (line 736) | def can_assign(self): class Slice (line 740) | class Slice(Expr): method as_const (line 746) | def as_const(self, eval_ctx=None): class Concat (line 755) | class Concat(Expr): method as_const (line 761) | def as_const(self, eval_ctx=None): class Compare (line 766) | class Compare(Expr): method as_const (line 772) | def as_const(self, eval_ctx=None): class Operand (line 785) | class Operand(Helper): class Mul (line 795) | class Mul(BinExpr): class Div (line 800) | class Div(BinExpr): class FloorDiv (line 805) | class FloorDiv(BinExpr): class Add (line 812) | class Add(BinExpr): class Sub (line 817) | class Sub(BinExpr): class Mod (line 822) | class Mod(BinExpr): class Pow (line 827) | class Pow(BinExpr): class And (line 832) | class And(BinExpr): method as_const (line 836) | def as_const(self, eval_ctx=None): class Or (line 841) | class Or(BinExpr): method as_const (line 845) | def as_const(self, eval_ctx=None): class Not (line 850) | class Not(UnaryExpr): class Neg (line 855) | class Neg(UnaryExpr): class Pos (line 860) | class Pos(UnaryExpr): class EnvironmentAttribute (line 868) | class EnvironmentAttribute(Expr): class ExtensionAttribute (line 875) | class ExtensionAttribute(Expr): class ImportedName (line 885) | class ImportedName(Expr): class InternalName (line 894) | class InternalName(Expr): method __init__ (line 903) | def __init__(self): class MarkSafe (line 908) | class MarkSafe(Expr): method as_const (line 912) | def as_const(self, eval_ctx=None): class MarkSafeIfAutoescape (line 917) | class MarkSafeIfAutoescape(Expr): method as_const (line 925) | def as_const(self, eval_ctx=None): class ContextReference (line 935) | class ContextReference(Expr): class Continue (line 948) | class Continue(Stmt): class Break (line 952) | class Break(Stmt): class Scope (line 956) | class Scope(Stmt): class OverlayScope (line 961) | class OverlayScope(Stmt): class EvalContextModifier (line 977) | class EvalContextModifier(Stmt): class ScopedEvalContextModifier (line 988) | class ScopedEvalContextModifier(EvalContextModifier): function _failing_new (line 997) | def _failing_new(*args, **kwargs): FILE: nuitka/build/inline_copy/jinja2/jinja2/optimizer.py function optimize (line 23) | def optimize(node, environment): class Optimizer (line 30) | class Optimizer(NodeTransformer): method __init__ (line 32) | def __init__(self, environment): method fold (line 35) | def fold(self, node, eval_ctx=None): FILE: nuitka/build/inline_copy/jinja2/jinja2/parser.py class Parser (line 32) | class Parser(object): method __init__ (line 37) | def __init__(self, environment, source, name=None, filename=None, method fail (line 52) | def fail(self, msg, lineno=None, exc=TemplateSyntaxError): method _fail_ut_eof (line 61) | def _fail_ut_eof(self, name, end_token_stack, lineno): method fail_unknown_tag (line 92) | def fail_unknown_tag(self, name, lineno=None): method fail_eof (line 99) | def fail_eof(self, end_tokens=None, lineno=None): method is_tuple_end (line 106) | def is_tuple_end(self, extra_end_rules=None): method free_identifier (line 114) | def free_identifier(self, lineno=None): method parse_statement (line 121) | def parse_statement(self): method parse_statements (line 149) | def parse_statements(self, end_tokens, drop_needle=False): method parse_set (line 176) | def parse_set(self): method parse_for (line 188) | def parse_for(self): method parse_if (line 207) | def parse_if(self): method parse_with (line 227) | def parse_with(self): method parse_autoescape (line 246) | def parse_autoescape(self): method parse_block (line 255) | def parse_block(self): method parse_extends (line 272) | def parse_extends(self): method parse_import_context (line 277) | def parse_import_context(self, node, default): method parse_include (line 286) | def parse_include(self): method parse_import (line 297) | def parse_import(self): method parse_from (line 304) | def parse_from(self): method parse_signature (line 342) | def parse_signature(self, node): method parse_call_block (line 358) | def parse_call_block(self): method parse_filter_block (line 372) | def parse_filter_block(self): method parse_macro (line 379) | def parse_macro(self): method parse_print (line 387) | def parse_print(self): method parse_assign_target (line 396) | def parse_assign_target(self, with_tuple=True, name_only=False, method parse_expression (line 426) | def parse_expression(self, with_condexpr=True): method parse_condexpr (line 435) | def parse_condexpr(self): method parse_or (line 448) | def parse_or(self): method parse_and (line 457) | def parse_and(self): method parse_not (line 466) | def parse_not(self): method parse_compare (line 472) | def parse_compare(self): method parse_math1 (line 494) | def parse_math1(self): method parse_concat (line 505) | def parse_concat(self): method parse_math2 (line 515) | def parse_math2(self): method parse_pow (line 526) | def parse_pow(self): method parse_unary (line 536) | def parse_unary(self, with_filter=True): method parse_primary (line 552) | def parse_primary(self): method parse_tuple (line 586) | def parse_tuple(self, simplified=False, with_condexpr=True, method parse_list (line 641) | def parse_list(self): method parse_dict (line 653) | def parse_dict(self): method parse_postfix (line 668) | def parse_postfix(self, node): method parse_filter_expr (line 681) | def parse_filter_expr(self, node): method parse_subscript (line 696) | def parse_subscript(self, node): method parse_subscribed (line 722) | def parse_subscribed(self): method parse_call (line 753) | def parse_call(self, node): method parse_filter (line 800) | def parse_filter(self, node, start_inline=False): method parse_test (line 820) | def parse_test(self, node): method subparse (line 851) | def subparse(self, end_tokens=None): method parse (line 899) | def parse(self): FILE: nuitka/build/inline_copy/jinja2/jinja2/runtime.py function markup_join (line 43) | def markup_join(seq): function unicode_join (line 54) | def unicode_join(seq): function new_context (line 59) | def new_context(environment, template_name, blocks, vars=None, class TemplateReference (line 80) | class TemplateReference(object): method __init__ (line 83) | def __init__(self, context): method __getitem__ (line 86) | def __getitem__(self, name): method __repr__ (line 90) | def __repr__(self): function _get_func (line 97) | def _get_func(x): class ContextMeta (line 101) | class ContextMeta(type): method __new__ (line 103) | def __new__(cls, name, bases, d): function resolve_or_missing (line 125) | def resolve_or_missing(context, key, missing=missing): class Context (line 133) | class Context(with_metaclass(ContextMeta)): method __init__ (line 157) | def __init__(self, environment, parent, name, blocks): method super (line 175) | def super(self, name, current): method get (line 187) | def get(self, key, default=None): method resolve (line 196) | def resolve(self, key): method resolve_or_missing (line 208) | def resolve_or_missing(self, key): method get_exported (line 219) | def get_exported(self): method get_all (line 223) | def get_all(self): method call (line 235) | def call(__self, __obj, *args, **kwargs): method derived (line 268) | def derived(self, locals=None): method _all (line 279) | def _all(meth): method __contains__ (line 296) | def __contains__(self, name): method __getitem__ (line 299) | def __getitem__(self, key): method __repr__ (line 308) | def __repr__(self): class BlockReference (line 319) | class BlockReference(object): method __init__ (line 322) | def __init__(self, name, context, stack, depth): method super (line 329) | def super(self): method __call__ (line 339) | def __call__(self): class LoopContextBase (line 346) | class LoopContextBase(object): method __init__ (line 354) | def __init__(self, undefined, recurse=None, depth0=0): method cycle (line 361) | def cycle(self, *args): method changed (line 367) | def changed(self, *value): method previtem (line 382) | def previtem(self): method nextitem (line 388) | def nextitem(self): method __len__ (line 393) | def __len__(self): method loop (line 397) | def loop(self, iterable): method __repr__ (line 408) | def __repr__(self): class LoopContext (line 416) | class LoopContext(LoopContextBase): method __init__ (line 418) | def __init__(self, iterable, undefined, recurse=None, depth0=0): method length (line 433) | def length(self): method __iter__ (line 445) | def __iter__(self): method _safe_next (line 448) | def _safe_next(self): class LoopContextIterator (line 456) | class LoopContextIterator(object): method __init__ (line 460) | def __init__(self, context): method __iter__ (line 463) | def __iter__(self): method __next__ (line 466) | def __next__(self): class Macro (line 477) | class Macro(object): method __init__ (line 480) | def __init__(self, environment, func, name, arguments, method __call__ (line 498) | def __call__(self, *args, **kwargs): method _invoke (line 572) | def _invoke(self, arguments, autoescape): method __repr__ (line 579) | def __repr__(self): class Undefined (line 587) | class Undefined(object): method __init__ (line 604) | def __init__(self, hint=None, obj=missing, name=None, exc=UndefinedErr... method _fail_with_undefined_error (line 611) | def _fail_with_undefined_error(self, *args, **kwargs): method __getattr__ (line 633) | def __getattr__(self, name): method __eq__ (line 645) | def __eq__(self, other): method __ne__ (line 648) | def __ne__(self, other): method __hash__ (line 651) | def __hash__(self): method __str__ (line 654) | def __str__(self): method __len__ (line 657) | def __len__(self): method __iter__ (line 660) | def __iter__(self): method __nonzero__ (line 664) | def __nonzero__(self): method __repr__ (line 668) | def __repr__(self): function make_logging_undefined (line 672) | def make_logging_undefined(logger=None, base=None): class DebugUndefined (line 754) | class DebugUndefined(Undefined): method __str__ (line 769) | def __str__(self): class StrictUndefined (line 781) | class StrictUndefined(Undefined): FILE: nuitka/build/inline_copy/jinja2/jinja2/sandbox.py class _MagicFormatMapping (line 104) | class _MagicFormatMapping(abc.Mapping): method __init__ (line 112) | def __init__(self, args, kwargs): method __getitem__ (line 117) | def __getitem__(self, key): method __iter__ (line 128) | def __iter__(self): method __len__ (line 131) | def __len__(self): function inspect_format_method (line 135) | def inspect_format_method(callable): function safe_range (line 145) | def safe_range(*args): function unsafe (line 160) | def unsafe(f): function is_internal_attribute (line 173) | def is_internal_attribute(obj, attr): function modifies_known_mutable (line 209) | def modifies_known_mutable(obj, attr): class SandboxedEnvironment (line 237) | class SandboxedEnvironment(Environment): method intercept_unop (line 301) | def intercept_unop(self, operator): method __init__ (line 319) | def __init__(self, *args, **kwargs): method is_safe_attribute (line 325) | def is_safe_attribute(self, obj, attr, value): method is_safe_callable (line 334) | def is_safe_callable(self, obj): method call_binop (line 343) | def call_binop(self, context, operator, left, right): method call_unop (line 352) | def call_unop(self, context, operator, arg): method getitem (line 361) | def getitem(self, obj, argument): method getattr (line 382) | def getattr(self, obj, attribute): method unsafe_undefined (line 399) | def unsafe_undefined(self, obj, attribute): method format_string (line 407) | def format_string(self, s, args, kwargs, format_func=None): method call (line 430) | def call(__self, __context, __obj, *args, **kwargs): class ImmutableSandboxedEnvironment (line 443) | class ImmutableSandboxedEnvironment(SandboxedEnvironment): method is_safe_attribute (line 449) | def is_safe_attribute(self, obj, attr, value): function formatter_field_name_split (line 459) | def formatter_field_name_split(field_name): class SandboxedFormatterMixin (line 463) | class SandboxedFormatterMixin(object): method __init__ (line 465) | def __init__(self, env): method get_field (line 468) | def get_field(self, field_name, args, kwargs): class SandboxedFormatter (line 478) | class SandboxedFormatter(SandboxedFormatterMixin, Formatter): method __init__ (line 480) | def __init__(self, env): class SandboxedEscapeFormatter (line 484) | class SandboxedEscapeFormatter(SandboxedFormatterMixin, EscapeFormatter): method __init__ (line 486) | def __init__(self, env, escape): FILE: nuitka/build/inline_copy/jinja2/jinja2/tests.py function test_odd (line 24) | def test_odd(value): function test_even (line 29) | def test_even(value): function test_divisibleby (line 34) | def test_divisibleby(value, num): function test_defined (line 39) | def test_defined(value): function test_undefined (line 56) | def test_undefined(value): function test_none (line 61) | def test_none(value): function test_lower (line 66) | def test_lower(value): function test_upper (line 71) | def test_upper(value): function test_string (line 76) | def test_string(value): function test_mapping (line 81) | def test_mapping(value): function test_number (line 89) | def test_number(value): function test_sequence (line 94) | def test_sequence(value): function test_sameas (line 106) | def test_sameas(value, other): function test_iterable (line 119) | def test_iterable(value): function test_escaped (line 128) | def test_escaped(value): function test_in (line 133) | def test_in(value, seq): FILE: nuitka/build/inline_copy/jinja2/jinja2/utils.py function contextfunction (line 44) | def contextfunction(f): function evalcontextfunction (line 60) | def evalcontextfunction(f): function environmentfunction (line 73) | def environmentfunction(f): function internalcode (line 83) | def internalcode(f): function is_undefined (line 89) | def is_undefined(obj): function consume (line 105) | def consume(iterable): function clear_caches (line 111) | def clear_caches(): function import_string (line 123) | def import_string(import_name, silent=False): function open_if_exists (line 149) | def open_if_exists(filename, mode='rb'): function object_type_repr (line 160) | def object_type_repr(obj): function pformat (line 177) | def pformat(obj, verbose=False): function urlize (line 189) | def urlize(text, trim_url_limit=None, rel=None, target=None): function generate_lorem_ipsum (line 238) | def generate_lorem_ipsum(n=5, html=True, min=20, max=100): function unicode_urlencode (line 287) | def unicode_urlencode(obj, charset='utf-8', for_qs=False): class LRUCache (line 306) | class LRUCache(object): method __init__ (line 313) | def __init__(self, capacity): method _postinit (line 319) | def _postinit(self): method __getstate__ (line 327) | def __getstate__(self): method __setstate__ (line 334) | def __setstate__(self, d): method __getnewargs__ (line 338) | def __getnewargs__(self): method copy (line 341) | def copy(self): method get (line 348) | def get(self, key, default=None): method setdefault (line 355) | def setdefault(self, key, default=None): method clear (line 369) | def clear(self): method __contains__ (line 378) | def __contains__(self, key): method __len__ (line 382) | def __len__(self): method __repr__ (line 386) | def __repr__(self): method __getitem__ (line 392) | def __getitem__(self, key): method __setitem__ (line 414) | def __setitem__(self, key, value): method __delitem__ (line 429) | def __delitem__(self, key): method items (line 444) | def items(self): method iteritems (line 450) | def iteritems(self): method values (line 454) | def values(self): method itervalue (line 458) | def itervalue(self): method keys (line 462) | def keys(self): method iterkeys (line 466) | def iterkeys(self): method __reversed__ (line 474) | def __reversed__(self): function select_autoescape (line 486) | def select_autoescape(enabled_extensions=('html', 'htm', 'xml'), function htmlsafe_json_dumps (line 540) | def htmlsafe_json_dumps(obj, dumper=None, **kwargs): class Cycler (line 569) | class Cycler(object): method __init__ (line 572) | def __init__(self, *items): method reset (line 578) | def reset(self): method current (line 583) | def current(self): method next (line 587) | def next(self): class Joiner (line 596) | class Joiner(object): method __init__ (line 599) | def __init__(self, sep=u', '): method __call__ (line 603) | def __call__(self): class Namespace (line 610) | class Namespace(object): method __init__ (line 614) | def __init__(*args, **kwargs): method __getattribute__ (line 618) | def __getattribute__(self, name): method __setitem__ (line 626) | def __setitem__(self, name, value): method __repr__ (line 629) | def __repr__(self): FILE: nuitka/build/inline_copy/jinja2/jinja2/visitor.py class NodeVisitor (line 14) | class NodeVisitor(object): method get_visitor (line 26) | def get_visitor(self, node): method visit (line 34) | def visit(self, node, *args, **kwargs): method generic_visit (line 41) | def generic_visit(self, node, *args, **kwargs): class NodeTransformer (line 47) | class NodeTransformer(NodeVisitor): method generic_visit (line 58) | def generic_visit(self, node, *args, **kwargs): method visit_list (line 80) | def visit_list(self, node, *args, **kwargs): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/__init__.py function _patch_async (line 75) | def _patch_async(): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/_compat.py function reraise (line 35) | def reraise(tp, value, tb=None): function implements_iterator (line 69) | def implements_iterator(cls): function implements_to_string (line 74) | def implements_to_string(cls): function encode_filename (line 79) | def encode_filename(filename): function with_metaclass (line 85) | def with_metaclass(meta, *bases): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/bccache.py function marshal_dump (line 36) | def marshal_dump(code, f): function marshal_load (line 42) | def marshal_load(f): class Bucket (line 60) | class Bucket(object): method __init__ (line 69) | def __init__(self, environment, key, checksum): method reset (line 75) | def reset(self): method load_bytecode (line 79) | def load_bytecode(self, f): method write_bytecode (line 98) | def write_bytecode(self, f): method bytecode_from_string (line 106) | def bytecode_from_string(self, string): method bytecode_to_string (line 110) | def bytecode_to_string(self): class BytecodeCache (line 117) | class BytecodeCache(object): method load_bytecode (line 146) | def load_bytecode(self, bucket): method dump_bytecode (line 153) | def dump_bytecode(self, bucket): method clear (line 160) | def clear(self): method get_cache_key (line 166) | def get_cache_key(self, name, filename=None): method get_source_checksum (line 176) | def get_source_checksum(self, source): method get_bucket (line 180) | def get_bucket(self, environment, name, filename, source): method set_bucket (line 190) | def set_bucket(self, bucket): class FileSystemBytecodeCache (line 195) | class FileSystemBytecodeCache(BytecodeCache): method __init__ (line 213) | def __init__(self, directory=None, pattern='__jinja2_%s.cache'): method _get_default_cache_dir (line 219) | def _get_default_cache_dir(self): method _get_cache_filename (line 260) | def _get_cache_filename(self, bucket): method load_bytecode (line 263) | def load_bytecode(self, bucket): method dump_bytecode (line 271) | def dump_bytecode(self, bucket): method clear (line 278) | def clear(self): class MemcachedBytecodeCache (line 291) | class MemcachedBytecodeCache(BytecodeCache): method __init__ (line 336) | def __init__(self, client, prefix='jinja2/bytecode/', timeout=None, method load_bytecode (line 343) | def load_bytecode(self, bucket): method dump_bytecode (line 353) | def dump_bytecode(self, bucket): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/compiler.py function optimizeconst (line 63) | def optimizeconst(f): function generate (line 74) | def generate(node, environment, name, filename, stream=None, function has_safe_repr (line 87) | def has_safe_repr(value): function find_undeclared (line 108) | def find_undeclared(nodes, names): class MacroRef (line 121) | class MacroRef(object): method __init__ (line 123) | def __init__(self, node): class Frame (line 130) | class Frame(object): method __init__ (line 133) | def __init__(self, eval_ctx, parent=None, level=None): method copy (line 165) | def copy(self): method inner (line 172) | def inner(self, isolated=False): method soft (line 178) | def soft(self): class VisitorExit (line 192) | class VisitorExit(RuntimeError): class DependencyFinderVisitor (line 196) | class DependencyFinderVisitor(NodeVisitor): method __init__ (line 199) | def __init__(self): method visit_Filter (line 203) | def visit_Filter(self, node): method visit_Test (line 207) | def visit_Test(self, node): method visit_Block (line 211) | def visit_Block(self, node): class UndeclaredNameVisitor (line 215) | class UndeclaredNameVisitor(NodeVisitor): method __init__ (line 221) | def __init__(self, names): method visit_Name (line 225) | def visit_Name(self, node): method visit_Block (line 233) | def visit_Block(self, node): class CompilerExit (line 237) | class CompilerExit(Exception): class CodeGenerator (line 244) | class CodeGenerator(NodeVisitor): method __init__ (line 246) | def __init__(self, environment, name, filename, stream=None, method fail (line 313) | def fail(self, msg, lineno): method temporary_identifier (line 317) | def temporary_identifier(self): method buffer (line 322) | def buffer(self, frame): method return_buffer_contents (line 327) | def return_buffer_contents(self, frame, force_unescaped=False): method indent (line 345) | def indent(self): method outdent (line 349) | def outdent(self, step=1): method start_write (line 353) | def start_write(self, frame, node=None): method end_write (line 360) | def end_write(self, frame): method simple_write (line 365) | def simple_write(self, s, frame, node=None): method blockvisit (line 371) | def blockvisit(self, nodes, frame): method write (line 382) | def write(self, x): method writeline (line 397) | def writeline(self, x, node=None, extra=0): method newline (line 402) | def newline(self, node=None, extra=0): method signature (line 409) | def signature(self, node, frame, extra_kwargs=None): method pull_dependencies (line 462) | def pull_dependencies(self, nodes): method enter_frame (line 475) | def enter_frame(self, frame): method leave_frame (line 492) | def leave_frame(self, frame, with_python_scope=False): method func (line 500) | def func(self, name): method macro_body (line 505) | def macro_body(self, node, frame): method macro_def (line 582) | def macro_def(self, macro_ref, frame): method position (line 593) | def position(self, node): method dump_local_context (line 600) | def dump_local_context(self, frame): method write_commons (line 605) | def write_commons(self): method push_parameter_definitions (line 614) | def push_parameter_definitions(self, frame): method pop_parameter_definitions (line 623) | def pop_parameter_definitions(self): method mark_parameter_stored (line 627) | def mark_parameter_stored(self, target): method push_context_reference (line 634) | def push_context_reference(self, target): method pop_context_reference (line 637) | def pop_context_reference(self): method get_context_ref (line 640) | def get_context_ref(self): method get_resolve_func (line 643) | def get_resolve_func(self): method derive_context (line 649) | def derive_context(self, frame): method parameter_is_undeclared (line 655) | def parameter_is_undeclared(self, target): method push_assign_tracking (line 661) | def push_assign_tracking(self): method pop_assign_tracking (line 665) | def pop_assign_tracking(self, frame): method visit_Template (line 695) | def visit_Template(self, node, frame=None): method visit_Block (line 811) | def visit_Block(self, node, frame): method visit_Extends (line 843) | def visit_Extends(self, node, frame): method visit_Include (line 890) | def visit_Include(self, node, frame): method visit_Import (line 944) | def visit_Import(self, node, frame): method visit_FromImport (line 965) | def visit_FromImport(self, node, frame): method visit_For (line 1024) | def visit_For(self, node, frame): method visit_If (line 1154) | def visit_If(self, node, frame): method visit_Macro (line 1175) | def visit_Macro(self, node, frame): method visit_CallBlock (line 1186) | def visit_CallBlock(self, node, frame): method visit_FilterBlock (line 1194) | def visit_FilterBlock(self, node, frame): method visit_With (line 1205) | def visit_With(self, node, frame): method visit_ExprStmt (line 1217) | def visit_ExprStmt(self, node, frame): method visit_Output (line 1221) | def visit_Output(self, node, frame): method visit_Assign (line 1366) | def visit_Assign(self, node, frame): method visit_AssignBlock (line 1374) | def visit_AssignBlock(self, node, frame): method visit_Name (line 1399) | def visit_Name(self, node, frame): method visit_NSRef (line 1418) | def visit_NSRef(self, node, frame): method visit_Const (line 1430) | def visit_Const(self, node, frame): method visit_TemplateData (line 1437) | def visit_TemplateData(self, node, frame): method visit_Tuple (line 1444) | def visit_Tuple(self, node, frame): method visit_List (line 1453) | def visit_List(self, node, frame): method visit_Dict (line 1461) | def visit_Dict(self, node, frame): method binop (line 1471) | def binop(operator, interceptable=True): method uaop (line 1488) | def uaop(operator, interceptable=True): method visit_Concat (line 1516) | def visit_Concat(self, node, frame): method visit_Compare (line 1531) | def visit_Compare(self, node, frame): method visit_Operand (line 1536) | def visit_Operand(self, node, frame): method visit_Getattr (line 1541) | def visit_Getattr(self, node, frame): method visit_Getitem (line 1547) | def visit_Getitem(self, node, frame): method visit_Slice (line 1561) | def visit_Slice(self, node, frame): method visit_Filter (line 1572) | def visit_Filter(self, node, frame): method visit_Test (line 1604) | def visit_Test(self, node, frame): method visit_CondExpr (line 1613) | def visit_CondExpr(self, node, frame): method visit_Call (line 1630) | def visit_Call(self, node, frame, forward_caller=False): method visit_Keyword (line 1644) | def visit_Keyword(self, node, frame): method visit_MarkSafe (line 1650) | def visit_MarkSafe(self, node, frame): method visit_MarkSafeIfAutoescape (line 1655) | def visit_MarkSafeIfAutoescape(self, node, frame): method visit_EnvironmentAttribute (line 1660) | def visit_EnvironmentAttribute(self, node, frame): method visit_ExtensionAttribute (line 1663) | def visit_ExtensionAttribute(self, node, frame): method visit_ImportedName (line 1666) | def visit_ImportedName(self, node, frame): method visit_InternalName (line 1669) | def visit_InternalName(self, node, frame): method visit_ContextReference (line 1672) | def visit_ContextReference(self, node, frame): method visit_Continue (line 1675) | def visit_Continue(self, node, frame): method visit_Break (line 1678) | def visit_Break(self, node, frame): method visit_Scope (line 1681) | def visit_Scope(self, node, frame): method visit_OverlayScope (line 1688) | def visit_OverlayScope(self, node, frame): method visit_EvalContextModifier (line 1702) | def visit_EvalContextModifier(self, node, frame): method visit_ScopedEvalContextModifier (line 1713) | def visit_ScopedEvalContextModifier(self, node, frame): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/debug.py class TracebackFrameProxy (line 36) | class TracebackFrameProxy(object): method __init__ (line 39) | def __init__(self, tb): method tb_next (line 44) | def tb_next(self): method set_next (line 47) | def set_next(self, next): method is_jinja_frame (line 59) | def is_jinja_frame(self): method __getattr__ (line 62) | def __getattr__(self, name): function make_frame_proxy (line 66) | def make_frame_proxy(frame): class ProcessedTraceback (line 80) | class ProcessedTraceback(object): method __init__ (line 83) | def __init__(self, exc_type, exc_value, frames): method render_as_text (line 97) | def render_as_text(self, limit=None): method render_as_html (line 103) | def render_as_html(self, full=False): method is_template_syntax_error (line 112) | def is_template_syntax_error(self): method exc_info (line 117) | def exc_info(self): method standard_exc_info (line 122) | def standard_exc_info(self): function make_traceback (line 132) | def make_traceback(exc_info, source_hint=None): function translate_syntax_error (line 143) | def translate_syntax_error(error, source=None): function translate_exception (line 154) | def translate_exception(exc_info, initial_skip=0): function get_jinja_locals (line 198) | def get_jinja_locals(real_locals): function fake_exc_info (line 228) | def fake_exc_info(exc_info, filename, lineno): function _init_ugly_crap (line 298) | def _init_ugly_crap(): function tb_set_next (line 370) | def tb_set_next(tb, next): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/environment.py function get_spontaneous_environment (line 44) | def get_spontaneous_environment(*args): function create_cache (line 60) | def create_cache(size): function copy_cache (line 69) | def copy_cache(cache): function load_extensions (line 78) | def load_extensions(environment, extensions): function fail_for_missing_callable (line 90) | def fail_for_missing_callable(string, name): function _environment_sanity_check (line 100) | def _environment_sanity_check(environment): class Environment (line 113) | class Environment(object): method __init__ (line 264) | def __init__(self, method add_extension (line 340) | def add_extension(self, extension): method extend (line 347) | def extend(self, **attributes): method overlay (line 356) | def overlay(self, block_start_string=missing, block_end_string=missing, method iter_extensions (line 403) | def iter_extensions(self): method getitem (line 408) | def getitem(self, obj, argument): method getattr (line 425) | def getattr(self, obj, attribute): method call_filter (line 438) | def call_filter(self, name, value, args=None, kwargs=None, method call_test (line 469) | def call_test(self, name, value, args=None, kwargs=None): method parse (line 480) | def parse(self, source, name=None, filename=None): method _parse (line 495) | def _parse(self, source, name, filename): method lex (line 499) | def lex(self, source, name=None, filename=None): method preprocess (line 516) | def preprocess(self, source, name=None, filename=None): method _tokenize (line 524) | def _tokenize(self, source, name, filename=None, state=None): method _generate (line 536) | def _generate(self, source, name, filename, defer_init=False): method _compile (line 545) | def _compile(self, source, filename): method compile (line 554) | def compile(self, source, name=None, filename=None, raw=False, method compile_expression (line 593) | def compile_expression(self, source, undefined_to_none=True): method compile_templates (line 638) | def compile_templates(self, target, extensions=None, filter_func=None, method list_templates (line 733) | def list_templates(self, extensions=None, filter_func=None): method handle_exception (line 760) | def handle_exception(self, exc_info=None, rendered=False, source_hint=... method join_path (line 782) | def join_path(self, template, parent): method _load_template (line 795) | def _load_template(self, name, globals): method get_template (line 810) | def get_template(self, name, parent=None, globals=None): method select_template (line 833) | def select_template(self, names, parent=None, globals=None): method get_or_select_template (line 860) | def get_or_select_template(self, template_name_or_list, method from_string (line 874) | def from_string(self, source, globals=None, template_class=None): method make_globals (line 882) | def make_globals(self, d): class Template (line 889) | class Template(object): method __new__ (line 919) | def __new__(cls, source, method from_code (line 948) | def from_code(cls, environment, code, globals, uptodate=None): method from_module_dict (line 962) | def from_module_dict(cls, environment, module_dict, globals): method _from_namespace (line 971) | def _from_namespace(cls, environment, namespace, globals): method render (line 993) | def render(self, *args, **kwargs): method render_async (line 1010) | def render_async(self, *args, **kwargs): method stream (line 1023) | def stream(self, *args, **kwargs): method generate (line 1029) | def generate(self, *args, **kwargs): method generate_async (line 1047) | def generate_async(self, *args, **kwargs): method new_context (line 1055) | def new_context(self, vars=None, shared=False, locals=None): method make_module (line 1066) | def make_module(self, vars=None, shared=False, locals=None): method make_module_async (line 1075) | def make_module_async(self, vars=None, shared=False, locals=None): method _get_default_module (line 1086) | def _get_default_module(self): method module (line 1093) | def module(self): method get_corresponding_lineno (line 1108) | def get_corresponding_lineno(self, lineno): method is_up_to_date (line 1118) | def is_up_to_date(self): method debug_info (line 1125) | def debug_info(self): method __repr__ (line 1130) | def __repr__(self): class TemplateModule (line 1139) | class TemplateModule(object): method __init__ (line 1145) | def __init__(self, template, context, body_stream=None): method __html__ (line 1157) | def __html__(self): method __str__ (line 1160) | def __str__(self): method __repr__ (line 1163) | def __repr__(self): class TemplateExpression (line 1171) | class TemplateExpression(object): method __init__ (line 1177) | def __init__(self, template, undefined_to_none): method __call__ (line 1181) | def __call__(self, *args, **kwargs): class TemplateStream (line 1191) | class TemplateStream(object): method __init__ (line 1202) | def __init__(self, gen): method dump (line 1206) | def dump(self, fp, encoding=None, errors='strict'): method disable_buffering (line 1235) | def disable_buffering(self): method _buffered_generator (line 1240) | def _buffered_generator(self, size): method enable_buffering (line 1259) | def enable_buffering(self, size=5): method __iter__ (line 1267) | def __iter__(self): method __next__ (line 1270) | def __next__(self): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/exceptions.py class TemplateError (line 14) | class TemplateError(Exception): method __init__ (line 18) | def __init__(self, message=None): method message (line 24) | def message(self): method __unicode__ (line 30) | def __unicode__(self): method __init__ (line 33) | def __init__(self, message=None): method message (line 37) | def message(self): class TemplateNotFound (line 45) | class TemplateNotFound(IOError, LookupError, TemplateError): method __init__ (line 52) | def __init__(self, name, message=None): method __str__ (line 60) | def __str__(self): class TemplatesNotFound (line 64) | class TemplatesNotFound(TemplateNotFound): method __init__ (line 72) | def __init__(self, names=(), message=None): class TemplateSyntaxError (line 81) | class TemplateSyntaxError(TemplateError): method __init__ (line 84) | def __init__(self, message, lineno, name=None, filename=None): method __str__ (line 95) | def __str__(self): class TemplateAssertionError (line 119) | class TemplateAssertionError(TemplateSyntaxError): class TemplateRuntimeError (line 127) | class TemplateRuntimeError(TemplateError): class UndefinedError (line 133) | class UndefinedError(TemplateRuntimeError): class SecurityError (line 137) | class SecurityError(TemplateRuntimeError): class FilterArgumentError (line 143) | class FilterArgumentError(TemplateRuntimeError): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/ext.py class ExtensionRegistry (line 34) | class ExtensionRegistry(type): method __new__ (line 37) | def __new__(cls, name, bases, d): class Extension (line 43) | class Extension(with_metaclass(ExtensionRegistry, object)): method __init__ (line 72) | def __init__(self, environment): method bind (line 75) | def bind(self, environment): method preprocess (line 82) | def preprocess(self, source, name, filename=None): method filter_stream (line 89) | def filter_stream(self, stream): method parse (line 101) | def parse(self, parser): method attr (line 109) | def attr(self, name, lineno=None): method call_method (line 119) | def call_method(self, name, args=None, kwargs=None, dyn_args=None, function _gettext_alias (line 133) | def _gettext_alias(__context, *args, **kwargs): function _make_new_gettext (line 137) | def _make_new_gettext(func): function _make_new_ngettext (line 147) | def _make_new_ngettext(func): class InternationalizationExtension (line 158) | class InternationalizationExtension(Extension): method __init__ (line 169) | def __init__(self, environment): method _install (line 181) | def _install(self, translations, newstyle=None): method _install_null (line 190) | def _install_null(self, newstyle=None): method _install_callables (line 197) | def _install_callables(self, gettext, ngettext, newstyle=None): method _uninstall (line 208) | def _uninstall(self, translations): method _extract (line 212) | def _extract(self, source, gettext_functions=GETTEXT_FUNCTIONS): method parse (line 217) | def parse(self, parser): method _trim_whitespace (line 322) | def _trim_whitespace(self, string, _ws_re=re.compile(r'\s*\n\s*')): method _parse_block (line 325) | def _parse_block(self, parser, allow_pluralize): method _make_node (line 357) | def _make_node(self, singular, plural, variables, plural_expr, class ExprStmtExtension (line 406) | class ExprStmtExtension(Extension): method parse (line 412) | def parse(self, parser): class LoopControlExtension (line 418) | class LoopControlExtension(Extension): method parse (line 422) | def parse(self, parser): class WithExtension (line 429) | class WithExtension(Extension): class AutoEscapeExtension (line 433) | class AutoEscapeExtension(Extension): function extract_from_ast (line 437) | def extract_from_ast(node, gettext_functions=GETTEXT_FUNCTIONS, class _CommentFinder (line 505) | class _CommentFinder(object): method __init__ (line 512) | def __init__(self, tokens, comment_tags): method find_backwards (line 518) | def find_backwards(self, offset): method find_comments (line 533) | def find_comments(self, lineno): function babel_extract (line 542) | def babel_extract(fileobj, keywords, comment_tags, options): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/filters.py function contextfilter (line 29) | def contextfilter(f): function evalcontextfilter (line 37) | def evalcontextfilter(f): function environmentfilter (line 48) | def environmentfilter(f): function ignore_case (line 56) | def ignore_case(value): function make_attrgetter (line 62) | def make_attrgetter(environment, attribute, postprocess=None): function do_forceescape (line 87) | def do_forceescape(value): function do_urlencode (line 94) | def do_urlencode(value): function do_replace (line 116) | def do_replace(eval_ctx, s, old, new, count=None): function do_upper (line 143) | def do_upper(s): function do_lower (line 148) | def do_lower(s): function do_xmlattr (line 154) | def do_xmlattr(_eval_ctx, d, autospace=True): function do_capitalize (line 189) | def do_capitalize(s): function do_title (line 196) | def do_title(s): function do_dictsort (line 206) | def do_dictsort(value, case_sensitive=False, by='key', reverse=False): function do_sort (line 246) | def do_sort( function do_unique (line 282) | def do_unique(environment, value, case_sensitive=False, attribute=None): function _min_or_max (line 310) | def _min_or_max(environment, value, func, case_sensitive, attribute): function do_min (line 326) | def do_min(environment, value, case_sensitive=False, attribute=None): function do_max (line 341) | def do_max(environment, value, case_sensitive=False, attribute=None): function do_default (line 355) | def do_default(value, default_value=u'', boolean=False): function do_join (line 378) | def do_join(eval_ctx, value, d=u'', attribute=None): function do_center (line 427) | def do_center(value, width=80): function do_first (line 433) | def do_first(environment, seq): function do_last (line 442) | def do_last(environment, seq): function do_random (line 451) | def do_random(context, seq): function do_filesizeformat (line 459) | def do_filesizeformat(value, binary=False): function do_pprint (line 489) | def do_pprint(value, verbose=False): function do_urlize (line 499) | def do_urlize(eval_ctx, value, trim_url_limit=None, nofollow=False, function do_indent (line 536) | def do_indent( function do_truncate (line 578) | def do_truncate(env, s, length=255, killwords=False, end='...', leeway=N... function do_wordwrap (line 615) | def do_wordwrap(environment, s, width=79, break_long_words=True, function do_wordcount (line 636) | def do_wordcount(s): function do_int (line 641) | def do_int(value, default=0, base=10): function do_float (line 662) | def do_float(value, default=0.0): function do_format (line 673) | def do_format(value, *args, **kwargs): function do_trim (line 688) | def do_trim(value): function do_striptags (line 693) | def do_striptags(value): function do_slice (line 701) | def do_slice(value, slices, fill_with=None): function do_batch (line 737) | def do_batch(value, linecount, fill_with=None): function do_round (line 768) | def do_round(value, precision=0, method='common'): function do_groupby (line 812) | def do_groupby(environment, value, attribute): function do_sum (line 856) | def do_sum(environment, iterable, attribute=None, start=0): function do_list (line 876) | def do_list(value): function do_mark_safe (line 883) | def do_mark_safe(value): function do_mark_unsafe (line 890) | def do_mark_unsafe(value): function do_reverse (line 895) | def do_reverse(value): function do_attr (line 913) | def do_attr(environment, obj, name): function do_map (line 938) | def do_map(*args, **kwargs): function do_select (line 967) | def do_select(*args, **kwargs): function do_reject (line 989) | def do_reject(*args, **kwargs): function do_selectattr (line 1007) | def do_selectattr(*args, **kwargs): function do_rejectattr (line 1028) | def do_rejectattr(*args, **kwargs): function do_tojson (line 1047) | def do_tojson(eval_ctx, value, indent=None): function prepare_map (line 1081) | def prepare_map(args, kwargs): function prepare_select_or_reject (line 1103) | def prepare_select_or_reject(args, kwargs, modfunc, lookup_attr): function select_or_reject (line 1128) | def select_or_reject(args, kwargs, modfunc, lookup_attr): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/idtracking.py function find_symbols (line 11) | def find_symbols(nodes, parent_symbols=None): function symbols_for_node (line 19) | def symbols_for_node(node, parent_symbols=None): class Symbols (line 25) | class Symbols(object): method __init__ (line 27) | def __init__(self, parent=None, level=None): method analyze_node (line 39) | def analyze_node(self, node, **kwargs): method _define_ref (line 43) | def _define_ref(self, name, load=None): method find_load (line 50) | def find_load(self, target): method find_ref (line 56) | def find_ref(self, name): method ref (line 62) | def ref(self, name): method copy (line 69) | def copy(self): method store (line 77) | def store(self, name): method declare_parameter (line 95) | def declare_parameter(self, name): method load (line 99) | def load(self, name): method branch_update (line 104) | def branch_update(self, branch_symbols): method dump_stores (line 130) | def dump_stores(self): method dump_param_targets (line 140) | def dump_param_targets(self): class RootVisitor (line 151) | class RootVisitor(NodeVisitor): method __init__ (line 153) | def __init__(self, symbols): method _simple_visit (line 156) | def _simple_visit(self, node, **kwargs): method visit_AssignBlock (line 164) | def visit_AssignBlock(self, node, **kwargs): method visit_CallBlock (line 168) | def visit_CallBlock(self, node, **kwargs): method visit_OverlayScope (line 172) | def visit_OverlayScope(self, node, **kwargs): method visit_For (line 176) | def visit_For(self, node, for_branch='body', **kwargs): method visit_With (line 192) | def visit_With(self, node, **kwargs): method generic_visit (line 198) | def generic_visit(self, node, *args, **kwargs): class FrameSymbolVisitor (line 203) | class FrameSymbolVisitor(NodeVisitor): method __init__ (line 206) | def __init__(self, symbols): method visit_Name (line 209) | def visit_Name(self, node, store_as_param=False, **kwargs): method visit_NSRef (line 218) | def visit_NSRef(self, node, **kwargs): method visit_If (line 221) | def visit_If(self, node, **kwargs): method visit_Macro (line 239) | def visit_Macro(self, node, **kwargs): method visit_Import (line 242) | def visit_Import(self, node, **kwargs): method visit_FromImport (line 246) | def visit_FromImport(self, node, **kwargs): method visit_Assign (line 254) | def visit_Assign(self, node, **kwargs): method visit_For (line 259) | def visit_For(self, node, **kwargs): method visit_CallBlock (line 265) | def visit_CallBlock(self, node, **kwargs): method visit_FilterBlock (line 268) | def visit_FilterBlock(self, node, **kwargs): method visit_With (line 271) | def visit_With(self, node, **kwargs): method visit_AssignBlock (line 275) | def visit_AssignBlock(self, node, **kwargs): method visit_Scope (line 279) | def visit_Scope(self, node, **kwargs): method visit_Block (line 282) | def visit_Block(self, node, **kwargs): method visit_OverlayScope (line 285) | def visit_OverlayScope(self, node, **kwargs): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/lexer.py function _describe_token_type (line 152) | def _describe_token_type(token_type): function describe_token (line 171) | def describe_token(token): function describe_token_expr (line 178) | def describe_token_expr(expr): function count_newlines (line 189) | def count_newlines(value): function compile_rules (line 196) | def compile_rules(environment): class Failure (line 219) | class Failure(object): method __init__ (line 224) | def __init__(self, message, cls=TemplateSyntaxError): method __call__ (line 228) | def __call__(self, lineno, filename): class Token (line 232) | class Token(tuple): method __new__ (line 237) | def __new__(cls, lineno, type, value): method __str__ (line 240) | def __str__(self): method test (line 247) | def test(self, expr): method test_any (line 260) | def test_any(self, *iterable): method __repr__ (line 267) | def __repr__(self): class TokenStreamIterator (line 276) | class TokenStreamIterator(object): method __init__ (line 281) | def __init__(self, stream): method __iter__ (line 284) | def __iter__(self): method __next__ (line 287) | def __next__(self): class TokenStream (line 297) | class TokenStream(object): method __init__ (line 303) | def __init__(self, generator, name, filename): method __iter__ (line 312) | def __iter__(self): method __bool__ (line 315) | def __bool__(self): method push (line 321) | def push(self, token): method look (line 325) | def look(self): method skip (line 333) | def skip(self, n=1): method next_if (line 338) | def next_if(self, expr): method skip_if (line 345) | def skip_if(self, expr): method __next__ (line 349) | def __next__(self): method close (line 364) | def close(self): method expect (line 370) | def expect(self, expr): function get_lexer (line 391) | def get_lexer(environment): class Lexer (line 412) | class Lexer(object): method __init__ (line 420) | def __init__(self, environment): method _normalize_newlines (line 548) | def _normalize_newlines(self, value): method tokenize (line 552) | def tokenize(self, source, name=None, filename=None, state=None): method wrap (line 558) | def wrap(self, stream, name=None, filename=None): method tokeniter (line 599) | def tokeniter(self, source, name, filename=None, state=None): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/loaders.py function split_template_path (line 22) | def split_template_path(template): class BaseLoader (line 37) | class BaseLoader(object): method get_source (line 70) | def get_source(self, environment, template): method list_templates (line 93) | def list_templates(self): method load (line 100) | def load(self, environment, name, globals=None): class FileSystemLoader (line 138) | class FileSystemLoader(BaseLoader): method __init__ (line 160) | def __init__(self, searchpath, encoding='utf-8', followlinks=False): method get_source (line 167) | def get_source(self, environment, template): method list_templates (line 189) | def list_templates(self): class PackageLoader (line 210) | class PackageLoader(BaseLoader): method __init__ (line 225) | def __init__(self, package_name, package_path='templates', method get_source (line 234) | def get_source(self, environment, template): method list_templates (line 253) | def list_templates(self): class DictLoader (line 273) | class DictLoader(BaseLoader): method __init__ (line 282) | def __init__(self, mapping): method get_source (line 285) | def get_source(self, environment, template): method list_templates (line 291) | def list_templates(self): class FunctionLoader (line 295) | class FunctionLoader(BaseLoader): method __init__ (line 313) | def __init__(self, load_func): method get_source (line 316) | def get_source(self, environment, template): class PrefixLoader (line 325) | class PrefixLoader(BaseLoader): method __init__ (line 340) | def __init__(self, mapping, delimiter='/'): method get_loader (line 344) | def get_loader(self, template): method get_source (line 352) | def get_source(self, environment, template): method load (line 362) | def load(self, environment, name, globals=None): method list_templates (line 371) | def list_templates(self): class ChoiceLoader (line 379) | class ChoiceLoader(BaseLoader): method __init__ (line 393) | def __init__(self, loaders): method get_source (line 396) | def get_source(self, environment, template): method load (line 405) | def load(self, environment, name, globals=None): method list_templates (line 413) | def list_templates(self): class _TemplateModule (line 420) | class _TemplateModule(ModuleType): class ModuleLoader (line 424) | class ModuleLoader(BaseLoader): method __init__ (line 439) | def __init__(self, path): method get_template_key (line 461) | def get_template_key(name): method get_module_filename (line 465) | def get_module_filename(name): method load (line 469) | def load(self, environment, name, globals=None): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/meta.py class TrackingCodeGenerator (line 17) | class TrackingCodeGenerator(CodeGenerator): method __init__ (line 20) | def __init__(self, environment): method write (line 25) | def write(self, x): method enter_frame (line 28) | def enter_frame(self, frame): function find_undeclared_variables (line 36) | def find_undeclared_variables(ast): function find_referenced_templates (line 60) | def find_referenced_templates(ast): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/nativetypes.py function native_concat (line 11) | def native_concat(nodes): class NativeCodeGenerator (line 34) | class NativeCodeGenerator(CodeGenerator): method visit_Output (line 39) | def visit_Output(self, node, frame): class NativeTemplate (line 198) | class NativeTemplate(Template): method render (line 199) | def render(self, *args, **kwargs): class NativeEnvironment (line 216) | class NativeEnvironment(Environment): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/nodes.py class Impossible (line 55) | class Impossible(Exception): class NodeType (line 59) | class NodeType(type): method __new__ (line 64) | def __new__(cls, name, bases, d): class EvalContext (line 76) | class EvalContext(object): method __init__ (line 81) | def __init__(self, environment, template_name=None): method save (line 89) | def save(self): method revert (line 92) | def revert(self, old): function get_eval_context (line 97) | def get_eval_context(node, ctx): class Node (line 107) | class Node(with_metaclass(NodeType, object)): method __init__ (line 127) | def __init__(self, *fields, **attributes): method iter_fields (line 148) | def iter_fields(self, exclude=None, only=None): method iter_child_nodes (line 164) | def iter_child_nodes(self, exclude=None, only=None): method find (line 177) | def find(self, node_type): method find_all (line 184) | def find_all(self, node_type): method set_ctx (line 194) | def set_ctx(self, ctx): method set_lineno (line 208) | def set_lineno(self, lineno, override=False): method set_environment (line 219) | def set_environment(self, environment): method __eq__ (line 228) | def __eq__(self, other): method __ne__ (line 232) | def __ne__(self, other): method __repr__ (line 238) | def __repr__(self): method dump (line 245) | def dump(self): class Stmt (line 275) | class Stmt(Node): class Helper (line 280) | class Helper(Node): class Template (line 285) | class Template(Node): class Output (line 292) | class Output(Stmt): class Extends (line 299) | class Extends(Stmt): class For (line 304) | class For(Stmt): class If (line 315) | class If(Stmt): class Macro (line 320) | class Macro(Stmt): class CallBlock (line 328) | class CallBlock(Stmt): class FilterBlock (line 335) | class FilterBlock(Stmt): class With (line 340) | class With(Stmt): class Block (line 349) | class Block(Stmt): class Include (line 354) | class Include(Stmt): class Import (line 359) | class Import(Stmt): class FromImport (line 364) | class FromImport(Stmt): class ExprStmt (line 378) | class ExprStmt(Stmt): class Assign (line 383) | class Assign(Stmt): class AssignBlock (line 388) | class AssignBlock(Stmt): class Expr (line 393) | class Expr(Node): method as_const (line 397) | def as_const(self, eval_ctx=None): method can_assign (line 410) | def can_assign(self): class BinExpr (line 415) | class BinExpr(Expr): method as_const (line 421) | def as_const(self, eval_ctx=None): class UnaryExpr (line 434) | class UnaryExpr(Expr): method as_const (line 440) | def as_const(self, eval_ctx=None): class Name (line 453) | class Name(Expr): method can_assign (line 463) | def can_assign(self): class NSRef (line 468) | class NSRef(Expr): method can_assign (line 472) | def can_assign(self): class Literal (line 480) | class Literal(Expr): class Const (line 485) | class Const(Literal): method as_const (line 493) | def as_const(self, eval_ctx=None): method from_untrusted (line 504) | def from_untrusted(cls, value, lineno=None, environment=None): class TemplateData (line 515) | class TemplateData(Literal): method as_const (line 519) | def as_const(self, eval_ctx=None): class Tuple (line 528) | class Tuple(Literal): method as_const (line 535) | def as_const(self, eval_ctx=None): method can_assign (line 539) | def can_assign(self): class List (line 546) | class List(Literal): method as_const (line 550) | def as_const(self, eval_ctx=None): class Dict (line 555) | class Dict(Literal): method as_const (line 561) | def as_const(self, eval_ctx=None): class Pair (line 566) | class Pair(Helper): method as_const (line 570) | def as_const(self, eval_ctx=None): class Keyword (line 575) | class Keyword(Helper): method as_const (line 579) | def as_const(self, eval_ctx=None): class CondExpr (line 584) | class CondExpr(Expr): method as_const (line 590) | def as_const(self, eval_ctx=None): function args_as_const (line 602) | def args_as_const(node, eval_ctx): class Filter (line 621) | class Filter(Expr): method as_const (line 631) | def as_const(self, eval_ctx=None): class Test (line 669) | class Test(Expr): method as_const (line 676) | def as_const(self, eval_ctx=None): class Call (line 692) | class Call(Expr): class Getitem (line 702) | class Getitem(Expr): method as_const (line 706) | def as_const(self, eval_ctx=None): method can_assign (line 716) | def can_assign(self): class Getattr (line 720) | class Getattr(Expr): method as_const (line 726) | def as_const(self, eval_ctx=None): method can_assign (line 736) | def can_assign(self): class Slice (line 740) | class Slice(Expr): method as_const (line 746) | def as_const(self, eval_ctx=None): class Concat (line 755) | class Concat(Expr): method as_const (line 761) | def as_const(self, eval_ctx=None): class Compare (line 766) | class Compare(Expr): method as_const (line 772) | def as_const(self, eval_ctx=None): class Operand (line 785) | class Operand(Helper): class Mul (line 795) | class Mul(BinExpr): class Div (line 800) | class Div(BinExpr): class FloorDiv (line 805) | class FloorDiv(BinExpr): class Add (line 812) | class Add(BinExpr): class Sub (line 817) | class Sub(BinExpr): class Mod (line 822) | class Mod(BinExpr): class Pow (line 827) | class Pow(BinExpr): class And (line 832) | class And(BinExpr): method as_const (line 836) | def as_const(self, eval_ctx=None): class Or (line 841) | class Or(BinExpr): method as_const (line 845) | def as_const(self, eval_ctx=None): class Not (line 850) | class Not(UnaryExpr): class Neg (line 855) | class Neg(UnaryExpr): class Pos (line 860) | class Pos(UnaryExpr): class EnvironmentAttribute (line 868) | class EnvironmentAttribute(Expr): class ExtensionAttribute (line 875) | class ExtensionAttribute(Expr): class ImportedName (line 885) | class ImportedName(Expr): class InternalName (line 894) | class InternalName(Expr): method __init__ (line 903) | def __init__(self): class MarkSafe (line 908) | class MarkSafe(Expr): method as_const (line 912) | def as_const(self, eval_ctx=None): class MarkSafeIfAutoescape (line 917) | class MarkSafeIfAutoescape(Expr): method as_const (line 925) | def as_const(self, eval_ctx=None): class ContextReference (line 935) | class ContextReference(Expr): class Continue (line 948) | class Continue(Stmt): class Break (line 952) | class Break(Stmt): class Scope (line 956) | class Scope(Stmt): class OverlayScope (line 961) | class OverlayScope(Stmt): class EvalContextModifier (line 977) | class EvalContextModifier(Stmt): class ScopedEvalContextModifier (line 988) | class ScopedEvalContextModifier(EvalContextModifier): function _failing_new (line 997) | def _failing_new(*args, **kwargs): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/optimizer.py function optimize (line 23) | def optimize(node, environment): class Optimizer (line 30) | class Optimizer(NodeTransformer): method __init__ (line 32) | def __init__(self, environment): method fold (line 35) | def fold(self, node, eval_ctx=None): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/parser.py class Parser (line 32) | class Parser(object): method __init__ (line 37) | def __init__(self, environment, source, name=None, filename=None, method fail (line 52) | def fail(self, msg, lineno=None, exc=TemplateSyntaxError): method _fail_ut_eof (line 61) | def _fail_ut_eof(self, name, end_token_stack, lineno): method fail_unknown_tag (line 92) | def fail_unknown_tag(self, name, lineno=None): method fail_eof (line 99) | def fail_eof(self, end_tokens=None, lineno=None): method is_tuple_end (line 106) | def is_tuple_end(self, extra_end_rules=None): method free_identifier (line 114) | def free_identifier(self, lineno=None): method parse_statement (line 121) | def parse_statement(self): method parse_statements (line 149) | def parse_statements(self, end_tokens, drop_needle=False): method parse_set (line 176) | def parse_set(self): method parse_for (line 188) | def parse_for(self): method parse_if (line 207) | def parse_if(self): method parse_with (line 227) | def parse_with(self): method parse_autoescape (line 246) | def parse_autoescape(self): method parse_block (line 255) | def parse_block(self): method parse_extends (line 272) | def parse_extends(self): method parse_import_context (line 277) | def parse_import_context(self, node, default): method parse_include (line 286) | def parse_include(self): method parse_import (line 297) | def parse_import(self): method parse_from (line 304) | def parse_from(self): method parse_signature (line 342) | def parse_signature(self, node): method parse_call_block (line 358) | def parse_call_block(self): method parse_filter_block (line 372) | def parse_filter_block(self): method parse_macro (line 379) | def parse_macro(self): method parse_print (line 387) | def parse_print(self): method parse_assign_target (line 396) | def parse_assign_target(self, with_tuple=True, name_only=False, method parse_expression (line 426) | def parse_expression(self, with_condexpr=True): method parse_condexpr (line 435) | def parse_condexpr(self): method parse_or (line 448) | def parse_or(self): method parse_and (line 457) | def parse_and(self): method parse_not (line 466) | def parse_not(self): method parse_compare (line 472) | def parse_compare(self): method parse_math1 (line 494) | def parse_math1(self): method parse_concat (line 505) | def parse_concat(self): method parse_math2 (line 515) | def parse_math2(self): method parse_pow (line 526) | def parse_pow(self): method parse_unary (line 536) | def parse_unary(self, with_filter=True): method parse_primary (line 552) | def parse_primary(self): method parse_tuple (line 586) | def parse_tuple(self, simplified=False, with_condexpr=True, method parse_list (line 641) | def parse_list(self): method parse_dict (line 653) | def parse_dict(self): method parse_postfix (line 668) | def parse_postfix(self, node): method parse_filter_expr (line 681) | def parse_filter_expr(self, node): method parse_subscript (line 696) | def parse_subscript(self, node): method parse_subscribed (line 722) | def parse_subscribed(self): method parse_call (line 753) | def parse_call(self, node): method parse_filter (line 800) | def parse_filter(self, node, start_inline=False): method parse_test (line 820) | def parse_test(self, node): method subparse (line 851) | def subparse(self, end_tokens=None): method parse (line 899) | def parse(self): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/runtime.py function markup_join (line 43) | def markup_join(seq): function unicode_join (line 54) | def unicode_join(seq): function new_context (line 59) | def new_context(environment, template_name, blocks, vars=None, class TemplateReference (line 80) | class TemplateReference(object): method __init__ (line 83) | def __init__(self, context): method __getitem__ (line 86) | def __getitem__(self, name): method __repr__ (line 90) | def __repr__(self): function _get_func (line 97) | def _get_func(x): class ContextMeta (line 101) | class ContextMeta(type): method __new__ (line 103) | def __new__(cls, name, bases, d): function resolve_or_missing (line 125) | def resolve_or_missing(context, key, missing=missing): class Context (line 133) | class Context(with_metaclass(ContextMeta)): method __init__ (line 157) | def __init__(self, environment, parent, name, blocks): method super (line 175) | def super(self, name, current): method get (line 187) | def get(self, key, default=None): method resolve (line 196) | def resolve(self, key): method resolve_or_missing (line 208) | def resolve_or_missing(self, key): method get_exported (line 219) | def get_exported(self): method get_all (line 223) | def get_all(self): method call (line 235) | def call(__self, __obj, *args, **kwargs): method derived (line 268) | def derived(self, locals=None): method _all (line 279) | def _all(meth): method __contains__ (line 296) | def __contains__(self, name): method __getitem__ (line 299) | def __getitem__(self, key): method __repr__ (line 308) | def __repr__(self): class BlockReference (line 319) | class BlockReference(object): method __init__ (line 322) | def __init__(self, name, context, stack, depth): method super (line 329) | def super(self): method __call__ (line 339) | def __call__(self): class LoopContextBase (line 346) | class LoopContextBase(object): method __init__ (line 354) | def __init__(self, undefined, recurse=None, depth0=0): method cycle (line 361) | def cycle(self, *args): method changed (line 367) | def changed(self, *value): method previtem (line 382) | def previtem(self): method nextitem (line 388) | def nextitem(self): method __len__ (line 393) | def __len__(self): method loop (line 397) | def loop(self, iterable): method __repr__ (line 408) | def __repr__(self): class LoopContext (line 416) | class LoopContext(LoopContextBase): method __init__ (line 418) | def __init__(self, iterable, undefined, recurse=None, depth0=0): method length (line 433) | def length(self): method __iter__ (line 445) | def __iter__(self): method _safe_next (line 448) | def _safe_next(self): class LoopContextIterator (line 456) | class LoopContextIterator(object): method __init__ (line 460) | def __init__(self, context): method __iter__ (line 463) | def __iter__(self): method __next__ (line 466) | def __next__(self): class Macro (line 477) | class Macro(object): method __init__ (line 480) | def __init__(self, environment, func, name, arguments, method __call__ (line 498) | def __call__(self, *args, **kwargs): method _invoke (line 572) | def _invoke(self, arguments, autoescape): method __repr__ (line 579) | def __repr__(self): class Undefined (line 587) | class Undefined(object): method __init__ (line 604) | def __init__(self, hint=None, obj=missing, name=None, exc=UndefinedErr... method _fail_with_undefined_error (line 611) | def _fail_with_undefined_error(self, *args, **kwargs): method __getattr__ (line 633) | def __getattr__(self, name): method __eq__ (line 645) | def __eq__(self, other): method __ne__ (line 648) | def __ne__(self, other): method __hash__ (line 651) | def __hash__(self): method __str__ (line 654) | def __str__(self): method __len__ (line 657) | def __len__(self): method __iter__ (line 660) | def __iter__(self): method __nonzero__ (line 664) | def __nonzero__(self): method __repr__ (line 668) | def __repr__(self): function make_logging_undefined (line 672) | def make_logging_undefined(logger=None, base=None): class DebugUndefined (line 754) | class DebugUndefined(Undefined): method __str__ (line 769) | def __str__(self): class StrictUndefined (line 781) | class StrictUndefined(Undefined): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/sandbox.py class _MagicFormatMapping (line 104) | class _MagicFormatMapping(abc.Mapping): method __init__ (line 112) | def __init__(self, args, kwargs): method __getitem__ (line 117) | def __getitem__(self, key): method __iter__ (line 128) | def __iter__(self): method __len__ (line 131) | def __len__(self): function inspect_format_method (line 135) | def inspect_format_method(callable): function safe_range (line 145) | def safe_range(*args): function unsafe (line 160) | def unsafe(f): function is_internal_attribute (line 173) | def is_internal_attribute(obj, attr): function modifies_known_mutable (line 209) | def modifies_known_mutable(obj, attr): class SandboxedEnvironment (line 237) | class SandboxedEnvironment(Environment): method intercept_unop (line 301) | def intercept_unop(self, operator): method __init__ (line 319) | def __init__(self, *args, **kwargs): method is_safe_attribute (line 325) | def is_safe_attribute(self, obj, attr, value): method is_safe_callable (line 334) | def is_safe_callable(self, obj): method call_binop (line 343) | def call_binop(self, context, operator, left, right): method call_unop (line 352) | def call_unop(self, context, operator, arg): method getitem (line 361) | def getitem(self, obj, argument): method getattr (line 382) | def getattr(self, obj, attribute): method unsafe_undefined (line 399) | def unsafe_undefined(self, obj, attribute): method format_string (line 407) | def format_string(self, s, args, kwargs, format_func=None): method call (line 430) | def call(__self, __context, __obj, *args, **kwargs): class ImmutableSandboxedEnvironment (line 443) | class ImmutableSandboxedEnvironment(SandboxedEnvironment): method is_safe_attribute (line 449) | def is_safe_attribute(self, obj, attr, value): function formatter_field_name_split (line 459) | def formatter_field_name_split(field_name): class SandboxedFormatterMixin (line 463) | class SandboxedFormatterMixin(object): method __init__ (line 465) | def __init__(self, env): method get_field (line 468) | def get_field(self, field_name, args, kwargs): class SandboxedFormatter (line 478) | class SandboxedFormatter(SandboxedFormatterMixin, Formatter): method __init__ (line 480) | def __init__(self, env): class SandboxedEscapeFormatter (line 484) | class SandboxedEscapeFormatter(SandboxedFormatterMixin, EscapeFormatter): method __init__ (line 486) | def __init__(self, env, escape): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/tests.py function test_odd (line 24) | def test_odd(value): function test_even (line 29) | def test_even(value): function test_divisibleby (line 34) | def test_divisibleby(value, num): function test_defined (line 39) | def test_defined(value): function test_undefined (line 56) | def test_undefined(value): function test_none (line 61) | def test_none(value): function test_lower (line 66) | def test_lower(value): function test_upper (line 71) | def test_upper(value): function test_string (line 76) | def test_string(value): function test_mapping (line 81) | def test_mapping(value): function test_number (line 89) | def test_number(value): function test_sequence (line 94) | def test_sequence(value): function test_sameas (line 106) | def test_sameas(value, other): function test_iterable (line 119) | def test_iterable(value): function test_escaped (line 128) | def test_escaped(value): function test_in (line 133) | def test_in(value, seq): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/utils.py function contextfunction (line 44) | def contextfunction(f): function evalcontextfunction (line 60) | def evalcontextfunction(f): function environmentfunction (line 73) | def environmentfunction(f): function internalcode (line 83) | def internalcode(f): function is_undefined (line 89) | def is_undefined(obj): function consume (line 105) | def consume(iterable): function clear_caches (line 111) | def clear_caches(): function import_string (line 123) | def import_string(import_name, silent=False): function open_if_exists (line 149) | def open_if_exists(filename, mode='rb'): function object_type_repr (line 160) | def object_type_repr(obj): function pformat (line 177) | def pformat(obj, verbose=False): function urlize (line 189) | def urlize(text, trim_url_limit=None, rel=None, target=None): function generate_lorem_ipsum (line 238) | def generate_lorem_ipsum(n=5, html=True, min=20, max=100): function unicode_urlencode (line 287) | def unicode_urlencode(obj, charset='utf-8', for_qs=False): class LRUCache (line 306) | class LRUCache(object): method __init__ (line 313) | def __init__(self, capacity): method _postinit (line 319) | def _postinit(self): method __getstate__ (line 327) | def __getstate__(self): method __setstate__ (line 334) | def __setstate__(self, d): method __getnewargs__ (line 338) | def __getnewargs__(self): method copy (line 341) | def copy(self): method get (line 348) | def get(self, key, default=None): method setdefault (line 355) | def setdefault(self, key, default=None): method clear (line 369) | def clear(self): method __contains__ (line 378) | def __contains__(self, key): method __len__ (line 382) | def __len__(self): method __repr__ (line 386) | def __repr__(self): method __getitem__ (line 392) | def __getitem__(self, key): method __setitem__ (line 414) | def __setitem__(self, key, value): method __delitem__ (line 429) | def __delitem__(self, key): method items (line 444) | def items(self): method iteritems (line 450) | def iteritems(self): method values (line 454) | def values(self): method itervalue (line 458) | def itervalue(self): method keys (line 462) | def keys(self): method iterkeys (line 466) | def iterkeys(self): method __reversed__ (line 474) | def __reversed__(self): function select_autoescape (line 486) | def select_autoescape(enabled_extensions=('html', 'htm', 'xml'), function htmlsafe_json_dumps (line 540) | def htmlsafe_json_dumps(obj, dumper=None, **kwargs): class Cycler (line 569) | class Cycler(object): method __init__ (line 572) | def __init__(self, *items): method reset (line 578) | def reset(self): method current (line 583) | def current(self): method next (line 587) | def next(self): class Joiner (line 596) | class Joiner(object): method __init__ (line 599) | def __init__(self, sep=u', '): method __call__ (line 603) | def __call__(self): class Namespace (line 610) | class Namespace(object): method __init__ (line 614) | def __init__(*args, **kwargs): method __getattribute__ (line 618) | def __getattribute__(self, name): method __setitem__ (line 626) | def __setitem__(self, name, value): method __repr__ (line 629) | def __repr__(self): FILE: nuitka/build/inline_copy/jinja2_35/jinja2/visitor.py class NodeVisitor (line 14) | class NodeVisitor(object): method get_visitor (line 26) | def get_visitor(self, node): method visit (line 34) | def visit(self, node, *args, **kwargs): method generic_visit (line 41) | def generic_visit(self, node, *args, **kwargs): class NodeTransformer (line 47) | class NodeTransformer(NodeVisitor): method generic_visit (line 58) | def generic_visit(self, node, *args, **kwargs): method visit_list (line 80) | def visit_list(self, node, *args, **kwargs): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Action.py class _null (line 123) | class _null(object): function rfile (line 130) | def rfile(n): function default_exitstatfunc (line 136) | def default_exitstatfunc(s): function remove_set_lineno_codes (line 145) | def remove_set_lineno_codes(code): function _callable_contents (line 164) | def _callable_contents(obj): function _object_contents (line 186) | def _object_contents(obj): function _code_contents (line 224) | def _code_contents(code): function _function_contents (line 270) | def _function_contents(func): function _actionAppend (line 298) | def _actionAppend(act1, act2): function _do_create_keywords (line 319) | def _do_create_keywords(args, kw): function _do_create_action (line 346) | def _do_create_action(act, kw): function _do_create_list_action (line 397) | def _do_create_list_action(act, kw): function Action (line 411) | def Action(act, *args, **kw): class ActionBase (line 419) | class ActionBase(object): method __cmp__ (line 424) | def __cmp__(self, other): method no_batch_key (line 427) | def no_batch_key(self, env, target, source): method genstring (line 432) | def genstring(self, target, source, env): method get_contents (line 435) | def get_contents(self, target, source, env): method __add__ (line 447) | def __add__(self, other): method __radd__ (line 450) | def __radd__(self, other): method presub_lines (line 453) | def presub_lines(self, env): method get_varlist (line 465) | def get_varlist(self, target, source, env, executor=None): method get_targets (line 468) | def get_targets(self, env, executor): class _ActionAction (line 475) | class _ActionAction(ActionBase): method __init__ (line 477) | def __init__(self, cmdstr=_null, strfunction=_null, varlist=(), method print_cmd_line (line 507) | def print_cmd_line(self, s, target, source, env): method __call__ (line 521) | def __call__(self, target, source, env, function _string_from_cmd_list (line 604) | def _string_from_cmd_list(cmd_list): function get_default_ENV (line 620) | def get_default_ENV(env): function _subproc (line 639) | def _subproc(scons_env, cmd, error = 'ignore', **kw): class CommandAction (line 692) | class CommandAction(_ActionAction): method __init__ (line 694) | def __init__(self, cmd, **kw): method __str__ (line 713) | def __str__(self): method process (line 718) | def process(self, target, source, env, executor=None): method strfunction (line 739) | def strfunction(self, target, source, env, executor=None): method execute (line 755) | def execute(self, target, source, env, executor=None): method get_presig (line 818) | def get_presig(self, target, source, env, executor=None): method get_implicit_deps (line 835) | def get_implicit_deps(self, target, source, env, executor=None): class CommandGeneratorAction (line 858) | class CommandGeneratorAction(ActionBase): method __init__ (line 860) | def __init__(self, generator, kw): method _generate (line 867) | def _generate(self, target, source, env, for_signature, executor=None): method __str__ (line 885) | def __str__(self): method batch_key (line 895) | def batch_key(self, env, target, source): method genstring (line 898) | def genstring(self, target, source, env, executor=None): method __call__ (line 901) | def __call__(self, target, source, env, exitstatfunc=_null, presub=_null, method get_presig (line 911) | def get_presig(self, target, source, env, executor=None): method get_implicit_deps (line 919) | def get_implicit_deps(self, target, source, env, executor=None): method get_varlist (line 922) | def get_varlist(self, target, source, env, executor=None): method get_targets (line 925) | def get_targets(self, env, executor): class LazyAction (line 947) | class LazyAction(CommandGeneratorAction, CommandAction): method __init__ (line 949) | def __init__(self, var, kw): method get_parent_class (line 956) | def get_parent_class(self, env): method _generate_cache (line 962) | def _generate_cache(self, env): method _generate (line 972) | def _generate(self, target, source, env, for_signature, executor=None): method __call__ (line 975) | def __call__(self, target, source, env, *args, **kw): method get_presig (line 979) | def get_presig(self, target, source, env): method get_varlist (line 983) | def get_varlist(self, target, source, env, executor=None): class FunctionAction (line 988) | class FunctionAction(_ActionAction): method __init__ (line 991) | def __init__(self, execfunction, kw): method function_name (line 1007) | def function_name(self): method strfunction (line 1016) | def strfunction(self, target, source, env, executor=None): method __str__ (line 1051) | def __str__(self): method execute (line 1057) | def execute(self, target, source, env, executor=None): method get_presig (line 1101) | def get_presig(self, target, source, env): method get_implicit_deps (line 1108) | def get_implicit_deps(self, target, source, env): class ListAction (line 1111) | class ListAction(ActionBase): method __init__ (line 1113) | def __init__(self, actionlist): method genstring (line 1125) | def genstring(self, target, source, env): method __str__ (line 1128) | def __str__(self): method presub_lines (line 1131) | def presub_lines(self, env): method get_presig (line 1135) | def get_presig(self, target, source, env): method __call__ (line 1142) | def __call__(self, target, source, env, exitstatfunc=_null, presub=_null, method get_implicit_deps (line 1154) | def get_implicit_deps(self, target, source, env): method get_varlist (line 1160) | def get_varlist(self, target, source, env, executor=None): class ActionCaller (line 1167) | class ActionCaller(object): method __init__ (line 1176) | def __init__(self, parent, args, kw): method get_contents (line 1181) | def get_contents(self, target, source, env): method subst (line 1197) | def subst(self, s, target, source, env): method subst_args (line 1215) | def subst_args(self, target, source, env): method subst_kw (line 1218) | def subst_kw(self, target, source, env): method __call__ (line 1224) | def __call__(self, target, source, env, executor=None): method strfunction (line 1229) | def strfunction(self, target, source, env): method __str__ (line 1234) | def __str__(self): class ActionFactory (line 1237) | class ActionFactory(object): method __init__ (line 1246) | def __init__(self, actfunc, strfunc, convert=lambda x: x): method __call__ (line 1251) | def __call__(self, *args, **kw): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Builder.py class _Null (line 115) | class _Null(object): function match_splitext (line 120) | def match_splitext(path, suffixes = []): class DictCmdGenerator (line 128) | class DictCmdGenerator(SCons.Util.Selector): method __init__ (line 135) | def __init__(self, dict=None, source_ext_match=1): method src_suffixes (line 139) | def src_suffixes(self): method add_action (line 142) | def add_action(self, suffix, action): method __call__ (line 147) | def __call__(self, target, source, env, for_signature): class CallableSelector (line 178) | class CallableSelector(SCons.Util.Selector): method __call__ (line 181) | def __call__(self, env, source): class DictEmitter (line 187) | class DictEmitter(SCons.Util.Selector): method __call__ (line 195) | def __call__(self, target, source, env): class ListEmitter (line 201) | class ListEmitter(collections.UserList): method __call__ (line 205) | def __call__(self, target, source, env): class OverrideWarner (line 219) | class OverrideWarner(collections.UserDict): method __init__ (line 227) | def __init__(self, dict): method warn (line 231) | def warn(self): function Builder (line 241) | def Builder(**kw): function _node_errors (line 283) | def _node_errors(builder, env, tlist, slist): class EmitterProxy (line 322) | class EmitterProxy(object): method __init__ (line 329) | def __init__(self, var): method __call__ (line 332) | def __call__(self, target, source, env): method __cmp__ (line 349) | def __cmp__(self, other): class BuilderBase (line 352) | class BuilderBase(object): method __init__ (line 362) | def __init__(self, action = None, method __nonzero__ (line 430) | def __nonzero__(self): method get_name (line 433) | def get_name(self, env): method __cmp__ (line 450) | def __cmp__(self, other): method splitext (line 453) | def splitext(self, path, env=None): method _adjustixes (line 462) | def _adjustixes(self, files, pre, suf, ensure_suffix=False): method _create_nodes (line 475) | def _create_nodes(self, env, target = None, source = None): method _execute (line 538) | def _execute(self, env, target, source, overwarn={}, executor_kw={}): method __call__ (line 605) | def __call__(self, env, target=None, source=None, chdir=_null, **kw): method adjust_suffix (line 635) | def adjust_suffix(self, suff): method get_prefix (line 640) | def get_prefix(self, env, sources=[]): method set_suffix (line 646) | def set_suffix(self, suffix): method get_suffix (line 651) | def get_suffix(self, env, sources=[]): method set_src_suffix (line 657) | def set_src_suffix(self, src_suffix): method get_src_suffix (line 664) | def get_src_suffix(self, env): method add_emitter (line 671) | def add_emitter(self, suffix, emitter): method add_src_builder (line 681) | def add_src_builder(self, builder): method _get_sdict (line 691) | def _get_sdict(self, env): method src_builder_sources (line 717) | def src_builder_sources(self, env, source, overwarn={}): method _get_src_builders_key (line 760) | def _get_src_builders_key(self, env): method get_src_builders (line 765) | def get_src_builders(self, env): method _subst_src_suffixes_key (line 797) | def _subst_src_suffixes_key(self, env): method subst_src_suffixes (line 802) | def subst_src_suffixes(self, env): method src_suffixes (line 824) | def src_suffixes(self, env): class CompositeBuilder (line 844) | class CompositeBuilder(SCons.Util.Proxy): method __init__ (line 850) | def __init__(self, builder, cmdgen): method add_action (line 860) | def add_action(self, suffix, action): function is_a_Builder (line 864) | def is_a_Builder(obj): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/CacheDir.py function CacheRetrieveFunc (line 42) | def CacheRetrieveFunc(target, source, env): function CacheRetrieveString (line 60) | def CacheRetrieveString(target, source, env): function CachePushFunc (line 73) | def CachePushFunc(target, source, env): class CacheDir (line 127) | class CacheDir(object): method __init__ (line 129) | def __init__(self, path): method CacheDebug (line 141) | def CacheDebug(self, fmt, target, cachefile): method is_enabled (line 153) | def is_enabled(self): method is_readonly (line 156) | def is_readonly(self): method cachepath (line 159) | def cachepath(self, node): method retrieve (line 170) | def retrieve(self, node): method push (line 209) | def push(self, node): method push_if_forced (line 214) | def push_if_forced(self, node): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Conftest.py function CheckBuilder (line 123) | def CheckBuilder(context, text = None, language = None): function CheckCC (line 150) | def CheckCC(context): function CheckSHCC (line 170) | def CheckSHCC(context): function CheckCXX (line 190) | def CheckCXX(context): function CheckSHCXX (line 210) | def CheckSHCXX(context): function _check_empty_program (line 230) | def _check_empty_program(context, comp, text, language, use_shared = Fal... function CheckFunc (line 246) | def CheckFunc(context, function_name, header = None, language = None): function CheckHeader (line 315) | def CheckHeader(context, header_name, header = None, language = None, function CheckType (line 363) | def CheckType(context, type_name, fallback = None, function CheckTypeSize (line 425) | def CheckTypeSize(context, type_name, header = None, language = None, ex... function CheckDeclaration (line 528) | def CheckDeclaration(context, symbol, includes = None, language = None): function CheckLib (line 579) | def CheckLib(context, libs, func_name = None, header = None, function _YesNoResult (line 691) | def _YesNoResult(context, ret, key, text, comment = None): function _Have (line 709) | def _Have(context, key, have, comment = None): function _LogFailed (line 750) | def _LogFailed(context, text, msg): function _lang2suffix (line 768) | def _lang2suffix(lang): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Debug.py function logInstanceCreation (line 44) | def logInstanceCreation(instance, name=None): function string_to_classes (line 51) | def string_to_classes(s): function fetchLoggedInstances (line 57) | def fetchLoggedInstances(classes="*"): function countLoggedInstances (line 61) | def countLoggedInstances(classes, file=sys.stdout): function listLoggedInstances (line 65) | def listLoggedInstances(classes, file=sys.stdout): function dumpLoggedInstances (line 73) | def dumpLoggedInstances(classes, file=sys.stdout): function memory (line 87) | def memory(): function memory (line 93) | def memory(): function memory (line 103) | def memory(): function memory (line 106) | def memory(): function memory (line 111) | def memory(): function caller_stack (line 116) | def caller_stack(): function caller_trace (line 132) | def caller_trace(back=0): function _dump_one_caller (line 148) | def _dump_one_caller(key, file, level=0): function dump_caller_counts (line 156) | def dump_caller_counts(file=sys.stdout): function func_shorten (line 171) | def func_shorten(func_tuple): function Trace (line 192) | def Trace(msg, file=None, mode='w', tstamp=None): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Defaults.py function _fetch_DefaultEnvironment (line 62) | def _fetch_DefaultEnvironment(*args, **kw): function DefaultEnvironment (line 69) | def DefaultEnvironment(*args, **kw): function StaticObjectEmitter (line 101) | def StaticObjectEmitter(target, source, env): function SharedObjectEmitter (line 106) | def SharedObjectEmitter(target, source, env): function SharedFlagChecker (line 111) | def SharedFlagChecker(source, target, env): function get_paths_str (line 160) | def get_paths_str(dest): function chmod_func (line 170) | def chmod_func(dest, mode): function chmod_strfunc (line 177) | def chmod_strfunc(dest, mode): function copy_func (line 182) | def copy_func(dest, src): function delete_func (line 197) | def delete_func(dest, must_exist=0): function delete_strfunc (line 213) | def delete_strfunc(dest, must_exist=0): function mkdir_func (line 218) | def mkdir_func(dest): function move_func (line 237) | def move_func(dest, src): function touch_func (line 246) | def touch_func(dest): function _concat (line 265) | def _concat(prefix, list, suffix, env, f=lambda x: x, target=None, sourc... function _concat_ixes (line 281) | def _concat_ixes(prefix, list, suffix, env): function _stripixes (line 318) | def _stripixes(prefix, itms, suffix, stripprefixes, stripsuffixes, env, ... function processDefines (line 370) | def processDefines(defs): function _defines (line 411) | def _defines(prefix, defs, suffix, env, c=_concat_ixes): class NullCmdGenerator (line 418) | class NullCmdGenerator(object): method __init__ (line 430) | def __init__(self, cmd): method __call__ (line 433) | def __call__(self, target, source, env, for_signature=None): class Variable_Method_Caller (line 436) | class Variable_Method_Caller(object): method __init__ (line 448) | def __init__(self, variable, method): method __call__ (line 451) | def __call__(self, *args, **kw): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Environment.py class _Null (line 63) | class _Null(object): function alias_builder (line 83) | def alias_builder(env, target, source): function apply_tools (line 93) | def apply_tools(env, tools, toolpath): function copy_non_reserved_keywords (line 129) | def copy_non_reserved_keywords(dict): function _set_reserved (line 138) | def _set_reserved(env, key, value): function _set_future_reserved (line 142) | def _set_future_reserved(env, key, value): function _set_BUILDERS (line 147) | def _set_BUILDERS(env, key, value): function _del_SCANNERS (line 160) | def _del_SCANNERS(env, key): function _set_SCANNERS (line 164) | def _set_SCANNERS(env, key, value): function _delete_duplicates (line 168) | def _delete_duplicates(l, keep_last): class MethodWrapper (line 199) | class MethodWrapper(object): method __init__ (line 214) | def __init__(self, object, method, name=None): method __call__ (line 222) | def __call__(self, *args, **kwargs): method clone (line 226) | def clone(self, new_object): class BuilderWrapper (line 233) | class BuilderWrapper(MethodWrapper): method __call__ (line 252) | def __call__(self, target=None, source=_null, *args, **kw): method __repr__ (line 262) | def __repr__(self): method __str__ (line 265) | def __str__(self): method __getattr__ (line 268) | def __getattr__(self, name): method __setattr__ (line 276) | def __setattr__(self, name, value): class BuilderDict (line 295) | class BuilderDict(UserDict): method __init__ (line 300) | def __init__(self, dict, env): method __semi_deepcopy__ (line 307) | def __semi_deepcopy__(self): method __setitem__ (line 312) | def __setitem__(self, item, val): method __delitem__ (line 322) | def __delitem__(self, item): method update (line 326) | def update(self, dict): function is_valid_construction_var (line 334) | def is_valid_construction_var(varstr): class SubstitutionEnvironment (line 342) | class SubstitutionEnvironment(object): method __init__ (line 371) | def __init__(self, **kw): method _init_special (line 383) | def _init_special(self): method __cmp__ (line 402) | def __cmp__(self, other): method __delitem__ (line 405) | def __delitem__(self, key): method __getitem__ (line 412) | def __getitem__(self, key): method __setitem__ (line 415) | def __setitem__(self, key, value): method get (line 440) | def get(self, key, default=None): method has_key (line 444) | def has_key(self, key): method __contains__ (line 447) | def __contains__(self, key): method items (line 450) | def items(self): method arg2nodes (line 453) | def arg2nodes(self, args, node_factory=_null, lookup_list=_null, **kw): method gvars (line 496) | def gvars(self): method lvars (line 499) | def lvars(self): method subst (line 502) | def subst(self, string, raw=0, target=None, source=None, conv=None, ex... method subst_kw (line 519) | def subst_kw(self, kw, raw=0, target=None, source=None): method subst_list (line 528) | def subst_list(self, string, raw=0, target=None, source=None, conv=Non... method subst_path (line 538) | def subst_path(self, path, target=None, source=None): method backtick (line 579) | def backtick(self, command): method AddMethod (line 600) | def AddMethod(self, function, name=None): method RemoveMethod (line 609) | def RemoveMethod(self, function): method Override (line 616) | def Override(self, overrides): method ParseFlags (line 642) | def ParseFlags(self, *flags): method MergeFlags (line 803) | def MergeFlags(self, args, unique=1, dict=None): function default_decide_source (line 880) | def default_decide_source(dependency, target, prev_ni): function default_decide_target (line 884) | def default_decide_target(dependency, target, prev_ni): function default_copy_from_cache (line 888) | def default_copy_from_cache(src, dst): class Base (line 892) | class Base(SubstitutionEnvironment): method __init__ (line 918) | def __init__(self, method get_builder (line 1019) | def get_builder(self, name): method get_CacheDir (line 1027) | def get_CacheDir(self): method get_factory (line 1042) | def get_factory(self, factory, default='File'): method _gsm (line 1073) | def _gsm(self): method get_scanner (line 1105) | def get_scanner(self, skey): method scanner_map_delete (line 1112) | def scanner_map_delete(self, kw=None): method _update (line 1120) | def _update(self, dict): method get_src_sig_type (line 1126) | def get_src_sig_type(self): method get_tgt_sig_type (line 1134) | def get_tgt_sig_type(self): method Append (line 1151) | def Append(self, **kw): method _canonicalize (line 1228) | def _canonicalize(self, path): method AppendENVPath (line 1235) | def AppendENVPath(self, name, newpath, envname = 'ENV', method AppendUnique (line 1259) | def AppendUnique(self, delete_existing=0, **kw): method Clone (line 1373) | def Clone(self, tools=[], toolpath=None, parse_flags = None, **kw): method Copy (line 1421) | def Copy(self, *args, **kw): method _changed_build (line 1429) | def _changed_build(self, dependency, target, prev_ni): method _changed_content (line 1434) | def _changed_content(self, dependency, target, prev_ni): method _changed_source (line 1437) | def _changed_source(self, dependency, target, prev_ni): method _changed_timestamp_then_content (line 1445) | def _changed_timestamp_then_content(self, dependency, target, prev_ni): method _changed_timestamp_newer (line 1448) | def _changed_timestamp_newer(self, dependency, target, prev_ni): method _changed_timestamp_match (line 1451) | def _changed_timestamp_match(self, dependency, target, prev_ni): method _copy_from_cache (line 1454) | def _copy_from_cache(self, src, dst): method _copy2_from_cache (line 1457) | def _copy2_from_cache(self, src, dst): method Decider (line 1460) | def Decider(self, function): method Detect (line 1484) | def Detect(self, progs): method Dictionary (line 1494) | def Dictionary(self, *args): method Dump (line 1502) | def Dump(self, key = None): method FindIxes (line 1520) | def FindIxes(self, paths, prefix, suffix): method ParseConfig (line 1537) | def ParseConfig(self, command, function=None, unique=1): method ParseDepends (line 1557) | def ParseDepends(self, filename, must_exist=None, only_one=0): method Platform (line 1597) | def Platform(self, platform): method Prepend (line 1601) | def Prepend(self, **kw): method PrependENVPath (line 1666) | def PrependENVPath(self, name, newpath, envname = 'ENV', sep = os.path... method PrependUnique (line 1690) | def PrependUnique(self, delete_existing=0, **kw): method Replace (line 1731) | def Replace(self, **kw): method ReplaceIxes (line 1747) | def ReplaceIxes(self, path, old_prefix, old_suffix, new_prefix, new_su... method SetDefault (line 1771) | def SetDefault(self, **kw): method _find_toolpath_dir (line 1777) | def _find_toolpath_dir(self, tp): method Tool (line 1780) | def Tool(self, tool, toolpath=None, **kw): method WhereIs (line 1789) | def WhereIs(self, prog, path=None, pathext=None, reject=[]): method Action (line 1819) | def Action(self, *args, **kw): method AddPreAction (line 1828) | def AddPreAction(self, files, action): method AddPostAction (line 1838) | def AddPostAction(self, files, action): method Alias (line 1848) | def Alias(self, target, source=[], action=None, **kw): method AlwaysBuild (line 1901) | def AlwaysBuild(self, *targets): method BuildDir (line 1909) | def BuildDir(self, *args, **kw): method Builder (line 1917) | def Builder(self, **kw): method CacheDir (line 1921) | def CacheDir(self, path): method Clean (line 1927) | def Clean(self, targets, files): method Configure (line 1937) | def Configure(self, *args, **kw): method Command (line 1949) | def Command(self, target, source, action, **kw): method Depends (line 1965) | def Depends(self, target, dependency): method Dir (line 1973) | def Dir(self, name, *args, **kw): method NoClean (line 1984) | def NoClean(self, *targets): method NoCache (line 1993) | def NoCache(self, *targets): method Entry (line 2002) | def Entry(self, name, *args, **kw): method Environment (line 2013) | def Environment(self, **kw): method Execute (line 2016) | def Execute(self, action, *args, **kw): method File (line 2030) | def File(self, name, *args, **kw): method FindFile (line 2041) | def FindFile(self, file, dirs): method Flatten (line 2046) | def Flatten(self, sequence): method GetBuildPath (line 2049) | def GetBuildPath(self, files): method Glob (line 2056) | def Glob(self, pattern, ondisk=True, source=False, strings=False): method Ignore (line 2059) | def Ignore(self, target, dependency): method Literal (line 2067) | def Literal(self, string): method Local (line 2070) | def Local(self, *targets): method Precious (line 2082) | def Precious(self, *targets): method Pseudo (line 2090) | def Pseudo(self, *targets): method Repository (line 2098) | def Repository(self, *dirs, **kw): method Requires (line 2102) | def Requires(self, target, prerequisite): method Scanner (line 2112) | def Scanner(self, *args, **kw): method SConsignFile (line 2121) | def SConsignFile(self, name=".sconsign", dbm_module=None): method SideEffect (line 2133) | def SideEffect(self, side_effect, target): method SourceCode (line 2149) | def SourceCode(self, entry, builder): method SourceSignatures (line 2159) | def SourceSignatures(self, type): method Split (line 2177) | def Split(self, arg): method TargetSignatures (line 2195) | def TargetSignatures(self, type): method Value (line 2217) | def Value(self, value, built_value=None): method VariantDir (line 2222) | def VariantDir(self, variant_dir, src_dir, duplicate=1): method FindSourceFiles (line 2227) | def FindSourceFiles(self, node='.'): method FindInstalledFiles (line 2251) | def FindInstalledFiles(self): class OverrideEnvironment (line 2260) | class OverrideEnvironment(Base): method __init__ (line 2281) | def __init__(self, subject, overrides={}): method __getattr__ (line 2287) | def __getattr__(self, name): method __setattr__ (line 2289) | def __setattr__(self, name, value): method __getitem__ (line 2293) | def __getitem__(self, key): method __setitem__ (line 2298) | def __setitem__(self, key, value): method __delitem__ (line 2302) | def __delitem__(self, key): method get (line 2316) | def get(self, key, default=None): method has_key (line 2322) | def has_key(self, key): method __contains__ (line 2328) | def __contains__(self, key): method Dictionary (line 2332) | def Dictionary(self): method items (line 2337) | def items(self): method _update (line 2342) | def _update(self, dict): method gvars (line 2348) | def gvars(self): method lvars (line 2351) | def lvars(self): method Replace (line 2357) | def Replace(self, **kw): function NoSubstitutionProxy (line 2381) | def NoSubstitutionProxy(subject): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Errors.py class BuildError (line 37) | class BuildError(Exception): method __init__ (line 91) | def __init__(self, method __str__ (line 110) | def __str__(self): class InternalError (line 116) | class InternalError(Exception): class UserError (line 119) | class UserError(Exception): class StopError (line 122) | class StopError(Exception): class EnvironmentError (line 125) | class EnvironmentError(Exception): class MSVCError (line 128) | class MSVCError(IOError): class ExplicitExit (line 131) | class ExplicitExit(Exception): method __init__ (line 132) | def __init__(self, node=None, status=None, *args): function convert_to_BuildError (line 138) | def convert_to_BuildError(status, exc_info=None): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Executor.py class Batch (line 40) | class Batch(object): method __init__ (line 43) | def __init__(self, targets=[], sources=[]): class TSList (line 49) | class TSList(collections.UserList): method __init__ (line 59) | def __init__(self, func): method __getattr__ (line 61) | def __getattr__(self, attr): method __getitem__ (line 64) | def __getitem__(self, i): method __getslice__ (line 67) | def __getslice__(self, i, j): method __str__ (line 71) | def __str__(self): method __repr__ (line 74) | def __repr__(self): class TSObject (line 78) | class TSObject(object): method __init__ (line 82) | def __init__(self, func): method __getattr__ (line 84) | def __getattr__(self, attr): method __str__ (line 87) | def __str__(self): method __repr__ (line 92) | def __repr__(self): function rfile (line 98) | def rfile(node): class Executor (line 112) | class Executor(object): method __init__ (line 125) | def __init__(self, action, env=None, overridelist=[{}], method get_lvars (line 140) | def get_lvars(self): method _get_changes (line 156) | def _get_changes(self): method _get_changed_sources (line 173) | def _get_changed_sources(self, *args, **kw): method _get_changed_targets (line 180) | def _get_changed_targets(self, *args, **kw): method _get_source (line 187) | def _get_source(self, *args, **kw): method _get_sources (line 191) | def _get_sources(self, *args, **kw): method _get_target (line 194) | def _get_target(self, *args, **kw): method _get_targets (line 198) | def _get_targets(self, *args, **kw): method _get_unchanged_sources (line 201) | def _get_unchanged_sources(self, *args, **kw): method _get_unchanged_targets (line 208) | def _get_unchanged_targets(self, *args, **kw): method get_action_targets (line 215) | def get_action_targets(self): method set_action_list (line 223) | def set_action_list(self, action): method get_action_list (line 232) | def get_action_list(self): method get_all_targets (line 237) | def get_all_targets(self): method get_all_sources (line 244) | def get_all_sources(self): method get_all_children (line 251) | def get_all_children(self): method get_all_prerequisites (line 267) | def get_all_prerequisites(self): method get_action_side_effects (line 277) | def get_action_side_effects(self): method get_build_env (line 289) | def get_build_env(self): method get_build_scanner_path (line 315) | def get_build_scanner_path(self, scanner): method get_kw (line 327) | def get_kw(self, kw={}): method do_nothing (line 333) | def do_nothing(self, target, kw): method do_execute (line 336) | def do_execute(self, target, kw): method __call__ (line 361) | def __call__(self, target, **kw): method cleanup (line 364) | def cleanup(self): method add_sources (line 367) | def add_sources(self, sources): method get_sources (line 377) | def get_sources(self): method add_batch (line 380) | def add_batch(self, targets, sources): method prepare (line 388) | def prepare(self): method add_pre_action (line 398) | def add_pre_action(self, action): method add_post_action (line 401) | def add_post_action(self, action): method my_str (line 406) | def my_str(self): method __str__ (line 414) | def __str__(self): method nullify (line 417) | def nullify(self): method get_contents (line 424) | def get_contents(self): method get_timestamp (line 441) | def get_timestamp(self): method scan_targets (line 448) | def scan_targets(self, scanner): method scan_sources (line 452) | def scan_sources(self, scanner): method scan (line 457) | def scan(self, scanner, node_list): method _get_unignored_sources_key (line 493) | def _get_unignored_sources_key(self, node, ignore=()): method get_unignored_sources (line 498) | def get_unignored_sources(self, node, ignore=()): method get_implicit_deps (line 531) | def get_implicit_deps(self): function GetBatchExecutor (line 547) | def GetBatchExecutor(key): function AddBatchExecutor (line 550) | def AddBatchExecutor(key, executor): function get_NullEnvironment (line 557) | def get_NullEnvironment(): class Null (line 573) | class Null(object): method __init__ (line 581) | def __init__(self, *args, **kw): method get_build_env (line 584) | def get_build_env(self): method get_build_scanner_path (line 586) | def get_build_scanner_path(self): method cleanup (line 588) | def cleanup(self): method prepare (line 590) | def prepare(self): method get_unignored_sources (line 592) | def get_unignored_sources(self, *args, **kw): method get_action_targets (line 594) | def get_action_targets(self): method get_action_list (line 596) | def get_action_list(self): method get_all_targets (line 598) | def get_all_targets(self): method get_all_sources (line 600) | def get_all_sources(self): method get_all_children (line 602) | def get_all_children(self): method get_all_prerequisites (line 604) | def get_all_prerequisites(self): method get_action_side_effects (line 606) | def get_action_side_effects(self): method __call__ (line 608) | def __call__(self, *args, **kw): method get_contents (line 610) | def get_contents(self): method _morph (line 612) | def _morph(self): method add_pre_action (line 622) | def add_pre_action(self, action): method add_post_action (line 625) | def add_post_action(self, action): method set_action_list (line 628) | def set_action_list(self, action): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Job.py class InterruptState (line 55) | class InterruptState(object): method __init__ (line 56) | def __init__(self): method set (line 59) | def set(self): method __call__ (line 62) | def __call__(self): class Jobs (line 66) | class Jobs(object): method __init__ (line 71) | def __init__(self, num, taskmaster): method run (line 100) | def run(self, postfunc=lambda: None): method were_interrupted (line 116) | def were_interrupted(self): method _setup_sig_handler (line 120) | def _setup_sig_handler(self): method _reset_sig_handler (line 155) | def _reset_sig_handler(self): class Serial (line 166) | class Serial(object): method __init__ (line 174) | def __init__(self, taskmaster): method start (line 186) | def start(self): class Worker (line 231) | class Worker(threading.Thread): method __init__ (line 236) | def __init__(self, requestQueue, resultsQueue, interrupted): method run (line 244) | def run(self): class ThreadPool (line 267) | class ThreadPool(object): method __init__ (line 270) | def __init__(self, num, stack_size, interrupted): method put (line 301) | def put(self, task): method get (line 305) | def get(self): method preparation_failed (line 309) | def preparation_failed(self, task): method cleanup (line 312) | def cleanup(self): class Parallel (line 341) | class Parallel(object): method __init__ (line 348) | def __init__(self, taskmaster, num, stack_size): method start (line 369) | def start(self): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Memoize.py class Counter (line 129) | class Counter(object): method __init__ (line 137) | def __init__(self, method_name): method display (line 144) | def display(self): method __cmp__ (line 147) | def __cmp__(self, other): class CountValue (line 153) | class CountValue(Counter): method __call__ (line 166) | def __call__(self, *args, **kw): class CountDict (line 174) | class CountDict(Counter): method __init__ (line 190) | def __init__(self, method_name, keymaker): method __call__ (line 195) | def __call__(self, *args, **kw): class Memoizer (line 209) | class Memoizer(object): method __init__ (line 213) | def __init__(self): function Dump (line 216) | def Dump(title=None): class Memoized_Metaclass (line 223) | class Memoized_Metaclass(type): method __init__ (line 224) | def __init__(cls, name, bases, cls_dict): function EnableMemoization (line 236) | def EnableMemoization(): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Node/Alias.py class AliasNameSpace (line 41) | class AliasNameSpace(collections.UserDict): method Alias (line 42) | def Alias(self, name, **kw): method lookup (line 52) | def lookup(self, name, **kw): class AliasNodeInfo (line 58) | class AliasNodeInfo(SCons.Node.NodeInfoBase): method str_to_node (line 61) | def str_to_node(self, s): class AliasBuildInfo (line 64) | class AliasBuildInfo(SCons.Node.BuildInfoBase): class Alias (line 67) | class Alias(SCons.Node.Node): method __init__ (line 72) | def __init__(self, name): method str_for_display (line 76) | def str_for_display(self): method __str__ (line 79) | def __str__(self): method make_ready (line 82) | def make_ready(self): method is_under (line 88) | def is_under(self, dir): method get_contents (line 94) | def get_contents(self): method sconsign (line 100) | def sconsign(self): method changed_since_last_build (line 108) | def changed_since_last_build(self, target, prev_ni): method build (line 115) | def build(self): method convert (line 119) | def convert(self): method get_csig (line 125) | def get_csig(self): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Node/FS.py class EntryProxyAttributeError (line 63) | class EntryProxyAttributeError(AttributeError): method __init__ (line 68) | def __init__(self, entry_proxy, attribute): method __str__ (line 72) | def __str__(self): function save_strings (line 103) | def save_strings(val): function initialize_do_splitdrive (line 117) | def initialize_do_splitdrive(): function _hardlink_func (line 210) | def _hardlink_func(fs, src, dst): function _softlink_func (line 226) | def _softlink_func(fs, src, dst): function _copy_func (line 231) | def _copy_func(fs, src, dest): function set_duplicate (line 242) | def set_duplicate(duplicate): function LinkFunc (line 265) | def LinkFunc(target, source, env): function LocalString (line 298) | def LocalString(target, source, env): function UnlinkFunc (line 303) | def UnlinkFunc(target, source, env): function MkdirFunc (line 310) | def MkdirFunc(target, source, env): function get_MkdirBuilder (line 320) | def get_MkdirBuilder(): class _Null (line 335) | class _Null(object): function get_DefaultSCCSBuilder (line 343) | def get_DefaultSCCSBuilder(): function get_DefaultRCSBuilder (line 355) | def get_DefaultRCSBuilder(): function _my_normcase (line 370) | def _my_normcase(x): function _my_normcase (line 373) | def _my_normcase(x): class DiskChecker (line 378) | class DiskChecker(object): method __init__ (line 379) | def __init__(self, type, do, ignore): method __call__ (line 384) | def __call__(self, *args, **kw): method set (line 386) | def set(self, list): function do_diskcheck_match (line 392) | def do_diskcheck_match(node, predicate, errorfmt): function ignore_diskcheck_match (line 408) | def ignore_diskcheck_match(node, predicate, errorfmt): function do_diskcheck_rcs (line 411) | def do_diskcheck_rcs(node, name): function ignore_diskcheck_rcs (line 424) | def ignore_diskcheck_rcs(node, name): function do_diskcheck_sccs (line 427) | def do_diskcheck_sccs(node, name): function ignore_diskcheck_sccs (line 440) | def ignore_diskcheck_sccs(node, name): function set_diskcheck (line 453) | def set_diskcheck(list): function diskcheck_types (line 457) | def diskcheck_types(): class EntryProxy (line 462) | class EntryProxy(SCons.Util.Proxy): method __get_abspath (line 466) | def __get_abspath(self): method __get_filebase (line 471) | def __get_filebase(self): method __get_suffix (line 476) | def __get_suffix(self): method __get_file (line 481) | def __get_file(self): method __get_base_path (line 485) | def __get_base_path(self): method __get_posix_path (line 492) | def __get_posix_path(self): method __get_windows_path (line 502) | def __get_windows_path(self): method __get_srcnode (line 512) | def __get_srcnode(self): method __get_srcdir (line 515) | def __get_srcdir(self): method __get_rsrcnode (line 520) | def __get_rsrcnode(self): method __get_rsrcdir (line 523) | def __get_rsrcdir(self): method __get_dir (line 528) | def __get_dir(self): method __getattr__ (line 546) | def __getattr__(self, name): class Base (line 563) | class Base(SCons.Node.Node): method __init__ (line 578) | def __init__(self, name, directory, fs): method str_for_display (line 616) | def str_for_display(self): method must_be_same (line 619) | def must_be_same(self, klass): method get_dir (line 629) | def get_dir(self): method get_suffix (line 632) | def get_suffix(self): method rfile (line 635) | def rfile(self): method __str__ (line 638) | def __str__(self): method _save_str (line 648) | def _save_str(self): method _get_str (line 657) | def _get_str(self): method stat (line 686) | def stat(self): method exists (line 694) | def exists(self): method rexists (line 697) | def rexists(self): method getmtime (line 700) | def getmtime(self): method getsize (line 705) | def getsize(self): method isdir (line 710) | def isdir(self): method isfile (line 714) | def isfile(self): method islink (line 719) | def islink(self): method islink (line 724) | def islink(self): method is_under (line 727) | def is_under(self, dir): method set_local (line 733) | def set_local(self): method srcnode (line 736) | def srcnode(self): method get_path (line 748) | def get_path(self, dir=None): method set_src_builder (line 766) | def set_src_builder(self, builder): method src_builder (line 772) | def src_builder(self): method get_abspath (line 786) | def get_abspath(self): method for_signature (line 790) | def for_signature(self): method get_subst_proxy (line 796) | def get_subst_proxy(self): method target_from_source (line 804) | def target_from_source(self, prefix, suffix, splitext=SCons.Util.split... method _Rfindalldirs_key (line 816) | def _Rfindalldirs_key(self, pathlist): method Rfindalldirs (line 821) | def Rfindalldirs(self, pathlist): method RDirs (line 854) | def RDirs(self, pathlist): method rentry (line 861) | def rentry(self): method _glob1 (line 879) | def _glob1(self, pattern, ondisk=True, source=False, strings=False): class Entry (line 882) | class Entry(Base): method diskcheck_match (line 890) | def diskcheck_match(self): method disambiguate (line 893) | def disambiguate(self, must_exist=None): method rfile (line 928) | def rfile(self): method scanner_key (line 936) | def scanner_key(self): method get_contents (line 939) | def get_contents(self): method get_text_contents (line 954) | def get_text_contents(self): method must_be_same (line 972) | def must_be_same(self, klass): method exists (line 991) | def exists(self): method rel_path (line 997) | def rel_path(self, other): method new_ninfo (line 1003) | def new_ninfo(self): method changed_since_last_build (line 1006) | def changed_since_last_build(self, target, prev_ni): method _glob1 (line 1009) | def _glob1(self, pattern, ondisk=True, source=False, strings=False): method get_subst_proxy (line 1012) | def get_subst_proxy(self): class LocalFS (line 1020) | class LocalFS(object): method chmod (line 1041) | def chmod(self, path, mode): method copy (line 1043) | def copy(self, src, dst): method copy2 (line 1045) | def copy2(self, src, dst): method exists (line 1047) | def exists(self, path): method getmtime (line 1049) | def getmtime(self, path): method getsize (line 1051) | def getsize(self, path): method isdir (line 1053) | def isdir(self, path): method isfile (line 1055) | def isfile(self, path): method link (line 1057) | def link(self, src, dst): method lstat (line 1059) | def lstat(self, path): method listdir (line 1061) | def listdir(self, path): method makedirs (line 1063) | def makedirs(self, path): method mkdir (line 1065) | def mkdir(self, path): method rename (line 1067) | def rename(self, old, new): method stat (line 1069) | def stat(self, path): method symlink (line 1071) | def symlink(self, src, dst): method open (line 1073) | def open(self, path): method unlink (line 1075) | def unlink(self, path): method islink (line 1079) | def islink(self, path): method islink (line 1082) | def islink(self, path): method readlink (line 1086) | def readlink(self, file): method readlink (line 1089) | def readlink(self, file): class FS (line 1102) | class FS(LocalFS): method __init__ (line 1106) | def __init__(self, path = None): method set_SConstruct_dir (line 1138) | def set_SConstruct_dir(self, dir): method get_max_drift (line 1141) | def get_max_drift(self): method set_max_drift (line 1144) | def set_max_drift(self, max_drift): method getcwd (line 1147) | def getcwd(self): method chdir (line 1153) | def chdir(self, dir, change_os_dir=0): method get_root (line 1168) | def get_root(self, drive): method _lookup (line 1185) | def _lookup(self, p, directory, fsclass, create=1): method Entry (line 1321) | def Entry(self, name, directory = None, create = 1): method File (line 1330) | def File(self, name, directory = None, create = 1): method Dir (line 1342) | def Dir(self, name, directory = None, create = True): method VariantDir (line 1354) | def VariantDir(self, variant_dir, src_dir, duplicate=1): method Repository (line 1370) | def Repository(self, *dirs): method variant_dir_target_climb (line 1377) | def variant_dir_target_climb(self, orig, dir, tail): method Glob (line 1404) | def Glob(self, pathname, ondisk=True, source=True, strings=False, cwd=... class DirNodeInfo (line 1414) | class DirNodeInfo(SCons.Node.NodeInfoBase): method str_to_node (line 1420) | def str_to_node(self, s): class DirBuildInfo (line 1431) | class DirBuildInfo(SCons.Node.BuildInfoBase): function has_glob_magic (line 1436) | def has_glob_magic(s): class Dir (line 1439) | class Dir(Base): method __init__ (line 1448) | def __init__(self, name, directory, fs): method _morph (line 1453) | def _morph(self): method diskcheck_match (line 1503) | def diskcheck_match(self): method __clearRepositoryCache (line 1507) | def __clearRepositoryCache(self, duplicate=None): method __resetDuplicate (line 1525) | def __resetDuplicate(self, node): method Entry (line 1529) | def Entry(self, name): method Dir (line 1536) | def Dir(self, name, create=True): method File (line 1543) | def File(self, name): method link (line 1550) | def link(self, srcdir, duplicate): method getRepositories (line 1558) | def getRepositories(self): method get_all_rdirs (line 1567) | def get_all_rdirs(self): method addRepository (line 1589) | def addRepository(self, dir): method up (line 1595) | def up(self): method _rel_path_key (line 1598) | def _rel_path_key(self, other): method rel_path (line 1603) | def rel_path(self, other): method get_env_scanner (line 1657) | def get_env_scanner(self, env, kw={}): method get_target_scanner (line 1661) | def get_target_scanner(self): method get_found_includes (line 1665) | def get_found_includes(self, env, scanner, path): method prepare (line 1690) | def prepare(self): method build (line 1693) | def build(self, **kw): method _create (line 1703) | def _create(self): method multiple_side_effect_has_builder (line 1735) | def multiple_side_effect_has_builder(self): method alter_targets (line 1739) | def alter_targets(self): method scanner_key (line 1744) | def scanner_key(self): method get_text_contents (line 1748) | def get_text_contents(self): method get_contents (line 1753) | def get_contents(self): method get_csig (line 1761) | def get_csig(self): method do_duplicate (line 1770) | def do_duplicate(self, src): method is_up_to_date (line 1775) | def is_up_to_date(self): method rdir (line 1786) | def rdir(self): method sconsign (line 1797) | def sconsign(self): method srcnode (line 1805) | def srcnode(self): method get_timestamp (line 1812) | def get_timestamp(self): method entry_abspath (line 1820) | def entry_abspath(self, name): method entry_labspath (line 1823) | def entry_labspath(self, name): method entry_path (line 1826) | def entry_path(self, name): method entry_tpath (line 1829) | def entry_tpath(self, name): method entry_exists_on_disk (line 1832) | def entry_exists_on_disk(self, name): method srcdir_list (line 1859) | def srcdir_list(self): method srcdir_duplicate (line 1879) | def srcdir_duplicate(self, name): method _srcdir_find_file_key (line 1896) | def _srcdir_find_file_key(self, filename): method srcdir_find_file (line 1901) | def srcdir_find_file(self, filename): method dir_on_disk (line 1944) | def dir_on_disk(self, name): method file_on_disk (line 1953) | def file_on_disk(self, name): method walk (line 1964) | def walk(self, func, arg): method glob (line 1990) | def glob(self, pathname, ondisk=True, source=False, strings=False): method _glob1 (line 2038) | def _glob1(self, pattern, ondisk=True, source=False, strings=False): class RootDir (line 2108) | class RootDir(Dir): method __init__ (line 2116) | def __init__(self, drive, fs): method must_be_same (line 2170) | def must_be_same(self, klass): method _lookup_abs (line 2175) | def _lookup_abs(self, p, klass, create=1): method __str__ (line 2227) | def __str__(self): method entry_abspath (line 2230) | def entry_abspath(self, name): method entry_labspath (line 2233) | def entry_labspath(self, name): method entry_path (line 2236) | def entry_path(self, name): method entry_tpath (line 2239) | def entry_tpath(self, name): method is_under (line 2242) | def is_under(self, dir): method up (line 2248) | def up(self): method get_dir (line 2251) | def get_dir(self): method src_builder (line 2254) | def src_builder(self): class FileNodeInfo (line 2257) | class FileNodeInfo(SCons.Node.NodeInfoBase): method str_to_node (line 2265) | def str_to_node(self, s): class FileBuildInfo (line 2276) | class FileBuildInfo(SCons.Node.BuildInfoBase): method convert_to_sconsign (line 2279) | def convert_to_sconsign(self): method convert_from_sconsign (line 2305) | def convert_from_sconsign(self, dir, name): method prepare_dependencies (line 2313) | def prepare_dependencies(self): method format (line 2339) | def format(self, names=0): class File (line 2349) | class File(Base): method diskcheck_match (line 2360) | def diskcheck_match(self): method __init__ (line 2364) | def __init__(self, name, directory, fs): method Entry (line 2369) | def Entry(self, name): method Dir (line 2374) | def Dir(self, name, create=True): method Dirs (line 2379) | def Dirs(self, pathlist): method File (line 2384) | def File(self, name): method _morph (line 2396) | def _morph(self): method scanner_key (line 2417) | def scanner_key(self): method get_contents (line 2420) | def get_contents(self): method get_text_contents (line 2435) | def get_text_contents(self): method get_content_hash (line 2451) | def get_content_hash(self): method get_size (line 2470) | def get_size(self): method get_timestamp (line 2487) | def get_timestamp(self): method store_info (line 2502) | def store_info(self): method convert_old_entry (line 2526) | def convert_old_entry(self, old_entry): method get_stored_info (line 2624) | def get_stored_info(self): method get_stored_implicit (line 2651) | def get_stored_implicit(self): method rel_path (line 2657) | def rel_path(self, other): method _get_found_includes_key (line 2660) | def _get_found_includes_key(self, env, scanner, path): method get_found_includes (line 2665) | def get_found_includes(self, env, scanner, path): method _createDir (line 2693) | def _createDir(self): method push_to_cache (line 2698) | def push_to_cache(self): method retrieve_from_cache (line 2714) | def retrieve_from_cache(self): method visited (line 2729) | def visited(self): method release_target_info (line 2752) | def release_target_info(self): method find_src_builder (line 2804) | def find_src_builder(self): method has_src_builder (line 2824) | def has_src_builder(self): method alter_targets (line 2841) | def alter_targets(self): method _rmv_existing (line 2848) | def _rmv_existing(self): method make_ready (line 2860) | def make_ready(self): method prepare (line 2864) | def prepare(self): method remove (line 2883) | def remove(self): method do_duplicate (line 2890) | def do_duplicate(self, src): method exists (line 2908) | def exists(self): method get_max_drift_csig (line 2943) | def get_max_drift_csig(self): method get_csig (line 2969) | def get_csig(self): method builder_set (line 3010) | def builder_set(self, builder): method built (line 3014) | def built(self): method changed (line 3038) | def changed(self, node=None, allowcache=False): method changed_content (line 3060) | def changed_content(self, target, prev_ni): method changed_state (line 3067) | def changed_state(self, target, prev_ni): method changed_timestamp_then_content (line 3070) | def changed_timestamp_then_content(self, target, prev_ni): method changed_timestamp_newer (line 3079) | def changed_timestamp_newer(self, target, prev_ni): method changed_timestamp_match (line 3085) | def changed_timestamp_match(self, target, prev_ni): method decide_source (line 3091) | def decide_source(self, target, prev_ni): method decide_target (line 3094) | def decide_target(self, target, prev_ni): method is_up_to_date (line 3101) | def is_up_to_date(self): method rfile (line 3131) | def rfile(self): method rstr (line 3163) | def rstr(self): method get_cachedir_csig (line 3166) | def get_cachedir_csig(self): method get_contents_sig (line 3193) | def get_contents_sig(self): method get_cachedir_bsig (line 3211) | def get_cachedir_bsig(self): function get_default_fs (line 3239) | def get_default_fs(): class FileFinder (line 3245) | class FileFinder(object): method __init__ (line 3253) | def __init__(self): method filedir_lookup (line 3256) | def filedir_lookup(self, p, fd=None): method _find_file_key (line 3291) | def _find_file_key(self, filename, paths, verbose=None): method find_file (line 3296) | def find_file(self, filename, paths, verbose=None): function invalidate_node_memos (line 3384) | def invalidate_node_memos(targets): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Node/Python.py class ValueNodeInfo (line 34) | class ValueNodeInfo(SCons.Node.NodeInfoBase): method str_to_node (line 39) | def str_to_node(self, s): class ValueBuildInfo (line 42) | class ValueBuildInfo(SCons.Node.BuildInfoBase): class Value (line 45) | class Value(SCons.Node.Node): method __init__ (line 53) | def __init__(self, value, built_value=None): method str_for_display (line 59) | def str_for_display(self): method __str__ (line 62) | def __str__(self): method make_ready (line 65) | def make_ready(self): method build (line 68) | def build(self, **kw): method is_under (line 74) | def is_under(self, dir): method write (line 80) | def write(self, built_value): method read (line 84) | def read(self): method get_text_contents (line 91) | def get_text_contents(self): method changed_since_last_build (line 105) | def changed_since_last_build(self, target, prev_ni): method get_csig (line 112) | def get_csig(self, calc=None): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Node/__init__.py function classname (line 58) | def classname(obj): function do_nothing (line 99) | def do_nothing(node): pass class NodeInfoBase (line 110) | class NodeInfoBase(object): method __init__ (line 118) | def __init__(self, node=None): method update (line 122) | def update(self, node): method convert (line 138) | def convert(self, node, val): method merge (line 140) | def merge(self, other): method format (line 142) | def format(self, field_list=None, names=0): class BuildInfoBase (line 160) | class BuildInfoBase(object): method __init__ (line 171) | def __init__(self, node=None): method merge (line 179) | def merge(self, other): class Node (line 182) | class Node(object): class Attrs (line 192) | class Attrs(object): method __init__ (line 195) | def __init__(self): method disambiguate (line 245) | def disambiguate(self, must_exist=None): method get_suffix (line 248) | def get_suffix(self): method get_build_env (line 253) | def get_build_env(self): method get_build_scanner_path (line 264) | def get_build_scanner_path(self, scanner): method set_executor (line 268) | def set_executor(self, executor): method get_executor (line 272) | def get_executor(self, create=1): method executor_cleanup (line 293) | def executor_cleanup(self): method reset_executor (line 303) | def reset_executor(self): method push_to_cache (line 310) | def push_to_cache(self): method retrieve_from_cache (line 315) | def retrieve_from_cache(self): method make_ready (line 330) | def make_ready(self): method prepare (line 340) | def prepare(self): method build (line 373) | def build(self, **kw): method built (line 391) | def built(self): method visited (line 410) | def visited(self): method release_target_info (line 423) | def release_target_info(self): method add_to_waiting_s_e (line 444) | def add_to_waiting_s_e(self, node): method add_to_waiting_parents (line 447) | def add_to_waiting_parents(self, node): method postprocess (line 461) | def postprocess(self): method clear (line 467) | def clear(self): method clear_memoized_values (line 485) | def clear_memoized_values(self): method builder_set (line 488) | def builder_set(self, builder): method has_builder (line 495) | def has_builder(self): method set_explicit (line 514) | def set_explicit(self, is_explicit): method has_explicit_builder (line 517) | def has_explicit_builder(self): method get_builder (line 530) | def get_builder(self, default_builder=None): method is_derived (line 539) | def is_derived(self): method alter_targets (line 551) | def alter_targets(self): method get_found_includes (line 556) | def get_found_includes(self, env, scanner, path): method get_implicit_deps (line 566) | def get_implicit_deps(self, env, scanner, path): method get_env_scanner (line 595) | def get_env_scanner(self, env, kw={}): method get_target_scanner (line 598) | def get_target_scanner(self): method get_source_scanner (line 601) | def get_source_scanner(self, node): method add_to_implicit (line 627) | def add_to_implicit(self, deps): method scan (line 634) | def scan(self): method scanner_key (line 683) | def scanner_key(self): method select_scanner (line 686) | def select_scanner(self, scanner): method env_set (line 696) | def env_set(self, env, safe=0): method new_ninfo (line 708) | def new_ninfo(self): method get_ninfo (line 712) | def get_ninfo(self): method new_binfo (line 719) | def new_binfo(self): method get_binfo (line 723) | def get_binfo(self): method del_binfo (line 787) | def del_binfo(self): method get_csig (line 794) | def get_csig(self): method get_cachedir_csig (line 802) | def get_cachedir_csig(self): method store_info (line 805) | def store_info(self): method do_not_store_info (line 810) | def do_not_store_info(self): method get_stored_info (line 813) | def get_stored_info(self): method get_stored_implicit (line 816) | def get_stored_implicit(self): method set_precious (line 824) | def set_precious(self, precious = 1): method set_pseudo (line 828) | def set_pseudo(self, pseudo = True): method set_noclean (line 832) | def set_noclean(self, noclean = 1): method set_nocache (line 838) | def set_nocache(self, nocache = 1): method set_always_build (line 844) | def set_always_build(self, always_build = 1): method exists (line 848) | def exists(self): method rexists (line 853) | def rexists(self): method missing (line 858) | def missing(self): method remove (line 863) | def remove(self): method add_dependency (line 867) | def add_dependency(self, depend): method add_prerequisite (line 879) | def add_prerequisite(self, prerequisite): method add_ignore (line 886) | def add_ignore(self, depend): method add_source (line 898) | def add_source(self, source): method _add_child (line 912) | def _add_child(self, collection, set, child): method set_specific_source (line 929) | def set_specific_source(self, source): method add_wkid (line 933) | def add_wkid(self, wkid): method _children_reset (line 938) | def _children_reset(self): method _children_get (line 946) | def _children_get(self): method all_children (line 982) | def all_children(self, scan=1): method children (line 1006) | def children(self, scan=1): method set_state (line 1013) | def set_state(self, state): method get_state (line 1016) | def get_state(self): method state_has_changed (line 1019) | def state_has_changed(self, target, prev_ni): method get_env (line 1022) | def get_env(self): method changed_since_last_build (line 1029) | def changed_since_last_build(self, target, prev_ni): method Decider (line 1049) | def Decider(self, function): method changed (line 1052) | def changed(self, node=None, allowcache=False): method is_up_to_date (line 1117) | def is_up_to_date(self): method children_are_up_to_date (line 1122) | def children_are_up_to_date(self): method is_literal (line 1139) | def is_literal(self): method render_include_tree (line 1144) | def render_include_tree(self): method get_abspath (line 1164) | def get_abspath(self): method for_signature (line 1172) | def for_signature(self): method get_string (line 1187) | def get_string(self, for_signature): method get_subst_proxy (line 1205) | def get_subst_proxy(self): method explain (line 1219) | def explain(self): class NodeList (line 1301) | class NodeList(collections.UserList): method __str__ (line 1302) | def __str__(self): function get_children (line 1305) | def get_children(node, parent): return node.children() function ignore_cycle (line 1306) | def ignore_cycle(node, stack): pass function do_nothing (line 1307) | def do_nothing(node, parent): pass class Walker (line 1309) | class Walker(object): method __init__ (line 1323) | def __init__(self, node, kids_func=get_children, method get_next (line 1334) | def get_next(self): method is_done (line 1364) | def is_done(self): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Options/BoolOption.py function BoolOption (line 38) | def BoolOption(*args, **kw): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Options/EnumOption.py function EnumOption (line 38) | def EnumOption(*args, **kw): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Options/ListOption.py function ListOption (line 38) | def ListOption(*args, **kw): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Options/PackageOption.py function PackageOption (line 38) | def PackageOption(*args, **kw): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Options/PathOption.py class _PathOptionClass (line 38) | class _PathOptionClass(object): method warn (line 39) | def warn(self): method __call__ (line 46) | def __call__(self, *args, **kw): method PathAccept (line 50) | def PathAccept(self, *args, **kw): method PathIsDir (line 54) | def PathIsDir(self, *args, **kw): method PathIsDirCreate (line 58) | def PathIsDirCreate(self, *args, **kw): method PathIsFile (line 62) | def PathIsFile(self, *args, **kw): method PathExists (line 66) | def PathExists(self, *args, **kw): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Options/__init__.py class Options (line 44) | class Options(SCons.Variables.Variables): method __init__ (line 45) | def __init__(self, *args, **kw): method AddOptions (line 53) | def AddOptions(self, *args, **kw): method UnknownOptions (line 56) | def UnknownOptions(self, *args, **kw): method FormatOptionHelpText (line 59) | def FormatOptionHelpText(self, *args, **kw): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/PathList.py function node_conv (line 49) | def node_conv(obj): class _PathList (line 69) | class _PathList(object): method __init__ (line 73) | def __init__(self, pathlist): method __len__ (line 119) | def __len__(self): return len(self.pathlist) method __getitem__ (line 121) | def __getitem__(self, i): return self.pathlist[i] method subst_path (line 123) | def subst_path(self, env, target, source): class PathListCache (line 146) | class PathListCache(object): method __init__ (line 179) | def __init__(self): method _PathList_key (line 182) | def _PathList_key(self, pathlist): method PathList (line 201) | def PathList(self, pathlist): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Platform/__init__.py function platform_default (line 58) | def platform_default(): function platform_module (line 88) | def platform_module(name = platform_default()): function DefaultToolList (line 118) | def DefaultToolList(platform, env): class PlatformSpec (line 123) | class PlatformSpec(object): method __init__ (line 124) | def __init__(self, name, generate): method __call__ (line 128) | def __call__(self, *args, **kw): method __str__ (line 131) | def __str__(self): class TempFileMunge (line 134) | class TempFileMunge(object): method __init__ (line 151) | def __init__(self, cmd): method __call__ (line 154) | def __call__(self, target, source, env, for_signature): function Platform (line 230) | def Platform(name = platform_default()): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Platform/aix.py function get_xlc (line 43) | def get_xlc(env, xlc=None, packages=[]): function generate (line 76) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Platform/cygwin.py function generate (line 38) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Platform/darwin.py function generate (line 38) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Platform/hpux.py function generate (line 37) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Platform/irix.py function generate (line 37) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Platform/os2.py function generate (line 36) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Platform/posix.py function escape (line 50) | def escape(arg): function exec_subprocess (line 61) | def exec_subprocess(l, env): function subprocess_spawn (line 65) | def subprocess_spawn(sh, escape, cmd, args, env): function exec_popen3 (line 68) | def exec_popen3(l, env, stdout, stderr): function piped_env_spawn (line 74) | def piped_env_spawn(sh, escape, cmd, args, env, stdout, stderr): function generate (line 82) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Platform/sunos.py function generate (line 37) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Platform/win32.py class _scons_file (line 68) | class _scons_file(_builtin_file): method __init__ (line 69) | def __init__(self, *args, **kw): function _scons_open (line 74) | def _scons_open(*args, **kw): function spawnve (line 94) | def spawnve(mode, file, args, env): function spawnve (line 114) | def spawnve(mode, file, args, env): function piped_spawn (line 121) | def piped_spawn(sh, escape, cmd, args, env, stdout, stderr): function exec_spawn (line 185) | def exec_spawn(l, env): function spawn (line 204) | def spawn(sh, escape, cmd, args, env): function escape (line 215) | def escape(x): function get_system_root (line 223) | def get_system_root(): function get_program_files_dir (line 251) | def get_program_files_dir(): class ArchDefinition (line 274) | class ArchDefinition(object): method __init__ (line 278) | def __init__(self, arch, synonyms=[]): function get_architecture (line 305) | def get_architecture(arch=None): function generate (line 318) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/SConf.py function SetBuildType (line 68) | def SetBuildType(type): function SetCacheMode (line 80) | def SetCacheMode(mode): function SetProgressDisplay (line 94) | def SetProgressDisplay(display): function _createConfigH (line 106) | def _createConfigH(target, source, env): function _stringConfigH (line 119) | def _stringConfigH(target, source, env): function NeedConfigHBuilder (line 123) | def NeedConfigHBuilder(): function CreateConfigHBuilder (line 129) | def CreateConfigHBuilder(env): class SConfWarning (line 139) | class SConfWarning(SCons.Warnings.Warning): class SConfError (line 144) | class SConfError(SCons.Errors.UserError): method __init__ (line 145) | def __init__(self,msg): class ConfigureDryRunError (line 148) | class ConfigureDryRunError(SConfError): method __init__ (line 151) | def __init__(self,target): class ConfigureCacheError (line 158) | class ConfigureCacheError(SConfError): method __init__ (line 161) | def __init__(self,target): function _createSource (line 165) | def _createSource( target, source, env ): function _stringSource (line 169) | def _stringSource( target, source, env ): class SConfBuildInfo (line 173) | class SConfBuildInfo(SCons.Node.FS.FileBuildInfo): method set_build_result (line 182) | def set_build_result(self, result, string): class Streamer (line 187) | class Streamer(object): method __init__ (line 191) | def __init__(self, orig): method write (line 195) | def write(self, str): method writelines (line 206) | def writelines(self, lines): method getvalue (line 210) | def getvalue(self): method flush (line 216) | def flush(self): class SConfBuildTask (line 222) | class SConfBuildTask(SCons.Taskmaster.AlwaysTask): method display (line 227) | def display(self, message): method display_cached_string (line 231) | def display_cached_string(self, bi): method failed (line 243) | def failed(self): method collect_node_states (line 267) | def collect_node_states(self): method execute (line 302) | def execute(self): class SConfBase (line 392) | class SConfBase(object): method __init__ (line 405) | def __init__(self, env, custom_tests = {}, conf_dir='$CONFIGUREDIR', method Finish (line 452) | def Finish(self): method Define (line 459) | def Define(self, name, value = None, comment = None): method BuildNodes (line 484) | def BuildNodes(self, nodes): method pspawn_wrapper (line 537) | def pspawn_wrapper(self, sh, escape, cmd, args, env): method TryBuild (line 550) | def TryBuild(self, builder, text = None, extension = ""): method TryAction (line 606) | def TryAction(self, action, text = None, extension = ""): method TryCompile (line 621) | def TryCompile( self, text, extension): method TryLink (line 629) | def TryLink( self, text, extension ): method TryRun (line 637) | def TryRun(self, text, extension ): class TestWrapper (line 655) | class TestWrapper(object): method __init__ (line 657) | def __init__(self, test, sconf): method __call__ (line 660) | def __call__(self, *args, **kw): method AddTest (line 670) | def AddTest(self, test_name, test_instance): method AddTests (line 675) | def AddTests(self, tests): method _createDir (line 682) | def _createDir( self, node ): method _startup (line 692) | def _startup(self): method _shutdown (line 738) | def _shutdown(self): class CheckContext (line 758) | class CheckContext(object): method __init__ (line 776) | def __init__(self, sconf): method Message (line 794) | def Message(self, text): method Result (line 802) | def Result(self, res): method TryBuild (line 819) | def TryBuild(self, *args, **kw): method TryAction (line 822) | def TryAction(self, *args, **kw): method TryCompile (line 825) | def TryCompile(self, *args, **kw): method TryLink (line 828) | def TryLink(self, *args, **kw): method TryRun (line 831) | def TryRun(self, *args, **kw): method __getattr__ (line 834) | def __getattr__( self, attr ): method BuildProg (line 844) | def BuildProg(self, text, ext): method CompileProg (line 849) | def CompileProg(self, text, ext): method CompileSharedObject (line 854) | def CompileSharedObject(self, text, ext): method RunProg (line 859) | def RunProg(self, text, ext): method AppendLIBS (line 865) | def AppendLIBS(self, lib_name_list): method PrependLIBS (line 870) | def PrependLIBS(self, lib_name_list): method SetLIBS (line 875) | def SetLIBS(self, val): method Display (line 880) | def Display(self, msg): method Log (line 890) | def Log(self, msg): function SConf (line 897) | def SConf(*args, **kw): function CheckFunc (line 910) | def CheckFunc(context, function_name, header = None, language = None): function CheckType (line 915) | def CheckType(context, type_name, includes = "", language = None): function CheckTypeSize (line 921) | def CheckTypeSize(context, type_name, includes = "", language = None, ex... function CheckDeclaration (line 928) | def CheckDeclaration(context, declaration, includes = "", language = None): function createIncludesFromHeaders (line 935) | def createIncludesFromHeaders(headers, leaveLast, include_quotes = '""'): function CheckHeader (line 951) | def CheckHeader(context, header, include_quotes = '<>', language = None): function CheckCC (line 963) | def CheckCC(context): function CheckCXX (line 968) | def CheckCXX(context): function CheckSHCC (line 973) | def CheckSHCC(context): function CheckSHCXX (line 978) | def CheckSHCXX(context): function CheckCHeader (line 985) | def CheckCHeader(context, header, include_quotes = '""'): function CheckCXXHeader (line 994) | def CheckCXXHeader(context, header, include_quotes = '""'): function CheckLib (line 1001) | def CheckLib(context, library = None, symbol = "main", function CheckLibWithHeader (line 1024) | def CheckLibWithHeader(context, libs, header, language, FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/SConsign.py function corrupt_dblite_warning (line 41) | def corrupt_dblite_warning(filename): function Get_DataBase (line 63) | def Get_DataBase(dir): function Reset (line 91) | def Reset(): function write (line 100) | def write(): class SConsignEntry (line 118) | class SConsignEntry(object): method __init__ (line 127) | def __init__(self): method convert_to_sconsign (line 131) | def convert_to_sconsign(self): method convert_from_sconsign (line 133) | def convert_from_sconsign(self, dir, name): class Base (line 136) | class Base(object): method __init__ (line 145) | def __init__(self): method get_entry (line 150) | def get_entry(self, filename): method set_entry (line 156) | def set_entry(self, filename, obj): method do_not_set_entry (line 163) | def do_not_set_entry(self, filename, obj): method store_info (line 166) | def store_info(self, filename, node): method do_not_store_info (line 172) | def do_not_store_info(self, filename, node): method merge (line 175) | def merge(self): class DB (line 190) | class DB(Base): method __init__ (line 196) | def __init__(self, dir): method write (line 236) | def write(self, sync=1): class Dir (line 262) | class Dir(Base): method __init__ (line 263) | def __init__(self, fp=None, dir=None): class DirFile (line 281) | class DirFile(Dir): method __init__ (line 285) | def __init__(self, dir): method write (line 309) | def write(self, sync=1): function File (line 371) | def File(name, dbm_module=None): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Scanner/C.py class SConsCPPScanner (line 38) | class SConsCPPScanner(SCons.cpp.PreProcessor): method __init__ (line 46) | def __init__(self, *args, **kw): method initialize_result (line 49) | def initialize_result(self, fname): method finalize_result (line 51) | def finalize_result(self, fname): method find_include_file (line 53) | def find_include_file(self, t): method read_file (line 59) | def read_file(self, file): function dictify_CPPDEFINES (line 68) | def dictify_CPPDEFINES(env): class SConsCPPScannerWrapper (line 84) | class SConsCPPScannerWrapper(object): method __init__ (line 93) | def __init__(self, name, variable): method __call__ (line 96) | def __call__(self, node, env, path = ()): method recurse_nodes (line 107) | def recurse_nodes(self, nodes): method select (line 109) | def select(self, node): function CScanner (line 112) | def CScanner(): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Scanner/Dir.py function only_dirs (line 28) | def only_dirs(nodes): function DirScanner (line 32) | def DirScanner(**kw): function DirEntryScanner (line 39) | def DirEntryScanner(**kw): function scan_on_disk (line 71) | def scan_on_disk(node, env, path=()): function scan_in_memory (line 90) | def scan_in_memory(node, env, path=()): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Scanner/Prog.py function ProgramScanner (line 34) | def ProgramScanner(**kw): function scan (line 41) | def scan(node, env, libpath = ()): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Scanner/RC.py function RCScan (line 37) | def RCScan(): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Scanner/__init__.py class _Null (line 38) | class _Null(object): function Scanner (line 45) | def Scanner(function, *args, **kw): class FindPathDirs (line 64) | class FindPathDirs(object): method __init__ (line 67) | def __init__(self, variable): method __call__ (line 69) | def __call__(self, env, dir=None, target=None, source=None, argument=N... class Base (line 82) | class Base(object): method __init__ (line 88) | def __init__(self, method path (line 188) | def path(self, env, dir=None, target=None, source=None): method __call__ (line 196) | def __call__(self, node, env, path = ()): method __cmp__ (line 224) | def __cmp__(self, other): method __hash__ (line 231) | def __hash__(self): method __str__ (line 234) | def __str__(self): method add_skey (line 237) | def add_skey(self, skey): method get_skeys (line 241) | def get_skeys(self, env=None): method select (line 246) | def select(self, node): method _recurse_all_nodes (line 256) | def _recurse_all_nodes(self, nodes): method _recurse_no_nodes (line 259) | def _recurse_no_nodes(self, nodes): method add_scanner (line 264) | def add_scanner(self, skey, scanner): class Selector (line 269) | class Selector(Base): method __init__ (line 281) | def __init__(self, dict, *args, **kw): method __call__ (line 286) | def __call__(self, node, env, path = ()): method select (line 289) | def select(self, node): method add_scanner (line 295) | def add_scanner(self, skey, scanner): class Current (line 300) | class Current(Base): method __init__ (line 307) | def __init__(self, *args, **kw): class Classic (line 313) | class Classic(Current): method __init__ (line 325) | def __init__(self, name, suffixes, path_variable, regex, *args, **kw): method find_include (line 343) | def find_include(self, include, source_dir, path): method sort_key (line 347) | def sort_key(self, include): method find_include_names (line 350) | def find_include_names(self, node): method scan (line 353) | def scan(self, node, path=()): class ClassicCPP (line 385) | class ClassicCPP(Classic): method find_include (line 395) | def find_include(self, include, source_dir, path): method sort_key (line 406) | def sort_key(self, include): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Script/Interactive.py class SConsInteractiveCmd (line 99) | class SConsInteractiveCmd(cmd.Cmd): method __init__ (line 121) | def __init__(self, **kw): method default (line 131) | def default(self, argv): method onecmd (line 134) | def onecmd(self, line): method do_build (line 157) | def do_build(self, argv): method do_clean (line 269) | def do_clean(self, argv): method do_EOF (line 276) | def do_EOF(self, argv): method _do_one_help (line 280) | def _do_one_help(self, arg): method _doc_to_help (line 300) | def _doc_to_help(self, obj): method _strip_initial_spaces (line 306) | def _strip_initial_spaces(self, s): method do_exit (line 322) | def do_exit(self, argv): method do_help (line 328) | def do_help(self, argv): method do_shell (line 345) | def do_shell(self, argv): method do_version (line 365) | def do_version(self, argv): function interact (line 371) | def interact(fs, parser, options, targets, target_top): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Script/Main.py function fetch_win32_parallel_msg (line 72) | def fetch_win32_parallel_msg(): function revert_io (line 82) | def revert_io(): class SConsPrintHelpException (line 89) | class SConsPrintHelpException(Exception): class Progressor (line 98) | class Progressor(object): method __init__ (line 103) | def __init__(self, obj, interval=1, file=None, overwrite=False): method write (line 121) | def write(self, s): method erase_previous (line 126) | def erase_previous(self): method spinner (line 134) | def spinner(self, node): method string (line 137) | def string(self, node): method replace_string (line 140) | def replace_string(self, node): method __call__ (line 143) | def __call__(self, node): function Progress (line 152) | def Progress(*args, **kw): function GetBuildFailures (line 161) | def GetBuildFailures(): class BuildTask (line 164) | class BuildTask(SCons.Taskmaster.OutOfDateTask): method display (line 168) | def display(self, message): method prepare (line 171) | def prepare(self): method needs_execute (line 175) | def needs_execute(self): method execute (line 182) | def execute(self): method do_failed (line 197) | def do_failed(self, status=2): method executed (line 212) | def executed(self): method failed (line 237) | def failed(self): method postprocess (line 293) | def postprocess(self): method make_ready (line 305) | def make_ready(self): class CleanTask (line 313) | class CleanTask(SCons.Taskmaster.AlwaysTask): method fs_delete (line 315) | def fs_delete(self, path, pathstr, remove=True): method _get_files_to_clean (line 342) | def _get_files_to_clean(self): method _clean_targets (line 349) | def _clean_targets(self, remove=True): method show (line 356) | def show(self): method remove (line 362) | def remove(self): method prepare (line 391) | def prepare(self): class QuestionTask (line 394) | class QuestionTask(SCons.Taskmaster.AlwaysTask): method prepare (line 396) | def prepare(self): method execute (line 399) | def execute(self): method executed (line 408) | def executed(self): class TreePrinter (line 412) | class TreePrinter(object): method __init__ (line 413) | def __init__(self, derived=False, prune=False, status=False): method get_all_children (line 417) | def get_all_children(self, node): method get_derived_children (line 419) | def get_derived_children(self, node): method display (line 422) | def display(self, t): function python_version_string (line 431) | def python_version_string(): function python_version_unsupported (line 434) | def python_version_unsupported(version=sys.version_info): function python_version_deprecated (line 437) | def python_version_deprecated(version=sys.version_info): class FakeOptionParser (line 454) | class FakeOptionParser(object): class FakeOptionValues (line 466) | class FakeOptionValues(object): method __getattr__ (line 467) | def __getattr__(self, attr): method add_local_option (line 470) | def add_local_option(self, *args, **kw): function AddOption (line 475) | def AddOption(*args, **kw): function GetOption (line 481) | def GetOption(name): function SetOption (line 484) | def SetOption(name, value): class Stats (line 488) | class Stats(object): method __init__ (line 489) | def __init__(self): method enable (line 494) | def enable(self, outfp): method do_nothing (line 498) | def do_nothing(self, *args, **kw): class CountStats (line 501) | class CountStats(Stats): method do_append (line 502) | def do_append(self, label): method do_print (line 505) | def do_print(self): class MemStats (line 531) | class MemStats(Stats): method do_append (line 532) | def do_append(self, label): method do_print (line 535) | def do_print(self): function _scons_syntax_error (line 544) | def _scons_syntax_error(e): function find_deepest_user_frame (line 554) | def find_deepest_user_frame(tb): function _scons_user_error (line 572) | def _scons_user_error(e): function _scons_user_warning (line 587) | def _scons_user_warning(e): function _scons_internal_warning (line 598) | def _scons_internal_warning(e): function _scons_internal_error (line 606) | def _scons_internal_error(): function _SConstruct_exists (line 614) | def _SConstruct_exists(dirname='', repositories=[], filelist=None): function _set_debug_values (line 631) | def _set_debug_values(options): function _create_path (line 677) | def _create_path(plist): function _load_site_scons_dir (line 686) | def _load_site_scons_dir(topdir, site_dir_name=None): function _load_all_site_scons_dirs (line 762) | def _load_all_site_scons_dirs(topdir, verbose=None): function test_load_all_site_scons_dirs (line 806) | def test_load_all_site_scons_dirs(d): function version_string (line 809) | def version_string(label, module): function path_string (line 823) | def path_string(label, module): function _main (line 827) | def _main(parser): function _build_targets (line 1098) | def _build_targets(fs, options, targets, target_top): function _exec_main (line 1299) | def _exec_main(parser, values): function main (line 1332) | def main(): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Script/SConsOptions.py function gettext (line 36) | def gettext(message): function diskcheck_convert (line 48) | def diskcheck_convert(value): class SConsValues (line 66) | class SConsValues(optparse.Values): method __init__ (line 99) | def __init__(self, defaults): method __getattr__ (line 103) | def __getattr__(self, attr): method set_option (line 132) | def set_option(self, name, value): class SConsOption (line 189) | class SConsOption(optparse.Option): method convert_value (line 190) | def convert_value(self, opt, value): method process (line 197) | def process(self, opt, value, values, parser): method _check_nargs_optional (line 209) | def _check_nargs_optional(self): method _check_const (line 224) | def _check_const(self): class SConsOptionGroup (line 248) | class SConsOptionGroup(optparse.OptionGroup): method format_help (line 256) | def format_help(self, formatter): class SConsOptionParser (line 267) | class SConsOptionParser(optparse.OptionParser): method error (line 270) | def error(self, msg): method _process_long_opt (line 276) | def _process_long_opt(self, rargs, values): method reparse_local_options (line 340) | def reparse_local_options(self): method add_local_option (line 405) | def add_local_option(self, *args, **kw): class SConsIndentedHelpFormatter (line 436) | class SConsIndentedHelpFormatter(optparse.IndentedHelpFormatter): method format_usage (line 437) | def format_usage(self, usage): method format_heading (line 440) | def format_heading(self, heading): method format_option (line 455) | def format_option(self, option): method format_option_strings (line 534) | def format_option_strings(self, option): function Parser (line 555) | def Parser(version): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Script/SConscript.py class SConscriptReturn (line 65) | class SConscriptReturn(Exception): function get_calling_namespaces (line 78) | def get_calling_namespaces(): function compute_exports (line 100) | def compute_exports(exports): class Frame (line 121) | class Frame(object): method __init__ (line 123) | def __init__(self, fs, exports, sconscript): function Return (line 141) | def Return(*vars, **kw): function _SConscript (line 164) | def _SConscript(fs, *files, **kw): function SConscript_exception (line 306) | def SConscript_exception(file=sys.stderr): function annotate (line 331) | def annotate(node): class SConsEnvironment (line 347) | class SConsEnvironment(SCons.Environment.Base): method _exceeds_version (line 359) | def _exceeds_version(self, major, minor, v_major, v_minor): method _get_major_minor_revision (line 364) | def _get_major_minor_revision(self, version_string): method _get_SConscript_filenames (line 379) | def _get_SConscript_filenames(self, ls, kw): method Configure (line 453) | def Configure(self, *args, **kw): method Default (line 459) | def Default(self, *targets): method EnsureSConsVersion (line 462) | def EnsureSConsVersion(self, major, minor, revision=0): method EnsurePythonVersion (line 474) | def EnsurePythonVersion(self, major, minor): method Exit (line 481) | def Exit(self, value=0): method Export (line 484) | def Export(self, *vars, **kw): method GetLaunchDir (line 489) | def GetLaunchDir(self): method GetOption (line 493) | def GetOption(self, name): method Help (line 497) | def Help(self, text): method Import (line 501) | def Import(self, *vars): method SConscript (line 520) | def SConscript(self, *ls, **kw): method SConscriptChdir (line 548) | def SConscriptChdir(self, flag): method SetOption (line 552) | def SetOption(self, name, value): function Configure (line 561) | def Configure(*args, **kw): function get_DefaultEnvironmentProxy (line 584) | def get_DefaultEnvironmentProxy(): class DefaultEnvironmentCall (line 591) | class DefaultEnvironmentCall(object): method __init__ (line 600) | def __init__(self, method_name, subst=0): method __call__ (line 606) | def __call__(self, *args, **kw): function BuildDefaultGlobals (line 612) | def BuildDefaultGlobals(): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Script/__init__.py class TargetList (line 184) | class TargetList(collections.UserList): method _do_nothing (line 185) | def _do_nothing(self, *args, **kw): method _add_Default (line 187) | def _add_Default(self, list): method _clear (line 189) | def _clear(self): function _Add_Arguments (line 209) | def _Add_Arguments(alist): function _Add_Targets (line 215) | def _Add_Targets(tlist): function _Set_Default_Targets_Has_Been_Called (line 225) | def _Set_Default_Targets_Has_Been_Called(d, fs): function _Set_Default_Targets_Has_Not_Been_Called (line 228) | def _Set_Default_Targets_Has_Not_Been_Called(d, fs): function _Set_Default_Targets (line 235) | def _Set_Default_Targets(env, tlist): function HelpFunction (line 260) | def HelpFunction(text): function Variables (line 272) | def Variables(files=[], args=ARGUMENTS): function Options (line 275) | def Options(files=[], args=ARGUMENTS): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Sig.py class MD5Null (line 48) | class MD5Null(SCons.Util.Null): method __repr__ (line 49) | def __repr__(self): class TimeStampNull (line 52) | class TimeStampNull(SCons.Util.Null): method __repr__ (line 53) | def __repr__(self): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Subst.py function SetAllowableExceptions (line 47) | def SetAllowableExceptions(*excepts): function raise_exception (line 51) | def raise_exception(exception, target, s): class Literal (line 61) | class Literal(object): method __init__ (line 66) | def __init__(self, lstr): method __str__ (line 69) | def __str__(self): method escape (line 72) | def escape(self, escape_func): method for_signature (line 75) | def for_signature(self): method is_literal (line 78) | def is_literal(self): method __eq__ (line 81) | def __eq__(self, other): method __neq__ (line 86) | def __neq__(self, other): class SpecialAttrWrapper (line 89) | class SpecialAttrWrapper(object): method __init__ (line 98) | def __init__(self, lstr, for_signature=None): method __str__ (line 108) | def __str__(self): method escape (line 111) | def escape(self, escape_func): method for_signature (line 114) | def for_signature(self): method is_literal (line 117) | def is_literal(self): function quote_spaces (line 120) | def quote_spaces(arg): class CmdStringHolder (line 128) | class CmdStringHolder(collections.UserString): method __init__ (line 135) | def __init__(self, cmd, literal=None): method is_literal (line 139) | def is_literal(self): method escape (line 142) | def escape(self, escape_func, quote_func=quote_spaces): function escape_list (line 159) | def escape_list(mylist, escape_func): class NLWrapper (line 171) | class NLWrapper(object): method __init__ (line 184) | def __init__(self, list, func): method _return_nodelist (line 187) | def _return_nodelist(self): method _gen_nodelist (line 189) | def _gen_nodelist(self): class Targets_or_Sources (line 203) | class Targets_or_Sources(collections.UserList): method __init__ (line 213) | def __init__(self, nl): method __getattr__ (line 215) | def __getattr__(self, attr): method __getitem__ (line 218) | def __getitem__(self, i): method __getslice__ (line 221) | def __getslice__(self, i, j): method __str__ (line 225) | def __str__(self): method __repr__ (line 228) | def __repr__(self): class Target_or_Source (line 232) | class Target_or_Source(object): method __init__ (line 238) | def __init__(self, nl): method __getattr__ (line 240) | def __getattr__(self, attr): method __str__ (line 249) | def __str__(self): method __repr__ (line 254) | def __repr__(self): class NullNodeList (line 260) | class NullNodeList(SCons.Util.NullSeq): method __call__ (line 261) | def __call__(self, *args, **kwargs): return '' method __str__ (line 262) | def __str__(self): return '' function subst_dict (line 266) | def subst_dict(target, source): function _rm_list (line 346) | def _rm_list(list): function _remove_list (line 350) | def _remove_list(list): function scons_subst (line 394) | def scons_subst(strSubst, env, mode=SUBST_RAW, target=None, source=None,... function scons_subst_list (line 585) | def scons_subst_list(strSubst, env, mode=SUBST_RAW, target=None, source=... function scons_subst_once (line 862) | def scons_subst_once(strSubst, env, key): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Taskmaster.py class Stats (line 77) | class Stats(object): method __init__ (line 85) | def __init__(self): function dump_stats (line 108) | def dump_stats(): class Task (line 114) | class Task(object): method __init__ (line 133) | def __init__(self, tm, targets, top, node): method trace_message (line 140) | def trace_message(self, method, node, description='node'): method display (line 144) | def display(self, message): method prepare (line 157) | def prepare(self): method get_target (line 203) | def get_target(self): method needs_execute (line 208) | def needs_execute(self): method execute (line 220) | def execute(self): method executed_without_callbacks (line 265) | def executed_without_callbacks(self): method executed_with_callbacks (line 281) | def executed_with_callbacks(self): method failed (line 316) | def failed(self): method fail_stop (line 326) | def fail_stop(self): method fail_continue (line 353) | def fail_continue(self): method make_ready_all (line 369) | def make_ready_all(self): method make_ready_current (line 386) | def make_ready_current(self): method postprocess (line 432) | def postprocess(self): method exc_info (line 498) | def exc_info(self): method exc_clear (line 504) | def exc_clear(self): method exception_set (line 514) | def exception_set(self, exception=None): method _no_exception_to_raise (line 526) | def _no_exception_to_raise(self): method _exception_raise (line 529) | def _exception_raise(self): class AlwaysTask (line 542) | class AlwaysTask(Task): method needs_execute (line 543) | def needs_execute(self): class OutOfDateTask (line 557) | class OutOfDateTask(Task): method needs_execute (line 558) | def needs_execute(self): function find_cycle (line 567) | def find_cycle(stack, visited): class Taskmaster (line 581) | class Taskmaster(object): method __init__ (line 586) | def __init__(self, targets=[], tasker=None, order=None, trace=None): method find_next_candidate (line 602) | def find_next_candidate(self): method no_next_candidate (line 638) | def no_next_candidate(self): method _validate_pending_children (line 652) | def _validate_pending_children(self): method trace_message (line 731) | def trace_message(self, message): method trace_node (line 734) | def trace_node(self, node): method _find_next_ready_node (line 739) | def _find_next_ready_node(self): method next_task (line 931) | def next_task(self): method will_not_build (line 966) | def will_not_build(self, nodes, node_func=lambda n: None): method stop (line 1010) | def stop(self): method cleanup (line 1016) | def cleanup(self): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/386asm.py function generate (line 42) | def generate(env): function exists (line 54) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/BitKeeper.py function generate (line 41) | def generate(env): function exists (line 60) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/CVS.py function generate (line 38) | def generate(env): function exists (line 66) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/GettextCommon.py class XgettextToolWarning (line 33) | class XgettextToolWarning(SCons.Warnings.Warning): pass class XgettextNotFound (line 34) | class XgettextNotFound(XgettextToolWarning): pass class MsginitToolWarning (line 35) | class MsginitToolWarning(SCons.Warnings.Warning): pass class MsginitNotFound (line 36) | class MsginitNotFound(MsginitToolWarning): pass class MsgmergeToolWarning (line 37) | class MsgmergeToolWarning(SCons.Warnings.Warning): pass class MsgmergeNotFound (line 38) | class MsgmergeNotFound(MsgmergeToolWarning): pass class MsgfmtToolWarning (line 39) | class MsgfmtToolWarning(SCons.Warnings.Warning): pass class MsgfmtNotFound (line 40) | class MsgfmtNotFound(MsgfmtToolWarning): pass class _POTargetFactory (line 53) | class _POTargetFactory(object): method __init__ (line 60) | def __init__( self, env, nodefault = True, alias = None, precious = True method _create_node (line 82) | def _create_node(self, name, factory, directory = None, create = 1): method Entry (line 94) | def Entry(self, name, directory = None, create = 1): method File (line 98) | def File(self, name, directory = None, create = 1): function _read_linguas_from_files (line 107) | def _read_linguas_from_files(env, linguas_files = None): class _POFileBuilder (line 133) | class _POFileBuilder(BuilderBase): method __init__ (line 171) | def __init__(self, env, **kw): method _execute (line 188) | def _execute(self, env, target, source, *args, **kw): function _translate (line 228) | def _translate(env, target=None, source=SCons.Environment._null, *args, ... class RPaths (line 237) | class RPaths(object): method __init__ (line 283) | def __init__(self, env): method __call__ (line 295) | def __call__(self, nodes, *args, **kw): function _init_po_files (line 341) | def _init_po_files(target, source, env): function _detect_xgettext (line 366) | def _detect_xgettext(env): function _xgettext_exists (line 376) | def _xgettext_exists(env): function _detect_msginit (line 381) | def _detect_msginit(env): function _msginit_exists (line 391) | def _msginit_exists(env): function _detect_msgmerge (line 396) | def _detect_msgmerge(env): function _msgmerge_exists (line 406) | def _msgmerge_exists(env): function _detect_msgfmt (line 411) | def _detect_msgfmt(env): function _msgfmt_exists (line 421) | def _msgfmt_exists(env): function tool_list (line 426) | def tool_list(platform, env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/MSCommon/arch.py class ArchDefinition (line 31) | class ArchDefinition(object): method __init__ (line 35) | def __init__(self, arch, synonyms=[]): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/MSCommon/common.py function debug (line 40) | def debug(x): function is_win64 (line 56) | def is_win64(): function read_reg (line 87) | def read_reg(value): function has_reg (line 90) | def has_reg(value): function normalize_env (line 102) | def normalize_env(env, keys, force=False): function get_output (line 135) | def get_output(vcbat, args = None, env = None): function parse_output (line 199) | def parse_output(output, keep = ("INCLUDE", "LIB", "LIBPATH", "PATH")): function output_to_dict (line 231) | def output_to_dict(output): function get_new (line 244) | def get_new(l1, l2): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/MSCommon/netframework.py function find_framework_root (line 38) | def find_framework_root(): function query_versions (line 53) | def query_versions(): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/MSCommon/sdk.py class SDKDefinition (line 61) | class SDKDefinition(object): method __init__ (line 65) | def __init__(self, version, **kw): method find_sdk_dir (line 69) | def find_sdk_dir(self): method get_sdk_dir (line 100) | def get_sdk_dir(self): method get_sdk_vc_script (line 109) | def get_sdk_vc_script(self,host_arch, target_arch): class WindowsSDK (line 128) | class WindowsSDK(SDKDefinition): method __init__ (line 133) | def __init__(self, *args, **kw): class PlatformSDK (line 137) | class PlatformSDK(SDKDefinition): method __init__ (line 142) | def __init__(self, *args, **kw): function get_installed_sdks (line 260) | def get_installed_sdks(): function set_sdk_by_directory (line 283) | def set_sdk_by_directory(env, sdk_dir): function get_cur_sdk_dir_from_reg (line 311) | def get_cur_sdk_dir_from_reg(): function get_sdk_by_version (line 332) | def get_sdk_by_version(mssdk): function get_default_sdk (line 339) | def get_default_sdk(): function mssdk_setup_env (line 349) | def mssdk_setup_env(env): function mssdk_exists (line 404) | def mssdk_exists(version=None): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/MSCommon/vc.py class VisualCException (line 54) | class VisualCException(Exception): class UnsupportedVersion (line 57) | class UnsupportedVersion(VisualCException): class UnsupportedArch (line 60) | class UnsupportedArch(VisualCException): class MissingConfiguration (line 63) | class MissingConfiguration(VisualCException): class NoVersionFound (line 66) | class NoVersionFound(VisualCException): class BatchFileExecutionError (line 69) | class BatchFileExecutionError(VisualCException): function get_host_target (line 99) | def get_host_target(env): function msvc_version_to_maj_min (line 174) | def msvc_version_to_maj_min(msvc_version): function is_host_target_supported (line 187) | def is_host_target_supported(host_target, msvc_version): function find_vc_pdir (line 212) | def find_vc_pdir(msvc_version): function find_batch_file (line 249) | def find_batch_file(env,msvc_version,host_arch,target_arch): function cached_get_installed_vcs (line 294) | def cached_get_installed_vcs(): function get_installed_vcs (line 303) | def get_installed_vcs(): function reset_installed_vcs (line 317) | def reset_installed_vcs(): function script_env (line 329) | def script_env(script, args=None): function get_default_version (line 344) | def get_default_version(env): function msvc_setup_env_once (line 380) | def msvc_setup_env_once(env): function msvc_find_valid_batch_script (line 390) | def msvc_find_valid_batch_script(env,version): function msvc_setup_env (line 471) | def msvc_setup_env(env): function msvc_exists (line 511) | def msvc_exists(version=None): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/MSCommon/vs.py class VisualStudio (line 43) | class VisualStudio(object): method __init__ (line 48) | def __init__(self, version, **kw): method find_batch_file (line 57) | def find_batch_file(self): method find_vs_dir_by_vc (line 69) | def find_vs_dir_by_vc(self): method find_vs_dir_by_reg (line 77) | def find_vs_dir_by_reg(self): method find_vs_dir (line 95) | def find_vs_dir(self): method find_executable (line 107) | def find_executable(self): method get_batch_file (line 121) | def get_batch_file(self): method get_executable (line 129) | def get_executable(self): method get_vs_dir (line 139) | def get_vs_dir(self): method get_supported_arch (line 147) | def get_supported_arch(self): method reset (line 156) | def reset(self): function get_installed_visual_studios (line 385) | def get_installed_visual_studios(): function reset_installed_visual_studios (line 399) | def reset_installed_visual_studios(): function msvs_exists (line 444) | def msvs_exists(): function get_vs_by_version (line 447) | def get_vs_by_version(msvs): function get_default_version (line 470) | def get_default_version(env): function get_default_arch (line 501) | def get_default_arch(env): function merge_default_version (line 523) | def merge_default_version(env): function msvs_setup_env (line 527) | def msvs_setup_env(env): function query_versions (line 555) | def query_versions(): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/Perforce.py function generate (line 51) | def generate(env): function exists (line 96) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/PharLapCommon.py function getPharLapPath (line 40) | def getPharLapPath(): function getPharLapVersion (line 68) | def getPharLapVersion(): function addPathIfNotExists (line 88) | def addPathIfNotExists(env_dict, key, path, sep=os.pathsep): function addPharLapPaths (line 110) | def addPharLapPaths(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/RCS.py function generate (line 38) | def generate(env): function exists (line 57) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/SCCS.py function generate (line 38) | def generate(env): function exists (line 57) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/Subversion.py function generate (line 40) | def generate(env): function exists (line 64) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/__init__.py class Tool (line 74) | class Tool(object): method __init__ (line 75) | def __init__(self, name, toolpath=[], **kw): method _tool_module (line 87) | def _tool_module(self): method __call__ (line 146) | def __call__(self, env, *args, **kw): method __str__ (line 169) | def __str__(self): function createProgBuilder (line 175) | def createProgBuilder(env): function createStaticLibBuilder (line 197) | def createStaticLibBuilder(env): function VersionShLibLinkNames (line 223) | def VersionShLibLinkNames(version, libname, env): function VersionedSharedLibrary (line 269) | def VersionedSharedLibrary(target = None, source= None, env=None): function createSharedLibBuilder (line 359) | def createSharedLibBuilder(env): function createLoadableModuleBuilder (line 383) | def createLoadableModuleBuilder(env): function createObjBuilders (line 407) | def createObjBuilders(env): function createCFileBuilders (line 448) | def createCFileBuilders(env): function CreateJarBuilder (line 485) | def CreateJarBuilder(env): function CreateJavaHBuilder (line 499) | def CreateJavaHBuilder(env): function CreateJavaClassFileBuilder (line 513) | def CreateJavaClassFileBuilder(env): function CreateJavaClassDirBuilder (line 529) | def CreateJavaClassDirBuilder(env): function CreateJavaFileBuilder (line 542) | def CreateJavaFileBuilder(env): class ToolInitializerMethod (line 553) | class ToolInitializerMethod(object): method __init__ (line 563) | def __init__(self, name, initializer): method get_builder (line 571) | def get_builder(self, env): method __call__ (line 593) | def __call__(self, env, *args, **kw): class ToolInitializer (line 601) | class ToolInitializer(object): method __init__ (line 612) | def __init__(self, env, tools, names): method remove_methods (line 626) | def remove_methods(self, env): method apply_tools (line 635) | def apply_tools(self, env): function Initializers (line 652) | def Initializers(env): function FindTool (line 664) | def FindTool(tools, env): function FindAllTools (line 671) | def FindAllTools(tools, env): function tool_list (line 676) | def tool_list(platform, env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/aixc++.py function get_xlc (line 44) | def get_xlc(env): function generate (line 48) | def generate(env): function exists (line 63) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/aixcc.py function get_xlc (line 43) | def get_xlc(env): function generate (line 47) | def generate(env): function exists (line 62) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/aixf77.py function get_xlf77 (line 47) | def get_xlf77(env): function generate (line 53) | def generate(env): function exists (line 68) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/aixlink.py function smart_linkflags (line 44) | def smart_linkflags(source, target, env, for_signature): function generate (line 51) | def generate(env): function exists (line 63) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/applelink.py function generate (line 42) | def generate(env): function exists (line 64) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/ar.py function generate (line 41) | def generate(env): function exists (line 56) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/as.py function generate (line 49) | def generate(env): function exists (line 71) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/bcc32.py function findIt (line 39) | def findIt(program, env): function generate (line 47) | def generate(env): function exists (line 74) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/c++.py function iscplusplus (line 47) | def iscplusplus(source): function generate (line 58) | def generate(env): function exists (line 93) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/cc.py function add_common_cc_variables (line 43) | def add_common_cc_variables(env): function generate (line 67) | def generate(env): function exists (line 98) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/cyglink.py function shlib_generator (line 16) | def shlib_generator(target, source, env, for_signature): function shlib_emitter (line 38) | def shlib_emitter(target, source, env): function generate (line 70) | def generate(env): function exists (line 86) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/default.py function generate (line 38) | def generate(env): function exists (line 43) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/dmd.py function generate (line 4) | def generate(env): function exists (line 7) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/docbook/__init__.py function __extend_targets_sources (line 75) | def __extend_targets_sources(target, source): function __init_xsl_stylesheet (line 88) | def __init_xsl_stylesheet(kw, env, user_xsl_var, default_path): function __select_builder (line 96) | def __select_builder(lxml_builder, libxml2_builder, cmdline_builder): function __ensure_suffix (line 111) | def __ensure_suffix(t, suffix): function __ensure_suffix_stem (line 119) | def __ensure_suffix_stem(t, suffix): function __get_xml_text (line 132) | def __get_xml_text(root): function __create_output_dir (line 140) | def __create_output_dir(base_dir): function __detect_cl_tool (line 169) | def __detect_cl_tool(env, chainkey, cdict): function _detect (line 183) | def _detect(env): function __xml_scan (line 206) | def __xml_scan(node, env, path, arg): function __generate_xsltproc_action (line 267) | def __generate_xsltproc_action(source, target, env, for_signature): function __emit_xsl_basedir (line 280) | def __emit_xsl_basedir(target, source, env): function __build_libxml2 (line 294) | def __build_libxml2(target, source, env): function __build_lxml (line 315) | def __build_lxml(target, source, env): function __xinclude_libxml2 (line 346) | def __xinclude_libxml2(target, source, env): function __xinclude_lxml (line 357) | def __xinclude_lxml(target, source, env): function DocbookEpub (line 412) | def DocbookEpub(env, target, source=None, *args, **kw): function DocbookHtml (line 535) | def DocbookHtml(env, target, source=None, *args, **kw): function DocbookHtmlChunked (line 557) | def DocbookHtmlChunked(env, target, source=None, *args, **kw): function DocbookHtmlhelp (line 592) | def DocbookHtmlhelp(env, target, source=None, *args, **kw): function DocbookPdf (line 627) | def DocbookPdf(env, target, source=None, *args, **kw): function DocbookMan (line 651) | def DocbookMan(env, target, source=None, *args, **kw): function DocbookSlidesPdf (line 718) | def DocbookSlidesPdf(env, target, source=None, *args, **kw): function DocbookSlidesHtml (line 742) | def DocbookSlidesHtml(env, target, source=None, *args, **kw): function DocbookXInclude (line 777) | def DocbookXInclude(env, target, source, *args, **kw): function DocbookXslt (line 794) | def DocbookXslt(env, target, source=None, *args, **kw): function generate (line 817) | def generate(env): function exists (line 881) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/filesystem.py function copyto_emitter (line 40) | def copyto_emitter(target, source, env): function copy_action_func (line 51) | def copy_action_func(target, source, env): function copy_action_str (line 60) | def copy_action_str(target, source, env): function generate (line 65) | def generate(env): function exists (line 91) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/g++.py function generate (line 49) | def generate(env): function exists (line 72) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/g77.py function generate (line 41) | def generate(env): function exists (line 66) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/gas.py function generate (line 40) | def generate(env): function exists (line 46) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/gcc.py function generate (line 45) | def generate(env): function exists (line 62) | def exists(env): function detect_version (line 66) | def detect_version(env, cc): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/gdc.py function generate (line 58) | def generate(env): function exists (line 123) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/gettext.py function generate (line 29) | def generate(env,**kw): function exists (line 39) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/gfortran.py function generate (line 41) | def generate(env): function exists (line 57) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/gnulink.py function generate (line 40) | def generate(env): function exists (line 53) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/hpc++.py function generate (line 60) | def generate(env): function exists (line 77) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/hpcc.py function generate (line 39) | def generate(env): function exists (line 46) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/hplink.py function generate (line 59) | def generate(env): function exists (line 70) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/icc.py function generate (line 38) | def generate(env): function exists (line 52) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/icl.py function generate (line 41) | def generate(*args, **kw): function exists (line 45) | def exists(*args, **kw): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/ilink.py function generate (line 40) | def generate(env): function exists (line 52) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/ilink32.py function generate (line 36) | def generate(env): function exists (line 51) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/install.py class CopytreeError (line 48) | class CopytreeError(EnvironmentError): function scons_copytree (line 54) | def scons_copytree(src, dst, symlinks=False): function copyFunc (line 105) | def copyFunc(dest, source, env): function copyFuncVersionedLib (line 128) | def copyFuncVersionedLib(dest, source, env): function versionedLibVersion (line 148) | def versionedLibVersion(dest, env): function versionedLibLinks (line 195) | def versionedLibLinks(dest, source, env): function installFunc (line 234) | def installFunc(target, source, env): function installFuncVersionedLib (line 250) | def installFuncVersionedLib(target, source, env): function stringFunc (line 266) | def stringFunc(target, source, env): function add_targets_to_INSTALLED_FILES (line 281) | def add_targets_to_INSTALLED_FILES(target, source, env): function add_versioned_targets_to_INSTALLED_FILES (line 292) | def add_versioned_targets_to_INSTALLED_FILES(target, source, env): class DESTDIR_factory (line 321) | class DESTDIR_factory(object): method __init__ (line 325) | def __init__(self, env, dir): method Entry (line 329) | def Entry(self, name): method Dir (line 333) | def Dir(self, name): function InstallBuilderWrapper (line 346) | def InstallBuilderWrapper(env, target=None, source=None, dir=None, **kw): function InstallAsBuilderWrapper (line 376) | def InstallAsBuilderWrapper(env, target=None, source=None, **kw): function InstallVersionedBuilderWrapper (line 385) | def InstallVersionedBuilderWrapper(env, target=None, source=None, dir=No... function generate (line 416) | def generate(env): function exists (line 486) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/intelc.py class IntelCError (line 56) | class IntelCError(SCons.Errors.InternalError): class MissingRegistryError (line 58) | class MissingRegistryError(IntelCError): # missing registry entry class MissingDirError (line 60) | class MissingDirError(IntelCError): # dir not found class NoRegistryModuleError (line 62) | class NoRegistryModuleError(IntelCError): # can't read registry at all function uniquify (line 65) | def uniquify(s): function linux_ver_normalize (line 74) | def linux_ver_normalize(vstr): function check_abi (line 94) | def check_abi(abi): function vercmp (line 125) | def vercmp(a, b): function get_version_from_list (line 130) | def get_version_from_list(v, vlist): function get_intel_registry_value (line 147) | def get_intel_registry_value(valuename, version=None, abi=None): function get_all_compiler_versions (line 205) | def get_all_compiler_versions(): function get_intel_compiler_top (line 307) | def get_intel_compiler_top(version, abi): function generate (line 389) | def generate(env, version=None, abi=None, topdir=None, verbose=0): function exists (line 582) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/lex.py function lexEmitter (line 44) | def lexEmitter(target, source, env): function generate (line 67) | def generate(env): function exists (line 90) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/link.py function isfortran (line 45) | def isfortran(env, source): return False function isD (line 46) | def isD(env,source): return False function smart_link (line 50) | def smart_link(source, target, env, for_signature): function shlib_emitter (line 74) | def shlib_emitter(target, source, env): function shlib_emitter_names (line 95) | def shlib_emitter_names(target, source, env): function generate (line 152) | def generate(env): function exists (line 194) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/linkloc.py function repl_linker_command (line 51) | def repl_linker_command(m): class LinklocGenerator (line 64) | class LinklocGenerator(object): method __init__ (line 65) | def __init__(self, cmdline): method __call__ (line 68) | def __call__(self, env, target, source, for_signature): function generate (line 79) | def generate(env): function exists (line 102) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/m4.py function generate (line 40) | def generate(env): function exists (line 56) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/masm.py function generate (line 47) | def generate(env): function exists (line 70) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/mingw.py function find (line 46) | def find(env): function shlib_generator (line 80) | def shlib_generator(target, source, env, for_signature): function shlib_emitter (line 99) | def shlib_emitter(target, source, env): function generate (line 143) | def generate(env): function exists (line 188) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/msgfmt.py class _MOFileBuilder (line 28) | class _MOFileBuilder(BuilderBase): method _execute (line 37) | def _execute(self, env, target, source, *args, **kw): function _create_mo_file_builder (line 63) | def _create_mo_file_builder(env, **kw): function generate (line 76) | def generate(env,**kw): function exists (line 95) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/msginit.py function _optional_no_translator_flag (line 34) | def _optional_no_translator_flag(env): function _POInitBuilder (line 49) | def _POInitBuilder(env, **kw): function _POInitBuilderWrapper (line 60) | def _POInitBuilderWrapper(env, target=None, source=_null, **kw): function generate (line 78) | def generate(env,**kw): function exists (line 107) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/msgmerge.py function _update_or_init_po_files (line 30) | def _update_or_init_po_files(target, source, env): function _POUpdateBuilder (line 45) | def _POUpdateBuilder(env, **kw): function _POUpdateBuilderWrapper (line 56) | def _POUpdateBuilderWrapper(env, target=None, source=_null, **kw): function generate (line 70) | def generate(env,**kw): function exists (line 91) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/mslib.py function generate (line 44) | def generate(env): function exists (line 57) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/mslink.py function pdbGenerator (line 49) | def pdbGenerator(env, target, source, for_signature): function _dllTargets (line 55) | def _dllTargets(target, source, env, for_signature, paramtp): function _dllSources (line 65) | def _dllSources(target, source, env, for_signature, paramtp): function windowsShlinkTargets (line 81) | def windowsShlinkTargets(target, source, env, for_signature): function windowsShlinkSources (line 84) | def windowsShlinkSources(target, source, env, for_signature): function _windowsLdmodTargets (line 87) | def _windowsLdmodTargets(target, source, env, for_signature): function _windowsLdmodSources (line 91) | def _windowsLdmodSources(target, source, env, for_signature): function _dllEmitter (line 95) | def _dllEmitter(target, source, env, paramtp): function windowsLibEmitter (line 147) | def windowsLibEmitter(target, source, env): function ldmodEmitter (line 150) | def ldmodEmitter(target, source, env): function prog_emitter (line 158) | def prog_emitter(target, source, env): function RegServerFunc (line 192) | def RegServerFunc(target, source, env): function embedManifestDllCheck (line 207) | def embedManifestDllCheck(target, source, env): function embedManifestExeCheck (line 221) | def embedManifestExeCheck(target, source, env): function generate (line 247) | def generate(env): function exists (line 320) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/mssdk.py function generate (line 39) | def generate(env): function exists (line 43) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/msvc.py function validate_vars (line 55) | def validate_vars(env): function pch_emitter (line 63) | def pch_emitter(target, source, env): function object_emitter (line 84) | def object_emitter(target, source, env, parent_emitter): function static_object_emitter (line 108) | def static_object_emitter(target, source, env): function shared_object_emitter (line 112) | def shared_object_emitter(target, source, env): function msvc_batch_key (line 131) | def msvc_batch_key(action, env, target, source): function msvc_output_flag (line 160) | def msvc_output_flag(target, source, env, for_signature): function generate (line 198) | def generate(env): function exists (line 271) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/msvs.py function xmlify (line 62) | def xmlify(s): function processIncludes (line 70) | def processIncludes(includes, env, target, source): function _generateGUID (line 76) | def _generateGUID(slnfile, name): function msvs_parse_version (line 93) | def msvs_parse_version(s): function relpath (line 104) | def relpath(path, start=os.path.curdir): function getExecScriptMain (line 146) | def getExecScriptMain(env, xml=None): class Config (line 171) | class Config(object): function splitFully (line 174) | def splitFully(path): function makeHierarchy (line 182) | def makeHierarchy(sources): class _DSPGenerator (line 201) | class _DSPGenerator(object): method __init__ (line 211) | def __init__(self, dspfile, source, env): method Build (line 365) | def Build(self): class _GenerateV6DSP (line 390) | class _GenerateV6DSP(_DSPGenerator): method PrintHeader (line 393) | def PrintHeader(self): method PrintProject (line 407) | def PrintProject(self): method PrintSourceFiles (line 476) | def PrintSourceFiles(self): method Parse (line 503) | def Parse(self): method Build (line 551) | def Build(self): class _GenerateV7DSP (line 623) | class _GenerateV7DSP(_DSPGenerator): method __init__ (line 626) | def __init__(self, dspfile, source, env): method PrintHeader (line 647) | def PrintHeader(self): method PrintProject (line 690) | def PrintProject(self): method printSources (line 746) | def printSources(self, hierarchy, commonprefix): method PrintSourceFiles (line 768) | def PrintSourceFiles(self): method Parse (line 814) | def Parse(self): method Build (line 861) | def Build(self): class _GenerateV10DSP (line 916) | class _GenerateV10DSP(_DSPGenerator): method __init__ (line 919) | def __init__(self, dspfile, source, env): method PrintHeader (line 926) | def PrintHeader(self): method PrintProject (line 969) | def PrintProject(self): method printFilters (line 1057) | def printFilters(self, hierarchy, name): method printSources (line 1068) | def printSources(self, hierarchy, kind, commonprefix, filter_name): method PrintSourceFiles (line 1094) | def PrintSourceFiles(self): method Parse (line 1160) | def Parse(self): method Build (line 1163) | def Build(self): class _DSWGenerator (line 1173) | class _DSWGenerator(object): method __init__ (line 1175) | def __init__(self, dswfile, source, env): method Build (line 1196) | def Build(self): class _GenerateV7DSW (line 1199) | class _GenerateV7DSW(_DSWGenerator): method __init__ (line 1201) | def __init__(self, dswfile, source, env): method Parse (line 1282) | def Parse(self): method PrintSolution (line 1311) | def PrintSolution(self): method Build (line 1424) | def Build(self): class _GenerateV6DSW (line 1464) | class _GenerateV6DSW(_DSWGenerator): method PrintWorkspace (line 1467) | def PrintWorkspace(self): method Build (line 1473) | def Build(self): function GenerateDSP (line 1483) | def GenerateDSP(dspfile, source, env): function GenerateDSW (line 1499) | def GenerateDSW(dswfile, source, env): function GetMSVSProjectSuffix (line 1518) | def GetMSVSProjectSuffix(target, source, env, for_signature): function GetMSVSSolutionSuffix (line 1521) | def GetMSVSSolutionSuffix(target, source, env, for_signature): function GenerateProject (line 1524) | def GenerateProject(target, source, env): function GenerateSolution (line 1557) | def GenerateSolution(target, source, env): function projectEmitter (line 1560) | def projectEmitter(target, source, env): function solutionEmitter (line 1663) | def solutionEmitter(target, source, env): function generate (line 1733) | def generate(env): function exists (line 1796) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/mwcc.py function set_vars (line 40) | def set_vars(env): function find_versions (line 87) | def find_versions(): class MWVersion (line 122) | class MWVersion(object): method __init__ (line 123) | def __init__(self, version, path, platform): method __str__ (line 147) | def __str__(self): function generate (line 155) | def generate(env): function exists (line 200) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/mwld.py function generate (line 38) | def generate(env): function exists (line 61) | def exists(env): function shlib_generator (line 66) | def shlib_generator(target, source, env, for_signature): function shlib_emitter (line 83) | def shlib_emitter(target, source, env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/nasm.py function generate (line 47) | def generate(env): function exists (line 65) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/rmic.py function emit_rmic_classes (line 43) | def emit_rmic_classes(target, source, env): function generate (line 104) | def generate(env): function exists (line 113) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/rpcgen.py function generate (line 45) | def generate(env): function exists (line 63) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/sgiar.py function generate (line 42) | def generate(env): function exists (line 61) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/sgic++.py function generate (line 40) | def generate(env): function exists (line 51) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/sgicc.py function generate (line 38) | def generate(env): function exists (line 46) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/sgilink.py function generate (line 42) | def generate(env): function exists (line 55) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/sunar.py function generate (line 41) | def generate(env): function exists (line 60) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/sunc++.py function get_package_info (line 46) | def get_package_info(package_name, pkginfo, pkgchk): function get_cppc (line 94) | def get_cppc(env): function generate (line 114) | def generate(env): function exists (line 130) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/suncc.py function generate (line 39) | def generate(env): function exists (line 51) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/sunlink.py function generate (line 59) | def generate(env): function exists (line 69) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/tar.py function generate (line 53) | def generate(env): function exists (line 66) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/textfile.py function _do_subst (line 58) | def _do_subst(node, subs): function _action (line 72) | def _action(target, source, env): function _strfunc (line 120) | def _strfunc(target, source, env): function _convert_list_R (line 123) | def _convert_list_R(newlist, sources): function _convert_list (line 131) | def _convert_list(target, source, env): function generate (line 159) | def generate(env): function exists (line 168) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/tlib.py function generate (line 36) | def generate(env): function exists (line 46) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/wix.py function generate (line 39) | def generate(env): function exists (line 65) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/xgettext.py class _CmdRunner (line 30) | class _CmdRunner(object): method __init__ (line 35) | def __init__( self, command, commandstr = None): method __call__ (line 42) | def __call__(self, target, source, env): method strfunction (line 61) | def strfunction(self, target, source, env): function _update_pot_file (line 71) | def _update_pot_file(target, source, env): class _POTBuilder (line 153) | class _POTBuilder(BuilderBase): method _execute (line 154) | def _execute(self, env, target, source, *args): function _scan_xgettext_from_files (line 165) | def _scan_xgettext_from_files(target, source, env, files = None, path = ... function _pot_update_emitter (line 219) | def _pot_update_emitter(target, source, env): function _POTUpdateBuilderWrapper (line 252) | def _POTUpdateBuilderWrapper(env, target=None, source=_null, **kw): function _POTUpdateBuilder (line 257) | def _POTUpdateBuilder(env, **kw): function generate (line 269) | def generate(env,**kw): function exists (line 326) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Tool/zip.py function zip (line 51) | def zip(target, source, env): function generate (line 78) | def generate(env): function exists (line 93) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Util.py function dictify (line 46) | def dictify(keys, values, result={}): function rightmost_separator (line 56) | def rightmost_separator(path, sep): function rightmost_separator (line 59) | def rightmost_separator(path, sep): function containsAny (line 64) | def containsAny(str, set): function containsAll (line 70) | def containsAll(str, set): function containsOnly (line 76) | def containsOnly(str, set): function splitext (line 82) | def splitext(path): function updrive (line 92) | def updrive(path): class NodeList (line 104) | class NodeList(UserList): method __nonzero__ (line 114) | def __nonzero__(self): method __str__ (line 117) | def __str__(self): method __iter__ (line 120) | def __iter__(self): method __call__ (line 123) | def __call__(self, *args, **kwargs): method __getattr__ (line 127) | def __getattr__(self, name): function get_environment_var (line 134) | def get_environment_var(varstr): class DisplayEngine (line 149) | class DisplayEngine(object): method __call__ (line 151) | def __call__(self, text, append_newline=1): method set_mode (line 167) | def set_mode(self, mode): function render_tree (line 170) | def render_tree(root, child_func, prune=0, margin=[0], visited={}): function print_tree (line 210) | def print_tree(root, child_func, prune=0, showtags=0, margin=[0], visite... function is_Dict (line 312) | def is_Dict(obj, isinstance=isinstance, DictTypes=DictTypes): function is_List (line 315) | def is_List(obj, isinstance=isinstance, ListTypes=ListTypes): function is_Sequence (line 318) | def is_Sequence(obj, isinstance=isinstance, SequenceTypes=SequenceTypes): function is_Tuple (line 321) | def is_Tuple(obj, isinstance=isinstance, tuple=tuple): function is_String (line 324) | def is_String(obj, isinstance=isinstance, StringTypes=StringTypes): function is_Scalar (line 327) | def is_Scalar(obj, isinstance=isinstance, StringTypes=StringTypes, Seque... function do_flatten (line 336) | def do_flatten(sequence, result, isinstance=isinstance, function flatten (line 344) | def flatten(obj, isinstance=isinstance, StringTypes=StringTypes, function flatten_sequence (line 362) | def flatten_sequence(sequence, isinstance=isinstance, StringTypes=String... function to_String (line 383) | def to_String(s, function to_String_for_subst (line 396) | def to_String_for_subst(s, function to_String_for_signature (line 416) | def to_String_for_signature(obj, to_String_for_subst=to_String_for_subst, function semi_deepcopy_dict (line 441) | def semi_deepcopy_dict(x, exclude = [] ): function _semi_deepcopy_list (line 455) | def _semi_deepcopy_list(x): function _semi_deepcopy_tuple (line 459) | def _semi_deepcopy_tuple(x): function semi_deepcopy (line 463) | def semi_deepcopy(x): class Proxy (line 478) | class Proxy(object): method __init__ (line 509) | def __init__(self, subject): method __getattr__ (line 513) | def __getattr__(self, name): method get (line 518) | def get(self): method __cmp__ (line 522) | def __cmp__(self, other): class Delegate (line 527) | class Delegate(object): method __init__ (line 534) | def __init__(self, attribute): method __get__ (line 536) | def __get__(self, obj, cls): class _NoError (line 570) | class _NoError(Exception): function RegGetValue (line 580) | def RegGetValue(root, key): class WindowsError (line 614) | class WindowsError(OSError): function RegGetValue (line 626) | def RegGetValue(root, key): function RegOpenKeyEx (line 629) | def RegOpenKeyEx(root, key): function WhereIs (line 634) | def WhereIs(file, path=None, pathext=None, reject=[]): function WhereIs (line 669) | def WhereIs(file, path=None, pathext=None, reject=[]): function WhereIs (line 699) | def WhereIs(file, path=None, pathext=None, reject=[]): function PrependPath (line 729) | def PrependPath(oldpath, newpath, sep = os.pathsep, function AppendPath (line 811) | def AppendPath(oldpath, newpath, sep = os.pathsep, function get_native_path (line 893) | def get_native_path(path): function get_native_path (line 898) | def get_native_path(path): function Split (line 905) | def Split(arg): class CLVar (line 913) | class CLVar(UserList): method __init__ (line 923) | def __init__(self, seq = []): method __add__ (line 925) | def __add__(self, other): method __radd__ (line 927) | def __radd__(self, other): method __coerce__ (line 929) | def __coerce__(self, other): method __str__ (line 931) | def __str__(self): class OrderedDict (line 938) | class OrderedDict(UserDict): method __init__ (line 939) | def __init__(self, dict = None): method __delitem__ (line 943) | def __delitem__(self, key): method __setitem__ (line 947) | def __setitem__(self, key, item): method clear (line 951) | def clear(self): method copy (line 955) | def copy(self): method items (line 960) | def items(self): method keys (line 963) | def keys(self): method popitem (line 966) | def popitem(self): method setdefault (line 977) | def setdefault(self, key, failobj = None): method update (line 981) | def update(self, dict): method values (line 985) | def values(self): class Selector (line 988) | class Selector(OrderedDict): method __call__ (line 992) | def __call__(self, env, source, ext=None): function case_sensitive_suffixes (line 1026) | def case_sensitive_suffixes(s1, s2): function case_sensitive_suffixes (line 1029) | def case_sensitive_suffixes(s1, s2): function adjustixes (line 1032) | def adjustixes(fname, pre, suf, ensure_suffix=False): function unique (line 1052) | def unique(s): function uniquer (line 1129) | def uniquer(seq, idfun=None): function uniquer_hashables (line 1148) | def uniquer_hashables(seq): class LogicalLines (line 1162) | class LogicalLines(object): method __init__ (line 1164) | def __init__(self, fileobj): method readline (line 1167) | def readline(self): method readlines (line 1180) | def readlines(self): class UniqueList (line 1191) | class UniqueList(UserList): method __init__ (line 1192) | def __init__(self, seq = []): method __make_unique (line 1195) | def __make_unique(self): method __lt__ (line 1199) | def __lt__(self, other): method __le__ (line 1202) | def __le__(self, other): method __eq__ (line 1205) | def __eq__(self, other): method __ne__ (line 1208) | def __ne__(self, other): method __gt__ (line 1211) | def __gt__(self, other): method __ge__ (line 1214) | def __ge__(self, other): method __cmp__ (line 1217) | def __cmp__(self, other): method __len__ (line 1220) | def __len__(self): method __getitem__ (line 1223) | def __getitem__(self, i): method __setitem__ (line 1226) | def __setitem__(self, i, item): method __getslice__ (line 1229) | def __getslice__(self, i, j): method __setslice__ (line 1232) | def __setslice__(self, i, j, other): method __add__ (line 1235) | def __add__(self, other): method __radd__ (line 1239) | def __radd__(self, other): method __iadd__ (line 1243) | def __iadd__(self, other): method __mul__ (line 1247) | def __mul__(self, other): method __rmul__ (line 1251) | def __rmul__(self, other): method __imul__ (line 1255) | def __imul__(self, other): method append (line 1259) | def append(self, item): method insert (line 1262) | def insert(self, i): method count (line 1265) | def count(self, item): method index (line 1268) | def index(self, item): method reverse (line 1271) | def reverse(self): method sort (line 1274) | def sort(self, *args, **kwds): method extend (line 1277) | def extend(self, other): class Unbuffered (line 1282) | class Unbuffered(object): method __init__ (line 1287) | def __init__(self, file): method write (line 1290) | def write(self, arg): method __getattr__ (line 1303) | def __getattr__(self, attr): function make_path_relative (line 1306) | def make_path_relative(path): function AddMethod (line 1347) | def AddMethod(obj, function, name=None): function RenameFunction (line 1374) | def RenameFunction(function, name): function MD5signature (line 1386) | def MD5signature(s): function MD5filesignature (line 1389) | def MD5filesignature(fname, chunksize=65536): function MD5signature (line 1402) | def MD5signature(s): function MD5filesignature (line 1407) | def MD5filesignature(fname, chunksize=65536): function MD5collect (line 1418) | def MD5collect(signatures): function silent_intern (line 1432) | def silent_intern(x): class Null (line 1452) | class Null(object): method __new__ (line 1454) | def __new__(cls, *args, **kwargs): method __init__ (line 1458) | def __init__(self, *args, **kwargs): method __call__ (line 1460) | def __call__(self, *args, **kwargs): method __repr__ (line 1462) | def __repr__(self): method __nonzero__ (line 1464) | def __nonzero__(self): method __getattr__ (line 1466) | def __getattr__(self, name): method __setattr__ (line 1468) | def __setattr__(self, name, value): method __delattr__ (line 1470) | def __delattr__(self, name): class NullSeq (line 1473) | class NullSeq(Null): method __len__ (line 1474) | def __len__(self): method __iter__ (line 1476) | def __iter__(self): method __getitem__ (line 1478) | def __getitem__(self, i): method __delitem__ (line 1480) | def __delitem__(self, i): method __setitem__ (line 1482) | def __setitem__(self, i, v): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Variables/BoolVariable.py function _text2bool (line 47) | def _text2bool(val): function _validator (line 64) | def _validator(key, val, env): function BoolVariable (line 75) | def BoolVariable(key, help, default): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Variables/EnumVariable.py function _validator (line 47) | def _validator(key, val, env, vals): function EnumVariable (line 53) | def EnumVariable(key, help, default, allowed_values, map={}, ignorecase=0): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Variables/ListVariable.py class _ListVariable (line 61) | class _ListVariable(collections.UserList): method __init__ (line 62) | def __init__(self, initlist=[], allowedElems=[]): method __cmp__ (line 66) | def __cmp__(self, other): method __eq__ (line 68) | def __eq__(self, other): method __ge__ (line 70) | def __ge__(self, other): method __gt__ (line 72) | def __gt__(self, other): method __le__ (line 74) | def __le__(self, other): method __lt__ (line 76) | def __lt__(self, other): method __str__ (line 78) | def __str__(self): method prepare_to_store (line 86) | def prepare_to_store(self): function _converter (line 89) | def _converter(val, allowedElems, mapdict): function ListVariable (line 113) | def ListVariable(key, help, default, names, map={}): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Variables/PackageVariable.py function _converter (line 62) | def _converter(val): function _validator (line 72) | def _validator(key, val, env, searchfunc): function PackageVariable (line 86) | def PackageVariable(key, help, default, searchfunc=None): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Variables/PathVariable.py class _PathVariableClass (line 80) | class _PathVariableClass(object): method PathAccept (line 82) | def PathAccept(self, key, val, env): method PathIsDir (line 86) | def PathIsDir(self, key, val, env): method PathIsDirCreate (line 95) | def PathIsDirCreate(self, key, val, env): method PathIsFile (line 104) | def PathIsFile(self, key, val, env): method PathExists (line 113) | def PathExists(self, key, val, env): method __call__ (line 119) | def __call__(self, key, help, default, validator=None): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Variables/__init__.py class Variables (line 46) | class Variables(object): method __init__ (line 53) | def __init__(self, files=[], args={}, is_global=1): method _do_add (line 76) | def _do_add(self, key, help="", default=None, validator=None, converte... method keys (line 103) | def keys(self): method Add (line 109) | def Add(self, key, help="", default=None, validator=None, converter=No... method AddVariables (line 132) | def AddVariables(self, *optlist): method Update (line 151) | def Update(self, env, args=None): method UnknownVariables (line 218) | def UnknownVariables(self): method Save (line 225) | def Save(self, filename, env): method GenerateHelpText (line 274) | def GenerateHelpText(self, env, sort=None): method FormatVariableHelpText (line 300) | def FormatVariableHelpText(self, env, key, help, default, actual, alia... FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Warnings.py class Warning (line 36) | class Warning(SCons.Errors.UserError): class WarningOnByDefault (line 39) | class WarningOnByDefault(Warning): class TargetNotBuiltWarning (line 45) | class TargetNotBuiltWarning(Warning): # Should go to OnByDefault class CacheWriteErrorWarning (line 48) | class CacheWriteErrorWarning(Warning): class CorruptSConsignWarning (line 51) | class CorruptSConsignWarning(WarningOnByDefault): class DependencyWarning (line 54) | class DependencyWarning(Warning): class DuplicateEnvironmentWarning (line 57) | class DuplicateEnvironmentWarning(WarningOnByDefault): class FutureReservedVariableWarning (line 60) | class FutureReservedVariableWarning(WarningOnByDefault): class LinkWarning (line 63) | class LinkWarning(WarningOnByDefault): class MisleadingKeywordsWarning (line 66) | class MisleadingKeywordsWarning(WarningOnByDefault): class MissingSConscriptWarning (line 69) | class MissingSConscriptWarning(WarningOnByDefault): class NoMD5ModuleWarning (line 72) | class NoMD5ModuleWarning(WarningOnByDefault): class NoMetaclassSupportWarning (line 75) | class NoMetaclassSupportWarning(WarningOnByDefault): class NoObjectCountWarning (line 78) | class NoObjectCountWarning(WarningOnByDefault): class NoParallelSupportWarning (line 81) | class NoParallelSupportWarning(WarningOnByDefault): class ReservedVariableWarning (line 84) | class ReservedVariableWarning(WarningOnByDefault): class StackSizeWarning (line 87) | class StackSizeWarning(WarningOnByDefault): class VisualCMissingWarning (line 90) | class VisualCMissingWarning(WarningOnByDefault): class VisualVersionMismatch (line 95) | class VisualVersionMismatch(WarningOnByDefault): class VisualStudioMissingWarning (line 98) | class VisualStudioMissingWarning(Warning): class FortranCxxMixWarning (line 101) | class FortranCxxMixWarning(LinkWarning): class FutureDeprecatedWarning (line 107) | class FutureDeprecatedWarning(Warning): class DeprecatedWarning (line 110) | class DeprecatedWarning(Warning): class MandatoryDeprecatedWarning (line 113) | class MandatoryDeprecatedWarning(DeprecatedWarning): class PythonVersionWarning (line 118) | class PythonVersionWarning(DeprecatedWarning): class DeprecatedSourceCodeWarning (line 121) | class DeprecatedSourceCodeWarning(FutureDeprecatedWarning): class DeprecatedBuildDirWarning (line 124) | class DeprecatedBuildDirWarning(DeprecatedWarning): class TaskmasterNeedsExecuteWarning (line 127) | class TaskmasterNeedsExecuteWarning(DeprecatedWarning): class DeprecatedCopyWarning (line 130) | class DeprecatedCopyWarning(MandatoryDeprecatedWarning): class DeprecatedOptionsWarning (line 133) | class DeprecatedOptionsWarning(MandatoryDeprecatedWarning): class DeprecatedSourceSignaturesWarning (line 136) | class DeprecatedSourceSignaturesWarning(MandatoryDeprecatedWarning): class DeprecatedTargetSignaturesWarning (line 139) | class DeprecatedTargetSignaturesWarning(MandatoryDeprecatedWarning): class DeprecatedDebugOptionsWarning (line 142) | class DeprecatedDebugOptionsWarning(MandatoryDeprecatedWarning): class DeprecatedSigModuleWarning (line 145) | class DeprecatedSigModuleWarning(MandatoryDeprecatedWarning): class DeprecatedBuilderKeywordsWarning (line 148) | class DeprecatedBuilderKeywordsWarning(MandatoryDeprecatedWarning): function suppressWarningClass (line 162) | def suppressWarningClass(clazz): function enableWarningClass (line 167) | def enableWarningClass(clazz): function warningAsException (line 172) | def warningAsException(flag=1): function warn (line 179) | def warn(clazz, *args): function process_warn_strings (line 193) | def process_warn_strings(arguments): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/compat/__init__.py function import_as (line 69) | def import_as(module, name): function rename_module (line 77) | def rename_module(new, old): function lexists (line 162) | def lexists(path): function intern (line 203) | def intern(x): function callable (line 224) | def callable(obj): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/compat/_scons_builtins.py function all (line 62) | def all(iterable): function any (line 77) | def any(iterable): class memoryview (line 92) | class memoryview(object): method __init__ (line 93) | def __init__(self, obj): method __getitem__ (line 96) | def __getitem__(self, indx): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/compat/_scons_dbm.py class error (line 35) | class error(Exception): function open (line 38) | def open(*args, **kw): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/compat/_scons_hashlib.py class md5obj (line 39) | class md5obj(object): method __init__ (line 43) | def __init__(self, name, string=''): method __repr__ (line 49) | def __repr__(self): method copy (line 52) | def copy(self): method digest (line 58) | def digest(self): method update (line 61) | def update(self, arg): method hexdigest (line 64) | def hexdigest(self): function md5 (line 69) | def md5(string=''): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/compat/_scons_sets.py class BaseSet (line 62) | class BaseSet(object): method __init__ (line 69) | def __init__(self): method __len__ (line 78) | def __len__(self): method __repr__ (line 82) | def __repr__(self): method _repr (line 92) | def _repr(self, sort_them=False): method __iter__ (line 98) | def __iter__(self): method __cmp__ (line 111) | def __cmp__(self, other): method __eq__ (line 129) | def __eq__(self, other): method __ne__ (line 135) | def __ne__(self, other): method copy (line 143) | def copy(self): method __deepcopy__ (line 151) | def __deepcopy__(self, memo): method __or__ (line 176) | def __or__(self, other): method union (line 185) | def union(self, other): method __and__ (line 194) | def __and__(self, other): method intersection (line 203) | def intersection(self, other): method __xor__ (line 217) | def __xor__(self, other): method symmetric_difference (line 226) | def symmetric_difference(self, other): method __sub__ (line 245) | def __sub__(self, other): method difference (line 254) | def difference(self, other): method __contains__ (line 272) | def __contains__(self, element): method issubset (line 287) | def issubset(self, other): method issuperset (line 296) | def issuperset(self, other): method __lt__ (line 309) | def __lt__(self, other): method __gt__ (line 313) | def __gt__(self, other): method _binary_sanity_check (line 319) | def _binary_sanity_check(self, other): method _compute_hash (line 325) | def _compute_hash(self): method _update (line 336) | def _update(self, iterable): class ImmutableSet (line 373) | class ImmutableSet(BaseSet): method __init__ (line 380) | def __init__(self, iterable=None): method __hash__ (line 387) | def __hash__(self): method __getstate__ (line 392) | def __getstate__(self): method __setstate__ (line 395) | def __setstate__(self, state): class Set (line 398) | class Set(BaseSet): method __init__ (line 405) | def __init__(self, iterable=None): method __getstate__ (line 411) | def __getstate__(self): method __setstate__ (line 415) | def __setstate__(self, data): method __hash__ (line 418) | def __hash__(self): method __ior__ (line 428) | def __ior__(self, other): method union_update (line 434) | def union_update(self, other): method __iand__ (line 438) | def __iand__(self, other): method intersection_update (line 444) | def intersection_update(self, other): method __ixor__ (line 451) | def __ixor__(self, other): method symmetric_difference_update (line 457) | def symmetric_difference_update(self, other): method __isub__ (line 471) | def __isub__(self, other): method difference_update (line 477) | def difference_update(self, other): method update (line 489) | def update(self, iterable): method clear (line 493) | def clear(self): method add (line 499) | def add(self, element): method remove (line 512) | def remove(self, element): method discard (line 525) | def discard(self, element): method pop (line 535) | def pop(self): method __as_immutable__ (line 539) | def __as_immutable__(self): method __as_temporarily_immutable__ (line 543) | def __as_temporarily_immutable__(self): class _TemporarilyImmutableSet (line 548) | class _TemporarilyImmutableSet(BaseSet): method __init__ (line 552) | def __init__(self, set): method __hash__ (line 556) | def __hash__(self): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/compat/_scons_subprocess.py class CalledProcessError (line 363) | class CalledProcessError(Exception): method __init__ (line 367) | def __init__(self, returncode, cmd): method __str__ (line 370) | def __str__(self): class STARTUPINFO (line 386) | class STARTUPINFO(object): class pywintypes (line 392) | class pywintypes(object): function is_int (line 439) | def is_int(obj): function is_int_or_long (line 441) | def is_int_or_long(obj): function is_int (line 444) | def is_int(obj): function is_int_or_long (line 446) | def is_int_or_long(obj): function is_string (line 456) | def is_string(obj): function _cleanup (line 461) | def _cleanup(): function call (line 475) | def call(*popenargs, **kwargs): function check_call (line 486) | def check_call(*popenargs, **kwargs): function list2cmdline (line 505) | def list2cmdline(seq): class Popen (line 572) | class Popen(object): method __init__ (line 573) | def __init__(self, args, bufsize=0, executable=None, method _translate_newlines (line 648) | def _translate_newlines(self, data): method __del__ (line 654) | def __del__(self): method communicate (line 665) | def communicate(self, input=None): method _get_handles (line 697) | def _get_handles(self, stdin, stdout, stderr): method _make_inheritable (line 757) | def _make_inheritable(self, handle): method _find_w9xpopen (line 764) | def _find_w9xpopen(self): method _execute_child (line 780) | def _execute_child(self, args, executable, preexec_fn, close_fds, method poll (line 860) | def poll(self, _deadstate=None): method wait (line 869) | def wait(self): method _readerthread (line 878) | def _readerthread(self, fh, buffer): method _communicate (line 882) | def _communicate(self, input): method _get_handles (line 932) | def _get_handles(self, stdin, stdout, stderr): method _set_cloexec_flag (line 977) | def _set_cloexec_flag(self, fd): method _close_fds (line 987) | def _close_fds(self, but): method _execute_child (line 999) | def _execute_child(self, args, executable, preexec_fn, close_fds, method _handle_exitstatus (line 1110) | def _handle_exitstatus(self, sts): method poll (line 1120) | def poll(self, _deadstate=None): method wait (line 1134) | def wait(self): method _communicate (line 1143) | def _communicate(self, input): function _demo_posix (line 1213) | def _demo_posix(): function _demo_windows (line 1254) | def _demo_windows(): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/cpp.py function CPP_to_Python (line 159) | def CPP_to_Python(s): class FunctionEvaluator (line 177) | class FunctionEvaluator(object): method __init__ (line 181) | def __init__(self, name, args, expansion): method __call__ (line 194) | def __call__(self, *values): class PreProcessor (line 234) | class PreProcessor(object): method __init__ (line 238) | def __init__(self, current=os.curdir, cpppath=(), dict={}, all=0): method tupleize (line 275) | def tupleize(self, contents): method __call__ (line 290) | def __call__(self, file): method process_contents (line 299) | def process_contents(self, contents, fname=None): method save (line 321) | def save(self): method restore (line 329) | def restore(self): method do_nothing (line 339) | def do_nothing(self, t): method scons_current_file (line 346) | def scons_current_file(self, t): method eval_expression (line 349) | def eval_expression(self, t): method initialize_result (line 361) | def initialize_result(self, fname): method finalize_result (line 364) | def finalize_result(self, fname): method find_include_file (line 367) | def find_include_file(self, t): method read_file (line 381) | def read_file(self, file): method start_handling_includes (line 386) | def start_handling_includes(self, t=None): method stop_handling_includes (line 403) | def stop_handling_includes(self, t=None): method _do_if_else_condition (line 421) | def _do_if_else_condition(self, condition): method do_ifdef (line 437) | def do_ifdef(self, t): method do_ifndef (line 443) | def do_ifndef(self, t): method do_if (line 449) | def do_if(self, t): method do_elif (line 455) | def do_elif(self, t): method do_else (line 465) | def do_else(self, t): method do_endif (line 471) | def do_endif(self, t): method do_define (line 477) | def do_define(self, t): method do_undef (line 492) | def do_undef(self, t): method do_import (line 499) | def do_import(self, t): method do_include (line 506) | def do_include(self, t): method resolve_include (line 540) | def resolve_include(self, t): method all_include (line 563) | def all_include(self, t): class DumbPreProcessor (line 568) | class DumbPreProcessor(PreProcessor): method __init__ (line 578) | def __init__(self, *args, **kw): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/dblite.py function corruption_warning (line 16) | def corruption_warning(filename): function is_string (line 21) | def is_string(s): function is_string (line 24) | def is_string(s): function unicode (line 30) | def unicode(s): return s class dblite (line 35) | class dblite(object): method __init__ (line 59) | def __init__(self, file_base_name, flag, mode): method close (line 107) | def close(self): method __del__ (line 111) | def __del__(self): method sync (line 114) | def sync(self): method _check_writable (line 140) | def _check_writable(self): method __getitem__ (line 144) | def __getitem__(self, key): method __setitem__ (line 147) | def __setitem__(self, key, value): method keys (line 156) | def keys(self): method has_key (line 159) | def has_key(self, key): method __contains__ (line 162) | def __contains__(self, key): method iterkeys (line 165) | def iterkeys(self): method __len__ (line 171) | def __len__(self): function open (line 174) | def open(file, flag=None, mode=0666): function _exercise (line 177) | def _exercise(): FILE: nuitka/build/inline_copy/lib/scons-2.3.2/SCons/exitfuncs.py function _run_exitfuncs (line 36) | def _run_exitfuncs(): function register (line 47) | def register(func, *targs, **kargs): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Action.py class _null (line 121) | class _null(object): function rfile (line 137) | def rfile(n): function default_exitstatfunc (line 144) | def default_exitstatfunc(s): function _callable_contents (line 150) | def _callable_contents(obj): function _object_contents (line 172) | def _object_contents(obj): function _code_contents (line 213) | def _code_contents(code, docstring=None): function _function_contents (line 283) | def _function_contents(func): function _object_instance_content (line 331) | def _object_instance_content(obj): function _actionAppend (line 390) | def _actionAppend(act1, act2): function _do_create_keywords (line 412) | def _do_create_keywords(args, kw): function _do_create_action (line 440) | def _do_create_action(act, kw): function _do_create_list_action (line 493) | def _do_create_list_action(act, kw): function Action (line 508) | def Action(act, *args, **kw): class ActionBase (line 517) | class ActionBase(object): method __eq__ (line 522) | def __eq__(self, other): method no_batch_key (line 525) | def no_batch_key(self, env, target, source): method genstring (line 530) | def genstring(self, target, source, env): method get_contents (line 533) | def get_contents(self, target, source, env): method __add__ (line 566) | def __add__(self, other): method __radd__ (line 569) | def __radd__(self, other): method presub_lines (line 572) | def presub_lines(self, env): method get_varlist (line 584) | def get_varlist(self, target, source, env, executor=None): method get_targets (line 587) | def get_targets(self, env, executor): class _ActionAction (line 595) | class _ActionAction(ActionBase): method __init__ (line 597) | def __init__(self, cmdstr=_null, strfunction=_null, varlist=(), method print_cmd_line (line 627) | def print_cmd_line(self, s, target, source, env): method __call__ (line 643) | def __call__(self, target, source, env, function _string_from_cmd_list (line 726) | def _string_from_cmd_list(cmd_list): function get_default_ENV (line 739) | def get_default_ENV(env): function _subproc (line 762) | def _subproc(scons_env, cmd, error = 'ignore', **kw): class CommandAction (line 835) | class CommandAction(_ActionAction): method __init__ (line 837) | def __init__(self, cmd, **kw): method __str__ (line 856) | def __str__(self): method process (line 861) | def process(self, target, source, env, executor=None): method strfunction (line 882) | def strfunction(self, target, source, env, executor=None): method execute (line 898) | def execute(self, target, source, env, executor=None): method get_presig (line 961) | def get_presig(self, target, source, env, executor=None): method get_implicit_deps (line 978) | def get_implicit_deps(self, target, source, env, executor=None): class CommandGeneratorAction (line 1002) | class CommandGeneratorAction(ActionBase): method __init__ (line 1004) | def __init__(self, generator, kw): method _generate (line 1011) | def _generate(self, target, source, env, for_signature, executor=None): method __str__ (line 1029) | def __str__(self): method batch_key (line 1039) | def batch_key(self, env, target, source): method genstring (line 1042) | def genstring(self, target, source, env, executor=None): method __call__ (line 1045) | def __call__(self, target, source, env, exitstatfunc=_null, presub=_null, method get_presig (line 1055) | def get_presig(self, target, source, env, executor=None): method get_implicit_deps (line 1063) | def get_implicit_deps(self, target, source, env, executor=None): method get_varlist (line 1066) | def get_varlist(self, target, source, env, executor=None): method get_targets (line 1069) | def get_targets(self, env, executor): class LazyAction (line 1073) | class LazyAction(CommandGeneratorAction, CommandAction): method __init__ (line 1093) | def __init__(self, var, kw): method get_parent_class (line 1099) | def get_parent_class(self, env): method _generate_cache (line 1105) | def _generate_cache(self, env): method _generate (line 1115) | def _generate(self, target, source, env, for_signature, executor=None): method __call__ (line 1118) | def __call__(self, target, source, env, *args, **kw): method get_presig (line 1122) | def get_presig(self, target, source, env): method get_varlist (line 1126) | def get_varlist(self, target, source, env, executor=None): class FunctionAction (line 1131) | class FunctionAction(_ActionAction): method __init__ (line 1134) | def __init__(self, execfunction, kw): method function_name (line 1150) | def function_name(self): method strfunction (line 1159) | def strfunction(self, target, source, env, executor=None): method __str__ (line 1195) | def __str__(self): method execute (line 1201) | def execute(self, target, source, env, executor=None): method get_presig (line 1244) | def get_presig(self, target, source, env): method get_implicit_deps (line 1251) | def get_implicit_deps(self, target, source, env): class ListAction (line 1254) | class ListAction(ActionBase): method __init__ (line 1256) | def __init__(self, actionlist): method genstring (line 1268) | def genstring(self, target, source, env): method __str__ (line 1271) | def __str__(self): method presub_lines (line 1274) | def presub_lines(self, env): method get_presig (line 1278) | def get_presig(self, target, source, env): method __call__ (line 1285) | def __call__(self, target, source, env, exitstatfunc=_null, presub=_null, method get_implicit_deps (line 1297) | def get_implicit_deps(self, target, source, env): method get_varlist (line 1303) | def get_varlist(self, target, source, env, executor=None): class ActionCaller (line 1311) | class ActionCaller(object): method __init__ (line 1320) | def __init__(self, parent, args, kw): method get_contents (line 1325) | def get_contents(self, target, source, env): method subst (line 1341) | def subst(self, s, target, source, env): method subst_args (line 1359) | def subst_args(self, target, source, env): method subst_kw (line 1362) | def subst_kw(self, target, source, env): method __call__ (line 1368) | def __call__(self, target, source, env, executor=None): method strfunction (line 1373) | def strfunction(self, target, source, env): method __str__ (line 1378) | def __str__(self): class ActionFactory (line 1382) | class ActionFactory(object): method __init__ (line 1391) | def __init__(self, actfunc, strfunc, convert=lambda x: x): method __call__ (line 1396) | def __call__(self, *args, **kw): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Builder.py class _Null (line 114) | class _Null(object): function match_splitext (line 119) | def match_splitext(path, suffixes = []): class DictCmdGenerator (line 127) | class DictCmdGenerator(SCons.Util.Selector): method __init__ (line 134) | def __init__(self, dict=None, source_ext_match=1): method src_suffixes (line 138) | def src_suffixes(self): method add_action (line 141) | def add_action(self, suffix, action): method __call__ (line 146) | def __call__(self, target, source, env, for_signature): class CallableSelector (line 177) | class CallableSelector(SCons.Util.Selector): method __call__ (line 180) | def __call__(self, env, source): class DictEmitter (line 186) | class DictEmitter(SCons.Util.Selector): method __call__ (line 194) | def __call__(self, target, source, env): class ListEmitter (line 200) | class ListEmitter(collections.UserList): method __call__ (line 204) | def __call__(self, target, source, env): class OverrideWarner (line 218) | class OverrideWarner(collections.UserDict): method __init__ (line 226) | def __init__(self, dict): method warn (line 230) | def warn(self): function Builder (line 240) | def Builder(**kw): function _node_errors (line 282) | def _node_errors(builder, env, tlist, slist): class EmitterProxy (line 331) | class EmitterProxy(object): method __init__ (line 338) | def __init__(self, var): method __call__ (line 341) | def __call__(self, target, source, env): method __eq__ (line 358) | def __eq__(self, other): method __lt__ (line 361) | def __lt__(self, other): class BuilderBase (line 364) | class BuilderBase(object): method __init__ (line 369) | def __init__(self, action = None, method __nonzero__ (line 434) | def __nonzero__(self): method __bool__ (line 437) | def __bool__(self): method get_name (line 440) | def get_name(self, env): method __eq__ (line 457) | def __eq__(self, other): method splitext (line 460) | def splitext(self, path, env=None): method _adjustixes (line 469) | def _adjustixes(self, files, pre, suf, ensure_suffix=False): method _create_nodes (line 482) | def _create_nodes(self, env, target = None, source = None): method _execute (line 545) | def _execute(self, env, target, source, overwarn={}, executor_kw={}): method __call__ (line 621) | def __call__(self, env, target=None, source=None, chdir=_null, **kw): method adjust_suffix (line 653) | def adjust_suffix(self, suff): method get_prefix (line 658) | def get_prefix(self, env, sources=[]): method set_suffix (line 664) | def set_suffix(self, suffix): method get_suffix (line 669) | def get_suffix(self, env, sources=[]): method set_src_suffix (line 675) | def set_src_suffix(self, src_suffix): method get_src_suffix (line 682) | def get_src_suffix(self, env): method add_emitter (line 689) | def add_emitter(self, suffix, emitter): method add_src_builder (line 699) | def add_src_builder(self, builder): method _get_sdict (line 709) | def _get_sdict(self, env): method src_builder_sources (line 735) | def src_builder_sources(self, env, source, overwarn={}): method _get_src_builders_key (line 778) | def _get_src_builders_key(self, env): method get_src_builders (line 782) | def get_src_builders(self, env): method _subst_src_suffixes_key (line 814) | def _subst_src_suffixes_key(self, env): method subst_src_suffixes (line 818) | def subst_src_suffixes(self, env): method src_suffixes (line 840) | def src_suffixes(self, env): class CompositeBuilder (line 860) | class CompositeBuilder(SCons.Util.Proxy): method __init__ (line 866) | def __init__(self, builder, cmdgen): method add_action (line 876) | def add_action(self, suffix, action): function is_a_Builder (line 880) | def is_a_Builder(obj): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/CacheDir.py function CacheRetrieveFunc (line 47) | def CacheRetrieveFunc(target, source, env): function CacheRetrieveString (line 71) | def CacheRetrieveString(target, source, env): function CachePushFunc (line 84) | def CachePushFunc(target, source, env): class CacheDir (line 143) | class CacheDir(object): method __init__ (line 145) | def __init__(self, path): method _readconfig3 (line 169) | def _readconfig3(self, path): method _readconfig2 (line 208) | def _readconfig2(self, path): method CacheDebug (line 266) | def CacheDebug(self, fmt, target, cachefile): method hit_ratio (line 281) | def hit_ratio(self): method misses (line 285) | def misses(self): method is_enabled (line 288) | def is_enabled(self): method is_readonly (line 291) | def is_readonly(self): method cachepath (line 294) | def cachepath(self, node): method retrieve (line 307) | def retrieve(self, node): method push (line 346) | def push(self, node): method push_if_forced (line 351) | def push_if_forced(self, node): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Conftest.py function CheckBuilder (line 122) | def CheckBuilder(context, text = None, language = None): function CheckCC (line 149) | def CheckCC(context): function CheckSHCC (line 169) | def CheckSHCC(context): function CheckCXX (line 189) | def CheckCXX(context): function CheckSHCXX (line 209) | def CheckSHCXX(context): function _check_empty_program (line 229) | def _check_empty_program(context, comp, text, language, use_shared = Fal... function CheckFunc (line 245) | def CheckFunc(context, function_name, header = None, language = None): function CheckHeader (line 318) | def CheckHeader(context, header_name, header = None, language = None, function CheckType (line 366) | def CheckType(context, type_name, fallback = None, function CheckTypeSize (line 428) | def CheckTypeSize(context, type_name, header = None, language = None, ex... function CheckDeclaration (line 531) | def CheckDeclaration(context, symbol, includes = None, language = None): function CheckLib (line 582) | def CheckLib(context, libs, func_name = None, header = None, function CheckProg (line 690) | def CheckProg(context, prog_name): function _YesNoResult (line 710) | def _YesNoResult(context, ret, key, text, comment = None): function _Have (line 729) | def _Have(context, key, have, comment = None): function _LogFailed (line 772) | def _LogFailed(context, text, msg): function _lang2suffix (line 790) | def _lang2suffix(lang): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Debug.py function logInstanceCreation (line 48) | def logInstanceCreation(instance, name=None): function string_to_classes (line 60) | def string_to_classes(s): function fetchLoggedInstances (line 66) | def fetchLoggedInstances(classes="*"): function countLoggedInstances (line 70) | def countLoggedInstances(classes, file=sys.stdout): function listLoggedInstances (line 74) | def listLoggedInstances(classes, file=sys.stdout): function dumpLoggedInstances (line 85) | def dumpLoggedInstances(classes, file=sys.stdout): function memory (line 99) | def memory(): function memory (line 106) | def memory(): function memory (line 116) | def memory(): function memory (line 119) | def memory(): function memory (line 124) | def memory(): function caller_stack (line 129) | def caller_stack(): function caller_trace (line 144) | def caller_trace(back=0): function _dump_one_caller (line 165) | def _dump_one_caller(key, file, level=0): function dump_caller_counts (line 173) | def dump_caller_counts(file=sys.stdout): function func_shorten (line 188) | def func_shorten(func_tuple): function Trace (line 209) | def Trace(msg, file=None, mode='w', tstamp=None): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Defaults.py function _fetch_DefaultEnvironment (line 62) | def _fetch_DefaultEnvironment(*args, **kw): function DefaultEnvironment (line 69) | def DefaultEnvironment(*args, **kw): function StaticObjectEmitter (line 101) | def StaticObjectEmitter(target, source, env): function SharedObjectEmitter (line 106) | def SharedObjectEmitter(target, source, env): function SharedFlagChecker (line 111) | def SharedFlagChecker(source, target, env): function get_paths_str (line 163) | def get_paths_str(dest): function chmod_func (line 191) | def chmod_func(dest, mode): function chmod_strfunc (line 234) | def chmod_strfunc(dest, mode): function copy_func (line 243) | def copy_func(dest, src, symlinks=True): function delete_func (line 278) | def delete_func(dest, must_exist=0): function delete_strfunc (line 294) | def delete_strfunc(dest, must_exist=0): function mkdir_func (line 299) | def mkdir_func(dest): function move_func (line 318) | def move_func(dest, src): function touch_func (line 327) | def touch_func(dest): function _concat (line 347) | def _concat(prefix, list, suffix, env, f=lambda x: x, target=None, sourc... function _concat_ixes (line 364) | def _concat_ixes(prefix, list, suffix, env): function _stripixes (line 402) | def _stripixes(prefix, itms, suffix, stripprefixes, stripsuffixes, env, ... function processDefines (line 454) | def processDefines(defs): function _defines (line 496) | def _defines(prefix, defs, suffix, env, c=_concat_ixes): class NullCmdGenerator (line 504) | class NullCmdGenerator(object): method __init__ (line 516) | def __init__(self, cmd): method __call__ (line 519) | def __call__(self, target, source, env, for_signature=None): class Variable_Method_Caller (line 523) | class Variable_Method_Caller(object): method __init__ (line 535) | def __init__(self, variable, method): method __call__ (line 538) | def __call__(self, *args, **kw): function __libversionflags (line 555) | def __libversionflags(env, version_var, flags_var): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Environment.py class _Null (line 63) | class _Null(object): function alias_builder (line 78) | def alias_builder(env, target, source): function apply_tools (line 88) | def apply_tools(env, tools, toolpath): function copy_non_reserved_keywords (line 124) | def copy_non_reserved_keywords(dict): function _set_reserved (line 133) | def _set_reserved(env, key, value): function _set_future_reserved (line 137) | def _set_future_reserved(env, key, value): function _set_BUILDERS (line 142) | def _set_BUILDERS(env, key, value): function _del_SCANNERS (line 155) | def _del_SCANNERS(env, key): function _set_SCANNERS (line 159) | def _set_SCANNERS(env, key, value): function _delete_duplicates (line 163) | def _delete_duplicates(l, keep_last): class MethodWrapper (line 194) | class MethodWrapper(object): method __init__ (line 209) | def __init__(self, object, method, name=None): method __call__ (line 217) | def __call__(self, *args, **kwargs): method clone (line 221) | def clone(self, new_object): class BuilderWrapper (line 228) | class BuilderWrapper(MethodWrapper): method __call__ (line 247) | def __call__(self, target=None, source=_null, *args, **kw): method __repr__ (line 257) | def __repr__(self): method __str__ (line 260) | def __str__(self): method __getattr__ (line 263) | def __getattr__(self, name): method __setattr__ (line 271) | def __setattr__(self, name, value): class BuilderDict (line 290) | class BuilderDict(UserDict): method __init__ (line 295) | def __init__(self, dict, env): method __semi_deepcopy__ (line 302) | def __semi_deepcopy__(self): method __setitem__ (line 307) | def __setitem__(self, item, val): method __delitem__ (line 317) | def __delitem__(self, item): method update (line 321) | def update(self, dict): function is_valid_construction_var (line 329) | def is_valid_construction_var(varstr): class SubstitutionEnvironment (line 337) | class SubstitutionEnvironment(object): method __init__ (line 363) | def __init__(self, **kw): method _init_special (line 375) | def _init_special(self): method __eq__ (line 394) | def __eq__(self, other): method __delitem__ (line 397) | def __delitem__(self, key): method __getitem__ (line 404) | def __getitem__(self, key): method __setitem__ (line 407) | def __setitem__(self, key, value): method get (line 432) | def get(self, key, default=None): method has_key (line 436) | def has_key(self, key): method __contains__ (line 439) | def __contains__(self, key): method items (line 442) | def items(self): method arg2nodes (line 445) | def arg2nodes(self, args, node_factory=_null, lookup_list=_null, **kw): method gvars (line 488) | def gvars(self): method lvars (line 491) | def lvars(self): method subst (line 494) | def subst(self, string, raw=0, target=None, source=None, conv=None, ex... method subst_kw (line 511) | def subst_kw(self, kw, raw=0, target=None, source=None): method subst_list (line 520) | def subst_list(self, string, raw=0, target=None, source=None, conv=Non... method subst_path (line 530) | def subst_path(self, path, target=None, source=None): method backtick (line 571) | def backtick(self, command): method AddMethod (line 592) | def AddMethod(self, function, name=None): method RemoveMethod (line 601) | def RemoveMethod(self, function): method Override (line 608) | def Override(self, overrides): method ParseFlags (line 634) | def ParseFlags(self, *flags): method MergeFlags (line 808) | def MergeFlags(self, args, unique=1, dict=None): function default_decide_source (line 866) | def default_decide_source(dependency, target, prev_ni, repo_node=None): function default_decide_target (line 871) | def default_decide_target(dependency, target, prev_ni, repo_node=None): function default_copy_from_cache (line 876) | def default_copy_from_cache(src, dst): class Base (line 881) | class Base(SubstitutionEnvironment): method __init__ (line 905) | def __init__(self, method get_builder (line 1006) | def get_builder(self, name): method get_CacheDir (line 1014) | def get_CacheDir(self): method get_factory (line 1029) | def get_factory(self, factory, default='File'): method _gsm (line 1059) | def _gsm(self): method get_scanner (line 1091) | def get_scanner(self, skey): method scanner_map_delete (line 1098) | def scanner_map_delete(self, kw=None): method _update (line 1106) | def _update(self, dict): method get_src_sig_type (line 1112) | def get_src_sig_type(self): method get_tgt_sig_type (line 1120) | def get_tgt_sig_type(self): method Append (line 1137) | def Append(self, **kw): method _canonicalize (line 1220) | def _canonicalize(self, path): method AppendENVPath (line 1227) | def AppendENVPath(self, name, newpath, envname = 'ENV', method AppendUnique (line 1251) | def AppendUnique(self, delete_existing=0, **kw): method Clone (line 1385) | def Clone(self, tools=[], toolpath=None, parse_flags = None, **kw): method _changed_build (line 1431) | def _changed_build(self, dependency, target, prev_ni, repo_node=None): method _changed_content (line 1436) | def _changed_content(self, dependency, target, prev_ni, repo_node=None): method _changed_source (line 1439) | def _changed_source(self, dependency, target, prev_ni, repo_node=None): method _changed_timestamp_then_content (line 1447) | def _changed_timestamp_then_content(self, dependency, target, prev_ni,... method _changed_timestamp_newer (line 1450) | def _changed_timestamp_newer(self, dependency, target, prev_ni, repo_n... method _changed_timestamp_match (line 1453) | def _changed_timestamp_match(self, dependency, target, prev_ni, repo_n... method _copy_from_cache (line 1456) | def _copy_from_cache(self, src, dst): method _copy2_from_cache (line 1459) | def _copy2_from_cache(self, src, dst): method Decider (line 1462) | def Decider(self, function): method Detect (line 1487) | def Detect(self, progs): method Dictionary (line 1503) | def Dictionary(self, *args): method Dump (line 1521) | def Dump(self, key=None): method FindIxes (line 1543) | def FindIxes(self, paths, prefix, suffix): method ParseConfig (line 1560) | def ParseConfig(self, command, function=None, unique=1): method ParseDepends (line 1580) | def ParseDepends(self, filename, must_exist=None, only_one=0): method Platform (line 1620) | def Platform(self, platform): method Prepend (line 1624) | def Prepend(self, **kw): method PrependENVPath (line 1689) | def PrependENVPath(self, name, newpath, envname = 'ENV', sep = os.path... method PrependUnique (line 1713) | def PrependUnique(self, delete_existing=0, **kw): method Replace (line 1754) | def Replace(self, **kw): method ReplaceIxes (line 1770) | def ReplaceIxes(self, path, old_prefix, old_suffix, new_prefix, new_su... method SetDefault (line 1794) | def SetDefault(self, **kw): method _find_toolpath_dir (line 1800) | def _find_toolpath_dir(self, tp): method Tool (line 1803) | def Tool(self, tool, toolpath=None, **kw): method WhereIs (line 1812) | def WhereIs(self, prog, path=None, pathext=None, reject=[]): method Action (line 1842) | def Action(self, *args, **kw): method AddPreAction (line 1851) | def AddPreAction(self, files, action): method AddPostAction (line 1861) | def AddPostAction(self, files, action): method Alias (line 1871) | def Alias(self, target, source=[], action=None, **kw): method AlwaysBuild (line 1924) | def AlwaysBuild(self, *targets): method Builder (line 1932) | def Builder(self, **kw): method CacheDir (line 1936) | def CacheDir(self, path): method Clean (line 1942) | def Clean(self, targets, files): method Configure (line 1952) | def Configure(self, *args, **kw): method Command (line 1964) | def Command(self, target, source, action, **kw): method Depends (line 2009) | def Depends(self, target, dependency): method Dir (line 2017) | def Dir(self, name, *args, **kw): method PyPackageDir (line 2028) | def PyPackageDir(self, modulename): method NoClean (line 2037) | def NoClean(self, *targets): method NoCache (line 2046) | def NoCache(self, *targets): method Entry (line 2055) | def Entry(self, name, *args, **kw): method Environment (line 2066) | def Environment(self, **kw): method Execute (line 2069) | def Execute(self, action, *args, **kw): method File (line 2083) | def File(self, name, *args, **kw): method FindFile (line 2094) | def FindFile(self, file, dirs): method Flatten (line 2099) | def Flatten(self, sequence): method GetBuildPath (line 2102) | def GetBuildPath(self, files): method Glob (line 2109) | def Glob(self, pattern, ondisk=True, source=False, strings=False, excl... method Ignore (line 2112) | def Ignore(self, target, dependency): method Literal (line 2120) | def Literal(self, string): method Local (line 2123) | def Local(self, *targets): method Precious (line 2135) | def Precious(self, *targets): method Pseudo (line 2143) | def Pseudo(self, *targets): method Repository (line 2151) | def Repository(self, *dirs, **kw): method Requires (line 2155) | def Requires(self, target, prerequisite): method Scanner (line 2165) | def Scanner(self, *args, **kw): method SConsignFile (line 2174) | def SConsignFile(self, name=".sconsign", dbm_module=None): method SideEffect (line 2186) | def SideEffect(self, side_effect, target): method SourceCode (line 2202) | def SourceCode(self, entry, builder): method Split (line 2212) | def Split(self, arg): method Value (line 2233) | def Value(self, value, built_value=None): method VariantDir (line 2238) | def VariantDir(self, variant_dir, src_dir, duplicate=1): method FindSourceFiles (line 2243) | def FindSourceFiles(self, node='.'): method FindInstalledFiles (line 2267) | def FindInstalledFiles(self): class OverrideEnvironment (line 2276) | class OverrideEnvironment(Base): method __init__ (line 2297) | def __init__(self, subject, overrides={}): method __getattr__ (line 2303) | def __getattr__(self, name): method __setattr__ (line 2318) | def __setattr__(self, name, value): method __getitem__ (line 2322) | def __getitem__(self, key): method __setitem__ (line 2327) | def __setitem__(self, key, value): method __delitem__ (line 2331) | def __delitem__(self, key): method get (line 2345) | def get(self, key, default=None): method has_key (line 2351) | def has_key(self, key): method __contains__ (line 2357) | def __contains__(self, key): method Dictionary (line 2361) | def Dictionary(self): method items (line 2366) | def items(self): method _update (line 2371) | def _update(self, dict): method gvars (line 2377) | def gvars(self): method lvars (line 2380) | def lvars(self): method Replace (line 2386) | def Replace(self, **kw): function NoSubstitutionProxy (line 2400) | def NoSubstitutionProxy(subject): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Errors.py class BuildError (line 37) | class BuildError(Exception): method __init__ (line 91) | def __init__(self, method __str__ (line 112) | def __str__(self): class InternalError (line 118) | class InternalError(Exception): class UserError (line 121) | class UserError(Exception): class StopError (line 124) | class StopError(Exception): class SConsEnvironmentError (line 127) | class SConsEnvironmentError(Exception): class MSVCError (line 130) | class MSVCError(IOError): class ExplicitExit (line 133) | class ExplicitExit(Exception): method __init__ (line 134) | def __init__(self, node=None, status=None, *args): function convert_to_BuildError (line 140) | def convert_to_BuildError(status, exc_info=None): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Executor.py class Batch (line 42) | class Batch(object): method __init__ (line 49) | def __init__(self, targets=[], sources=[]): class TSList (line 55) | class TSList(collections.UserList): method __init__ (line 65) | def __init__(self, func): method __getattr__ (line 67) | def __getattr__(self, attr): method __getitem__ (line 70) | def __getitem__(self, i): method __getslice__ (line 73) | def __getslice__(self, i, j): method __str__ (line 77) | def __str__(self): method __repr__ (line 80) | def __repr__(self): class TSObject (line 84) | class TSObject(object): method __init__ (line 88) | def __init__(self, func): method __getattr__ (line 90) | def __getattr__(self, attr): method __str__ (line 93) | def __str__(self): method __repr__ (line 98) | def __repr__(self): function rfile (line 104) | def rfile(node): function execute_nothing (line 118) | def execute_nothing(obj, target, kw): function execute_action_list (line 121) | def execute_action_list(obj, target, kw): function execute_actions_str (line 145) | def execute_actions_str(obj): function execute_null_str (line 152) | def execute_null_str(obj): class Executor (line 159) | class Executor(object, with_metaclass(NoSlotsPyPy)): method __init__ (line 183) | def __init__(self, action, env=None, overridelist=[{}], method get_lvars (line 200) | def get_lvars(self): method _get_changes (line 216) | def _get_changes(self): method _get_changed_sources (line 235) | def _get_changed_sources(self, *args, **kw): method _get_changed_targets (line 242) | def _get_changed_targets(self, *args, **kw): method _get_source (line 249) | def _get_source(self, *args, **kw): method _get_sources (line 252) | def _get_sources(self, *args, **kw): method _get_target (line 255) | def _get_target(self, *args, **kw): method _get_targets (line 258) | def _get_targets(self, *args, **kw): method _get_unchanged_sources (line 261) | def _get_unchanged_sources(self, *args, **kw): method _get_unchanged_targets (line 268) | def _get_unchanged_targets(self, *args, **kw): method get_action_targets (line 275) | def get_action_targets(self): method set_action_list (line 283) | def set_action_list(self, action): method get_action_list (line 292) | def get_action_list(self): method get_all_targets (line 297) | def get_all_targets(self): method get_all_sources (line 304) | def get_all_sources(self): method get_all_children (line 311) | def get_all_children(self): method get_all_prerequisites (line 327) | def get_all_prerequisites(self): method get_action_side_effects (line 337) | def get_action_side_effects(self): method get_build_env (line 348) | def get_build_env(self): method get_build_scanner_path (line 374) | def get_build_scanner_path(self, scanner): method get_kw (line 386) | def get_kw(self, kw={}): method __call__ (line 396) | def __call__(self, target, **kw): method cleanup (line 399) | def cleanup(self): method add_sources (line 402) | def add_sources(self, sources): method get_sources (line 412) | def get_sources(self): method add_batch (line 415) | def add_batch(self, targets, sources): method prepare (line 423) | def prepare(self): method add_pre_action (line 433) | def add_pre_action(self, action): method add_post_action (line 436) | def add_post_action(self, action): method __str__ (line 441) | def __str__(self): method nullify (line 444) | def nullify(self): method get_contents (line 450) | def get_contents(self): method get_timestamp (line 475) | def get_timestamp(self): method scan_targets (line 482) | def scan_targets(self, scanner): method scan_sources (line 486) | def scan_sources(self, scanner): method scan (line 491) | def scan(self, scanner, node_list): method _get_unignored_sources_key (line 513) | def _get_unignored_sources_key(self, node, ignore=()): method get_unignored_sources (line 517) | def get_unignored_sources(self, node, ignore=()): method get_implicit_deps (line 550) | def get_implicit_deps(self): function GetBatchExecutor (line 566) | def GetBatchExecutor(key): function AddBatchExecutor (line 569) | def AddBatchExecutor(key, executor): class NullEnvironment (line 576) | class NullEnvironment(SCons.Util.Null): method get_CacheDir (line 580) | def get_CacheDir(self): function get_NullEnvironment (line 584) | def get_NullEnvironment(): class Null (line 592) | class Null(object, with_metaclass(NoSlotsPyPy)): method __init__ (line 617) | def __init__(self, *args, **kw): method get_build_env (line 621) | def get_build_env(self): method get_build_scanner_path (line 623) | def get_build_scanner_path(self): method cleanup (line 625) | def cleanup(self): method prepare (line 627) | def prepare(self): method get_unignored_sources (line 629) | def get_unignored_sources(self, *args, **kw): method get_action_targets (line 631) | def get_action_targets(self): method get_action_list (line 633) | def get_action_list(self): method get_all_targets (line 635) | def get_all_targets(self): method get_all_sources (line 637) | def get_all_sources(self): method get_all_children (line 639) | def get_all_children(self): method get_all_prerequisites (line 641) | def get_all_prerequisites(self): method get_action_side_effects (line 643) | def get_action_side_effects(self): method __call__ (line 645) | def __call__(self, *args, **kw): method get_contents (line 647) | def get_contents(self): method _morph (line 649) | def _morph(self): method add_pre_action (line 659) | def add_pre_action(self, action): method add_post_action (line 662) | def add_post_action(self, action): method set_action_list (line 665) | def set_action_list(self, action): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Job.py class InterruptState (line 55) | class InterruptState(object): method __init__ (line 56) | def __init__(self): method set (line 59) | def set(self): method __call__ (line 62) | def __call__(self): class Jobs (line 66) | class Jobs(object): method __init__ (line 71) | def __init__(self, num, taskmaster): method run (line 100) | def run(self, postfunc=lambda: None): method were_interrupted (line 116) | def were_interrupted(self): method _setup_sig_handler (line 120) | def _setup_sig_handler(self): method _reset_sig_handler (line 155) | def _reset_sig_handler(self): class Serial (line 166) | class Serial(object): method __init__ (line 174) | def __init__(self, taskmaster): method start (line 186) | def start(self): class Worker (line 231) | class Worker(threading.Thread): method __init__ (line 236) | def __init__(self, requestQueue, resultsQueue, interrupted): method run (line 244) | def run(self): class ThreadPool (line 267) | class ThreadPool(object): method __init__ (line 270) | def __init__(self, num, stack_size, interrupted): method put (line 301) | def put(self, task): method get (line 305) | def get(self): method preparation_failed (line 309) | def preparation_failed(self, task): method cleanup (line 312) | def cleanup(self): class Parallel (line 341) | class Parallel(object): method __init__ (line 348) | def __init__(self, taskmaster, num, stack_size): method start (line 369) | def start(self): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Memoize.py class Counter (line 109) | class Counter(object): method __init__ (line 117) | def __init__(self, cls_name, method_name): method key (line 124) | def key(self): method display (line 126) | def display(self): method __eq__ (line 128) | def __eq__(self, other): class CountValue (line 134) | class CountValue(Counter): method count (line 142) | def count(self, *args, **kw): class CountDict (line 152) | class CountDict(Counter): method __init__ (line 162) | def __init__(self, cls_name, method_name, keymaker): method count (line 167) | def count(self, *args, **kw): function Dump (line 183) | def Dump(title=None): function EnableMemoization (line 192) | def EnableMemoization(): function CountMethodCall (line 196) | def CountMethodCall(fn): function CountDictCall (line 216) | def CountDictCall(keyfunc): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Node/Alias.py class AliasNameSpace (line 41) | class AliasNameSpace(collections.UserDict): method Alias (line 42) | def Alias(self, name, **kw): method lookup (line 52) | def lookup(self, name, **kw): class AliasNodeInfo (line 58) | class AliasNodeInfo(SCons.Node.NodeInfoBase): method str_to_node (line 62) | def str_to_node(self, s): method __getstate__ (line 65) | def __getstate__(self): method __setstate__ (line 86) | def __setstate__(self, state): class AliasBuildInfo (line 97) | class AliasBuildInfo(SCons.Node.BuildInfoBase): class Alias (line 101) | class Alias(SCons.Node.Node): method __init__ (line 106) | def __init__(self, name): method str_for_display (line 112) | def str_for_display(self): method __str__ (line 115) | def __str__(self): method make_ready (line 118) | def make_ready(self): method is_under (line 124) | def is_under(self, dir): method get_contents (line 130) | def get_contents(self): method sconsign (line 136) | def sconsign(self): method build (line 144) | def build(self): method convert (line 148) | def convert(self): method get_csig (line 154) | def get_csig(self): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Node/FS.py function sconsign_none (line 66) | def sconsign_none(node): function sconsign_dir (line 69) | def sconsign_dir(node): class FileBuildInfoFileToCsigMappingError (line 80) | class FileBuildInfoFileToCsigMappingError(Exception): class EntryProxyAttributeError (line 83) | class EntryProxyAttributeError(AttributeError): method __init__ (line 88) | def __init__(self, entry_proxy, attribute): method __str__ (line 92) | def __str__(self): function save_strings (line 123) | def save_strings(val): function initialize_do_splitdrive (line 137) | def initialize_do_splitdrive(): function _hardlink_func (line 238) | def _hardlink_func(fs, src, dst): function _softlink_func (line 254) | def _softlink_func(fs, src, dst): function _copy_func (line 259) | def _copy_func(fs, src, dest): function set_duplicate (line 270) | def set_duplicate(duplicate): function LinkFunc (line 293) | def LinkFunc(target, source, env): function LocalString (line 328) | def LocalString(target, source, env): function UnlinkFunc (line 333) | def UnlinkFunc(target, source, env): function MkdirFunc (line 340) | def MkdirFunc(target, source, env): function get_MkdirBuilder (line 355) | def get_MkdirBuilder(): class _Null (line 370) | class _Null(object): function _my_normcase (line 378) | def _my_normcase(x): function _my_normcase (line 381) | def _my_normcase(x): class DiskChecker (line 386) | class DiskChecker(object): method __init__ (line 387) | def __init__(self, type, do, ignore): method __call__ (line 392) | def __call__(self, *args, **kw): method set (line 394) | def set(self, list): function do_diskcheck_match (line 400) | def do_diskcheck_match(node, predicate, errorfmt): function ignore_diskcheck_match (line 416) | def ignore_diskcheck_match(node, predicate, errorfmt): function set_diskcheck (line 427) | def set_diskcheck(list): function diskcheck_types (line 431) | def diskcheck_types(): class EntryProxy (line 436) | class EntryProxy(SCons.Util.Proxy): method __get_abspath (line 445) | def __get_abspath(self): method __get_filebase (line 450) | def __get_filebase(self): method __get_suffix (line 455) | def __get_suffix(self): method __get_file (line 460) | def __get_file(self): method __get_base_path (line 464) | def __get_base_path(self): method __get_posix_path (line 471) | def __get_posix_path(self): method __get_windows_path (line 481) | def __get_windows_path(self): method __get_srcnode (line 491) | def __get_srcnode(self): method __get_srcdir (line 494) | def __get_srcdir(self): method __get_rsrcnode (line 499) | def __get_rsrcnode(self): method __get_rsrcdir (line 502) | def __get_rsrcdir(self): method __get_dir (line 507) | def __get_dir(self): method __getattr__ (line 525) | def __getattr__(self, name): class Base (line 543) | class Base(SCons.Node.Node): method __init__ (line 571) | def __init__(self, name, directory, fs): method str_for_display (line 607) | def str_for_display(self): method must_be_same (line 610) | def must_be_same(self, klass): method get_dir (line 620) | def get_dir(self): method get_suffix (line 623) | def get_suffix(self): method rfile (line 626) | def rfile(self): method __getattr__ (line 629) | def __getattr__(self, attr): method __str__ (line 650) | def __str__(self): method __lt__ (line 658) | def __lt__(self, other): method _save_str (line 663) | def _save_str(self): method _get_str (line 672) | def _get_str(self): method stat (line 700) | def stat(self): method exists (line 713) | def exists(self): method rexists (line 716) | def rexists(self): method getmtime (line 719) | def getmtime(self): method getsize (line 726) | def getsize(self): method isdir (line 733) | def isdir(self): method isfile (line 737) | def isfile(self): method islink (line 742) | def islink(self): method islink (line 747) | def islink(self): method is_under (line 750) | def is_under(self, dir): method set_local (line 756) | def set_local(self): method srcnode (line 759) | def srcnode(self): method get_path (line 771) | def get_path(self, dir=None): method set_src_builder (line 789) | def set_src_builder(self, builder): method src_builder (line 795) | def src_builder(self): method get_abspath (line 809) | def get_abspath(self): method get_labspath (line 813) | def get_labspath(self): method get_internal_path (line 817) | def get_internal_path(self): method get_tpath (line 823) | def get_tpath(self): method get_path_elements (line 829) | def get_path_elements(self): method for_signature (line 832) | def for_signature(self): method get_subst_proxy (line 838) | def get_subst_proxy(self): method target_from_source (line 846) | def target_from_source(self, prefix, suffix, splitext=SCons.Util.split... method _Rfindalldirs_key (line 858) | def _Rfindalldirs_key(self, pathlist): method Rfindalldirs (line 862) | def Rfindalldirs(self, pathlist): method RDirs (line 895) | def RDirs(self, pathlist): method rentry (line 901) | def rentry(self): method _glob1 (line 919) | def _glob1(self, pattern, ondisk=True, source=False, strings=False): class Entry (line 933) | class Entry(Base): method __init__ (line 956) | def __init__(self, name, directory, fs): method diskcheck_match (line 961) | def diskcheck_match(self): method disambiguate (line 964) | def disambiguate(self, must_exist=None): method rfile (line 999) | def rfile(self): method scanner_key (line 1007) | def scanner_key(self): method get_contents (line 1010) | def get_contents(self): method get_text_contents (line 1015) | def get_text_contents(self): method must_be_same (line 1033) | def must_be_same(self, klass): method exists (line 1052) | def exists(self): method rel_path (line 1055) | def rel_path(self, other): method new_ninfo (line 1061) | def new_ninfo(self): method _glob1 (line 1064) | def _glob1(self, pattern, ondisk=True, source=False, strings=False): method get_subst_proxy (line 1067) | def get_subst_proxy(self): class LocalFS (line 1075) | class LocalFS(object): method chmod (line 1094) | def chmod(self, path, mode): method copy (line 1096) | def copy(self, src, dst): method copy2 (line 1098) | def copy2(self, src, dst): method exists (line 1100) | def exists(self, path): method getmtime (line 1102) | def getmtime(self, path): method getsize (line 1104) | def getsize(self, path): method isdir (line 1106) | def isdir(self, path): method isfile (line 1108) | def isfile(self, path): method link (line 1110) | def link(self, src, dst): method lstat (line 1112) | def lstat(self, path): method listdir (line 1114) | def listdir(self, path): method makedirs (line 1116) | def makedirs(self, path): method mkdir (line 1118) | def mkdir(self, path): method rename (line 1120) | def rename(self, old, new): method stat (line 1122) | def stat(self, path): method symlink (line 1124) | def symlink(self, src, dst): method open (line 1126) | def open(self, path): method unlink (line 1128) | def unlink(self, path): method islink (line 1132) | def islink(self, path): method islink (line 1135) | def islink(self, path): method readlink (line 1139) | def readlink(self, file): method readlink (line 1142) | def readlink(self, file): class FS (line 1146) | class FS(LocalFS): method __init__ (line 1148) | def __init__(self, path = None): method set_SConstruct_dir (line 1180) | def set_SConstruct_dir(self, dir): method get_max_drift (line 1183) | def get_max_drift(self): method set_max_drift (line 1186) | def set_max_drift(self, max_drift): method getcwd (line 1189) | def getcwd(self): method chdir (line 1195) | def chdir(self, dir, change_os_dir=0): method get_root (line 1210) | def get_root(self, drive): method _lookup (line 1227) | def _lookup(self, p, directory, fsclass, create=1): method Entry (line 1363) | def Entry(self, name, directory = None, create = 1): method File (line 1372) | def File(self, name, directory = None, create = 1): method Dir (line 1384) | def Dir(self, name, directory = None, create = True): method VariantDir (line 1396) | def VariantDir(self, variant_dir, src_dir, duplicate=1): method Repository (line 1412) | def Repository(self, *dirs): method PyPackageDir (line 1419) | def PyPackageDir(self, modulename): method variant_dir_target_climb (line 1448) | def variant_dir_target_climb(self, orig, dir, tail): method Glob (line 1475) | def Glob(self, pathname, ondisk=True, source=True, strings=False, excl... class DirNodeInfo (line 1485) | class DirNodeInfo(SCons.Node.NodeInfoBase): method str_to_node (line 1492) | def str_to_node(self, s): class DirBuildInfo (line 1503) | class DirBuildInfo(SCons.Node.BuildInfoBase): function has_glob_magic (line 1509) | def has_glob_magic(s): class Dir (line 1512) | class Dir(Base): method __init__ (line 1534) | def __init__(self, name, directory, fs): method _morph (line 1539) | def _morph(self): method diskcheck_match (line 1605) | def diskcheck_match(self): method __clearRepositoryCache (line 1613) | def __clearRepositoryCache(self, duplicate=None): method __resetDuplicate (line 1631) | def __resetDuplicate(self, node): method Entry (line 1635) | def Entry(self, name): method Dir (line 1642) | def Dir(self, name, create=True): method File (line 1649) | def File(self, name): method link (line 1656) | def link(self, srcdir, duplicate): method getRepositories (line 1664) | def getRepositories(self): method get_all_rdirs (line 1672) | def get_all_rdirs(self): method addRepository (line 1694) | def addRepository(self, dir): method up (line 1700) | def up(self): method _rel_path_key (line 1703) | def _rel_path_key(self, other): method rel_path (line 1707) | def rel_path(self, other): method get_env_scanner (line 1761) | def get_env_scanner(self, env, kw={}): method get_target_scanner (line 1765) | def get_target_scanner(self): method get_found_includes (line 1769) | def get_found_includes(self, env, scanner, path): method prepare (line 1794) | def prepare(self): method build (line 1797) | def build(self, **kw): method _create (line 1807) | def _create(self): method multiple_side_effect_has_builder (line 1839) | def multiple_side_effect_has_builder(self): method alter_targets (line 1843) | def alter_targets(self): method scanner_key (line 1848) | def scanner_key(self): method get_text_contents (line 1852) | def get_text_contents(self): method get_contents (line 1857) | def get_contents(self): method get_csig (line 1862) | def get_csig(self): method do_duplicate (line 1871) | def do_duplicate(self, src): method is_up_to_date (line 1874) | def is_up_to_date(self): method rdir (line 1885) | def rdir(self): method sconsign (line 1896) | def sconsign(self): method srcnode (line 1900) | def srcnode(self): method get_timestamp (line 1907) | def get_timestamp(self): method get_abspath (line 1915) | def get_abspath(self): method get_labspath (line 1919) | def get_labspath(self): method get_internal_path (line 1923) | def get_internal_path(self): method get_tpath (line 1926) | def get_tpath(self): method get_path_elements (line 1929) | def get_path_elements(self): method entry_abspath (line 1932) | def entry_abspath(self, name): method entry_labspath (line 1935) | def entry_labspath(self, name): method entry_path (line 1938) | def entry_path(self, name): method entry_tpath (line 1941) | def entry_tpath(self, name): method entry_exists_on_disk (line 1944) | def entry_exists_on_disk(self, name): method rentry_exists_on_disk (line 1975) | def rentry_exists_on_disk(self, name): method srcdir_list (line 2003) | def srcdir_list(self): method srcdir_duplicate (line 2023) | def srcdir_duplicate(self, name): method _srcdir_find_file_key (line 2040) | def _srcdir_find_file_key(self, filename): method srcdir_find_file (line 2044) | def srcdir_find_file(self, filename): method dir_on_disk (line 2087) | def dir_on_disk(self, name): method file_on_disk (line 2096) | def file_on_disk(self, name): method walk (line 2105) | def walk(self, func, arg): method glob (line 2131) | def glob(self, pathname, ondisk=True, source=False, strings=False, exc... method _glob1 (line 2191) | def _glob1(self, pattern, ondisk=True, source=False, strings=False): class RootDir (line 2258) | class RootDir(Dir): method __init__ (line 2269) | def __init__(self, drive, fs): method _morph (line 2323) | def _morph(self): method must_be_same (line 2366) | def must_be_same(self, klass): method _lookup_abs (line 2371) | def _lookup_abs(self, p, klass, create=1): method __str__ (line 2413) | def __str__(self): method entry_abspath (line 2416) | def entry_abspath(self, name): method entry_labspath (line 2419) | def entry_labspath(self, name): method entry_path (line 2422) | def entry_path(self, name): method entry_tpath (line 2425) | def entry_tpath(self, name): method is_under (line 2428) | def is_under(self, dir): method up (line 2434) | def up(self): method get_dir (line 2437) | def get_dir(self): method src_builder (line 2440) | def src_builder(self): class FileNodeInfo (line 2444) | class FileNodeInfo(SCons.Node.NodeInfoBase): method str_to_node (line 2453) | def str_to_node(self, s): method __getstate__ (line 2464) | def __getstate__(self): method __setstate__ (line 2485) | def __setstate__(self, state): method __eq__ (line 2495) | def __eq__(self, other): method __ne__ (line 2498) | def __ne__(self, other): class FileBuildInfo (line 2502) | class FileBuildInfo(SCons.Node.BuildInfoBase): method __setattr__ (line 2520) | def __setattr__(self, key, value): method convert_to_sconsign (line 2531) | def convert_to_sconsign(self): method convert_from_sconsign (line 2558) | def convert_from_sconsign(self, dir, name): method prepare_dependencies (line 2567) | def prepare_dependencies(self): method format (line 2596) | def format(self, names=0): class File (line 2609) | class File(Base): method diskcheck_match (line 2633) | def diskcheck_match(self): method __init__ (line 2637) | def __init__(self, name, directory, fs): method Entry (line 2642) | def Entry(self, name): method Dir (line 2647) | def Dir(self, name, create=True): method Dirs (line 2652) | def Dirs(self, pathlist): method File (line 2657) | def File(self, name): method _morph (line 2662) | def _morph(self): method scanner_key (line 2691) | def scanner_key(self): method get_contents (line 2694) | def get_contents(self): method get_text_contents (line 2697) | def get_text_contents(self): method get_content_hash (line 2725) | def get_content_hash(self): method get_size (line 2742) | def get_size(self): method get_timestamp (line 2758) | def get_timestamp(self): method convert_old_entry (line 2789) | def convert_old_entry(self, old_entry): method get_stored_info (line 2886) | def get_stored_info(self): method get_stored_implicit (line 2913) | def get_stored_implicit(self): method rel_path (line 2919) | def rel_path(self, other): method _get_found_includes_key (line 2922) | def _get_found_includes_key(self, env, scanner, path): method get_found_includes (line 2926) | def get_found_includes(self, env, scanner, path): method _createDir (line 2952) | def _createDir(self): method push_to_cache (line 2957) | def push_to_cache(self): method retrieve_from_cache (line 2973) | def retrieve_from_cache(self): method visited (line 2988) | def visited(self): method release_target_info (line 3011) | def release_target_info(self): method find_src_builder (line 3063) | def find_src_builder(self): method has_src_builder (line 3078) | def has_src_builder(self): method alter_targets (line 3095) | def alter_targets(self): method _rmv_existing (line 3102) | def _rmv_existing(self): method make_ready (line 3114) | def make_ready(self): method prepare (line 3118) | def prepare(self): method remove (line 3136) | def remove(self): method do_duplicate (line 3143) | def do_duplicate(self, src): method exists (line 3159) | def exists(self): method get_max_drift_csig (line 3172) | def get_max_drift_csig(self): method get_csig (line 3198) | def get_csig(self): method builder_set (line 3239) | def builder_set(self, builder): method built (line 3243) | def built(self): method changed (line 3267) | def changed(self, node=None, allowcache=False): method changed_content (line 3289) | def changed_content(self, target, prev_ni, repo_node=None): method changed_state (line 3296) | def changed_state(self, target, prev_ni, repo_node=None): method _build_dependency_map (line 3305) | def _build_dependency_map(self, binfo): method _add_strings_to_dependency_map (line 3329) | def _add_strings_to_dependency_map(self, dmap): method _get_previous_signatures (line 3343) | def _get_previous_signatures(self, dmap): method changed_timestamp_then_content (line 3423) | def changed_timestamp_then_content(self, target, prev_ni, node=None): method changed_timestamp_newer (line 3484) | def changed_timestamp_newer(self, target, prev_ni, repo_node=None): method changed_timestamp_match (line 3490) | def changed_timestamp_match(self, target, prev_ni, repo_node=None): method is_up_to_date (line 3502) | def is_up_to_date(self): method rfile (line 3537) | def rfile(self): method find_repo_file (line 3572) | def find_repo_file(self): method rstr (line 3594) | def rstr(self): method get_cachedir_csig (line 3597) | def get_cachedir_csig(self): method get_contents_sig (line 3624) | def get_contents_sig(self): method get_cachedir_bsig (line 3642) | def get_cachedir_bsig(self): function get_default_fs (line 3675) | def get_default_fs(): class FileFinder (line 3681) | class FileFinder(object): method __init__ (line 3685) | def __init__(self): method filedir_lookup (line 3688) | def filedir_lookup(self, p, fd=None): method _find_file_key (line 3723) | def _find_file_key(self, filename, paths, verbose=None): method find_file (line 3727) | def find_file(self, filename, paths, verbose=None): function invalidate_node_memos (line 3780) | def invalidate_node_memos(targets): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Node/Python.py class ValueNodeInfo (line 34) | class ValueNodeInfo(SCons.Node.NodeInfoBase): method str_to_node (line 40) | def str_to_node(self, s): method __getstate__ (line 43) | def __getstate__(self): method __setstate__ (line 64) | def __setstate__(self, state): class ValueBuildInfo (line 75) | class ValueBuildInfo(SCons.Node.BuildInfoBase): class Value (line 79) | class Value(SCons.Node.Node): method __init__ (line 87) | def __init__(self, value, built_value=None): method str_for_display (line 95) | def str_for_display(self): method __str__ (line 98) | def __str__(self): method make_ready (line 101) | def make_ready(self): method build (line 104) | def build(self, **kw): method is_under (line 110) | def is_under(self, dir): method write (line 116) | def write(self, built_value): method read (line 120) | def read(self): method get_text_contents (line 127) | def get_text_contents(self): method get_contents (line 139) | def get_contents(self): method changed_since_last_build (line 152) | def changed_since_last_build(self, target, prev_ni): method get_csig (line 159) | def get_csig(self, calc=None): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Node/__init__.py function classname (line 70) | def classname(obj): function do_nothing_node (line 111) | def do_nothing_node(node): pass function is_derived_none (line 120) | def is_derived_none(node): function is_derived_node (line 123) | def is_derived_node(node): function exists_none (line 132) | def exists_none(node): function exists_always (line 135) | def exists_always(node): function exists_base (line 138) | def exists_base(node): function exists_entry (line 141) | def exists_entry(node): function exists_file (line 149) | def exists_file(node): function rexists_none (line 180) | def rexists_none(node): function rexists_node (line 183) | def rexists_node(node): function rexists_base (line 186) | def rexists_base(node): function get_contents_none (line 193) | def get_contents_none(node): function get_contents_entry (line 196) | def get_contents_entry(node): function get_contents_dir (line 211) | def get_contents_dir(node): function get_contents_file (line 219) | def get_contents_file(node): function target_from_source_none (line 237) | def target_from_source_none(node, prefix, suffix, splitext): function target_from_source_base (line 240) | def target_from_source_base(node, prefix, suffix, splitext): function changed_since_last_build_node (line 259) | def changed_since_last_build_node(node, target, prev_ni, repo_node=None): function changed_since_last_build_alias (line 280) | def changed_since_last_build_alias(node, target, prev_ni, repo_node=None): function changed_since_last_build_entry (line 288) | def changed_since_last_build_entry(node, target, prev_ni, repo_node=None): function changed_since_last_build_state_changed (line 293) | def changed_since_last_build_state_changed(node, target, prev_ni, repo_n... function decide_source (line 297) | def decide_source(node, target, prev_ni, repo_node=None): function decide_target (line 301) | def decide_target(node, target, prev_ni, repo_node=None): function changed_since_last_build_python (line 305) | def changed_since_last_build_python(node, target, prev_ni, repo_node=None): function store_info_pass (line 340) | def store_info_pass(node): function store_info_file (line 343) | def store_info_file(node): class NodeInfoBase (line 357) | class NodeInfoBase(object): method update (line 367) | def update(self, node): method convert (line 384) | def convert(self, node, val): method merge (line 387) | def merge(self, other): method format (line 397) | def format(self, field_list=None, names=0): method __getstate__ (line 420) | def __getstate__(self): method __setstate__ (line 440) | def __setstate__(self, state): class BuildInfoBase (line 452) | class BuildInfoBase(object): method __init__ (line 466) | def __init__(self): method merge (line 474) | def merge(self, other): method __getstate__ (line 484) | def __getstate__(self): method __setstate__ (line 504) | def __setstate__(self, state): class Node (line 515) | class Node(object, with_metaclass(NoSlotsPyPy)): class Attrs (line 563) | class Attrs(object): method __init__ (line 567) | def __init__(self): method disambiguate (line 626) | def disambiguate(self, must_exist=None): method get_suffix (line 629) | def get_suffix(self): method get_build_env (line 633) | def get_build_env(self): method get_build_scanner_path (line 644) | def get_build_scanner_path(self, scanner): method set_executor (line 648) | def set_executor(self, executor): method get_executor (line 652) | def get_executor(self, create=1): method executor_cleanup (line 673) | def executor_cleanup(self): method reset_executor (line 683) | def reset_executor(self): method push_to_cache (line 690) | def push_to_cache(self): method retrieve_from_cache (line 695) | def retrieve_from_cache(self): method make_ready (line 710) | def make_ready(self): method prepare (line 720) | def prepare(self): method build (line 753) | def build(self, **kw): method built (line 771) | def built(self): method visited (line 809) | def visited(self): method release_target_info (line 822) | def release_target_info(self): method add_to_waiting_s_e (line 843) | def add_to_waiting_s_e(self, node): method add_to_waiting_parents (line 846) | def add_to_waiting_parents(self, node): method postprocess (line 860) | def postprocess(self): method clear (line 866) | def clear(self): method clear_memoized_values (line 884) | def clear_memoized_values(self): method builder_set (line 887) | def builder_set(self, builder): method has_builder (line 894) | def has_builder(self): method set_explicit (line 913) | def set_explicit(self, is_explicit): method has_explicit_builder (line 916) | def has_explicit_builder(self): method get_builder (line 929) | def get_builder(self, default_builder=None): method is_derived (line 938) | def is_derived(self): method alter_targets (line 950) | def alter_targets(self): method get_found_includes (line 955) | def get_found_includes(self, env, scanner, path): method get_implicit_deps (line 965) | def get_implicit_deps(self, env, initial_scanner, path_func, kw = {}): method _get_scanner (line 1000) | def _get_scanner(self, env, initial_scanner, root_node_scanner, kw): method get_env_scanner (line 1017) | def get_env_scanner(self, env, kw={}): method get_target_scanner (line 1020) | def get_target_scanner(self): method get_source_scanner (line 1023) | def get_source_scanner(self, node): method add_to_implicit (line 1049) | def add_to_implicit(self, deps): method scan (line 1056) | def scan(self): method scanner_key (line 1105) | def scanner_key(self): method select_scanner (line 1108) | def select_scanner(self, scanner): method env_set (line 1118) | def env_set(self, env, safe=0): method new_ninfo (line 1130) | def new_ninfo(self): method get_ninfo (line 1134) | def get_ninfo(self): method new_binfo (line 1140) | def new_binfo(self): method get_binfo (line 1144) | def get_binfo(self): method del_binfo (line 1196) | def del_binfo(self): method get_csig (line 1203) | def get_csig(self): method get_cachedir_csig (line 1211) | def get_cachedir_csig(self): method get_stored_info (line 1214) | def get_stored_info(self): method get_stored_implicit (line 1217) | def get_stored_implicit(self): method set_precious (line 1225) | def set_precious(self, precious = 1): method set_pseudo (line 1229) | def set_pseudo(self, pseudo = True): method set_noclean (line 1233) | def set_noclean(self, noclean = 1): method set_nocache (line 1239) | def set_nocache(self, nocache = 1): method set_always_build (line 1245) | def set_always_build(self, always_build = 1): method exists (line 1249) | def exists(self): method rexists (line 1253) | def rexists(self): method get_contents (line 1258) | def get_contents(self): method missing (line 1262) | def missing(self): method remove (line 1267) | def remove(self): method add_dependency (line 1271) | def add_dependency(self, depend): method add_prerequisite (line 1283) | def add_prerequisite(self, prerequisite): method add_ignore (line 1290) | def add_ignore(self, depend): method add_source (line 1302) | def add_source(self, source): method _add_child (line 1316) | def _add_child(self, collection, set, child): method set_specific_source (line 1328) | def set_specific_source(self, source): method add_wkid (line 1332) | def add_wkid(self, wkid): method _children_reset (line 1337) | def _children_reset(self): method _children_get (line 1344) | def _children_get(self): method all_children (line 1380) | def all_children(self, scan=1): method children (line 1404) | def children(self, scan=1): method set_state (line 1411) | def set_state(self, state): method get_state (line 1414) | def get_state(self): method get_env (line 1417) | def get_env(self): method Decider (line 1424) | def Decider(self, function): method Tag (line 1435) | def Tag(self, key, value): method GetTag (line 1441) | def GetTag(self, key): method changed (line 1447) | def changed(self, node=None, allowcache=False): method is_up_to_date (line 1511) | def is_up_to_date(self): method children_are_up_to_date (line 1516) | def children_are_up_to_date(self): method is_literal (line 1533) | def is_literal(self): method render_include_tree (line 1538) | def render_include_tree(self): method get_abspath (line 1558) | def get_abspath(self): method for_signature (line 1566) | def for_signature(self): method get_string (line 1581) | def get_string(self, for_signature): method get_subst_proxy (line 1599) | def get_subst_proxy(self): method explain (line 1613) | def explain(self): class NodeList (line 1708) | class NodeList(collections.UserList): method __str__ (line 1709) | def __str__(self): function get_children (line 1712) | def get_children(node, parent): return node.children() function ignore_cycle (line 1713) | def ignore_cycle(node, stack): pass function do_nothing (line 1714) | def do_nothing(node, parent): pass class Walker (line 1716) | class Walker(object): method __init__ (line 1729) | def __init__(self, node, kids_func=get_children, method get_next (line 1740) | def get_next(self): method is_done (line 1770) | def is_done(self): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/PathList.py function node_conv (line 49) | def node_conv(obj): class _PathList (line 69) | class _PathList(object): method __init__ (line 73) | def __init__(self, pathlist): method __len__ (line 119) | def __len__(self): return len(self.pathlist) method __getitem__ (line 121) | def __getitem__(self, i): return self.pathlist[i] method subst_path (line 123) | def subst_path(self, env, target, source): class PathListCache (line 146) | class PathListCache(object): method __init__ (line 174) | def __init__(self): method _PathList_key (line 177) | def _PathList_key(self, pathlist): method PathList (line 195) | def PathList(self, pathlist): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Platform/__init__.py function platform_default (line 60) | def platform_default(): function platform_module (line 91) | def platform_module(name = platform_default()): function DefaultToolList (line 117) | def DefaultToolList(platform, env): class PlatformSpec (line 123) | class PlatformSpec(object): method __init__ (line 124) | def __init__(self, name, generate): method __call__ (line 128) | def __call__(self, *args, **kw): method __str__ (line 131) | def __str__(self): class TempFileMunge (line 135) | class TempFileMunge(object): method __init__ (line 157) | def __init__(self, cmd, cmdstr = None): method __call__ (line 161) | def __call__(self, target, source, env, for_signature): method _print_cmd_str (line 267) | def _print_cmd_str(self, target, source, env, cmdstr): function Platform (line 285) | def Platform(name = platform_default()): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Platform/aix.py function get_xlc (line 43) | def get_xlc(env, xlc=None, packages=[]): function generate (line 76) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Platform/cygwin.py function generate (line 47) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Platform/darwin.py function generate (line 38) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Platform/hpux.py function generate (line 37) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Platform/irix.py function generate (line 37) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Platform/os2.py function generate (line 36) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Platform/posix.py function escape (line 52) | def escape(arg): function exec_subprocess (line 65) | def exec_subprocess(l, env): function subprocess_spawn (line 69) | def subprocess_spawn(sh, escape, cmd, args, env): function exec_popen3 (line 72) | def exec_popen3(l, env, stdout, stderr): function piped_env_spawn (line 78) | def piped_env_spawn(sh, escape, cmd, args, env, stdout, stderr): function generate (line 86) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Platform/sunos.py function generate (line 37) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Platform/virtualenv.py function _enable_virtualenv_default (line 39) | def _enable_virtualenv_default(): function _ignore_virtualenv_default (line 43) | def _ignore_virtualenv_default(): function _running_in_virtualenv (line 52) | def _running_in_virtualenv(): function _is_path_in (line 59) | def _is_path_in(path, base): function _inject_venv_variables (line 67) | def _inject_venv_variables(env): function _inject_venv_path (line 77) | def _inject_venv_path(env, path_list=None): function select_paths_in_venv (line 85) | def select_paths_in_venv(path_list): function ImportVirtualenv (line 94) | def ImportVirtualenv(env): function Virtualenv (line 102) | def Virtualenv(): function IsInVirtualenv (line 110) | def IsInVirtualenv(path): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Platform/win32.py function _scons_fixup_mode (line 71) | def _scons_fixup_mode(mode): class _scons_file (line 92) | class _scons_file(_builtin_file): method __init__ (line 93) | def __init__(self, name, mode=None, *args, **kwargs): function _scons_open (line 97) | def _scons_open(name, mode=None, *args, **kwargs): function win_api_copyfile (line 120) | def win_api_copyfile(src,dst): function spawnve (line 146) | def spawnve(mode, file, args, env): function spawnve (line 166) | def spawnve(mode, file, args, env): function piped_spawn (line 174) | def piped_spawn(sh, escape, cmd, args, env, stdout, stderr): function exec_spawn (line 240) | def exec_spawn(l, env): function spawn (line 260) | def spawn(sh, escape, cmd, args, env): function escape (line 271) | def escape(x): function get_system_root (line 280) | def get_system_root(): function get_program_files_dir (line 312) | def get_program_files_dir(): class ArchDefinition (line 339) | class ArchDefinition(object): method __init__ (line 344) | def __init__(self, arch, synonyms=[]): function get_architecture (line 372) | def get_architecture(arch=None): function generate (line 386) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/SConf.py function SetBuildType (line 68) | def SetBuildType(type): function SetCacheMode (line 80) | def SetCacheMode(mode): function SetProgressDisplay (line 94) | def SetProgressDisplay(display): function _createConfigH (line 106) | def _createConfigH(target, source, env): function _stringConfigH (line 119) | def _stringConfigH(target, source, env): function NeedConfigHBuilder (line 123) | def NeedConfigHBuilder(): function CreateConfigHBuilder (line 129) | def CreateConfigHBuilder(env): class SConfWarning (line 139) | class SConfWarning(SCons.Warnings.Warning): class SConfError (line 144) | class SConfError(SCons.Errors.UserError): method __init__ (line 145) | def __init__(self,msg): class ConfigureDryRunError (line 148) | class ConfigureDryRunError(SConfError): method __init__ (line 151) | def __init__(self,target): class ConfigureCacheError (line 158) | class ConfigureCacheError(SConfError): method __init__ (line 161) | def __init__(self,target): function _createSource (line 165) | def _createSource( target, source, env ): function _stringSource (line 169) | def _stringSource( target, source, env ): class SConfBuildInfo (line 173) | class SConfBuildInfo(SCons.Node.FS.FileBuildInfo): method __init__ (line 181) | def __init__(self): method set_build_result (line 185) | def set_build_result(self, result, string): class Streamer (line 190) | class Streamer(object): method __init__ (line 194) | def __init__(self, orig): method write (line 198) | def write(self, str): method writelines (line 207) | def writelines(self, lines): method getvalue (line 211) | def getvalue(self): method flush (line 217) | def flush(self): class SConfBuildTask (line 223) | class SConfBuildTask(SCons.Taskmaster.AlwaysTask): method display (line 228) | def display(self, message): method display_cached_string (line 232) | def display_cached_string(self, bi): method failed (line 244) | def failed(self): method collect_node_states (line 262) | def collect_node_states(self): method execute (line 297) | def execute(self): class SConfBase (line 375) | class SConfBase(object): method __init__ (line 388) | def __init__(self, env, custom_tests = {}, conf_dir='$CONFIGUREDIR', method Finish (line 464) | def Finish(self): method Define (line 472) | def Define(self, name, value = None, comment = None): method BuildNodes (line 497) | def BuildNodes(self, nodes): method pspawn_wrapper (line 564) | def pspawn_wrapper(self, sh, escape, cmd, args, env): method TryBuild (line 577) | def TryBuild(self, builder, text = None, extension = ""): method TryAction (line 633) | def TryAction(self, action, text = None, extension = ""): method TryCompile (line 648) | def TryCompile( self, text, extension): method TryLink (line 656) | def TryLink( self, text, extension ): method TryRun (line 664) | def TryRun(self, text, extension ): class TestWrapper (line 682) | class TestWrapper(object): method __init__ (line 684) | def __init__(self, test, sconf): method __call__ (line 687) | def __call__(self, *args, **kw): method AddTest (line 697) | def AddTest(self, test_name, test_instance): method AddTests (line 702) | def AddTests(self, tests): method _createDir (line 709) | def _createDir( self, node ): method _startup (line 718) | def _startup(self): method _shutdown (line 764) | def _shutdown(self): class CheckContext (line 792) | class CheckContext(object): method __init__ (line 810) | def __init__(self, sconf): method Message (line 828) | def Message(self, text): method Result (line 836) | def Result(self, res): method TryBuild (line 853) | def TryBuild(self, *args, **kw): method TryAction (line 856) | def TryAction(self, *args, **kw): method TryCompile (line 859) | def TryCompile(self, *args, **kw): method TryLink (line 862) | def TryLink(self, *args, **kw): method TryRun (line 865) | def TryRun(self, *args, **kw): method __getattr__ (line 868) | def __getattr__( self, attr ): method BuildProg (line 878) | def BuildProg(self, text, ext): method CompileProg (line 883) | def CompileProg(self, text, ext): method CompileSharedObject (line 888) | def CompileSharedObject(self, text, ext): method RunProg (line 893) | def RunProg(self, text, ext): method AppendLIBS (line 899) | def AppendLIBS(self, lib_name_list): method PrependLIBS (line 904) | def PrependLIBS(self, lib_name_list): method SetLIBS (line 909) | def SetLIBS(self, val): method Display (line 914) | def Display(self, msg): method Log (line 924) | def Log(self, msg): function SConf (line 931) | def SConf(*args, **kw): function CheckFunc (line 944) | def CheckFunc(context, function_name, header = None, language = None): function CheckType (line 949) | def CheckType(context, type_name, includes = "", language = None): function CheckTypeSize (line 955) | def CheckTypeSize(context, type_name, includes = "", language = None, ex... function CheckDeclaration (line 962) | def CheckDeclaration(context, declaration, includes = "", language = None): function createIncludesFromHeaders (line 969) | def createIncludesFromHeaders(headers, leaveLast, include_quotes = '""'): function CheckHeader (line 985) | def CheckHeader(context, header, include_quotes = '<>', language = None): function CheckCC (line 997) | def CheckCC(context): function CheckCXX (line 1002) | def CheckCXX(context): function CheckSHCC (line 1007) | def CheckSHCC(context): function CheckSHCXX (line 1012) | def CheckSHCXX(context): function CheckCHeader (line 1019) | def CheckCHeader(context, header, include_quotes = '""'): function CheckCXXHeader (line 1028) | def CheckCXXHeader(context, header, include_quotes = '""'): function CheckLib (line 1035) | def CheckLib(context, library = None, symbol = "main", function CheckLibWithHeader (line 1058) | def CheckLibWithHeader(context, libs, header, language, function CheckProg (line 1081) | def CheckProg(context, prog_name): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/SConsign.py function corrupt_dblite_warning (line 45) | def corrupt_dblite_warning(filename): function Get_DataBase (line 67) | def Get_DataBase(dir): function Reset (line 97) | def Reset(): function write (line 107) | def write(): class SConsignEntry (line 126) | class SConsignEntry(object): method __init__ (line 137) | def __init__(self): method convert_to_sconsign (line 143) | def convert_to_sconsign(self): method convert_from_sconsign (line 146) | def convert_from_sconsign(self, dir, name): method __getstate__ (line 149) | def __getstate__(self): method __setstate__ (line 163) | def __setstate__(self, state): class Base (line 169) | class Base(object): method __init__ (line 178) | def __init__(self): method get_entry (line 183) | def get_entry(self, filename): method set_entry (line 189) | def set_entry(self, filename, obj): method do_not_set_entry (line 196) | def do_not_set_entry(self, filename, obj): method store_info (line 199) | def store_info(self, filename, node): method do_not_store_info (line 205) | def do_not_store_info(self, filename, node): method merge (line 208) | def merge(self): class DB (line 224) | class DB(Base): method __init__ (line 230) | def __init__(self, dir): method write (line 270) | def write(self, sync=1): class Dir (line 297) | class Dir(Base): method __init__ (line 298) | def __init__(self, fp=None, dir=None): class DirFile (line 317) | class DirFile(Dir): method __init__ (line 321) | def __init__(self, dir): method write (line 350) | def write(self, sync=1): function File (line 414) | def File(name, dbm_module=None): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Scanner/C.py class SConsCPPScanner (line 38) | class SConsCPPScanner(SCons.cpp.PreProcessor): method __init__ (line 46) | def __init__(self, *args, **kw): method initialize_result (line 49) | def initialize_result(self, fname): method finalize_result (line 51) | def finalize_result(self, fname): method find_include_file (line 53) | def find_include_file(self, t): method read_file (line 59) | def read_file(self, file): function dictify_CPPDEFINES (line 67) | def dictify_CPPDEFINES(env): class SConsCPPScannerWrapper (line 83) | class SConsCPPScannerWrapper(object): method __init__ (line 92) | def __init__(self, name, variable): method __call__ (line 95) | def __call__(self, node, env, path = ()): method recurse_nodes (line 106) | def recurse_nodes(self, nodes): method select (line 108) | def select(self, node): function CScanner (line 111) | def CScanner(): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Scanner/Dir.py function only_dirs (line 28) | def only_dirs(nodes): function DirScanner (line 32) | def DirScanner(**kw): function DirEntryScanner (line 39) | def DirEntryScanner(**kw): function scan_on_disk (line 71) | def scan_on_disk(node, env, path=()): function scan_in_memory (line 90) | def scan_in_memory(node, env, path=()): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Scanner/Prog.py function ProgramScanner (line 34) | def ProgramScanner(**kw): function _subst_libs (line 41) | def _subst_libs(env, libs): function scan (line 59) | def scan(node, env, libpath = ()): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Scanner/RC.py function no_tlb (line 39) | def no_tlb(nodes): function RCScan (line 47) | def RCScan(): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Scanner/__init__.py class _Null (line 38) | class _Null(object): function Scanner (line 45) | def Scanner(function, *args, **kw): class FindPathDirs (line 64) | class FindPathDirs(object): method __init__ (line 69) | def __init__(self, variable): method __call__ (line 71) | def __call__(self, env, dir=None, target=None, source=None, argument=N... class Base (line 84) | class Base(object): method __init__ (line 90) | def __init__(self, method path (line 190) | def path(self, env, dir=None, target=None, source=None): method __call__ (line 198) | def __call__(self, node, env, path=()): method __eq__ (line 226) | def __eq__(self, other): method __hash__ (line 233) | def __hash__(self): method __str__ (line 236) | def __str__(self): method add_skey (line 239) | def add_skey(self, skey): method get_skeys (line 243) | def get_skeys(self, env=None): method select (line 248) | def select(self, node): method _recurse_all_nodes (line 258) | def _recurse_all_nodes(self, nodes): method _recurse_no_nodes (line 261) | def _recurse_no_nodes(self, nodes): method add_scanner (line 266) | def add_scanner(self, skey, scanner): class Selector (line 271) | class Selector(Base): method __init__ (line 283) | def __init__(self, dict, *args, **kw): method __call__ (line 288) | def __call__(self, node, env, path=()): method select (line 291) | def select(self, node): method add_scanner (line 297) | def add_scanner(self, skey, scanner): class Current (line 302) | class Current(Base): method __init__ (line 309) | def __init__(self, *args, **kw): class Classic (line 315) | class Classic(Current): method __init__ (line 327) | def __init__(self, name, suffixes, path_variable, regex, *args, **kw): method find_include (line 350) | def find_include(self, include, source_dir, path): method sort_key (line 354) | def sort_key(self, include): method find_include_names (line 357) | def find_include_names(self, node): method scan (line 360) | def scan(self, node, path=()): class ClassicCPP (line 392) | class ClassicCPP(Classic): method find_include (line 402) | def find_include(self, include, source_dir, path): method sort_key (line 414) | def sort_key(self, include): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Script/Interactive.py class SConsInteractiveCmd (line 100) | class SConsInteractiveCmd(cmd.Cmd): method __init__ (line 119) | def __init__(self, **kw): method default (line 129) | def default(self, argv): method onecmd (line 132) | def onecmd(self, line): method do_build (line 155) | def do_build(self, argv): method do_clean (line 267) | def do_clean(self, argv): method do_EOF (line 274) | def do_EOF(self, argv): method _do_one_help (line 278) | def _do_one_help(self, arg): method _doc_to_help (line 298) | def _doc_to_help(self, obj): method _strip_initial_spaces (line 304) | def _strip_initial_spaces(self, s): method do_exit (line 314) | def do_exit(self, argv): method do_help (line 320) | def do_help(self, argv): method do_shell (line 337) | def do_shell(self, argv): method do_version (line 357) | def do_version(self, argv): function interact (line 363) | def interact(fs, parser, options, targets, target_top): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Script/Main.py function fetch_win32_parallel_msg (line 87) | def fetch_win32_parallel_msg(): function revert_io (line 98) | def revert_io(): class SConsPrintHelpException (line 106) | class SConsPrintHelpException(Exception): class Progressor (line 114) | class Progressor(object): method __init__ (line 119) | def __init__(self, obj, interval=1, file=None, overwrite=False): method write (line 137) | def write(self, s): method erase_previous (line 142) | def erase_previous(self): method spinner (line 150) | def spinner(self, node): method string (line 153) | def string(self, node): method replace_string (line 156) | def replace_string(self, node): method __call__ (line 159) | def __call__(self, node): function Progress (line 168) | def Progress(*args, **kw): function GetBuildFailures (line 178) | def GetBuildFailures(): class BuildTask (line 182) | class BuildTask(SCons.Taskmaster.OutOfDateTask): method display (line 186) | def display(self, message): method prepare (line 189) | def prepare(self): method needs_execute (line 193) | def needs_execute(self): method execute (line 200) | def execute(self): method do_failed (line 218) | def do_failed(self, status=2): method executed (line 233) | def executed(self): method failed (line 258) | def failed(self): method postprocess (line 314) | def postprocess(self): method make_ready (line 326) | def make_ready(self): class CleanTask (line 335) | class CleanTask(SCons.Taskmaster.AlwaysTask): method fs_delete (line 337) | def fs_delete(self, path, pathstr, remove=True): method _get_files_to_clean (line 364) | def _get_files_to_clean(self): method _clean_targets (line 371) | def _clean_targets(self, remove=True): method show (line 378) | def show(self): method remove (line 384) | def remove(self): method prepare (line 413) | def prepare(self): class QuestionTask (line 416) | class QuestionTask(SCons.Taskmaster.AlwaysTask): method prepare (line 418) | def prepare(self): method execute (line 421) | def execute(self): method executed (line 430) | def executed(self): class TreePrinter (line 434) | class TreePrinter(object): method __init__ (line 435) | def __init__(self, derived=False, prune=False, status=False): method get_all_children (line 439) | def get_all_children(self, node): method get_derived_children (line 441) | def get_derived_children(self, node): method display (line 444) | def display(self, t): function python_version_string (line 453) | def python_version_string(): function python_version_unsupported (line 456) | def python_version_unsupported(version=sys.version_info): function python_version_deprecated (line 459) | def python_version_deprecated(version=sys.version_info): class FakeOptionParser (line 463) | class FakeOptionParser(object): class FakeOptionValues (line 475) | class FakeOptionValues(object): method __getattr__ (line 476) | def __getattr__(self, attr): method add_local_option (line 479) | def add_local_option(self, *args, **kw): function AddOption (line 484) | def AddOption(*args, **kw): function GetOption (line 490) | def GetOption(name): function SetOption (line 493) | def SetOption(name, value): function PrintHelp (line 496) | def PrintHelp(file=None): class Stats (line 499) | class Stats(object): method __init__ (line 500) | def __init__(self): method enable (line 505) | def enable(self, outfp): method do_nothing (line 509) | def do_nothing(self, *args, **kw): class CountStats (line 512) | class CountStats(Stats): method do_append (line 513) | def do_append(self, label): method do_print (line 516) | def do_print(self): class MemStats (line 542) | class MemStats(Stats): method do_append (line 543) | def do_append(self, label): method do_print (line 546) | def do_print(self): function _scons_syntax_error (line 555) | def _scons_syntax_error(e): function find_deepest_user_frame (line 565) | def find_deepest_user_frame(tb): function _scons_user_error (line 583) | def _scons_user_error(e): function _scons_user_warning (line 598) | def _scons_user_warning(e): function _scons_internal_warning (line 609) | def _scons_internal_warning(e): function _scons_internal_error (line 617) | def _scons_internal_error(): function _SConstruct_exists (line 625) | def _SConstruct_exists(dirname='', repositories=[], filelist=None): function _set_debug_values (line 642) | def _set_debug_values(options): function _create_path (line 691) | def _create_path(plist): function _load_site_scons_dir (line 700) | def _load_site_scons_dir(topdir, site_dir_name=None): function _load_all_site_scons_dirs (line 775) | def _load_all_site_scons_dirs(topdir, verbose=None): function test_load_all_site_scons_dirs (line 819) | def test_load_all_site_scons_dirs(d): function version_string (line 822) | def version_string(label, module): function path_string (line 836) | def path_string(label, module): function _main (line 840) | def _main(parser): function _build_targets (line 1125) | def _build_targets(fs, options, targets, target_top): function _exec_main (line 1327) | def _exec_main(parser, values): function main (line 1348) | def main(): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Script/SConsOptions.py function gettext (line 36) | def gettext(message): function diskcheck_convert (line 49) | def diskcheck_convert(value): class SConsValues (line 68) | class SConsValues(optparse.Values): method __init__ (line 101) | def __init__(self, defaults): method __getattr__ (line 105) | def __getattr__(self, attr): method set_option (line 146) | def set_option(self, name, value): class SConsOption (line 204) | class SConsOption(optparse.Option): method convert_value (line 205) | def convert_value(self, opt, value): method process (line 212) | def process(self, opt, value, values, parser): method _check_nargs_optional (line 224) | def _check_nargs_optional(self): class SConsOptionGroup (line 232) | class SConsOptionGroup(optparse.OptionGroup): method format_help (line 240) | def format_help(self, formatter): class SConsOptionParser (line 251) | class SConsOptionParser(optparse.OptionParser): method error (line 254) | def error(self, msg): method _process_long_opt (line 260) | def _process_long_opt(self, rargs, values): method reparse_local_options (line 330) | def reparse_local_options(self): method add_local_option (line 395) | def add_local_option(self, *args, **kw): class SConsIndentedHelpFormatter (line 426) | class SConsIndentedHelpFormatter(optparse.IndentedHelpFormatter): method format_usage (line 427) | def format_usage(self, usage): method format_heading (line 430) | def format_heading(self, heading): method format_option (line 440) | def format_option(self, option): function Parser (line 499) | def Parser(version): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Script/SConscript.py class SConscriptReturn (line 57) | class SConscriptReturn(Exception): function get_calling_namespaces (line 70) | def get_calling_namespaces(): function compute_exports (line 92) | def compute_exports(exports): class Frame (line 113) | class Frame(object): method __init__ (line 115) | def __init__(self, fs, exports, sconscript): function Return (line 133) | def Return(*vars, **kw): function handle_missing_SConscript (line 156) | def handle_missing_SConscript(f, must_exist=None): function _SConscript (line 185) | def _SConscript(fs, *files, **kw): function SConscript_exception (line 335) | def SConscript_exception(file=sys.stderr): function annotate (line 360) | def annotate(node): class SConsEnvironment (line 376) | class SConsEnvironment(SCons.Environment.Base): method _exceeds_version (line 388) | def _exceeds_version(self, major, minor, v_major, v_minor): method _get_major_minor_revision (line 393) | def _get_major_minor_revision(self, version_string): method _get_SConscript_filenames (line 408) | def _get_SConscript_filenames(self, ls, kw): method Configure (line 482) | def Configure(self, *args, **kw): method Default (line 488) | def Default(self, *targets): method EnsureSConsVersion (line 491) | def EnsureSConsVersion(self, major, minor, revision=0): method EnsurePythonVersion (line 508) | def EnsurePythonVersion(self, major, minor): method Exit (line 515) | def Exit(self, value=0): method Export (line 518) | def Export(self, *vars, **kw): method GetLaunchDir (line 523) | def GetLaunchDir(self): method GetOption (line 527) | def GetOption(self, name): method Help (line 531) | def Help(self, text, append=False): method Import (line 535) | def Import(self, *vars): method SConscript (line 554) | def SConscript(self, *ls, **kw): method SConscriptChdir (line 599) | def SConscriptChdir(self, flag): method SetOption (line 603) | def SetOption(self, name, value): function Configure (line 612) | def Configure(*args, **kw): function get_DefaultEnvironmentProxy (line 635) | def get_DefaultEnvironmentProxy(): class DefaultEnvironmentCall (line 642) | class DefaultEnvironmentCall(object): method __init__ (line 651) | def __init__(self, method_name, subst=0): method __call__ (line 657) | def __call__(self, *args, **kw): function BuildDefaultGlobals (line 663) | def BuildDefaultGlobals(): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Script/__init__.py class TargetList (line 188) | class TargetList(collections.UserList): method _do_nothing (line 189) | def _do_nothing(self, *args, **kw): method _add_Default (line 191) | def _add_Default(self, list): method _clear (line 193) | def _clear(self): function _Add_Arguments (line 213) | def _Add_Arguments(alist): function _Add_Targets (line 219) | def _Add_Targets(tlist): function _Set_Default_Targets_Has_Been_Called (line 229) | def _Set_Default_Targets_Has_Been_Called(d, fs): function _Set_Default_Targets_Has_Not_Been_Called (line 232) | def _Set_Default_Targets_Has_Not_Been_Called(d, fs): function _Set_Default_Targets (line 239) | def _Set_Default_Targets(env, tlist): function HelpFunction (line 264) | def HelpFunction(text, append=False): function set_missing_sconscript_error (line 285) | def set_missing_sconscript_error(flag=1): function Variables (line 293) | def Variables(files=[], args=ARGUMENTS): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Subst.py function SetAllowableExceptions (line 47) | def SetAllowableExceptions(*excepts): function raise_exception (line 51) | def raise_exception(exception, target, s): class Literal (line 61) | class Literal(object): method __init__ (line 66) | def __init__(self, lstr): method __str__ (line 69) | def __str__(self): method escape (line 72) | def escape(self, escape_func): method for_signature (line 75) | def for_signature(self): method is_literal (line 78) | def is_literal(self): method __eq__ (line 81) | def __eq__(self, other): method __neq__ (line 86) | def __neq__(self, other): method __hash__ (line 89) | def __hash__(self): class SpecialAttrWrapper (line 92) | class SpecialAttrWrapper(object): method __init__ (line 101) | def __init__(self, lstr, for_signature=None): method __str__ (line 111) | def __str__(self): method escape (line 114) | def escape(self, escape_func): method for_signature (line 117) | def for_signature(self): method is_literal (line 120) | def is_literal(self): function quote_spaces (line 123) | def quote_spaces(arg): class CmdStringHolder (line 131) | class CmdStringHolder(collections.UserString): method __init__ (line 138) | def __init__(self, cmd, literal=None): method is_literal (line 142) | def is_literal(self): method escape (line 145) | def escape(self, escape_func, quote_func=quote_spaces): function escape_list (line 162) | def escape_list(mylist, escape_func): class NLWrapper (line 174) | class NLWrapper(object): method __init__ (line 187) | def __init__(self, list, func): method _return_nodelist (line 190) | def _return_nodelist(self): method _gen_nodelist (line 192) | def _gen_nodelist(self): class Targets_or_Sources (line 206) | class Targets_or_Sources(collections.UserList): method __init__ (line 216) | def __init__(self, nl): method __getattr__ (line 218) | def __getattr__(self, attr): method __getitem__ (line 221) | def __getitem__(self, i): method __getslice__ (line 224) | def __getslice__(self, i, j): method __str__ (line 228) | def __str__(self): method __repr__ (line 231) | def __repr__(self): class Target_or_Source (line 235) | class Target_or_Source(object): method __init__ (line 241) | def __init__(self, nl): method __getattr__ (line 243) | def __getattr__(self, attr): method __str__ (line 252) | def __str__(self): method __repr__ (line 257) | def __repr__(self): class NullNodeList (line 263) | class NullNodeList(SCons.Util.NullSeq): method __call__ (line 264) | def __call__(self, *args, **kwargs): return '' method __str__ (line 265) | def __str__(self): return '' function subst_dict (line 269) | def subst_dict(target, source): function _rm_list (line 352) | def _rm_list(list): function _remove_list (line 355) | def _remove_list(list): function scons_subst (line 403) | def scons_subst(strSubst, env, mode=SUBST_RAW, target=None, source=None,... function scons_subst_list (line 611) | def scons_subst_list(strSubst, env, mode=SUBST_RAW, target=None, source=... function scons_subst_once (line 882) | def scons_subst_once(strSubst, env, key): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Taskmaster.py class Stats (line 84) | class Stats(object): method __init__ (line 92) | def __init__(self): function dump_stats (line 115) | def dump_stats(): class Task (line 121) | class Task(object): method __init__ (line 140) | def __init__(self, tm, targets, top, node): method trace_message (line 147) | def trace_message(self, method, node, description='node'): method display (line 151) | def display(self, message): method prepare (line 164) | def prepare(self): method get_target (line 210) | def get_target(self): method needs_execute (line 215) | def needs_execute(self): method execute (line 227) | def execute(self): method executed_without_callbacks (line 272) | def executed_without_callbacks(self): method executed_with_callbacks (line 288) | def executed_with_callbacks(self): method failed (line 323) | def failed(self): method fail_stop (line 333) | def fail_stop(self): method fail_continue (line 360) | def fail_continue(self): method make_ready_all (line 376) | def make_ready_all(self): method make_ready_current (line 393) | def make_ready_current(self): method postprocess (line 439) | def postprocess(self): method exc_info (line 514) | def exc_info(self): method exc_clear (line 520) | def exc_clear(self): method exception_set (line 530) | def exception_set(self, exception=None): method _no_exception_to_raise (line 542) | def _no_exception_to_raise(self): method _exception_raise (line 545) | def _exception_raise(self): class AlwaysTask (line 574) | class AlwaysTask(Task): method needs_execute (line 575) | def needs_execute(self): class OutOfDateTask (line 589) | class OutOfDateTask(Task): method needs_execute (line 590) | def needs_execute(self): function find_cycle (line 599) | def find_cycle(stack, visited): class Taskmaster (line 613) | class Taskmaster(object): method __init__ (line 618) | def __init__(self, targets=[], tasker=None, order=None, trace=None): method find_next_candidate (line 634) | def find_next_candidate(self): method no_next_candidate (line 670) | def no_next_candidate(self): method _validate_pending_children (line 684) | def _validate_pending_children(self): method trace_message (line 762) | def trace_message(self, message): method trace_node (line 765) | def trace_node(self, node): method _find_next_ready_node (line 770) | def _find_next_ready_node(self): method next_task (line 964) | def next_task(self): method will_not_build (line 999) | def will_not_build(self, nodes, node_func=lambda n: None): method stop (line 1043) | def stop(self): method cleanup (line 1049) | def cleanup(self): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/386asm.py function generate (line 42) | def generate(env): function exists (line 54) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/GettextCommon.py class XgettextToolWarning (line 34) | class XgettextToolWarning(SCons.Warnings.Warning): pass class XgettextNotFound (line 37) | class XgettextNotFound(XgettextToolWarning): pass class MsginitToolWarning (line 40) | class MsginitToolWarning(SCons.Warnings.Warning): pass class MsginitNotFound (line 43) | class MsginitNotFound(MsginitToolWarning): pass class MsgmergeToolWarning (line 46) | class MsgmergeToolWarning(SCons.Warnings.Warning): pass class MsgmergeNotFound (line 49) | class MsgmergeNotFound(MsgmergeToolWarning): pass class MsgfmtToolWarning (line 52) | class MsgfmtToolWarning(SCons.Warnings.Warning): pass class MsgfmtNotFound (line 55) | class MsgfmtNotFound(MsgfmtToolWarning): pass class _POTargetFactory (line 72) | class _POTargetFactory(object): method __init__ (line 80) | def __init__(self, env, nodefault=True, alias=None, precious=True method _create_node (line 102) | def _create_node(self, name, factory, directory=None, create=1): method Entry (line 114) | def Entry(self, name, directory=None, create=1): method File (line 118) | def File(self, name, directory=None, create=1): function _read_linguas_from_files (line 131) | def _read_linguas_from_files(env, linguas_files=None): class _POFileBuilder (line 161) | class _POFileBuilder(BuilderBase): method __init__ (line 200) | def __init__(self, env, **kw): method _execute (line 217) | def _execute(self, env, target, source, *args, **kw): function _translate (line 261) | def _translate(env, target=None, source=SCons.Environment._null, *args, ... class RPaths (line 272) | class RPaths(object): method __init__ (line 319) | def __init__(self, env): method __call__ (line 331) | def __call__(self, nodes, *args, **kw): function _init_po_files (line 362) | def _init_po_files(target, source, env): function _detect_xgettext (line 389) | def _detect_xgettext(env): function _xgettext_exists (line 401) | def _xgettext_exists(env): function _detect_msginit (line 408) | def _detect_msginit(env): function _msginit_exists (line 420) | def _msginit_exists(env): function _detect_msgmerge (line 427) | def _detect_msgmerge(env): function _msgmerge_exists (line 439) | def _msgmerge_exists(env): function _detect_msgfmt (line 446) | def _detect_msgfmt(env): function _msgfmt_exists (line 458) | def _msgfmt_exists(env): function tool_list (line 465) | def tool_list(platform, env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/MSCommon/arch.py class ArchDefinition (line 31) | class ArchDefinition(object): method __init__ (line 35) | def __init__(self, arch, synonyms=[]): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/MSCommon/common.py function debug (line 43) | def debug(message): function read_script_env_cache (line 61) | def read_script_env_cache(): function write_script_env_cache (line 75) | def write_script_env_cache(cache): function is_win64 (line 91) | def is_win64(): function read_reg (line 122) | def read_reg(value, hkroot=SCons.Util.HKEY_LOCAL_MACHINE): function has_reg (line 125) | def has_reg(value): function normalize_env (line 137) | def normalize_env(env, keys, force=False): function get_output (line 179) | def get_output(vcbat, args = None, env = None): function parse_output (line 251) | def parse_output(output, keep=KEEPLIST): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/MSCommon/netframework.py function find_framework_root (line 39) | def find_framework_root(): function query_versions (line 54) | def query_versions(): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/MSCommon/sdk.py class SDKDefinition (line 61) | class SDKDefinition(object): method __init__ (line 65) | def __init__(self, version, **kw): method find_sdk_dir (line 69) | def find_sdk_dir(self): method get_sdk_dir (line 100) | def get_sdk_dir(self): method get_sdk_vc_script (line 109) | def get_sdk_vc_script(self,host_arch, target_arch): class WindowsSDK (line 128) | class WindowsSDK(SDKDefinition): method __init__ (line 133) | def __init__(self, *args, **kw): class PlatformSDK (line 137) | class PlatformSDK(SDKDefinition): method __init__ (line 142) | def __init__(self, *args, **kw): function get_installed_sdks (line 286) | def get_installed_sdks(): function set_sdk_by_directory (line 309) | def set_sdk_by_directory(env, sdk_dir): function get_sdk_by_version (line 335) | def get_sdk_by_version(mssdk): function get_default_sdk (line 341) | def get_default_sdk(): function mssdk_setup_env (line 348) | def mssdk_setup_env(env): function mssdk_exists (line 403) | def mssdk_exists(version=None): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/MSCommon/vc.py class VisualCException (line 60) | class VisualCException(Exception): class UnsupportedVersion (line 63) | class UnsupportedVersion(VisualCException): class MSVCUnsupportedHostArch (line 66) | class MSVCUnsupportedHostArch(VisualCException): class MSVCUnsupportedTargetArch (line 69) | class MSVCUnsupportedTargetArch(VisualCException): class MissingConfiguration (line 72) | class MissingConfiguration(VisualCException): class NoVersionFound (line 75) | class NoVersionFound(VisualCException): class BatchFileExecutionError (line 78) | class BatchFileExecutionError(VisualCException): function get_msvc_version_numeric (line 141) | def get_msvc_version_numeric(msvc_version): function get_host_target (line 157) | def get_host_target(env): function msvc_version_to_maj_min (line 256) | def msvc_version_to_maj_min(msvc_version): function is_host_target_supported (line 269) | def is_host_target_supported(host_target, msvc_version): function find_vc_pdir_vswhere (line 287) | def find_vc_pdir_vswhere(msvc_version): function find_vc_pdir (line 343) | def find_vc_pdir(msvc_version): function find_batch_file (line 402) | def find_batch_file(env,msvc_version,host_arch,target_arch): function _check_cl_exists_in_vc_dir (line 448) | def _check_cl_exists_in_vc_dir(env, vc_dir, msvc_version): function cached_get_installed_vcs (line 557) | def cached_get_installed_vcs(env=None): function get_installed_vcs (line 566) | def get_installed_vcs(env=None): function reset_installed_vcs (line 589) | def reset_installed_vcs(): function script_env (line 613) | def script_env(script, args=None): function get_default_version (line 652) | def get_default_version(env): function msvc_setup_env_once (line 688) | def msvc_setup_env_once(env): function msvc_find_valid_batch_script (line 698) | def msvc_find_valid_batch_script(env, version): function msvc_setup_env (line 791) | def msvc_setup_env(env): function msvc_exists (line 850) | def msvc_exists(env=None, version=None): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/MSCommon/vs.py class VisualStudio (line 43) | class VisualStudio(object): method __init__ (line 48) | def __init__(self, version, **kw): method find_batch_file (line 55) | def find_batch_file(self): method find_vs_dir_by_vc (line 67) | def find_vs_dir_by_vc(self): method find_vs_dir_by_reg (line 75) | def find_vs_dir_by_reg(self): method find_vs_dir (line 93) | def find_vs_dir(self): method find_executable (line 104) | def find_executable(self): method get_batch_file (line 116) | def get_batch_file(self): method get_executable (line 124) | def get_executable(self): method get_vs_dir (line 134) | def get_vs_dir(self): method get_supported_arch (line 142) | def get_supported_arch(self): method reset (line 151) | def reset(self): function get_installed_visual_studios (line 402) | def get_installed_visual_studios(): function reset_installed_visual_studios (line 416) | def reset_installed_visual_studios(): function msvs_exists (line 461) | def msvs_exists(): function get_vs_by_version (line 464) | def get_vs_by_version(msvs): function get_default_version (line 487) | def get_default_version(env): function get_default_arch (line 518) | def get_default_arch(env): function merge_default_version (line 540) | def merge_default_version(env): function msvs_setup_env (line 544) | def msvs_setup_env(env): function query_versions (line 572) | def query_versions(): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/PharLapCommon.py function getPharLapPath (line 40) | def getPharLapPath(): function getPharLapVersion (line 68) | def getPharLapVersion(): function addPharLapPaths (line 89) | def addPharLapPaths(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/__init__.py class Tool (line 114) | class Tool(object): method __init__ (line 115) | def __init__(self, name, toolpath=None, **kw): method _load_dotted_module_py2 (line 131) | def _load_dotted_module_py2(self, short_name, full_name, searchpaths=N... method _tool_module (line 143) | def _tool_module(self): method __call__ (line 285) | def __call__(self, env, *args, **kw): method __str__ (line 308) | def __str__(self): function createProgBuilder (line 315) | def createProgBuilder(env): function createStaticLibBuilder (line 338) | def createStaticLibBuilder(env): function _call_linker_cb (line 365) | def _call_linker_cb(env, callback, args, result=None): function _call_env_subst (line 396) | def _call_env_subst(env, string, *args, **kw): class _ShLibInfoSupport (line 406) | class _ShLibInfoSupport(object): method libtype (line 408) | def libtype(self): method get_lib_prefix (line 411) | def get_lib_prefix(self, env, *args, **kw): method get_lib_suffix (line 414) | def get_lib_suffix(self, env, *args, **kw): method get_lib_version (line 417) | def get_lib_version(self, env, *args, **kw): method get_lib_noversionsymlinks (line 420) | def get_lib_noversionsymlinks(self, env, *args, **kw): class _LdModInfoSupport (line 424) | class _LdModInfoSupport(object): method libtype (line 426) | def libtype(self): method get_lib_prefix (line 429) | def get_lib_prefix(self, env, *args, **kw): method get_lib_suffix (line 432) | def get_lib_suffix(self, env, *args, **kw): method get_lib_version (line 435) | def get_lib_version(self, env, *args, **kw): method get_lib_noversionsymlinks (line 438) | def get_lib_noversionsymlinks(self, env, *args, **kw): class _ImpLibInfoSupport (line 442) | class _ImpLibInfoSupport(object): method libtype (line 444) | def libtype(self): method get_lib_prefix (line 447) | def get_lib_prefix(self, env, *args, **kw): method get_lib_suffix (line 450) | def get_lib_suffix(self, env, *args, **kw): method get_lib_version (line 453) | def get_lib_version(self, env, *args, **kw): method get_lib_noversionsymlinks (line 467) | def get_lib_noversionsymlinks(self, env, *args, **kw): class _LibInfoGeneratorBase (line 486) | class _LibInfoGeneratorBase(object): method __init__ (line 495) | def __init__(self, libtype, infoname): method libtype (line 500) | def libtype(self): method libtype (line 504) | def libtype(self, libtype): method get_lib_prefix (line 511) | def get_lib_prefix(self, env, *args, **kw): method get_lib_suffix (line 514) | def get_lib_suffix(self, env, *args, **kw): method get_lib_version (line 517) | def get_lib_version(self, env, *args, **kw): method get_lib_noversionsymlinks (line 520) | def get_lib_noversionsymlinks(self, env, *args, **kw): method get_versioned_lib_info_generator (line 526) | def get_versioned_lib_info_generator(self, **kw): method generate_versioned_lib_info (line 533) | def generate_versioned_lib_info(self, env, args, result=None, **kw): class _LibPrefixGenerator (line 538) | class _LibPrefixGenerator(_LibInfoGeneratorBase): method __init__ (line 542) | def __init__(self, libtype): method __call__ (line 545) | def __call__(self, env, sources=None, **kw): class _LibSuffixGenerator (line 575) | class _LibSuffixGenerator(_LibInfoGeneratorBase): method __init__ (line 579) | def __init__(self, libtype): method __call__ (line 582) | def __call__(self, env, sources=None, **kw): class _LibSymlinkGenerator (line 612) | class _LibSymlinkGenerator(_LibInfoGeneratorBase): method __init__ (line 616) | def __init__(self, libtype): method __call__ (line 619) | def __call__(self, env, libnode, **kw): class _LibNameGenerator (line 654) | class _LibNameGenerator(_LibInfoGeneratorBase): method __init__ (line 669) | def __init__(self, libtype): method __call__ (line 672) | def __call__(self, env, libnode, **kw): class _LibSonameGenerator (line 709) | class _LibSonameGenerator(_LibInfoGeneratorBase): method __init__ (line 713) | def __init__(self, libtype): method __call__ (line 716) | def __call__(self, env, libnode, **kw): function StringizeLibSymlinks (line 755) | def StringizeLibSymlinks(symlinks): function EmitLibSymlinks (line 767) | def EmitLibSymlinks(env, symlinks, libnode, **kw): function CreateLibSymlinks (line 788) | def CreateLibSymlinks(env, symlinks): function LibSymlinksActionFunction (line 814) | def LibSymlinksActionFunction(target, source, env): function LibSymlinksStrFun (line 822) | def LibSymlinksStrFun(target, source, env, *args): function createSharedLibBuilder (line 842) | def createSharedLibBuilder(env): function createLoadableModuleBuilder (line 868) | def createLoadableModuleBuilder(env): function createObjBuilders (line 894) | def createObjBuilders(env): function createCFileBuilders (line 935) | def createCFileBuilders(env): function CreateJarBuilder (line 973) | def CreateJarBuilder(env): function CreateJavaHBuilder (line 996) | def CreateJavaHBuilder(env): function CreateJavaClassFileBuilder (line 1011) | def CreateJavaClassFileBuilder(env): function CreateJavaClassDirBuilder (line 1028) | def CreateJavaClassDirBuilder(env): function CreateJavaFileBuilder (line 1042) | def CreateJavaFileBuilder(env): class ToolInitializerMethod (line 1054) | class ToolInitializerMethod(object): method __init__ (line 1065) | def __init__(self, name, initializer): method get_builder (line 1073) | def get_builder(self, env): method __call__ (line 1095) | def __call__(self, env, *args, **kw): class ToolInitializer (line 1104) | class ToolInitializer(object): method __init__ (line 1116) | def __init__(self, env, tools, names): method remove_methods (line 1130) | def remove_methods(self, env): method apply_tools (line 1139) | def apply_tools(self, env): function Initializers (line 1157) | def Initializers(env): function FindTool (line 1174) | def FindTool(tools, env): function FindAllTools (line 1182) | def FindAllTools(tools, env): function tool_list (line 1189) | def tool_list(platform, env): function find_program_path (line 1339) | def find_program_path(env, key_program, default_paths=None): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/aixcc.py function get_xlc (line 43) | def get_xlc(env): function generate (line 47) | def generate(env): function exists (line 62) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/aixcxx.py function get_xlc (line 46) | def get_xlc(env): function generate (line 50) | def generate(env): function exists (line 65) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/aixlink.py function smart_linkflags (line 48) | def smart_linkflags(source, target, env, for_signature): function generate (line 55) | def generate(env): function exists (line 67) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/applelink.py class AppleLinkInvalidCurrentVersionException (line 43) | class AppleLinkInvalidCurrentVersionException(Exception): class AppleLinkInvalidCompatibilityVersionException (line 46) | class AppleLinkInvalidCompatibilityVersionException(Exception): function _applelib_versioned_lib_suffix (line 50) | def _applelib_versioned_lib_suffix(env, suffix, version): function _applelib_versioned_lib_soname (line 63) | def _applelib_versioned_lib_soname(env, libnode, version, prefix, suffix... function _applelib_versioned_shlib_soname (line 78) | def _applelib_versioned_shlib_soname(env, libnode, version, prefix, suff... function _applelib_check_valid_version (line 84) | def _applelib_check_valid_version(version_string): function _applelib_currentVersionFromSoVersion (line 111) | def _applelib_currentVersionFromSoVersion(source, target, env, for_signa... function _applelib_compatVersionFromSoVersion (line 142) | def _applelib_compatVersionFromSoVersion(source, target, env, for_signat... function generate (line 174) | def generate(env): function exists (line 211) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/ar.py function generate (line 41) | def generate(env): function exists (line 56) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/as.py function generate (line 49) | def generate(env): function exists (line 71) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/bcc32.py function findIt (line 39) | def findIt(program, env): function generate (line 47) | def generate(env): function exists (line 74) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/cc.py function add_common_cc_variables (line 43) | def add_common_cc_variables(env): function generate (line 67) | def generate(env): function exists (line 98) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/clang.py function generate (line 53) | def generate(env): function exists (line 88) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/clangCommon/__init__.py function get_clang_install_dirs (line 13) | def get_clang_install_dirs(platform): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/clangxx.py function generate (line 54) | def generate(env): function exists (line 96) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/cxx.py function iscplusplus (line 47) | def iscplusplus(source): function generate (line 58) | def generate(env): function exists (line 93) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/cyglink.py function _lib_generator (line 24) | def _lib_generator(target, source, env, for_signature, **kw): function shlib_generator (line 51) | def shlib_generator(target, source, env, for_signature): function ldmod_generator (line 56) | def ldmod_generator(target, source, env, for_signature): function _lib_emitter (line 61) | def _lib_emitter(target, source, env, **kw): function shlib_emitter (line 123) | def shlib_emitter(target, source, env): function ldmod_emitter (line 126) | def ldmod_emitter(target, source, env): function _versioned_lib_suffix (line 129) | def _versioned_lib_suffix(env, suffix, version): function _versioned_implib_name (line 143) | def _versioned_implib_name(env, libnode, version, prefix, suffix, **kw): function _versioned_implib_symlinks (line 149) | def _versioned_implib_symlinks(env, libnode, version, prefix, suffix, **... function generate (line 186) | def generate(env): function exists (line 228) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/default.py function generate (line 38) | def generate(env): function exists (line 43) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/docbook/__init__.py function __extend_targets_sources (line 77) | def __extend_targets_sources(target, source): function __init_xsl_stylesheet (line 90) | def __init_xsl_stylesheet(kw, env, user_xsl_var, default_path): function __select_builder (line 98) | def __select_builder(lxml_builder, libxml2_builder, cmdline_builder): function __ensure_suffix (line 113) | def __ensure_suffix(t, suffix): function __ensure_suffix_stem (line 121) | def __ensure_suffix_stem(t, suffix): function __get_xml_text (line 134) | def __get_xml_text(root): function __create_output_dir (line 142) | def __create_output_dir(base_dir): function __detect_cl_tool (line 178) | def __detect_cl_tool(env, chainkey, cdict, cpriority=None): function _detect (line 200) | def _detect(env): function __xml_scan (line 223) | def __xml_scan(node, env, path, arg): function __generate_xsltproc_action (line 284) | def __generate_xsltproc_action(source, target, env, for_signature): function __emit_xsl_basedir (line 297) | def __emit_xsl_basedir(target, source, env): function __build_libxml2 (line 311) | def __build_libxml2(target, source, env): function __build_lxml (line 332) | def __build_lxml(target, source, env): function __xinclude_libxml2 (line 362) | def __xinclude_libxml2(target, source, env): function __xinclude_lxml (line 373) | def __xinclude_lxml(target, source, env): function DocbookEpub (line 428) | def DocbookEpub(env, target, source=None, *args, **kw): function DocbookHtml (line 549) | def DocbookHtml(env, target, source=None, *args, **kw): function DocbookHtmlChunked (line 571) | def DocbookHtmlChunked(env, target, source=None, *args, **kw): function DocbookHtmlhelp (line 606) | def DocbookHtmlhelp(env, target, source=None, *args, **kw): function DocbookPdf (line 641) | def DocbookPdf(env, target, source=None, *args, **kw): function DocbookMan (line 665) | def DocbookMan(env, target, source=None, *args, **kw): function DocbookSlidesPdf (line 731) | def DocbookSlidesPdf(env, target, source=None, *args, **kw): function DocbookSlidesHtml (line 755) | def DocbookSlidesHtml(env, target, source=None, *args, **kw): function DocbookXInclude (line 790) | def DocbookXInclude(env, target, source, *args, **kw): function DocbookXslt (line 807) | def DocbookXslt(env, target, source=None, *args, **kw): function generate (line 830) | def generate(env): function exists (line 880) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/filesystem.py function copyto_emitter (line 40) | def copyto_emitter(target, source, env): function copy_action_func (line 51) | def copy_action_func(target, source, env): function copy_action_str (line 60) | def copy_action_str(target, source, env): function generate (line 65) | def generate(env): function exists (line 91) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/gas.py function generate (line 43) | def generate(env): function exists (line 49) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/gcc.py function generate (line 46) | def generate(env): function exists (line 64) | def exists(env): function detect_version (line 69) | def detect_version(env, cc): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/gettext_tool.py function generate (line 29) | def generate(env,**kw): function exists (line 51) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/gnulink.py function generate (line 45) | def generate(env): function exists (line 66) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/gxx.py function generate (line 49) | def generate(env): function exists (line 73) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/hpcc.py function generate (line 39) | def generate(env): function exists (line 46) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/hpcxx.py function generate (line 63) | def generate(env): function exists (line 81) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/hplink.py function generate (line 59) | def generate(env): function exists (line 70) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/icc.py function generate (line 38) | def generate(env): function exists (line 52) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/icl.py function generate (line 41) | def generate(*args, **kw): function exists (line 45) | def exists(*args, **kw): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/ilink.py function generate (line 40) | def generate(env): function exists (line 52) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/ilink32.py function generate (line 36) | def generate(env): function exists (line 51) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/install.py class CopytreeError (line 50) | class CopytreeError(EnvironmentError): function scons_copytree (line 56) | def scons_copytree(src, dst, symlinks=False): function copyFunc (line 107) | def copyFunc(dest, source, env): function copyFuncVersionedLib (line 130) | def copyFuncVersionedLib(dest, source, env): function listShlibLinksToInstall (line 150) | def listShlibLinksToInstall(dest, source, env): function installShlibLinks (line 166) | def installShlibLinks(dest, source, env): function installFunc (line 176) | def installFunc(target, source, env): function installFuncVersionedLib (line 192) | def installFuncVersionedLib(target, source, env): function stringFunc (line 212) | def stringFunc(target, source, env): function add_targets_to_INSTALLED_FILES (line 227) | def add_targets_to_INSTALLED_FILES(target, source, env): function add_versioned_targets_to_INSTALLED_FILES (line 238) | def add_versioned_targets_to_INSTALLED_FILES(target, source, env): class DESTDIR_factory (line 254) | class DESTDIR_factory(object): method __init__ (line 258) | def __init__(self, env, dir): method Entry (line 262) | def Entry(self, name): method Dir (line 266) | def Dir(self, name): function InstallBuilderWrapper (line 279) | def InstallBuilderWrapper(env, target=None, source=None, dir=None, **kw): function InstallAsBuilderWrapper (line 309) | def InstallAsBuilderWrapper(env, target=None, source=None, **kw): function InstallVersionedBuilderWrapper (line 318) | def InstallVersionedBuilderWrapper(env, target=None, source=None, dir=No... function generate (line 350) | def generate(env): function exists (line 421) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/intelc.py class IntelCError (line 56) | class IntelCError(SCons.Errors.InternalError): class MissingRegistryError (line 58) | class MissingRegistryError(IntelCError): # missing registry entry class MissingDirError (line 60) | class MissingDirError(IntelCError): # dir not found class NoRegistryModuleError (line 62) | class NoRegistryModuleError(IntelCError): # can't read registry at all function linux_ver_normalize (line 65) | def linux_ver_normalize(vstr): function check_abi (line 85) | def check_abi(abi): function get_version_from_list (line 116) | def get_version_from_list(v, vlist): function get_intel_registry_value (line 133) | def get_intel_registry_value(valuename, version=None, abi=None): function get_all_compiler_versions (line 191) | def get_all_compiler_versions(): function get_intel_compiler_top (line 298) | def get_intel_compiler_top(version, abi): function generate (line 389) | def generate(env, version=None, abi=None, topdir=None, verbose=0): function exists (line 582) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/link.py function isfortran (line 48) | def isfortran(env, source): return False function isD (line 49) | def isD(env,source): return False function smart_link (line 56) | def smart_link(source, target, env, for_signature): function _lib_emitter (line 81) | def _lib_emitter(target, source, env, **kw): function shlib_emitter (line 107) | def shlib_emitter(target, source, env): function ldmod_emitter (line 111) | def ldmod_emitter(target, source, env): function _versioned_lib_name (line 116) | def _versioned_lib_name(env, libnode, version, prefix, suffix, prefix_ge... function _versioned_shlib_name (line 146) | def _versioned_shlib_name(env, libnode, version, prefix, suffix, **kw): function _versioned_ldmod_name (line 152) | def _versioned_ldmod_name(env, libnode, version, prefix, suffix, **kw): function _versioned_lib_suffix (line 158) | def _versioned_lib_suffix(env, suffix, version): function _versioned_lib_soname (line 171) | def _versioned_lib_soname(env, libnode, version, prefix, suffix, name_fu... function _versioned_shlib_soname (line 186) | def _versioned_shlib_soname(env, libnode, version, prefix, suffix): function _versioned_ldmod_soname (line 190) | def _versioned_ldmod_soname(env, libnode, version, prefix, suffix): function _versioned_lib_symlinks (line 194) | def _versioned_lib_symlinks(env, libnode, version, prefix, suffix, name_... function _versioned_shlib_symlinks (line 240) | def _versioned_shlib_symlinks(env, libnode, version, prefix, suffix): function _versioned_ldmod_symlinks (line 247) | def _versioned_ldmod_symlinks(env, libnode, version, prefix, suffix): function _versioned_lib_callbacks (line 257) | def _versioned_lib_callbacks(): function _setup_versioned_lib_variables (line 270) | def _setup_versioned_lib_variables(env, **kw): function generate (line 310) | def generate(env): function exists (line 355) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/linkloc.py function repl_linker_command (line 51) | def repl_linker_command(m): class LinklocGenerator (line 64) | class LinklocGenerator(object): method __init__ (line 65) | def __init__(self, cmdline): method __call__ (line 68) | def __call__(self, env, target, source, for_signature): function generate (line 79) | def generate(env): function exists (line 103) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/m4.py function generate (line 40) | def generate(env): function exists (line 56) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/masm.py function generate (line 47) | def generate(env): function exists (line 70) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/mingw.py function shlib_generator (line 51) | def shlib_generator(target, source, env, for_signature): function shlib_emitter (line 71) | def shlib_emitter(target, source, env): function find_version_specific_mingw_paths (line 123) | def find_version_specific_mingw_paths(env): function generate (line 138) | def generate(env): function exists (line 195) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/msgfmt.py class _MOFileBuilder (line 28) | class _MOFileBuilder(BuilderBase): method _execute (line 37) | def _execute(self, env, target, source, *args, **kw): function _create_mo_file_builder (line 63) | def _create_mo_file_builder(env, **kw): function generate (line 76) | def generate(env,**kw): function exists (line 109) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/msginit.py function _optional_no_translator_flag (line 34) | def _optional_no_translator_flag(env): function _POInitBuilder (line 49) | def _POInitBuilder(env, **kw): function _POInitBuilderWrapper (line 60) | def _POInitBuilderWrapper(env, target=None, source=_null, **kw): function generate (line 78) | def generate(env,**kw): function exists (line 121) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/msgmerge.py function _update_or_init_po_files (line 30) | def _update_or_init_po_files(target, source, env): function _POUpdateBuilder (line 45) | def _POUpdateBuilder(env, **kw): function _POUpdateBuilderWrapper (line 56) | def _POUpdateBuilderWrapper(env, target=None, source=_null, **kw): function generate (line 70) | def generate(env,**kw): function exists (line 104) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/mslib.py function generate (line 46) | def generate(env): function exists (line 66) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/mslink.py function pdbGenerator (line 51) | def pdbGenerator(env, target, source, for_signature): function _dllTargets (line 57) | def _dllTargets(target, source, env, for_signature, paramtp): function _dllSources (line 67) | def _dllSources(target, source, env, for_signature, paramtp): function windowsShlinkTargets (line 83) | def windowsShlinkTargets(target, source, env, for_signature): function windowsShlinkSources (line 86) | def windowsShlinkSources(target, source, env, for_signature): function _windowsLdmodTargets (line 89) | def _windowsLdmodTargets(target, source, env, for_signature): function _windowsLdmodSources (line 93) | def _windowsLdmodSources(target, source, env, for_signature): function _dllEmitter (line 97) | def _dllEmitter(target, source, env, paramtp): function windowsLibEmitter (line 157) | def windowsLibEmitter(target, source, env): function ldmodEmitter (line 160) | def ldmodEmitter(target, source, env): function prog_emitter (line 168) | def prog_emitter(target, source, env): function RegServerFunc (line 202) | def RegServerFunc(target, source, env): function embedManifestDllCheck (line 217) | def embedManifestDllCheck(target, source, env): function embedManifestExeCheck (line 231) | def embedManifestExeCheck(target, source, env): function generate (line 257) | def generate(env): function exists (line 337) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/mssdk.py function generate (line 39) | def generate(env): function exists (line 43) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/msvc.py function validate_vars (line 56) | def validate_vars(env): function msvc_set_PCHPDBFLAGS (line 64) | def msvc_set_PCHPDBFLAGS(env): function pch_emitter (line 79) | def pch_emitter(target, source, env): function object_emitter (line 100) | def object_emitter(target, source, env, parent_emitter): function static_object_emitter (line 124) | def static_object_emitter(target, source, env): function shared_object_emitter (line 128) | def shared_object_emitter(target, source, env): function msvc_batch_key (line 147) | def msvc_batch_key(action, env, target, source): function msvc_output_flag (line 176) | def msvc_output_flag(target, source, env, for_signature): function generate (line 217) | def generate(env): function exists (line 302) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/msvs.py function xmlify (line 64) | def xmlify(s): function processIncludes (line 73) | def processIncludes(includes, env, target, source): function _generateGUID (line 85) | def _generateGUID(slnfile, name): function msvs_parse_version (line 102) | def msvs_parse_version(s): function getExecScriptMain (line 119) | def getExecScriptMain(env, xml=None): class Config (line 144) | class Config(object): function splitFully (line 147) | def splitFully(path): function makeHierarchy (line 155) | def makeHierarchy(sources): class _UserGenerator (line 174) | class _UserGenerator(object): method __init__ (line 185) | def __init__(self, dspfile, source, env): method UserHeader (line 227) | def UserHeader(self): method UserProject (line 232) | def UserProject(self): method Build (line 235) | def Build(self): class _GenerateV7User (line 293) | class _GenerateV7User(_UserGenerator): method __init__ (line 295) | def __init__(self, dspfile, source, env): method UserProject (line 302) | def UserProject(self): class _GenerateV10User (line 354) | class _GenerateV10User(_UserGenerator): method __init__ (line 357) | def __init__(self, dspfile, source, env): method UserProject (line 374) | def UserProject(self): class _DSPGenerator (line 387) | class _DSPGenerator(object): method __init__ (line 397) | def __init__(self, dspfile, source, env): method Build (line 587) | def Build(self): class _GenerateV6DSP (line 612) | class _GenerateV6DSP(_DSPGenerator): method PrintHeader (line 615) | def PrintHeader(self): method PrintProject (line 629) | def PrintProject(self): method PrintSourceFiles (line 698) | def PrintSourceFiles(self): method Parse (line 725) | def Parse(self): method Build (line 777) | def Build(self): class _GenerateV7DSP (line 849) | class _GenerateV7DSP(_DSPGenerator, _GenerateV7User): method __init__ (line 852) | def __init__(self, dspfile, source, env): method PrintHeader (line 875) | def PrintHeader(self): method PrintProject (line 918) | def PrintProject(self): method printSources (line 975) | def printSources(self, hierarchy, commonprefix): method PrintSourceFiles (line 997) | def PrintSourceFiles(self): method Parse (line 1043) | def Parse(self): method Build (line 1094) | def Build(self): class _GenerateV10DSP (line 1158) | class _GenerateV10DSP(_DSPGenerator, _GenerateV10User): method __init__ (line 1161) | def __init__(self, dspfile, source, env): method PrintHeader (line 1169) | def PrintHeader(self): method PrintProject (line 1213) | def PrintProject(self): method printFilters (line 1307) | def printFilters(self, hierarchy, name): method printSources (line 1318) | def printSources(self, hierarchy, kind, commonprefix, filter_name): method PrintSourceFiles (line 1344) | def PrintSourceFiles(self): method Parse (line 1410) | def Parse(self): method Build (line 1413) | def Build(self): class _DSWGenerator (line 1425) | class _DSWGenerator(object): method __init__ (line 1427) | def __init__(self, dswfile, source, env): method Build (line 1448) | def Build(self): class _GenerateV7DSW (line 1451) | class _GenerateV7DSW(_DSWGenerator): method __init__ (line 1453) | def __init__(self, dswfile, source, env): method Parse (line 1537) | def Parse(self): method PrintSolution (line 1567) | def PrintSolution(self): method Build (line 1689) | def Build(self): class _GenerateV6DSW (line 1729) | class _GenerateV6DSW(_DSWGenerator): method PrintWorkspace (line 1732) | def PrintWorkspace(self): method Build (line 1738) | def Build(self): function GenerateDSP (line 1748) | def GenerateDSP(dspfile, source, env): function GenerateDSW (line 1764) | def GenerateDSW(dswfile, source, env): function GetMSVSProjectSuffix (line 1783) | def GetMSVSProjectSuffix(target, source, env, for_signature): function GetMSVSSolutionSuffix (line 1786) | def GetMSVSSolutionSuffix(target, source, env, for_signature): function GenerateProject (line 1789) | def GenerateProject(target, source, env): function GenerateSolution (line 1824) | def GenerateSolution(target, source, env): function projectEmitter (line 1827) | def projectEmitter(target, source, env): function solutionEmitter (line 1932) | def solutionEmitter(target, source, env): function generate (line 2002) | def generate(env): function exists (line 2071) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/mwcc.py function set_vars (line 40) | def set_vars(env): function find_versions (line 87) | def find_versions(): class MWVersion (line 122) | class MWVersion(object): method __init__ (line 123) | def __init__(self, version, path, platform): method __str__ (line 147) | def __str__(self): function generate (line 155) | def generate(env): function exists (line 200) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/mwld.py function generate (line 38) | def generate(env): function exists (line 62) | def exists(env): function shlib_generator (line 67) | def shlib_generator(target, source, env, for_signature): function shlib_emitter (line 84) | def shlib_emitter(target, source, env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/nasm.py function generate (line 47) | def generate(env): function exists (line 65) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/rmic.py function emit_rmic_classes (line 46) | def emit_rmic_classes(target, source, env): function generate (line 107) | def generate(env): function exists (line 126) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/rpcgen.py function generate (line 45) | def generate(env): function exists (line 63) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/sgiar.py function generate (line 42) | def generate(env): function exists (line 61) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/sgicc.py function generate (line 38) | def generate(env): function exists (line 46) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/sgicxx.py function generate (line 43) | def generate(env): function exists (line 54) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/sgilink.py function generate (line 42) | def generate(env): function exists (line 55) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/sunar.py function generate (line 41) | def generate(env): function exists (line 57) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/suncc.py function generate (line 39) | def generate(env): function exists (line 51) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/suncxx.py function get_package_info (line 50) | def get_package_info(package_name, pkginfo, pkgchk): function get_cppc (line 115) | def get_cppc(env): function generate (line 136) | def generate(env): function exists (line 153) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/sunlink.py function generate (line 59) | def generate(env): function exists (line 73) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/tar.py function generate (line 53) | def generate(env): function exists (line 66) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/textfile.py function _do_subst (line 66) | def _do_subst(node, subs): function _action (line 89) | def _action(target, source, env): function _strfunc (line 147) | def _strfunc(target, source, env): function _convert_list_R (line 151) | def _convert_list_R(newlist, sources): function _convert_list (line 161) | def _convert_list(target, source, env): function generate (line 191) | def generate(env): function exists (line 201) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/tlib.py function generate (line 36) | def generate(env): function exists (line 46) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/wix.py function generate (line 39) | def generate(env): function exists (line 65) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/xgettext.py class _CmdRunner (line 48) | class _CmdRunner(object): method __init__ (line 53) | def __init__(self, command, commandstr=None): method __call__ (line 60) | def __call__(self, target, source, env): method strfunction (line 76) | def strfunction(self, target, source, env): function _update_pot_file (line 87) | def _update_pot_file(target, source, env): class _POTBuilder (line 166) | class _POTBuilder(BuilderBase): method _execute (line 167) | def _execute(self, env, target, source, *args): function _scan_xgettext_from_files (line 180) | def _scan_xgettext_from_files(target, source, env, files=None, path=None): function _pot_update_emitter (line 232) | def _pot_update_emitter(target, source, env): function _POTUpdateBuilderWrapper (line 261) | def _POTUpdateBuilderWrapper(env, target=None, source=_null, **kw): function _POTUpdateBuilder (line 268) | def _POTUpdateBuilder(env, **kw): function generate (line 280) | def generate(env, **kw): function exists (line 344) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Tool/zip.py function zip (line 46) | def zip(target, source, env): function generate (line 70) | def generate(env): function exists (line 85) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Util.py function dictify (line 70) | def dictify(keys, values, result={}): function rightmost_separator (line 80) | def rightmost_separator(path, sep): function rightmost_separator (line 83) | def rightmost_separator(path, sep): function containsAny (line 88) | def containsAny(str, set): function containsAll (line 94) | def containsAll(str, set): function containsOnly (line 100) | def containsOnly(str, set): function splitext (line 106) | def splitext(path): function updrive (line 116) | def updrive(path): class NodeList (line 128) | class NodeList(UserList): method __nonzero__ (line 154) | def __nonzero__(self): method __bool__ (line 157) | def __bool__(self): method __str__ (line 160) | def __str__(self): method __iter__ (line 163) | def __iter__(self): method __call__ (line 166) | def __call__(self, *args, **kwargs): method __getattr__ (line 170) | def __getattr__(self, name): method __getitem__ (line 174) | def __getitem__(self, index): function get_environment_var (line 196) | def get_environment_var(varstr): class DisplayEngine (line 211) | class DisplayEngine(object): method __call__ (line 213) | def __call__(self, text, append_newline=1): method set_mode (line 229) | def set_mode(self, mode): function render_tree (line 233) | def render_tree(root, child_func, prune=0, margin=[0], visited=None): function print_tree (line 277) | def print_tree(root, child_func, prune=0, showtags=0, margin=[0], visite... function is_Dict (line 395) | def is_Dict(obj, isinstance=isinstance, DictTypes=DictTypes): function is_List (line 398) | def is_List(obj, isinstance=isinstance, ListTypes=ListTypes): function is_Sequence (line 401) | def is_Sequence(obj, isinstance=isinstance, SequenceTypes=SequenceTypes): function is_Tuple (line 404) | def is_Tuple(obj, isinstance=isinstance, tuple=tuple): function is_String (line 407) | def is_String(obj, isinstance=isinstance, StringTypes=StringTypes): function is_Scalar (line 410) | def is_Scalar(obj, isinstance=isinstance, StringTypes=StringTypes, Seque... function do_flatten (line 419) | def do_flatten(sequence, result, isinstance=isinstance, function flatten (line 427) | def flatten(obj, isinstance=isinstance, StringTypes=StringTypes, function flatten_sequence (line 445) | def flatten_sequence(sequence, isinstance=isinstance, StringTypes=String... function to_String (line 466) | def to_String(s, function to_String_for_subst (line 479) | def to_String_for_subst(s, function to_String_for_signature (line 496) | def to_String_for_signature(obj, to_String_for_subst=to_String_for_subst, function semi_deepcopy_dict (line 527) | def semi_deepcopy_dict(x, exclude = [] ): function _semi_deepcopy_list (line 541) | def _semi_deepcopy_list(x): function _semi_deepcopy_tuple (line 545) | def _semi_deepcopy_tuple(x): function semi_deepcopy (line 549) | def semi_deepcopy(x): class Proxy (line 564) | class Proxy(object): method __init__ (line 595) | def __init__(self, subject): method __getattr__ (line 599) | def __getattr__(self, name): method get (line 604) | def get(self): method __eq__ (line 608) | def __eq__(self, other): class Delegate (line 613) | class Delegate(object): method __init__ (line 620) | def __init__(self, attribute): method __get__ (line 622) | def __get__(self, obj, cls): class _NoError (line 656) | class _NoError(Exception): class PlainWindowsError (line 666) | class PlainWindowsError(OSError): function RegGetValue (line 681) | def RegGetValue(root, key): function RegGetValue (line 713) | def RegGetValue(root, key): function RegOpenKeyEx (line 716) | def RegOpenKeyEx(root, key): function WhereIs (line 721) | def WhereIs(file, path=None, pathext=None, reject=[]): function WhereIs (line 756) | def WhereIs(file, path=None, pathext=None, reject=[]): function WhereIs (line 786) | def WhereIs(file, path=None, pathext=None, reject=[]): function PrependPath (line 816) | def PrependPath(oldpath, newpath, sep = os.pathsep, function AppendPath (line 898) | def AppendPath(oldpath, newpath, sep = os.pathsep, function AddPathIfNotExists (line 979) | def AddPathIfNotExists(env_dict, key, path, sep=os.pathsep): function get_native_path (line 1002) | def get_native_path(path): function get_native_path (line 1009) | def get_native_path(path): function Split (line 1016) | def Split(arg): class CLVar (line 1024) | class CLVar(UserList): method __init__ (line 1034) | def __init__(self, seq = []): method __add__ (line 1036) | def __add__(self, other): method __radd__ (line 1038) | def __radd__(self, other): method __str__ (line 1040) | def __str__(self): class Selector (line 1044) | class Selector(OrderedDict): method __call__ (line 1048) | def __call__(self, env, source, ext=None): function case_sensitive_suffixes (line 1082) | def case_sensitive_suffixes(s1, s2): function case_sensitive_suffixes (line 1085) | def case_sensitive_suffixes(s1, s2): function adjustixes (line 1088) | def adjustixes(fname, pre, suf, ensure_suffix=False): function unique (line 1108) | def unique(s): function uniquer (line 1186) | def uniquer(seq, idfun=None): function uniquer_hashables (line 1207) | def uniquer_hashables(seq): function logical_lines (line 1220) | def logical_lines(physical_lines, joiner=''.join): class LogicalLines (line 1237) | class LogicalLines(object): method __init__ (line 1244) | def __init__(self, fileobj): method readlines (line 1247) | def readlines(self): class UniqueList (line 1252) | class UniqueList(UserList): method __init__ (line 1253) | def __init__(self, seq = []): method __make_unique (line 1256) | def __make_unique(self): method __lt__ (line 1260) | def __lt__(self, other): method __le__ (line 1263) | def __le__(self, other): method __eq__ (line 1266) | def __eq__(self, other): method __ne__ (line 1269) | def __ne__(self, other): method __gt__ (line 1272) | def __gt__(self, other): method __ge__ (line 1275) | def __ge__(self, other): method __cmp__ (line 1278) | def __cmp__(self, other): method __len__ (line 1281) | def __len__(self): method __getitem__ (line 1284) | def __getitem__(self, i): method __setitem__ (line 1287) | def __setitem__(self, i, item): method __getslice__ (line 1290) | def __getslice__(self, i, j): method __setslice__ (line 1293) | def __setslice__(self, i, j, other): method __add__ (line 1296) | def __add__(self, other): method __radd__ (line 1300) | def __radd__(self, other): method __iadd__ (line 1304) | def __iadd__(self, other): method __mul__ (line 1308) | def __mul__(self, other): method __rmul__ (line 1312) | def __rmul__(self, other): method __imul__ (line 1316) | def __imul__(self, other): method append (line 1320) | def append(self, item): method insert (line 1323) | def insert(self, i): method count (line 1326) | def count(self, item): method index (line 1329) | def index(self, item): method reverse (line 1332) | def reverse(self): method sort (line 1335) | def sort(self, *args, **kwds): method extend (line 1338) | def extend(self, other): class Unbuffered (line 1343) | class Unbuffered(object): method __init__ (line 1348) | def __init__(self, file): method write (line 1351) | def write(self, arg): method __getattr__ (line 1364) | def __getattr__(self, attr): function make_path_relative (line 1367) | def make_path_relative(path): function AddMethod (line 1408) | def AddMethod(obj, function, name=None): function RenameFunction (line 1444) | def RenameFunction(function, name): function MD5signature (line 1458) | def MD5signature(s): function MD5filesignature (line 1474) | def MD5filesignature(fname, chunksize=65536): function MD5signature (line 1495) | def MD5signature(s): function MD5filesignature (line 1498) | def MD5filesignature(fname, chunksize=65536): function MD5collect (line 1504) | def MD5collect(signatures): function silent_intern (line 1517) | def silent_intern(x): class Null (line 1537) | class Null(object): method __new__ (line 1539) | def __new__(cls, *args, **kwargs): method __init__ (line 1543) | def __init__(self, *args, **kwargs): method __call__ (line 1545) | def __call__(self, *args, **kwargs): method __repr__ (line 1547) | def __repr__(self): method __nonzero__ (line 1549) | def __nonzero__(self): method __bool__ (line 1551) | def __bool__(self): method __getattr__ (line 1553) | def __getattr__(self, name): method __setattr__ (line 1555) | def __setattr__(self, name, value): method __delattr__ (line 1557) | def __delattr__(self, name): class NullSeq (line 1560) | class NullSeq(Null): method __len__ (line 1561) | def __len__(self): method __iter__ (line 1563) | def __iter__(self): method __getitem__ (line 1565) | def __getitem__(self, i): method __delitem__ (line 1567) | def __delitem__(self, i): method __setitem__ (line 1569) | def __setitem__(self, i, v): function to_bytes (line 1576) | def to_bytes(s): function to_str (line 1588) | def to_str(s): function cmp (line 1596) | def cmp(a, b): function get_env_bool (line 1604) | def get_env_bool(env, name, default=False): function get_os_env_bool (line 1631) | def get_os_env_bool(name, default=False): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Variables/BoolVariable.py function _text2bool (line 47) | def _text2bool(val): function _validator (line 64) | def _validator(key, val, env): function BoolVariable (line 75) | def BoolVariable(key, help, default): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Variables/EnumVariable.py function _validator (line 47) | def _validator(key, val, env, vals): function EnumVariable (line 53) | def EnumVariable(key, help, default, allowed_values, map={}, ignorecase=0): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Variables/ListVariable.py class _ListVariable (line 61) | class _ListVariable(collections.UserList): method __init__ (line 62) | def __init__(self, initlist=[], allowedElems=[]): method __cmp__ (line 66) | def __cmp__(self, other): method __eq__ (line 68) | def __eq__(self, other): method __ge__ (line 70) | def __ge__(self, other): method __gt__ (line 72) | def __gt__(self, other): method __le__ (line 74) | def __le__(self, other): method __lt__ (line 76) | def __lt__(self, other): method __str__ (line 78) | def __str__(self): method prepare_to_store (line 86) | def prepare_to_store(self): function _converter (line 89) | def _converter(val, allowedElems, mapdict): function ListVariable (line 113) | def ListVariable(key, help, default, names, map={}): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Variables/PackageVariable.py function _converter (line 62) | def _converter(val): function _validator (line 72) | def _validator(key, val, env, searchfunc): function PackageVariable (line 86) | def PackageVariable(key, help, default, searchfunc=None): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Variables/PathVariable.py class _PathVariableClass (line 79) | class _PathVariableClass(object): method PathAccept (line 81) | def PathAccept(self, key, val, env): method PathIsDir (line 85) | def PathIsDir(self, key, val, env): method PathIsDirCreate (line 94) | def PathIsDirCreate(self, key, val, env): method PathIsFile (line 103) | def PathIsFile(self, key, val, env): method PathExists (line 112) | def PathExists(self, key, val, env): method __call__ (line 118) | def __call__(self, key, help, default, validator=None): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Variables/__init__.py class Variables (line 47) | class Variables(object): method __init__ (line 54) | def __init__(self, files=None, args=None, is_global=1): method _do_add (line 82) | def _do_add(self, key, help="", default=None, validator=None, converte... method keys (line 109) | def keys(self): method Add (line 115) | def Add(self, key, help="", default=None, validator=None, converter=No... method AddVariables (line 138) | def AddVariables(self, *optlist): method Update (line 160) | def Update(self, env, args=None): method UnknownVariables (line 229) | def UnknownVariables(self): method Save (line 236) | def Save(self, filename, env): method GenerateHelpText (line 285) | def GenerateHelpText(self, env, sort=None): method FormatVariableHelpText (line 315) | def FormatVariableHelpText(self, env, key, help, default, actual, alia... FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Warnings.py class Warning (line 36) | class Warning(SCons.Errors.UserError): class WarningOnByDefault (line 39) | class WarningOnByDefault(Warning): class TargetNotBuiltWarning (line 44) | class TargetNotBuiltWarning(Warning): # Should go to OnByDefault class CacheVersionWarning (line 47) | class CacheVersionWarning(WarningOnByDefault): class CacheWriteErrorWarning (line 50) | class CacheWriteErrorWarning(Warning): class CorruptSConsignWarning (line 53) | class CorruptSConsignWarning(WarningOnByDefault): class DependencyWarning (line 56) | class DependencyWarning(Warning): class DevelopmentVersionWarning (line 59) | class DevelopmentVersionWarning(WarningOnByDefault): class DuplicateEnvironmentWarning (line 62) | class DuplicateEnvironmentWarning(WarningOnByDefault): class FutureReservedVariableWarning (line 65) | class FutureReservedVariableWarning(WarningOnByDefault): class LinkWarning (line 68) | class LinkWarning(WarningOnByDefault): class MisleadingKeywordsWarning (line 71) | class MisleadingKeywordsWarning(WarningOnByDefault): class MissingSConscriptWarning (line 74) | class MissingSConscriptWarning(WarningOnByDefault): class NoObjectCountWarning (line 77) | class NoObjectCountWarning(WarningOnByDefault): class NoParallelSupportWarning (line 80) | class NoParallelSupportWarning(WarningOnByDefault): class ReservedVariableWarning (line 83) | class ReservedVariableWarning(WarningOnByDefault): class StackSizeWarning (line 86) | class StackSizeWarning(WarningOnByDefault): class VisualCMissingWarning (line 89) | class VisualCMissingWarning(WarningOnByDefault): class VisualVersionMismatch (line 94) | class VisualVersionMismatch(WarningOnByDefault): class VisualStudioMissingWarning (line 97) | class VisualStudioMissingWarning(Warning): class FortranCxxMixWarning (line 100) | class FortranCxxMixWarning(LinkWarning): class FutureDeprecatedWarning (line 106) | class FutureDeprecatedWarning(Warning): class DeprecatedWarning (line 109) | class DeprecatedWarning(Warning): class MandatoryDeprecatedWarning (line 112) | class MandatoryDeprecatedWarning(DeprecatedWarning): class PythonVersionWarning (line 117) | class PythonVersionWarning(DeprecatedWarning): class DeprecatedSourceCodeWarning (line 120) | class DeprecatedSourceCodeWarning(FutureDeprecatedWarning): class TaskmasterNeedsExecuteWarning (line 123) | class TaskmasterNeedsExecuteWarning(DeprecatedWarning): class DeprecatedOptionsWarning (line 126) | class DeprecatedOptionsWarning(MandatoryDeprecatedWarning): class DeprecatedDebugOptionsWarning (line 129) | class DeprecatedDebugOptionsWarning(MandatoryDeprecatedWarning): class DeprecatedMissingSConscriptWarning (line 132) | class DeprecatedMissingSConscriptWarning(DeprecatedWarning): function suppressWarningClass (line 146) | def suppressWarningClass(clazz): function enableWarningClass (line 151) | def enableWarningClass(clazz): function warningAsException (line 156) | def warningAsException(flag=1): function warn (line 163) | def warn(clazz, *args): function process_warn_strings (line 177) | def process_warn_strings(arguments): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/compat/__init__.py function rename_module (line 69) | def rename_module(new, old): class SameFileError (line 146) | class SameFileError(Exception): function with_metaclass (line 151) | def with_metaclass(meta, *bases): class NoSlotsPyPy (line 189) | class NoSlotsPyPy(type): method __new__ (line 194) | def __new__(meta, name, bases, dct): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/compat/_scons_dbm.py class error (line 35) | class error(Exception): function open (line 38) | def open(*args, **kw): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/cpp.py function CPP_to_Python (line 161) | def CPP_to_Python(s): class FunctionEvaluator (line 179) | class FunctionEvaluator(object): method __init__ (line 183) | def __init__(self, name, args, expansion): method __call__ (line 196) | def __call__(self, *values): class PreProcessor (line 236) | class PreProcessor(object): method __init__ (line 240) | def __init__(self, current=os.curdir, cpppath=(), dict={}, all=0): method tupleize (line 277) | def tupleize(self, contents): method __call__ (line 292) | def __call__(self, file): method process_contents (line 301) | def process_contents(self, contents, fname=None): method save (line 323) | def save(self): method restore (line 331) | def restore(self): method do_nothing (line 341) | def do_nothing(self, t): method scons_current_file (line 348) | def scons_current_file(self, t): method eval_expression (line 351) | def eval_expression(self, t): method initialize_result (line 363) | def initialize_result(self, fname): method finalize_result (line 366) | def finalize_result(self, fname): method find_include_file (line 369) | def find_include_file(self, t): method read_file (line 383) | def read_file(self, file): method start_handling_includes (line 389) | def start_handling_includes(self, t=None): method stop_handling_includes (line 406) | def stop_handling_includes(self, t=None): method _do_if_else_condition (line 424) | def _do_if_else_condition(self, condition): method do_ifdef (line 440) | def do_ifdef(self, t): method do_ifndef (line 446) | def do_ifndef(self, t): method do_if (line 452) | def do_if(self, t): method do_elif (line 458) | def do_elif(self, t): method do_else (line 468) | def do_else(self, t): method do_endif (line 474) | def do_endif(self, t): method do_define (line 480) | def do_define(self, t): method do_undef (line 495) | def do_undef(self, t): method do_import (line 502) | def do_import(self, t): method do_include (line 509) | def do_include(self, t): method resolve_include (line 543) | def resolve_include(self, t): method all_include (line 568) | def all_include(self, t): class DumbPreProcessor (line 573) | class DumbPreProcessor(PreProcessor): method __init__ (line 583) | def __init__(self, *args, **kw): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/dblite.py function corruption_warning (line 16) | def corruption_warning(filename): function is_string (line 23) | def is_string(s): function is_string (line 26) | def is_string(s): function is_bytes (line 30) | def is_bytes(s): function unicode (line 37) | def unicode(s): class dblite (line 48) | class dblite(object): method __init__ (line 76) | def __init__(self, file_base_name, flag, mode): method close (line 138) | def close(self): method __del__ (line 142) | def __del__(self): method sync (line 145) | def sync(self): method _check_writable (line 174) | def _check_writable(self): method __getitem__ (line 178) | def __getitem__(self, key): method __setitem__ (line 181) | def __setitem__(self, key, value): method keys (line 190) | def keys(self): method has_key (line 193) | def has_key(self, key): method __contains__ (line 196) | def __contains__(self, key): method iterkeys (line 199) | def iterkeys(self): method __len__ (line 205) | def __len__(self): function open (line 209) | def open(file, flag=None, mode=0o666): function _exercise (line 213) | def _exercise(): FILE: nuitka/build/inline_copy/lib/scons-3.1.2/SCons/exitfuncs.py function _run_exitfuncs (line 36) | def _run_exitfuncs(): function register (line 47) | def register(func, *targs, **kargs): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Action.py class _null (line 121) | class _null: function rfile (line 137) | def rfile(n): function default_exitstatfunc (line 144) | def default_exitstatfunc(s): function _callable_contents (line 150) | def _callable_contents(obj): function _object_contents (line 172) | def _object_contents(obj): function _code_contents (line 213) | def _code_contents(code, docstring=None): function _function_contents (line 283) | def _function_contents(func): function _object_instance_content (line 331) | def _object_instance_content(obj): function _actionAppend (line 390) | def _actionAppend(act1, act2): function _do_create_keywords (line 412) | def _do_create_keywords(args, kw): function _do_create_action (line 440) | def _do_create_action(act, kw): function _do_create_list_action (line 493) | def _do_create_list_action(act, kw): function Action (line 508) | def Action(act, *args, **kw): class ActionBase (line 517) | class ActionBase: method __eq__ (line 522) | def __eq__(self, other): method no_batch_key (line 525) | def no_batch_key(self, env, target, source): method genstring (line 530) | def genstring(self, target, source, env): method get_contents (line 533) | def get_contents(self, target, source, env): method __add__ (line 566) | def __add__(self, other): method __radd__ (line 569) | def __radd__(self, other): method presub_lines (line 572) | def presub_lines(self, env): method get_varlist (line 584) | def get_varlist(self, target, source, env, executor=None): method get_targets (line 587) | def get_targets(self, env, executor): class _ActionAction (line 595) | class _ActionAction(ActionBase): method __init__ (line 597) | def __init__(self, cmdstr=_null, strfunction=_null, varlist=(), method print_cmd_line (line 627) | def print_cmd_line(self, s, target, source, env): method __call__ (line 635) | def __call__(self, target, source, env, function _string_from_cmd_list (line 722) | def _string_from_cmd_list(cmd_list): function get_default_ENV (line 735) | def get_default_ENV(env): function _subproc (line 758) | def _subproc(scons_env, cmd, error='ignore', **kw): class CommandAction (line 821) | class CommandAction(_ActionAction): method __init__ (line 823) | def __init__(self, cmd, **kw): method __str__ (line 842) | def __str__(self): method process (line 847) | def process(self, target, source, env, executor=None): method strfunction (line 868) | def strfunction(self, target, source, env, executor=None): method execute (line 884) | def execute(self, target, source, env, executor=None): method get_presig (line 947) | def get_presig(self, target, source, env, executor=None): method get_implicit_deps (line 964) | def get_implicit_deps(self, target, source, env, executor=None): method _get_implicit_deps_lightweight (line 987) | def _get_implicit_deps_lightweight(self, target, source, env, executor): method _get_implicit_deps_heavyweight (line 1009) | def _get_implicit_deps_heavyweight(self, target, source, env, executor, class CommandGeneratorAction (line 1069) | class CommandGeneratorAction(ActionBase): method __init__ (line 1071) | def __init__(self, generator, kw): method _generate (line 1078) | def _generate(self, target, source, env, for_signature, executor=None): method __str__ (line 1096) | def __str__(self): method batch_key (line 1106) | def batch_key(self, env, target, source): method genstring (line 1109) | def genstring(self, target, source, env, executor=None): method __call__ (line 1112) | def __call__(self, target, source, env, exitstatfunc=_null, presub=_null, method get_presig (line 1125) | def get_presig(self, target, source, env, executor=None): method get_implicit_deps (line 1133) | def get_implicit_deps(self, target, source, env, executor=None): method get_varlist (line 1136) | def get_varlist(self, target, source, env, executor=None): method get_targets (line 1139) | def get_targets(self, env, executor): class LazyAction (line 1143) | class LazyAction(CommandGeneratorAction, CommandAction): method __init__ (line 1163) | def __init__(self, var, kw): method get_parent_class (line 1169) | def get_parent_class(self, env): method _generate_cache (line 1175) | def _generate_cache(self, env): method _generate (line 1185) | def _generate(self, target, source, env, for_signature, executor=None): method __call__ (line 1188) | def __call__(self, target, source, env, *args, **kw): method get_presig (line 1192) | def get_presig(self, target, source, env): method get_varlist (line 1196) | def get_varlist(self, target, source, env, executor=None): class FunctionAction (line 1201) | class FunctionAction(_ActionAction): method __init__ (line 1204) | def __init__(self, execfunction, kw): method function_name (line 1220) | def function_name(self): method strfunction (line 1229) | def strfunction(self, target, source, env, executor=None): method __str__ (line 1265) | def __str__(self): method execute (line 1271) | def execute(self, target, source, env, executor=None): method get_presig (line 1314) | def get_presig(self, target, source, env): method get_implicit_deps (line 1321) | def get_implicit_deps(self, target, source, env): class ListAction (line 1324) | class ListAction(ActionBase): method __init__ (line 1326) | def __init__(self, actionlist): method genstring (line 1338) | def genstring(self, target, source, env): method __str__ (line 1341) | def __str__(self): method presub_lines (line 1344) | def presub_lines(self, env): method get_presig (line 1348) | def get_presig(self, target, source, env): method __call__ (line 1355) | def __call__(self, target, source, env, exitstatfunc=_null, presub=_null, method get_implicit_deps (line 1367) | def get_implicit_deps(self, target, source, env): method get_varlist (line 1373) | def get_varlist(self, target, source, env, executor=None): class ActionCaller (line 1381) | class ActionCaller: method __init__ (line 1390) | def __init__(self, parent, args, kw): method get_contents (line 1395) | def get_contents(self, target, source, env): method subst (line 1411) | def subst(self, s, target, source, env): method subst_args (line 1429) | def subst_args(self, target, source, env): method subst_kw (line 1432) | def subst_kw(self, target, source, env): method __call__ (line 1438) | def __call__(self, target, source, env, executor=None): method strfunction (line 1443) | def strfunction(self, target, source, env): method __str__ (line 1448) | def __str__(self): class ActionFactory (line 1452) | class ActionFactory: method __init__ (line 1461) | def __init__(self, actfunc, strfunc, convert=lambda x: x): method __call__ (line 1466) | def __call__(self, *args, **kw): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Builder.py class _Null (line 113) | class _Null: function match_splitext (line 118) | def match_splitext(path, suffixes = []): class DictCmdGenerator (line 126) | class DictCmdGenerator(SCons.Util.Selector): method __init__ (line 133) | def __init__(self, dict=None, source_ext_match=1): method src_suffixes (line 137) | def src_suffixes(self): method add_action (line 140) | def add_action(self, suffix, action): method __call__ (line 145) | def __call__(self, target, source, env, for_signature): class CallableSelector (line 176) | class CallableSelector(SCons.Util.Selector): method __call__ (line 179) | def __call__(self, env, source): class DictEmitter (line 185) | class DictEmitter(SCons.Util.Selector): method __call__ (line 193) | def __call__(self, target, source, env): class ListEmitter (line 199) | class ListEmitter(UserList): method __call__ (line 203) | def __call__(self, target, source, env): class OverrideWarner (line 217) | class OverrideWarner(UserDict): method __init__ (line 225) | def __init__(self, dict): method warn (line 229) | def warn(self): function Builder (line 239) | def Builder(**kw): function _node_errors (line 281) | def _node_errors(builder, env, tlist, slist): class EmitterProxy (line 330) | class EmitterProxy: method __init__ (line 337) | def __init__(self, var): method __call__ (line 340) | def __call__(self, target, source, env): method __eq__ (line 356) | def __eq__(self, other): method __lt__ (line 359) | def __lt__(self, other): method __le__ (line 362) | def __le__(self, other): method __gt__ (line 365) | def __gt__(self, other): method __ge__ (line 368) | def __ge__(self, other): class BuilderBase (line 371) | class BuilderBase: method __init__ (line 376) | def __init__(self, action = None, method __bool__ (line 441) | def __bool__(self): method get_name (line 444) | def get_name(self, env): method __eq__ (line 461) | def __eq__(self, other): method splitext (line 464) | def splitext(self, path, env=None): method _adjustixes (line 473) | def _adjustixes(self, files, pre, suf, ensure_suffix=False): method _create_nodes (line 486) | def _create_nodes(self, env, target = None, source = None): method _execute (line 550) | def _execute(self, env, target, source, overwarn={}, executor_kw={}): method __call__ (line 630) | def __call__(self, env, target=None, source=None, chdir=_null, **kw): method adjust_suffix (line 664) | def adjust_suffix(self, suff): method get_prefix (line 669) | def get_prefix(self, env, sources=[]): method set_suffix (line 675) | def set_suffix(self, suffix): method get_suffix (line 680) | def get_suffix(self, env, sources=[]): method set_src_suffix (line 686) | def set_src_suffix(self, src_suffix): method get_src_suffix (line 693) | def get_src_suffix(self, env): method add_emitter (line 700) | def add_emitter(self, suffix, emitter): method add_src_builder (line 710) | def add_src_builder(self, builder): method _get_sdict (line 720) | def _get_sdict(self, env): method src_builder_sources (line 746) | def src_builder_sources(self, env, source, overwarn={}): method _get_src_builders_key (line 789) | def _get_src_builders_key(self, env): method get_src_builders (line 793) | def get_src_builders(self, env): method _subst_src_suffixes_key (line 825) | def _subst_src_suffixes_key(self, env): method subst_src_suffixes (line 829) | def subst_src_suffixes(self, env): method src_suffixes (line 851) | def src_suffixes(self, env): class CompositeBuilder (line 871) | class CompositeBuilder(SCons.Util.Proxy): method __init__ (line 877) | def __init__(self, builder, cmdgen): method add_action (line 887) | def add_action(self, suffix, action): function is_a_Builder (line 891) | def is_a_Builder(obj): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/CacheDir.py function CacheRetrieveFunc (line 46) | def CacheRetrieveFunc(target, source, env): function CacheRetrieveString (line 70) | def CacheRetrieveString(target, source, env): function CachePushFunc (line 83) | def CachePushFunc(target, source, env): class CacheDir (line 133) | class CacheDir: method __init__ (line 135) | def __init__(self, path): method _readconfig (line 156) | def _readconfig(self, path): method CacheDebug (line 194) | def CacheDebug(self, fmt, target, cachefile): method copy_from_cache (line 213) | def copy_from_cache(cls, env, src, dst): method copy_to_cache (line 220) | def copy_to_cache(cls, env, src, dst): method hit_ratio (line 231) | def hit_ratio(self): method misses (line 235) | def misses(self): method is_enabled (line 238) | def is_enabled(self): method is_readonly (line 241) | def is_readonly(self): method get_cachedir_csig (line 244) | def get_cachedir_csig(self, node): method cachepath (line 249) | def cachepath(self, node): method retrieve (line 262) | def retrieve(self, node): method push (line 301) | def push(self, node): method push_if_forced (line 306) | def push_if_forced(self, node): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Conftest.py function CheckBuilder (line 111) | def CheckBuilder(context, text = None, language = None): function CheckCC (line 138) | def CheckCC(context): function CheckSHCC (line 158) | def CheckSHCC(context): function CheckCXX (line 178) | def CheckCXX(context): function CheckSHCXX (line 198) | def CheckSHCXX(context): function _check_empty_program (line 218) | def _check_empty_program(context, comp, text, language, use_shared = Fal... function CheckFunc (line 234) | def CheckFunc(context, function_name, header = None, language = None): function CheckHeader (line 307) | def CheckHeader(context, header_name, header=None, language=None, function CheckType (line 355) | def CheckType(context, type_name, fallback = None, function CheckTypeSize (line 417) | def CheckTypeSize(context, type_name, header = None, language = None, ex... function CheckDeclaration (line 520) | def CheckDeclaration(context, symbol, includes = None, language = None): function CheckLib (line 571) | def CheckLib(context, libs, func_name = None, header = None, function CheckProg (line 679) | def CheckProg(context, prog_name): function _YesNoResult (line 699) | def _YesNoResult(context, ret, key, text, comment = None): function _Have (line 718) | def _Have(context, key, have, comment = None): function _LogFailed (line 761) | def _LogFailed(context, text, msg): function _lang2suffix (line 779) | def _lang2suffix(lang): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Debug.py function logInstanceCreation (line 45) | def logInstanceCreation(instance, name=None): function string_to_classes (line 57) | def string_to_classes(s): function fetchLoggedInstances (line 63) | def fetchLoggedInstances(classes="*"): function countLoggedInstances (line 67) | def countLoggedInstances(classes, file=sys.stdout): function listLoggedInstances (line 71) | def listLoggedInstances(classes, file=sys.stdout): function dumpLoggedInstances (line 82) | def dumpLoggedInstances(classes, file=sys.stdout): function memory (line 95) | def memory(): function memory (line 102) | def memory(): function memory (line 111) | def memory(): function memory (line 114) | def memory(): function caller_stack (line 119) | def caller_stack(): function caller_trace (line 135) | def caller_trace(back=0): function _dump_one_caller (line 156) | def _dump_one_caller(key, file, level=0): function dump_caller_counts (line 164) | def dump_caller_counts(file=sys.stdout): function func_shorten (line 179) | def func_shorten(func_tuple): function Trace (line 199) | def Trace(msg, tracefile=None, mode='w', tstamp=False): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Defaults.py function _fetch_DefaultEnvironment (line 58) | def _fetch_DefaultEnvironment(*args, **kw): function DefaultEnvironment (line 64) | def DefaultEnvironment(*args, **kw): function StaticObjectEmitter (line 94) | def StaticObjectEmitter(target, source, env): function SharedObjectEmitter (line 100) | def SharedObjectEmitter(target, source, env): function SharedFlagChecker (line 106) | def SharedFlagChecker(source, target, env): function get_paths_str (line 161) | def get_paths_str(dest): function chmod_func (line 191) | def chmod_func(dest, mode): function chmod_strfunc (line 235) | def chmod_strfunc(dest, mode): function copy_func (line 246) | def copy_func(dest, src, symlinks=True): function delete_func (line 283) | def delete_func(dest, must_exist=0): function delete_strfunc (line 300) | def delete_strfunc(dest, must_exist=0): function mkdir_func (line 307) | def mkdir_func(dest): function move_func (line 319) | def move_func(dest, src): function touch_func (line 330) | def touch_func(dest): function _concat (line 352) | def _concat(prefix, items_iter, suffix, env, f=lambda x: x, target=None,... function _concat_ixes (line 380) | def _concat_ixes(prefix, items_iter, suffix, env): function _stripixes (line 418) | def _stripixes(prefix, itms, suffix, stripprefixes, stripsuffixes, env, ... function processDefines (line 471) | def processDefines(defs): function _defines (line 513) | def _defines(prefix, defs, suffix, env, target, source, c=_concat_ixes): class NullCmdGenerator (line 521) | class NullCmdGenerator: method __init__ (line 533) | def __init__(self, cmd): method __call__ (line 536) | def __call__(self, target, source, env, for_signature=None): class Variable_Method_Caller (line 540) | class Variable_Method_Caller: method __init__ (line 553) | def __init__(self, variable, method): method __call__ (line 557) | def __call__(self, *args, **kw): function __libversionflags (line 575) | def __libversionflags(env, version_var, flags_var): function __lib_either_version_flag (line 591) | def __lib_either_version_flag(env, version_var1, version_var2, flags_var): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Environment.py class _Null (line 77) | class _Null: function alias_builder (line 89) | def alias_builder(env, target, source): function apply_tools (line 101) | def apply_tools(env, tools, toolpath): function copy_non_reserved_keywords (line 138) | def copy_non_reserved_keywords(dict): function _set_reserved (line 147) | def _set_reserved(env, key, value): function _set_future_reserved (line 151) | def _set_future_reserved(env, key, value): function _set_BUILDERS (line 156) | def _set_BUILDERS(env, key, value): function _del_SCANNERS (line 169) | def _del_SCANNERS(env, key): function _set_SCANNERS (line 173) | def _set_SCANNERS(env, key, value): function _delete_duplicates (line 177) | def _delete_duplicates(l, keep_last): class BuilderWrapper (line 211) | class BuilderWrapper(MethodWrapper): method __call__ (line 230) | def __call__(self, target=None, source=_null, *args, **kw): method __repr__ (line 240) | def __repr__(self): method __str__ (line 243) | def __str__(self): method __getattr__ (line 246) | def __getattr__(self, name): method __setattr__ (line 254) | def __setattr__(self, name, value): class BuilderDict (line 273) | class BuilderDict(UserDict): method __init__ (line 278) | def __init__(self, dict, env): method __semi_deepcopy__ (line 285) | def __semi_deepcopy__(self): method __setitem__ (line 290) | def __setitem__(self, item, val): method __delitem__ (line 300) | def __delitem__(self, item): method update (line 304) | def update(self, dict): function is_valid_construction_var (line 312) | def is_valid_construction_var(varstr): class SubstitutionEnvironment (line 320) | class SubstitutionEnvironment: method __init__ (line 346) | def __init__(self, **kw): method _init_special (line 358) | def _init_special(self): method __eq__ (line 376) | def __eq__(self, other): method __delitem__ (line 379) | def __delitem__(self, key): method __getitem__ (line 386) | def __getitem__(self, key): method __setitem__ (line 389) | def __setitem__(self, key, value): method get (line 412) | def get(self, key, default=None): method __contains__ (line 416) | def __contains__(self, key): method keys (line 419) | def keys(self): method values (line 423) | def values(self): method items (line 427) | def items(self): method setdefault (line 431) | def setdefault(self, key, default=None): method arg2nodes (line 435) | def arg2nodes(self, args, node_factory=_null, lookup_list=_null, **kw): method gvars (line 478) | def gvars(self): method lvars (line 481) | def lvars(self): method subst (line 484) | def subst(self, string, raw=0, target=None, source=None, conv=None, ex... method subst_kw (line 501) | def subst_kw(self, kw, raw=0, target=None, source=None): method subst_list (line 510) | def subst_list(self, string, raw=0, target=None, source=None, conv=Non... method subst_path (line 520) | def subst_path(self, path, target=None, source=None): method backtick (line 561) | def backtick(self, command): method AddMethod (line 582) | def AddMethod(self, function, name=None): method RemoveMethod (line 591) | def RemoveMethod(self, function): method Override (line 598) | def Override(self, overrides): method ParseFlags (line 625) | def ParseFlags(self, *flags): method MergeFlags (line 818) | def MergeFlags(self, args, unique=True): function default_decide_source (line 880) | def default_decide_source(dependency, target, prev_ni, repo_node=None): function default_decide_target (line 885) | def default_decide_target(dependency, target, prev_ni, repo_node=None): function default_copy_from_cache (line 890) | def default_copy_from_cache(env, src, dst): function default_copy_to_cache (line 894) | def default_copy_to_cache(env, src, dst): class Base (line 898) | class Base(SubstitutionEnvironment): method __init__ (line 923) | def __init__( method get_builder (line 1027) | def get_builder(self, name): method validate_CacheDir_class (line 1035) | def validate_CacheDir_class(self, custom_class=None): method get_CacheDir (line 1046) | def get_CacheDir(self): method get_factory (line 1069) | def get_factory(self, factory, default='File'): method _gsm (line 1099) | def _gsm(self): method get_scanner (line 1131) | def get_scanner(self, skey): method scanner_map_delete (line 1138) | def scanner_map_delete(self, kw=None): method _update (line 1146) | def _update(self, other): method _update_onlynew (line 1153) | def _update_onlynew(self, other): method get_src_sig_type (line 1165) | def get_src_sig_type(self): method get_tgt_sig_type (line 1173) | def get_tgt_sig_type(self): method Append (line 1190) | def Append(self, **kw): method _canonicalize (line 1271) | def _canonicalize(self, path): method AppendENVPath (line 1282) | def AppendENVPath(self, name, newpath, envname = 'ENV', method AppendUnique (line 1305) | def AppendUnique(self, delete_existing=0, **kw): method Clone (line 1438) | def Clone(self, tools=[], toolpath=None, parse_flags = None, **kw): method _changed_build (line 1486) | def _changed_build(self, dependency, target, prev_ni, repo_node=None): method _changed_content (line 1491) | def _changed_content(self, dependency, target, prev_ni, repo_node=None): method _changed_source (line 1494) | def _changed_source(self, dependency, target, prev_ni, repo_node=None): method _changed_timestamp_then_content (line 1502) | def _changed_timestamp_then_content(self, dependency, target, prev_ni,... method _changed_timestamp_newer (line 1505) | def _changed_timestamp_newer(self, dependency, target, prev_ni, repo_n... method _changed_timestamp_match (line 1508) | def _changed_timestamp_match(self, dependency, target, prev_ni, repo_n... method Decider (line 1511) | def Decider(self, function): method Detect (line 1533) | def Detect(self, progs): method Dictionary (line 1548) | def Dictionary(self, *args): method Dump (line 1571) | def Dump(self, key=None, format='pretty'): method FindIxes (line 1610) | def FindIxes(self, paths, prefix, suffix): method ParseConfig (line 1630) | def ParseConfig(self, command, function=None, unique=True): method ParseDepends (line 1650) | def ParseDepends(self, filename, must_exist=None, only_one=False): method Platform (line 1690) | def Platform(self, platform): method Prepend (line 1694) | def Prepend(self, **kw): method PrependENVPath (line 1759) | def PrependENVPath(self, name, newpath, envname = 'ENV', sep = os.path... method PrependUnique (line 1783) | def PrependUnique(self, delete_existing=0, **kw): method Replace (line 1823) | def Replace(self, **kw): method ReplaceIxes (line 1839) | def ReplaceIxes(self, path, old_prefix, old_suffix, new_prefix, new_su... method SetDefault (line 1863) | def SetDefault(self, **kw): method _find_toolpath_dir (line 1869) | def _find_toolpath_dir(self, tp): method Tool (line 1872) | def Tool(self, tool, toolpath=None, **kwargs) -> SCons.Tool.Tool: method WhereIs (line 1882) | def WhereIs(self, prog, path=None, pathext=None, reject=None): method Action (line 1914) | def Action(self, *args, **kw): method AddPreAction (line 1923) | def AddPreAction(self, files, action): method AddPostAction (line 1933) | def AddPostAction(self, files, action): method Alias (line 1943) | def Alias(self, target, source=[], action=None, **kw): method AlwaysBuild (line 1996) | def AlwaysBuild(self, *targets): method Builder (line 2004) | def Builder(self, **kw): method CacheDir (line 2008) | def CacheDir(self, path, custom_class=None): method Clean (line 2023) | def Clean(self, targets, files): method Configure (line 2033) | def Configure(self, *args, **kw): method Command (line 2045) | def Command(self, target, source, action, **kw): method Depends (line 2090) | def Depends(self, target, dependency): method Dir (line 2098) | def Dir(self, name, *args, **kw): method PyPackageDir (line 2109) | def PyPackageDir(self, modulename): method NoClean (line 2118) | def NoClean(self, *targets): method NoCache (line 2127) | def NoCache(self, *targets): method Entry (line 2136) | def Entry(self, name, *args, **kw): method Environment (line 2147) | def Environment(self, **kw): method Execute (line 2150) | def Execute(self, action, *args, **kw): method File (line 2164) | def File(self, name, *args, **kw): method FindFile (line 2175) | def FindFile(self, file, dirs): method Flatten (line 2180) | def Flatten(self, sequence): method GetBuildPath (line 2183) | def GetBuildPath(self, files): method Glob (line 2190) | def Glob(self, pattern, ondisk=True, source=False, strings=False, excl... method Ignore (line 2193) | def Ignore(self, target, dependency): method Literal (line 2201) | def Literal(self, string): method Local (line 2204) | def Local(self, *targets): method Precious (line 2216) | def Precious(self, *targets): method Pseudo (line 2224) | def Pseudo(self, *targets): method Repository (line 2232) | def Repository(self, *dirs, **kw): method Requires (line 2236) | def Requires(self, target, prerequisite): method Scanner (line 2246) | def Scanner(self, *args, **kw): method SConsignFile (line 2255) | def SConsignFile(self, name=SCons.SConsign.current_sconsign_filename()... method SideEffect (line 2267) | def SideEffect(self, side_effect, target): method Split (line 2289) | def Split(self, arg): method Value (line 2310) | def Value(self, value, built_value=None, name=None): method VariantDir (line 2315) | def VariantDir(self, variant_dir, src_dir, duplicate=1): method FindSourceFiles (line 2320) | def FindSourceFiles(self, node='.'): method FindInstalledFiles (line 2344) | def FindInstalledFiles(self): class OverrideEnvironment (line 2353) | class OverrideEnvironment(Base): method __init__ (line 2374) | def __init__(self, subject, overrides=None): method __getattr__ (line 2383) | def __getattr__(self, name): method __setattr__ (line 2398) | def __setattr__(self, name, value): method __getitem__ (line 2402) | def __getitem__(self, key): method __setitem__ (line 2408) | def __setitem__(self, key, value): method __delitem__ (line 2413) | def __delitem__(self, key): method get (line 2428) | def get(self, key, default=None): method __contains__ (line 2435) | def __contains__(self, key): method Dictionary (line 2440) | def Dictionary(self, *args): method items (line 2450) | def items(self): method keys (line 2454) | def keys(self): method values (line 2458) | def values(self): method setdefault (line 2462) | def setdefault(self, key, default=None): method _update (line 2471) | def _update(self, other): method _update_onlynew (line 2474) | def _update_onlynew(self, other): method gvars (line 2479) | def gvars(self): method lvars (line 2482) | def lvars(self): method Replace (line 2488) | def Replace(self, **kw): function NoSubstitutionProxy (line 2502) | def NoSubstitutionProxy(subject): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/EnvironmentValues.py class ValueTypes (line 60) | class ValueTypes: class EnvironmentValue (line 70) | class EnvironmentValue: method __init__ (line 75) | def __init__(self, value): method parse_value (line 85) | def parse_value(self): method parse_trial (line 102) | def parse_trial(self): class EnvironmentValues (line 112) | class EnvironmentValues: method __init__ (line 116) | def __init__(self, **kw): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Errors.py class BuildError (line 34) | class BuildError(Exception): method __init__ (line 84) | def __init__(self, method __str__ (line 105) | def __str__(self): class InternalError (line 111) | class InternalError(Exception): class UserError (line 114) | class UserError(Exception): class StopError (line 117) | class StopError(Exception): class SConsEnvironmentError (line 120) | class SConsEnvironmentError(Exception): class MSVCError (line 123) | class MSVCError(IOError): class ExplicitExit (line 126) | class ExplicitExit(Exception): method __init__ (line 127) | def __init__(self, node=None, status=None, *args): function convert_to_BuildError (line 133) | def convert_to_BuildError(status, exc_info=None): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Executor.py class Batch (line 35) | class Batch: method __init__ (line 42) | def __init__(self, targets=[], sources=[]): class TSList (line 48) | class TSList(collections.UserList): method __init__ (line 58) | def __init__(self, func): method __getattr__ (line 60) | def __getattr__(self, attr): method __getitem__ (line 63) | def __getitem__(self, i): method __str__ (line 66) | def __str__(self): method __repr__ (line 69) | def __repr__(self): class TSObject (line 73) | class TSObject: method __init__ (line 77) | def __init__(self, func): method __getattr__ (line 79) | def __getattr__(self, attr): method __str__ (line 82) | def __str__(self): method __repr__ (line 87) | def __repr__(self): function rfile (line 93) | def rfile(node): function execute_nothing (line 107) | def execute_nothing(obj, target, kw): function execute_action_list (line 110) | def execute_action_list(obj, target, kw): function execute_actions_str (line 134) | def execute_actions_str(obj): function execute_null_str (line 141) | def execute_null_str(obj): class Executor (line 148) | class Executor(object, metaclass=NoSlotsPyPy): method __init__ (line 172) | def __init__(self, action, env=None, overridelist=[{}], method get_lvars (line 189) | def get_lvars(self): method _get_changes (line 205) | def _get_changes(self): method _get_changed_sources (line 224) | def _get_changed_sources(self, *args, **kw): method _get_changed_targets (line 231) | def _get_changed_targets(self, *args, **kw): method _get_source (line 238) | def _get_source(self, *args, **kw): method _get_sources (line 241) | def _get_sources(self, *args, **kw): method _get_target (line 244) | def _get_target(self, *args, **kw): method _get_targets (line 247) | def _get_targets(self, *args, **kw): method _get_unchanged_sources (line 250) | def _get_unchanged_sources(self, *args, **kw): method _get_unchanged_targets (line 257) | def _get_unchanged_targets(self, *args, **kw): method get_action_targets (line 264) | def get_action_targets(self): method set_action_list (line 272) | def set_action_list(self, action): method get_action_list (line 279) | def get_action_list(self): method get_all_targets (line 284) | def get_all_targets(self): method get_all_sources (line 291) | def get_all_sources(self): method get_all_children (line 298) | def get_all_children(self): method get_all_prerequisites (line 314) | def get_all_prerequisites(self): method get_action_side_effects (line 324) | def get_action_side_effects(self): method get_build_env (line 335) | def get_build_env(self): method get_build_scanner_path (line 361) | def get_build_scanner_path(self, scanner): method get_kw (line 373) | def get_kw(self, kw={}): method __call__ (line 383) | def __call__(self, target, **kw): method cleanup (line 386) | def cleanup(self): method add_sources (line 389) | def add_sources(self, sources): method get_sources (line 399) | def get_sources(self): method add_batch (line 402) | def add_batch(self, targets, sources): method prepare (line 410) | def prepare(self): method add_pre_action (line 420) | def add_pre_action(self, action): method add_post_action (line 423) | def add_post_action(self, action): method __str__ (line 428) | def __str__(self): method nullify (line 431) | def nullify(self): method get_contents (line 437) | def get_contents(self): method get_timestamp (line 462) | def get_timestamp(self): method scan_targets (line 469) | def scan_targets(self, scanner): method scan_sources (line 473) | def scan_sources(self, scanner): method scan (line 478) | def scan(self, scanner, node_list): method _get_unignored_sources_key (line 500) | def _get_unignored_sources_key(self, node, ignore=()): method get_unignored_sources (line 504) | def get_unignored_sources(self, node, ignore=()): method get_implicit_deps (line 537) | def get_implicit_deps(self): function GetBatchExecutor (line 553) | def GetBatchExecutor(key): function AddBatchExecutor (line 556) | def AddBatchExecutor(key, executor): class NullEnvironment (line 563) | class NullEnvironment(SCons.Util.Null): method get_CacheDir (line 567) | def get_CacheDir(self): function get_NullEnvironment (line 571) | def get_NullEnvironment(): class Null (line 579) | class Null(object, metaclass=NoSlotsPyPy): method __init__ (line 604) | def __init__(self, *args, **kw): method get_build_env (line 608) | def get_build_env(self): method get_build_scanner_path (line 610) | def get_build_scanner_path(self): method cleanup (line 612) | def cleanup(self): method prepare (line 614) | def prepare(self): method get_unignored_sources (line 616) | def get_unignored_sources(self, *args, **kw): method get_action_targets (line 618) | def get_action_targets(self): method get_action_list (line 620) | def get_action_list(self): method get_all_targets (line 622) | def get_all_targets(self): method get_all_sources (line 624) | def get_all_sources(self): method get_all_children (line 626) | def get_all_children(self): method get_all_prerequisites (line 628) | def get_all_prerequisites(self): method get_action_side_effects (line 630) | def get_action_side_effects(self): method __call__ (line 632) | def __call__(self, *args, **kw): method get_contents (line 634) | def get_contents(self): method _morph (line 636) | def _morph(self): method add_pre_action (line 646) | def add_pre_action(self, action): method add_post_action (line 649) | def add_post_action(self, action): method set_action_list (line 652) | def set_action_list(self, action): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Job.py class InterruptState (line 52) | class InterruptState: method __init__ (line 53) | def __init__(self): method set (line 56) | def set(self): method __call__ (line 59) | def __call__(self): class Jobs (line 63) | class Jobs: method __init__ (line 68) | def __init__(self, num, taskmaster): method run (line 97) | def run(self, postfunc=lambda: None): method were_interrupted (line 113) | def were_interrupted(self): method _setup_sig_handler (line 117) | def _setup_sig_handler(self): method _reset_sig_handler (line 157) | def _reset_sig_handler(self): class Serial (line 170) | class Serial: method __init__ (line 178) | def __init__(self, taskmaster): method start (line 190) | def start(self): class Worker (line 235) | class Worker(threading.Thread): method __init__ (line 240) | def __init__(self, requestQueue, resultsQueue, interrupted): method run (line 248) | def run(self): class ThreadPool (line 271) | class ThreadPool: method __init__ (line 274) | def __init__(self, num, stack_size, interrupted): method put (line 305) | def put(self, task): method get (line 309) | def get(self): method preparation_failed (line 313) | def preparation_failed(self, task): method cleanup (line 316) | def cleanup(self): class Parallel (line 345) | class Parallel: method __init__ (line 352) | def __init__(self, taskmaster, num, stack_size): method start (line 373) | def start(self): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Memoize.py class Counter (line 106) | class Counter: method __init__ (line 114) | def __init__(self, cls_name, method_name): method key (line 121) | def key(self): method display (line 123) | def display(self): method __eq__ (line 125) | def __eq__(self, other): class CountValue (line 131) | class CountValue(Counter): method count (line 139) | def count(self, *args, **kw): class CountDict (line 149) | class CountDict(Counter): method __init__ (line 159) | def __init__(self, cls_name, method_name, keymaker): method count (line 164) | def count(self, *args, **kw): function Dump (line 180) | def Dump(title=None): function EnableMemoization (line 189) | def EnableMemoization(): function CountMethodCall (line 193) | def CountMethodCall(fn): function CountDictCall (line 213) | def CountDictCall(keyfunc): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Node/Alias.py class AliasNameSpace (line 36) | class AliasNameSpace(collections.UserDict): method Alias (line 37) | def Alias(self, name, **kw): method lookup (line 47) | def lookup(self, name, **kw): class AliasNodeInfo (line 53) | class AliasNodeInfo(SCons.Node.NodeInfoBase): method str_to_node (line 57) | def str_to_node(self, s): method __getstate__ (line 60) | def __getstate__(self): method __setstate__ (line 81) | def __setstate__(self, state): class AliasBuildInfo (line 92) | class AliasBuildInfo(SCons.Node.BuildInfoBase): class Alias (line 96) | class Alias(SCons.Node.Node): method __init__ (line 101) | def __init__(self, name): method str_for_display (line 107) | def str_for_display(self): method __str__ (line 110) | def __str__(self): method make_ready (line 113) | def make_ready(self): method is_under (line 119) | def is_under(self, dir): method get_contents (line 125) | def get_contents(self): method sconsign (line 131) | def sconsign(self): method build (line 139) | def build(self): method convert (line 143) | def convert(self): method get_csig (line 149) | def get_csig(self): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Node/FS.py function sconsign_none (line 62) | def sconsign_none(node): function sconsign_dir (line 65) | def sconsign_dir(node): class FileBuildInfoFileToCsigMappingError (line 76) | class FileBuildInfoFileToCsigMappingError(Exception): class EntryProxyAttributeError (line 79) | class EntryProxyAttributeError(AttributeError): method __init__ (line 84) | def __init__(self, entry_proxy, attribute): method __str__ (line 88) | def __str__(self): function save_strings (line 119) | def save_strings(val): function initialize_do_splitdrive (line 133) | def initialize_do_splitdrive(): function _hardlink_func (line 234) | def _hardlink_func(fs, src, dst): function _softlink_func (line 250) | def _softlink_func(fs, src, dst): function _copy_func (line 255) | def _copy_func(fs, src, dest): function set_duplicate (line 266) | def set_duplicate(duplicate): function LinkFunc (line 289) | def LinkFunc(target, source, env): function LocalString (line 324) | def LocalString(target, source, env): function UnlinkFunc (line 329) | def UnlinkFunc(target, source, env): function MkdirFunc (line 336) | def MkdirFunc(target, source, env): function get_MkdirBuilder (line 351) | def get_MkdirBuilder(): class _Null (line 366) | class _Null: function _my_normcase (line 374) | def _my_normcase(x): function _my_normcase (line 377) | def _my_normcase(x): class DiskChecker (line 382) | class DiskChecker: method __init__ (line 383) | def __init__(self, type, do, ignore): method __call__ (line 388) | def __call__(self, *args, **kw): method set (line 390) | def set(self, list): function do_diskcheck_match (line 396) | def do_diskcheck_match(node, predicate, errorfmt): function ignore_diskcheck_match (line 412) | def ignore_diskcheck_match(node, predicate, errorfmt): function set_diskcheck (line 423) | def set_diskcheck(list): function diskcheck_types (line 427) | def diskcheck_types(): class EntryProxy (line 432) | class EntryProxy(SCons.Util.Proxy): method __get_abspath (line 441) | def __get_abspath(self): method __get_relpath (line 446) | def __get_relpath(self): method __get_filebase (line 451) | def __get_filebase(self): method __get_suffix (line 456) | def __get_suffix(self): method __get_file (line 461) | def __get_file(self): method __get_base_path (line 465) | def __get_base_path(self): method __get_posix_path (line 472) | def __get_posix_path(self): method __get_windows_path (line 482) | def __get_windows_path(self): method __get_srcnode (line 492) | def __get_srcnode(self): method __get_srcdir (line 495) | def __get_srcdir(self): method __get_rsrcnode (line 500) | def __get_rsrcnode(self): method __get_rsrcdir (line 503) | def __get_rsrcdir(self): method __get_dir (line 508) | def __get_dir(self): method __getattr__ (line 527) | def __getattr__(self, name): class Base (line 545) | class Base(SCons.Node.Node): method __init__ (line 573) | def __init__(self, name, directory, fs): method str_for_display (line 609) | def str_for_display(self): method must_be_same (line 612) | def must_be_same(self, klass): method get_dir (line 622) | def get_dir(self): method get_suffix (line 625) | def get_suffix(self): method rfile (line 628) | def rfile(self): method __getattr__ (line 631) | def __getattr__(self, attr): method __str__ (line 652) | def __str__(self): method __lt__ (line 660) | def __lt__(self, other): method _save_str (line 665) | def _save_str(self): method _get_str (line 674) | def _get_str(self): method stat (line 702) | def stat(self): method lstat (line 716) | def lstat(self): method exists (line 729) | def exists(self): method rexists (line 732) | def rexists(self): method getmtime (line 735) | def getmtime(self): method getsize (line 746) | def getsize(self): method isdir (line 757) | def isdir(self): method isfile (line 761) | def isfile(self): method islink (line 766) | def islink(self): method islink (line 770) | def islink(self): method is_under (line 773) | def is_under(self, dir): method set_local (line 779) | def set_local(self): method srcnode (line 782) | def srcnode(self): method get_path (line 794) | def get_path(self, dir=None): method set_src_builder (line 812) | def set_src_builder(self, builder): method src_builder (line 818) | def src_builder(self): method get_abspath (line 832) | def get_abspath(self): method get_labspath (line 836) | def get_labspath(self): method get_relpath (line 840) | def get_relpath(self): method get_internal_path (line 844) | def get_internal_path(self): method get_tpath (line 850) | def get_tpath(self): method get_path_elements (line 856) | def get_path_elements(self): method for_signature (line 859) | def for_signature(self): method get_subst_proxy (line 865) | def get_subst_proxy(self): method target_from_source (line 873) | def target_from_source(self, prefix, suffix, splitext=SCons.Util.split... method _Rfindalldirs_key (line 885) | def _Rfindalldirs_key(self, pathlist): method Rfindalldirs (line 889) | def Rfindalldirs(self, pathlist): method RDirs (line 922) | def RDirs(self, pathlist): method rentry (line 928) | def rentry(self): method _glob1 (line 946) | def _glob1(self, pattern, ondisk=True, source=False, strings=False): class Entry (line 961) | class Entry(Base): method __init__ (line 984) | def __init__(self, name, directory, fs): method diskcheck_match (line 989) | def diskcheck_match(self): method disambiguate (line 992) | def disambiguate(self, must_exist=None): method rfile (line 1027) | def rfile(self): method scanner_key (line 1035) | def scanner_key(self): method get_contents (line 1038) | def get_contents(self): method get_text_contents (line 1043) | def get_text_contents(self): method must_be_same (line 1061) | def must_be_same(self, klass): method exists (line 1080) | def exists(self): method rel_path (line 1083) | def rel_path(self, other): method new_ninfo (line 1089) | def new_ninfo(self): method _glob1 (line 1092) | def _glob1(self, pattern, ondisk=True, source=False, strings=False): method get_subst_proxy (line 1095) | def get_subst_proxy(self): class LocalFS (line 1103) | class LocalFS: method chmod (line 1121) | def chmod(self, path, mode): method copy (line 1124) | def copy(self, src, dst): method copy2 (line 1127) | def copy2(self, src, dst): method exists (line 1130) | def exists(self, path): method getmtime (line 1133) | def getmtime(self, path): method getsize (line 1136) | def getsize(self, path): method isdir (line 1139) | def isdir(self, path): method isfile (line 1142) | def isfile(self, path): method link (line 1145) | def link(self, src, dst): method lstat (line 1148) | def lstat(self, path): method listdir (line 1151) | def listdir(self, path): method scandir (line 1154) | def scandir(self, path): method makedirs (line 1157) | def makedirs(self, path, mode=0o777, exist_ok=False): method mkdir (line 1160) | def mkdir(self, path, mode=0o777): method rename (line 1163) | def rename(self, old, new): method stat (line 1166) | def stat(self, path): method symlink (line 1169) | def symlink(self, src, dst): method open (line 1172) | def open(self, path): method unlink (line 1175) | def unlink(self, path): method islink (line 1180) | def islink(self, path): method islink (line 1185) | def islink(self, path): method readlink (line 1190) | def readlink(self, file): method readlink (line 1195) | def readlink(self, file): class FS (line 1199) | class FS(LocalFS): method __init__ (line 1201) | def __init__(self, path = None): method set_SConstruct_dir (line 1233) | def set_SConstruct_dir(self, dir): method get_max_drift (line 1236) | def get_max_drift(self): method set_max_drift (line 1239) | def set_max_drift(self, max_drift): method getcwd (line 1242) | def getcwd(self): method chdir (line 1248) | def chdir(self, dir, change_os_dir=0): method get_root (line 1263) | def get_root(self, drive): method _lookup (line 1280) | def _lookup(self, p, directory, fsclass, create=1): method Entry (line 1416) | def Entry(self, name, directory = None, create = 1): method File (line 1425) | def File(self, name, directory = None, create = 1): method Dir (line 1437) | def Dir(self, name, directory = None, create = True): method VariantDir (line 1449) | def VariantDir(self, variant_dir, src_dir, duplicate=1): method Repository (line 1465) | def Repository(self, *dirs): method PyPackageDir (line 1472) | def PyPackageDir(self, modulename): method variant_dir_target_climb (line 1489) | def variant_dir_target_climb(self, orig, dir, tail): method Glob (line 1516) | def Glob(self, pathname, ondisk=True, source=True, strings=False, excl... class DirNodeInfo (line 1526) | class DirNodeInfo(SCons.Node.NodeInfoBase): method str_to_node (line 1533) | def str_to_node(self, s): class DirBuildInfo (line 1544) | class DirBuildInfo(SCons.Node.BuildInfoBase): function has_glob_magic (line 1550) | def has_glob_magic(s): class Dir (line 1553) | class Dir(Base): method __init__ (line 1575) | def __init__(self, name, directory, fs): method _morph (line 1580) | def _morph(self): method diskcheck_match (line 1644) | def diskcheck_match(self): method __clearRepositoryCache (line 1648) | def __clearRepositoryCache(self, duplicate=None): method __resetDuplicate (line 1666) | def __resetDuplicate(self, node): method Entry (line 1670) | def Entry(self, name): method Dir (line 1677) | def Dir(self, name, create=True): method File (line 1684) | def File(self, name): method link (line 1691) | def link(self, srcdir, duplicate): method getRepositories (line 1699) | def getRepositories(self): method get_all_rdirs (line 1707) | def get_all_rdirs(self): method addRepository (line 1729) | def addRepository(self, dir): method up (line 1735) | def up(self): method _rel_path_key (line 1738) | def _rel_path_key(self, other): method rel_path (line 1742) | def rel_path(self, other): method get_env_scanner (line 1796) | def get_env_scanner(self, env, kw={}): method get_target_scanner (line 1800) | def get_target_scanner(self): method get_found_includes (line 1804) | def get_found_includes(self, env, scanner, path): method prepare (line 1829) | def prepare(self): method build (line 1832) | def build(self, **kw): method _create (line 1842) | def _create(self): method multiple_side_effect_has_builder (line 1874) | def multiple_side_effect_has_builder(self): method alter_targets (line 1878) | def alter_targets(self): method scanner_key (line 1883) | def scanner_key(self): method get_text_contents (line 1887) | def get_text_contents(self): method get_contents (line 1892) | def get_contents(self): method get_csig (line 1897) | def get_csig(self): method do_duplicate (line 1906) | def do_duplicate(self, src): method is_up_to_date (line 1909) | def is_up_to_date(self): method rdir (line 1920) | def rdir(self): method sconsign (line 1931) | def sconsign(self): method srcnode (line 1935) | def srcnode(self): method get_timestamp (line 1942) | def get_timestamp(self): method get_abspath (line 1950) | def get_abspath(self): method get_labspath (line 1954) | def get_labspath(self): method get_internal_path (line 1958) | def get_internal_path(self): method get_tpath (line 1961) | def get_tpath(self): method get_path_elements (line 1964) | def get_path_elements(self): method entry_abspath (line 1967) | def entry_abspath(self, name): method entry_labspath (line 1970) | def entry_labspath(self, name): method entry_path (line 1973) | def entry_path(self, name): method entry_tpath (line 1976) | def entry_tpath(self, name): method entry_exists_on_disk (line 1979) | def entry_exists_on_disk(self, name): method rentry_exists_on_disk (line 2010) | def rentry_exists_on_disk(self, name): method srcdir_list (line 2038) | def srcdir_list(self): method srcdir_duplicate (line 2058) | def srcdir_duplicate(self, name): method _srcdir_find_file_key (line 2075) | def _srcdir_find_file_key(self, filename): method srcdir_find_file (line 2079) | def srcdir_find_file(self, filename): method dir_on_disk (line 2122) | def dir_on_disk(self, name): method file_on_disk (line 2131) | def file_on_disk(self, name): method walk (line 2140) | def walk(self, func, arg): method glob (line 2166) | def glob(self, pathname, ondisk=True, source=False, strings=False, exc... method _glob1 (line 2226) | def _glob1(self, pattern, ondisk=True, source=False, strings=False): class RootDir (line 2293) | class RootDir(Dir): method __init__ (line 2304) | def __init__(self, drive, fs): method _morph (line 2362) | def _morph(self): method must_be_same (line 2403) | def must_be_same(self, klass): method _lookup_abs (line 2408) | def _lookup_abs(self, p, klass, create=1): method __str__ (line 2450) | def __str__(self): method entry_abspath (line 2453) | def entry_abspath(self, name): method entry_labspath (line 2456) | def entry_labspath(self, name): method entry_path (line 2459) | def entry_path(self, name): method entry_tpath (line 2462) | def entry_tpath(self, name): method is_under (line 2465) | def is_under(self, dir): method up (line 2471) | def up(self): method get_dir (line 2474) | def get_dir(self): method src_builder (line 2477) | def src_builder(self): class FileNodeInfo (line 2481) | class FileNodeInfo(SCons.Node.NodeInfoBase): method str_to_node (line 2490) | def str_to_node(self, s): method __getstate__ (line 2501) | def __getstate__(self): method __setstate__ (line 2522) | def __setstate__(self, state): method __eq__ (line 2532) | def __eq__(self, other): method __ne__ (line 2535) | def __ne__(self, other): class FileBuildInfo (line 2539) | class FileBuildInfo(SCons.Node.BuildInfoBase): method __setattr__ (line 2557) | def __setattr__(self, key, value): method convert_to_sconsign (line 2568) | def convert_to_sconsign(self): method convert_from_sconsign (line 2595) | def convert_from_sconsign(self, dir, name): method prepare_dependencies (line 2604) | def prepare_dependencies(self): method format (line 2633) | def format(self, names=0): class File (line 2646) | class File(Base): method diskcheck_match (line 2671) | def diskcheck_match(self): method __init__ (line 2675) | def __init__(self, name, directory, fs): method Entry (line 2680) | def Entry(self, name): method Dir (line 2685) | def Dir(self, name, create=True): method Dirs (line 2690) | def Dirs(self, pathlist): method File (line 2695) | def File(self, name): method _morph (line 2700) | def _morph(self): method scanner_key (line 2729) | def scanner_key(self): method get_contents (line 2732) | def get_contents(self) -> bytes: method get_text_contents (line 2736) | def get_text_contents(self) -> str: method get_content_hash (line 2764) | def get_content_hash(self) -> str: method get_size (line 2780) | def get_size(self) -> int: method get_timestamp (line 2796) | def get_timestamp(self) -> int: method convert_old_entry (line 2825) | def convert_old_entry(self, old_entry): method get_stored_info (line 2922) | def get_stored_info(self): method get_stored_implicit (line 2949) | def get_stored_implicit(self): method rel_path (line 2955) | def rel_path(self, other): method _get_found_includes_key (line 2958) | def _get_found_includes_key(self, env, scanner, path): method get_found_includes (line 2962) | def get_found_includes(self, env, scanner, path): method _createDir (line 2988) | def _createDir(self): method push_to_cache (line 2993) | def push_to_cache(self): method retrieve_from_cache (line 3009) | def retrieve_from_cache(self): method visited (line 3024) | def visited(self): method release_target_info (line 3047) | def release_target_info(self): method find_src_builder (line 3099) | def find_src_builder(self): method has_src_builder (line 3114) | def has_src_builder(self): method alter_targets (line 3131) | def alter_targets(self): method _rmv_existing (line 3138) | def _rmv_existing(self): method make_ready (line 3150) | def make_ready(self): method prepare (line 3154) | def prepare(self): method remove (line 3175) | def remove(self): method do_duplicate (line 3182) | def do_duplicate(self, src): method exists (line 3198) | def exists(self): method get_max_drift_csig (line 3211) | def get_max_drift_csig(self) -> Optional[str]: method get_csig (line 3237) | def get_csig(self) -> str: method builder_set (line 3273) | def builder_set(self, builder): method built (line 3277) | def built(self): method changed (line 3301) | def changed(self, node=None, allowcache=False): method changed_content (line 3323) | def changed_content(self, target, prev_ni, repo_node=None): method changed_state (line 3330) | def changed_state(self, target, prev_ni, repo_node=None): method _build_dependency_map (line 3339) | def _build_dependency_map(self, binfo): method _add_strings_to_dependency_map (line 3363) | def _add_strings_to_dependency_map(self, dmap): method _get_previous_signatures (line 3377) | def _get_previous_signatures(self, dmap): method changed_timestamp_then_content (line 3457) | def changed_timestamp_then_content(self, target, prev_ni, node=None): method changed_timestamp_newer (line 3518) | def changed_timestamp_newer(self, target, prev_ni, repo_node=None): method changed_timestamp_match (line 3524) | def changed_timestamp_match(self, target, prev_ni, repo_node=None): method is_up_to_date (line 3536) | def is_up_to_date(self): method rfile (line 3571) | def rfile(self): method find_repo_file (line 3606) | def find_repo_file(self): method rstr (line 3628) | def rstr(self): method get_cachedir_csig (line 3631) | def get_cachedir_csig(self): method get_contents_sig (line 3658) | def get_contents_sig(self): method get_cachedir_bsig (line 3676) | def get_cachedir_bsig(self): function get_default_fs (line 3709) | def get_default_fs(): class FileFinder (line 3715) | class FileFinder: method __init__ (line 3719) | def __init__(self): method filedir_lookup (line 3722) | def filedir_lookup(self, p, fd=None): method _find_file_key (line 3757) | def _find_file_key(self, filename, paths, verbose=None): method find_file (line 3764) | def find_file(self, filename, paths, verbose=None): function invalidate_node_memos (line 3817) | def invalidate_node_memos(targets): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Node/Python.py class ValueNodeInfo (line 31) | class ValueNodeInfo(SCons.Node.NodeInfoBase): method str_to_node (line 37) | def str_to_node(self, s): method __getstate__ (line 40) | def __getstate__(self): method __setstate__ (line 61) | def __setstate__(self, state): class ValueBuildInfo (line 72) | class ValueBuildInfo(SCons.Node.BuildInfoBase): class Value (line 77) | class Value(SCons.Node.Node): method __init__ (line 85) | def __init__(self, value, built_value=None, name=None): method str_for_display (line 100) | def str_for_display(self): method __str__ (line 103) | def __str__(self): method make_ready (line 106) | def make_ready(self): method build (line 109) | def build(self, **kw): method is_under (line 115) | def is_under(self, dir): method write (line 121) | def write(self, built_value): method read (line 125) | def read(self): method get_text_contents (line 132) | def get_text_contents(self) -> str: method get_contents (line 145) | def get_contents(self) -> bytes: method get_csig (line 149) | def get_csig(self, calc=None): function ValueWithMemo (line 167) | def ValueWithMemo(value, built_value=None, name=None): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Node/__init__.py function classname (line 56) | def classname(obj): function do_nothing_node (line 97) | def do_nothing_node(node): pass function is_derived_none (line 109) | def is_derived_none(node): function is_derived_node (line 112) | def is_derived_node(node): function exists_none (line 121) | def exists_none(node): function exists_always (line 124) | def exists_always(node): function exists_base (line 127) | def exists_base(node): function exists_entry (line 130) | def exists_entry(node): function exists_file (line 138) | def exists_file(node): function rexists_none (line 169) | def rexists_none(node): function rexists_node (line 172) | def rexists_node(node): function rexists_base (line 175) | def rexists_base(node): function get_contents_none (line 182) | def get_contents_none(node): function get_contents_entry (line 185) | def get_contents_entry(node): function get_contents_dir (line 200) | def get_contents_dir(node): function get_contents_file (line 208) | def get_contents_file(node): function target_from_source_none (line 226) | def target_from_source_none(node, prefix, suffix, splitext): function target_from_source_base (line 229) | def target_from_source_base(node, prefix, suffix, splitext): function changed_since_last_build_node (line 248) | def changed_since_last_build_node(node, target, prev_ni, repo_node=None): function changed_since_last_build_alias (line 269) | def changed_since_last_build_alias(node, target, prev_ni, repo_node=None): function changed_since_last_build_entry (line 277) | def changed_since_last_build_entry(node, target, prev_ni, repo_node=None): function changed_since_last_build_state_changed (line 282) | def changed_since_last_build_state_changed(node, target, prev_ni, repo_n... function decide_source (line 286) | def decide_source(node, target, prev_ni, repo_node=None): function decide_target (line 290) | def decide_target(node, target, prev_ni, repo_node=None): function changed_since_last_build_python (line 294) | def changed_since_last_build_python(node, target, prev_ni, repo_node=None): function store_info_pass (line 329) | def store_info_pass(node): function store_info_file (line 332) | def store_info_file(node): class NodeInfoBase (line 346) | class NodeInfoBase: method update (line 356) | def update(self, node): method convert (line 373) | def convert(self, node, val): method merge (line 376) | def merge(self, other): method format (line 386) | def format(self, field_list=None, names=0): method __getstate__ (line 409) | def __getstate__(self): method __setstate__ (line 429) | def __setstate__(self, state): class BuildInfoBase (line 441) | class BuildInfoBase: method __init__ (line 455) | def __init__(self): method merge (line 463) | def merge(self, other): method __getstate__ (line 473) | def __getstate__(self): method __setstate__ (line 493) | def __setstate__(self, state): class Node (line 504) | class Node(object, metaclass=NoSlotsPyPy): class Attrs (line 552) | class Attrs: method __init__ (line 556) | def __init__(self): method disambiguate (line 615) | def disambiguate(self, must_exist=None): method get_suffix (line 618) | def get_suffix(self): method get_build_env (line 622) | def get_build_env(self): method get_build_scanner_path (line 633) | def get_build_scanner_path(self, scanner): method set_executor (line 637) | def set_executor(self, executor): method get_executor (line 641) | def get_executor(self, create=1): method executor_cleanup (line 662) | def executor_cleanup(self): method reset_executor (line 672) | def reset_executor(self): method push_to_cache (line 679) | def push_to_cache(self): method retrieve_from_cache (line 684) | def retrieve_from_cache(self): method make_ready (line 699) | def make_ready(self): method prepare (line 709) | def prepare(self): method build (line 742) | def build(self, **kw): method built (line 760) | def built(self): method visited (line 798) | def visited(self): method release_target_info (line 811) | def release_target_info(self): method add_to_waiting_s_e (line 828) | def add_to_waiting_s_e(self, node): method add_to_waiting_parents (line 831) | def add_to_waiting_parents(self, node): method postprocess (line 845) | def postprocess(self): method clear (line 851) | def clear(self): method clear_memoized_values (line 871) | def clear_memoized_values(self): method builder_set (line 874) | def builder_set(self, builder): method has_builder (line 881) | def has_builder(self): method set_explicit (line 900) | def set_explicit(self, is_explicit): method has_explicit_builder (line 903) | def has_explicit_builder(self): method get_builder (line 916) | def get_builder(self, default_builder=None): method is_derived (line 925) | def is_derived(self): method is_sconscript (line 937) | def is_sconscript(self): method is_conftest (line 941) | def is_conftest(self): method check_attributes (line 949) | def check_attributes(self, name): method alter_targets (line 954) | def alter_targets(self): method get_found_includes (line 959) | def get_found_includes(self, env, scanner, path): method get_implicit_deps (line 969) | def get_implicit_deps(self, env, initial_scanner, path_func, kw = {}): method _get_scanner (line 1004) | def _get_scanner(self, env, initial_scanner, root_node_scanner, kw): method get_env_scanner (line 1021) | def get_env_scanner(self, env, kw={}): method get_target_scanner (line 1024) | def get_target_scanner(self): method get_source_scanner (line 1027) | def get_source_scanner(self, node): method add_to_implicit (line 1053) | def add_to_implicit(self, deps): method scan (line 1060) | def scan(self): method scanner_key (line 1109) | def scanner_key(self): method select_scanner (line 1112) | def select_scanner(self, scanner): method env_set (line 1122) | def env_set(self, env, safe=0): method new_ninfo (line 1134) | def new_ninfo(self): method get_ninfo (line 1138) | def get_ninfo(self): method new_binfo (line 1144) | def new_binfo(self): method get_binfo (line 1148) | def get_binfo(self): method del_binfo (line 1200) | def del_binfo(self): method get_csig (line 1207) | def get_csig(self): method get_cachedir_csig (line 1215) | def get_cachedir_csig(self): method get_stored_info (line 1218) | def get_stored_info(self): method get_stored_implicit (line 1221) | def get_stored_implicit(self): method set_precious (line 1229) | def set_precious(self, precious = 1): method set_pseudo (line 1233) | def set_pseudo(self, pseudo = True): method set_noclean (line 1237) | def set_noclean(self, noclean = 1): method set_nocache (line 1243) | def set_nocache(self, nocache = 1): method set_always_build (line 1249) | def set_always_build(self, always_build = 1): method exists (line 1253) | def exists(self): method rexists (line 1257) | def rexists(self): method get_contents (line 1262) | def get_contents(self): method missing (line 1266) | def missing(self): method remove (line 1271) | def remove(self): method add_dependency (line 1275) | def add_dependency(self, depend): method add_prerequisite (line 1287) | def add_prerequisite(self, prerequisite): method add_ignore (line 1294) | def add_ignore(self, depend): method add_source (line 1306) | def add_source(self, source): method _add_child (line 1320) | def _add_child(self, collection, set, child): method set_specific_source (line 1332) | def set_specific_source(self, source): method add_wkid (line 1336) | def add_wkid(self, wkid): method _children_reset (line 1341) | def _children_reset(self): method _children_get (line 1348) | def _children_get(self): method all_children (line 1384) | def all_children(self, scan=1): method children (line 1408) | def children(self, scan=1): method set_state (line 1415) | def set_state(self, state): method get_state (line 1418) | def get_state(self): method get_env (line 1421) | def get_env(self): method Decider (line 1428) | def Decider(self, function): method Tag (line 1439) | def Tag(self, key, value): method GetTag (line 1445) | def GetTag(self, key): method changed (line 1451) | def changed(self, node=None, allowcache=False): method is_up_to_date (line 1515) | def is_up_to_date(self): method children_are_up_to_date (line 1520) | def children_are_up_to_date(self): method is_literal (line 1537) | def is_literal(self): method render_include_tree (line 1542) | def render_include_tree(self): method get_abspath (line 1562) | def get_abspath(self): method for_signature (line 1570) | def for_signature(self): method get_string (line 1585) | def get_string(self, for_signature): method get_subst_proxy (line 1603) | def get_subst_proxy(self): method explain (line 1617) | def explain(self): class NodeList (line 1712) | class NodeList(collections.UserList): method __str__ (line 1713) | def __str__(self): function get_children (line 1716) | def get_children(node, parent): return node.children() function ignore_cycle (line 1717) | def ignore_cycle(node, stack): pass function do_nothing (line 1718) | def do_nothing(node, parent): pass class Walker (line 1720) | class Walker: method __init__ (line 1733) | def __init__(self, node, kids_func=get_children, method get_next (line 1744) | def get_next(self): method is_done (line 1774) | def is_done(self): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/PathList.py function node_conv (line 46) | def node_conv(obj): class _PathList (line 66) | class _PathList: method __init__ (line 70) | def __init__(self, pathlist): method __len__ (line 116) | def __len__(self): return len(self.pathlist) method __getitem__ (line 118) | def __getitem__(self, i): return self.pathlist[i] method subst_path (line 120) | def subst_path(self, env, target, source): class PathListCache (line 143) | class PathListCache: method __init__ (line 171) | def __init__(self): method _PathList_key (line 174) | def _PathList_key(self, pathlist): method PathList (line 192) | def PathList(self, pathlist): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Platform/__init__.py function platform_default (line 55) | def platform_default(): function platform_module (line 86) | def platform_module(name = platform_default()): function DefaultToolList (line 112) | def DefaultToolList(platform, env): class PlatformSpec (line 118) | class PlatformSpec: method __init__ (line 119) | def __init__(self, name, generate): method __call__ (line 123) | def __call__(self, *args, **kw): method __str__ (line 126) | def __str__(self): class TempFileMunge (line 130) | class TempFileMunge: method __init__ (line 181) | def __init__(self, cmd, cmdstr = None): method __call__ (line 185) | def __call__(self, target, source, env, for_signature): method _print_cmd_str (line 312) | def _print_cmd_str(self, target, source, env, cmdstr): function Platform (line 330) | def Platform(name = platform_default()): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Platform/aix.py function get_xlc (line 38) | def get_xlc(env, xlc=None, packages=[]): function generate (line 70) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Platform/cygwin.py function generate (line 43) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Platform/darwin.py function generate (line 34) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Platform/hpux.py function generate (line 33) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Platform/irix.py function generate (line 33) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Platform/os2.py function generate (line 33) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Platform/posix.py function escape (line 43) | def escape(arg): function exec_subprocess (line 56) | def exec_subprocess(l, env): function subprocess_spawn (line 60) | def subprocess_spawn(sh, escape, cmd, args, env): function exec_popen3 (line 63) | def exec_popen3(l, env, stdout, stderr): function piped_env_spawn (line 69) | def piped_env_spawn(sh, escape, cmd, args, env, stdout, stderr): function generate (line 77) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Platform/sunos.py function generate (line 33) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Platform/virtualenv.py function _enable_virtualenv_default (line 34) | def _enable_virtualenv_default(): function _ignore_virtualenv_default (line 38) | def _ignore_virtualenv_default(): function _running_in_virtualenv (line 47) | def _running_in_virtualenv(): function _is_path_in (line 54) | def _is_path_in(path, base): function _inject_venv_variables (line 62) | def _inject_venv_variables(env): function _inject_venv_path (line 72) | def _inject_venv_path(env, path_list=None): function select_paths_in_venv (line 80) | def select_paths_in_venv(path_list): function ImportVirtualenv (line 89) | def ImportVirtualenv(env): function Virtualenv (line 97) | def Virtualenv(): function IsInVirtualenv (line 105) | def IsInVirtualenv(path): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Platform/win32.py function win_api_copyfile (line 61) | def win_api_copyfile(src,dst): function spawnve (line 87) | def spawnve(mode, file, args, env): function spawnve (line 107) | def spawnve(mode, file, args, env): function piped_spawn (line 115) | def piped_spawn(sh, escape, cmd, args, env, stdout, stderr): function exec_spawn (line 186) | def exec_spawn(l, env): function spawn (line 206) | def spawn(sh, escape, cmd, args, env): function escape (line 217) | def escape(x): function get_system_root (line 226) | def get_system_root(): function get_program_files_dir (line 255) | def get_program_files_dir(): class ArchDefinition (line 281) | class ArchDefinition: method __init__ (line 286) | def __init__(self, arch, synonyms=[]): function get_architecture (line 314) | def get_architecture(arch=None): function generate (line 328) | def generate(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/SConf.py function SetBuildType (line 64) | def SetBuildType(buildtype): function _set_conftest_node (line 76) | def _set_conftest_node(node): function SetCacheMode (line 79) | def SetCacheMode(mode): function SetProgressDisplay (line 93) | def SetProgressDisplay(display): function _createConfigH (line 105) | def _createConfigH(target, source, env): function _stringConfigH (line 118) | def _stringConfigH(target, source, env): function NeedConfigHBuilder (line 122) | def NeedConfigHBuilder(): function CreateConfigHBuilder (line 128) | def CreateConfigHBuilder(env): class SConfWarning (line 138) | class SConfWarning(SCons.Warnings.SConsWarning): class SConfError (line 143) | class SConfError(SCons.Errors.UserError): method __init__ (line 144) | def __init__(self,msg): class ConfigureDryRunError (line 147) | class ConfigureDryRunError(SConfError): method __init__ (line 150) | def __init__(self,target): class ConfigureCacheError (line 157) | class ConfigureCacheError(SConfError): method __init__ (line 160) | def __init__(self,target): function _createSource (line 165) | def _createSource(target, source, env): function _stringSource (line 171) | def _stringSource( target, source, env ): class SConfBuildInfo (line 175) | class SConfBuildInfo(SCons.Node.FS.FileBuildInfo): method __init__ (line 183) | def __init__(self): method set_build_result (line 187) | def set_build_result(self, result, string): class Streamer (line 192) | class Streamer: method __init__ (line 196) | def __init__(self, orig): method write (line 200) | def write(self, str): method writelines (line 209) | def writelines(self, lines): method getvalue (line 213) | def getvalue(self): method flush (line 219) | def flush(self): class SConfBuildTask (line 225) | class SConfBuildTask(SCons.Taskmaster.AlwaysTask): method display (line 230) | def display(self, message): method display_cached_string (line 234) | def display_cached_string(self, bi): method failed (line 248) | def failed(self): method collect_node_states (line 266) | def collect_node_states(self): method execute (line 301) | def execute(self): class SConfBase (line 379) | class SConfBase: method __init__ (line 392) | def __init__(self, env, custom_tests = {}, conf_dir='$CONFIGUREDIR', method Finish (line 469) | def Finish(self): method Define (line 477) | def Define(self, name, value = None, comment = None): method BuildNodes (line 502) | def BuildNodes(self, nodes): method pspawn_wrapper (line 571) | def pspawn_wrapper(self, sh, escape, cmd, args, env): method TryBuild (line 583) | def TryBuild(self, builder, text=None, extension=""): method TryAction (line 654) | def TryAction(self, action, text = None, extension = ""): method TryCompile (line 669) | def TryCompile( self, text, extension): method TryLink (line 677) | def TryLink( self, text, extension ): method TryRun (line 685) | def TryRun(self, text, extension ): class TestWrapper (line 703) | class TestWrapper: method __init__ (line 705) | def __init__(self, test, sconf): method __call__ (line 708) | def __call__(self, *args, **kw): method AddTest (line 718) | def AddTest(self, test_name, test_instance): method AddTests (line 723) | def AddTests(self, tests): method _createDir (line 730) | def _createDir( self, node ): method _startup (line 739) | def _startup(self): method _shutdown (line 790) | def _shutdown(self): class CheckContext (line 818) | class CheckContext: method __init__ (line 836) | def __init__(self, sconf): method Message (line 854) | def Message(self, text): method Result (line 862) | def Result(self, res): method TryBuild (line 879) | def TryBuild(self, *args, **kw): method TryAction (line 882) | def TryAction(self, *args, **kw): method TryCompile (line 885) | def TryCompile(self, *args, **kw): method TryLink (line 888) | def TryLink(self, *args, **kw): method TryRun (line 891) | def TryRun(self, *args, **kw): method __getattr__ (line 894) | def __getattr__( self, attr ): method BuildProg (line 904) | def BuildProg(self, text, ext): method CompileProg (line 909) | def CompileProg(self, text, ext): method CompileSharedObject (line 914) | def CompileSharedObject(self, text, ext): method RunProg (line 919) | def RunProg(self, text, ext): method AppendLIBS (line 925) | def AppendLIBS(self, lib_name_list): method PrependLIBS (line 930) | def PrependLIBS(self, lib_name_list): method SetLIBS (line 935) | def SetLIBS(self, val): method Display (line 940) | def Display(self, msg): method Log (line 950) | def Log(self, msg): function SConf (line 957) | def SConf(*args, **kw): function CheckFunc (line 970) | def CheckFunc(context, function_name, header = None, language = None): function CheckType (line 975) | def CheckType(context, type_name, includes = "", language = None): function CheckTypeSize (line 981) | def CheckTypeSize(context, type_name, includes = "", language = None, ex... function CheckDeclaration (line 988) | def CheckDeclaration(context, declaration, includes = "", language = None): function createIncludesFromHeaders (line 995) | def createIncludesFromHeaders(headers, leaveLast, include_quotes = '""'): function CheckHeader (line 1011) | def CheckHeader(context, header, include_quotes = '<>', language = None): function CheckCC (line 1023) | def CheckCC(context): function CheckCXX (line 1028) | def CheckCXX(context): function CheckSHCC (line 1033) | def CheckSHCC(context): function CheckSHCXX (line 1038) | def CheckSHCXX(context): function CheckCHeader (line 1045) | def CheckCHeader(context, header, include_quotes = '""'): function CheckCXXHeader (line 1054) | def CheckCXXHeader(context, header, include_quotes = '""'): function CheckLib (line 1061) | def CheckLib(context, library = None, symbol = "main", function CheckLibWithHeader (line 1084) | def CheckLibWithHeader(context, libs, header, language, function CheckProg (line 1107) | def CheckProg(context, prog_name): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/SConsign.py function corrupt_dblite_warning (line 38) | def corrupt_dblite_warning(filename): function current_sconsign_filename (line 61) | def current_sconsign_filename(): function Get_DataBase (line 75) | def Get_DataBase(dir): function Reset (line 109) | def Reset(): function write (line 119) | def write(): class SConsignEntry (line 146) | class SConsignEntry: method __init__ (line 157) | def __init__(self): method convert_to_sconsign (line 163) | def convert_to_sconsign(self): method convert_from_sconsign (line 166) | def convert_from_sconsign(self, dir, name): method __getstate__ (line 169) | def __getstate__(self): method __setstate__ (line 183) | def __setstate__(self, state): class Base (line 189) | class Base: method __init__ (line 198) | def __init__(self): method get_entry (line 203) | def get_entry(self, filename): method set_entry (line 209) | def set_entry(self, filename, obj): method do_not_set_entry (line 216) | def do_not_set_entry(self, filename, obj): method store_info (line 219) | def store_info(self, filename, node): method do_not_store_info (line 225) | def do_not_store_info(self, filename, node): method merge (line 228) | def merge(self): class DB (line 244) | class DB(Base): method __init__ (line 250) | def __init__(self, dir): method write (line 290) | def write(self, sync=1): class Dir (line 317) | class Dir(Base): method __init__ (line 318) | def __init__(self, fp=None, dir=None): class DirFile (line 337) | class DirFile(Dir): method __init__ (line 341) | def __init__(self, dir): method write (line 370) | def write(self, sync=1): function File (line 434) | def File(name, dbm_module=None): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Scanner/C.py class SConsCPPScanner (line 32) | class SConsCPPScanner(SCons.cpp.PreProcessor): method __init__ (line 39) | def __init__(self, *args, **kwargs): method initialize_result (line 43) | def initialize_result(self, fname): method finalize_result (line 46) | def finalize_result(self, fname): method find_include_file (line 49) | def find_include_file(self, t): method read_file (line 56) | def read_file(self, file): function dictify_CPPDEFINES (line 64) | def dictify_CPPDEFINES(env): class SConsCPPScannerWrapper (line 80) | class SConsCPPScannerWrapper: method __init__ (line 89) | def __init__(self, name, variable): method __call__ (line 93) | def __call__(self, node, env, path=()): method recurse_nodes (line 106) | def recurse_nodes(self, nodes): method select (line 108) | def select(self, node): function CScanner (line 111) | def CScanner(): class SConsCPPConditionalScanner (line 135) | class SConsCPPConditionalScanner(SCons.cpp.PreProcessor): method __init__ (line 143) | def __init__(self, *args, **kwargs): method initialize_result (line 148) | def initialize_result(self, fname): method find_include_file (line 151) | def find_include_file(self, t): method read_file (line 167) | def read_file(self, file): class SConsCPPConditionalScannerWrapper (line 176) | class SConsCPPConditionalScannerWrapper: method __init__ (line 186) | def __init__(self, name, variable): method __call__ (line 190) | def __call__(self, node, env, path=(), depth=-1): method recurse_nodes (line 205) | def recurse_nodes(self, nodes): method select (line 208) | def select(self, node): function CConditionalScanner (line 212) | def CConditionalScanner(): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Scanner/Dir.py function only_dirs (line 27) | def only_dirs(nodes): function DirScanner (line 31) | def DirScanner(**kwargs): function DirEntryScanner (line 38) | def DirEntryScanner(**kwargs): function scan_on_disk (line 93) | def scan_on_disk(node, env, path=()): function scan_in_memory (line 112) | def scan_in_memory(node, env, path=()): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Scanner/Prog.py function ProgramScanner (line 34) | def ProgramScanner(**kwargs): function _subst_libs (line 41) | def _subst_libs(env, libs): function scan (line 57) | def scan(node, env, libpath = ()): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Scanner/RC.py function no_tlb (line 31) | def no_tlb(nodes): function RCScan (line 38) | def RCScan(): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Scanner/__init__.py class _Null (line 33) | class _Null: function Scanner (line 40) | def Scanner(function, *args, **kwargs): class FindPathDirs (line 58) | class FindPathDirs: method __init__ (line 62) | def __init__(self, variable): method __call__ (line 65) | def __call__(self, env, dir=None, target=None, source=None, argument=N... class ScannerBase (line 76) | class ScannerBase: method __init__ (line 149) | def __init__( method path (line 191) | def path(self, env, dir=None, target=None, source=None): method __call__ (line 200) | def __call__(self, node, env, path=()) -> list: method __eq__ (line 231) | def __eq__(self, other): method __hash__ (line 238) | def __hash__(self): method __str__ (line 241) | def __str__(self): method add_skey (line 244) | def add_skey(self, skey): method get_skeys (line 248) | def get_skeys(self, env=None): method select (line 253) | def select(self, node): method _recurse_all_nodes (line 264) | def _recurse_all_nodes(nodes): method _recurse_no_nodes (line 268) | def _recurse_no_nodes(nodes): method add_scanner (line 273) | def add_scanner(self, skey, scanner): class Selector (line 283) | class Selector(ScannerBase): method __init__ (line 295) | def __init__(self, mapping, *args, **kwargs): method __call__ (line 300) | def __call__(self, node, env, path=()): method select (line 303) | def select(self, node): method add_scanner (line 309) | def add_scanner(self, skey, scanner): class Current (line 314) | class Current(ScannerBase): method __init__ (line 321) | def __init__(self, *args, **kwargs): class Classic (line 328) | class Classic(Current): method __init__ (line 340) | def __init__(self, name, suffixes, path_variable, regex, *args, **kwar... method find_include (line 363) | def find_include(include, source_dir, path): method sort_key (line 368) | def sort_key(include): method find_include_names (line 371) | def find_include_names(self, node): method scan (line 374) | def scan(self, node, path=()): class ClassicCPP (line 408) | class ClassicCPP(Classic): method find_include (line 418) | def find_include(self, include, source_dir, path): method sort_key (line 429) | def sort_key(self, include): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Script/Interactive.py class SConsInteractiveCmd (line 96) | class SConsInteractiveCmd(cmd.Cmd): method __init__ (line 115) | def __init__(self, **kw): method default (line 125) | def default(self, argv): method onecmd (line 128) | def onecmd(self, line): method do_build (line 151) | def do_build(self, argv): method do_clean (line 263) | def do_clean(self, argv): method do_EOF (line 270) | def do_EOF(self, argv): method _do_one_help (line 274) | def _do_one_help(self, arg): method _doc_to_help (line 294) | def _doc_to_help(self, obj): method _strip_initial_spaces (line 300) | def _strip_initial_spaces(self, s): method do_exit (line 310) | def do_exit(self, argv): method do_help (line 316) | def do_help(self, argv): method do_shell (line 333) | def do_shell(self, argv): method do_version (line 353) | def do_version(self, argv): function interact (line 359) | def interact(fs, parser, options, targets, target_top): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Script/Main.py function revert_io (line 83) | def revert_io(): class SConsPrintHelpException (line 91) | class SConsPrintHelpException(Exception): class Progressor (line 99) | class Progressor: method __init__ (line 104) | def __init__(self, obj, interval=1, file=None, overwrite=False): method write (line 122) | def write(self, s): method erase_previous (line 127) | def erase_previous(self): method spinner (line 135) | def spinner(self, node): method string (line 138) | def string(self, node): method replace_string (line 141) | def replace_string(self, node): method __call__ (line 144) | def __call__(self, node): function Progress (line 153) | def Progress(*args, **kw): function GetBuildFailures (line 163) | def GetBuildFailures(): class BuildTask (line 167) | class BuildTask(SCons.Taskmaster.OutOfDateTask): method display (line 171) | def display(self, message): method prepare (line 174) | def prepare(self): method needs_execute (line 180) | def needs_execute(self): method execute (line 187) | def execute(self): method do_failed (line 214) | def do_failed(self, status=2): method executed (line 229) | def executed(self): method failed (line 254) | def failed(self): method postprocess (line 310) | def postprocess(self): method make_ready (line 322) | def make_ready(self): class CleanTask (line 331) | class CleanTask(SCons.Taskmaster.AlwaysTask): method fs_delete (line 333) | def fs_delete(self, path, pathstr, remove=True): method _get_files_to_clean (line 360) | def _get_files_to_clean(self): method _clean_targets (line 367) | def _clean_targets(self, remove=True): method show (line 374) | def show(self): method remove (line 380) | def remove(self): method prepare (line 409) | def prepare(self): class QuestionTask (line 412) | class QuestionTask(SCons.Taskmaster.AlwaysTask): method prepare (line 414) | def prepare(self): method execute (line 417) | def execute(self): method executed (line 426) | def executed(self): class TreePrinter (line 430) | class TreePrinter: method __init__ (line 431) | def __init__(self, derived=False, prune=False, status=False, sLineDraw... method get_all_children (line 436) | def get_all_children(self, node): method get_derived_children (line 438) | def get_derived_children(self, node): method display (line 441) | def display(self, t): function python_version_string (line 450) | def python_version_string(): function python_version_unsupported (line 453) | def python_version_unsupported(version=sys.version_info): function python_version_deprecated (line 456) | def python_version_deprecated(version=sys.version_info): class FakeOptionParser (line 460) | class FakeOptionParser: class FakeOptionValues (line 472) | class FakeOptionValues: method __getattr__ (line 473) | def __getattr__(self, attr): method add_local_option (line 476) | def add_local_option(self, *args, **kw): function AddOption (line 481) | def AddOption(*args, **kw): function GetOption (line 487) | def GetOption(name): function SetOption (line 490) | def SetOption(name, value): function PrintHelp (line 493) | def PrintHelp(file=None): class Stats (line 496) | class Stats: method __init__ (line 497) | def __init__(self): method enable (line 502) | def enable(self, outfp): method do_nothing (line 506) | def do_nothing(self, *args, **kw): class CountStats (line 509) | class CountStats(Stats): method do_append (line 510) | def do_append(self, label): method do_print (line 513) | def do_print(self): class MemStats (line 539) | class MemStats(Stats): method do_append (line 540) | def do_append(self, label): method do_print (line 543) | def do_print(self): function _scons_syntax_error (line 552) | def _scons_syntax_error(e): function find_deepest_user_frame (line 562) | def find_deepest_user_frame(tb): function _scons_user_error (line 580) | def _scons_user_error(e): function _scons_user_warning (line 595) | def _scons_user_warning(e): function _scons_internal_warning (line 606) | def _scons_internal_warning(e): function _scons_internal_error (line 614) | def _scons_internal_error(): function _SConstruct_exists (line 622) | def _SConstruct_exists(dirname='', repositories=[], filelist=None): function _set_debug_values (line 639) | def _set_debug_values(options): function _create_path (line 688) | def _create_path(plist): function _load_site_scons_dir (line 697) | def _load_site_scons_dir(topdir, site_dir_name=None): function _load_all_site_scons_dirs (line 779) | def _load_all_site_scons_dirs(topdir, verbose=False): function test_load_all_site_scons_dirs (line 823) | def test_load_all_site_scons_dirs(d): function version_string (line 826) | def version_string(label, module): function path_string (line 840) | def path_string(label, module): function _main (line 844) | def _main(parser): function _build_targets (line 1140) | def _build_targets(fs, options, targets, target_top): function _exec_main (line 1349) | def _exec_main(parser, values): function main (line 1369) | def main(): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Script/SConsOptions.py function diskcheck_convert (line 45) | def diskcheck_convert(value): class SConsValues (line 64) | class SConsValues(optparse.Values): method __init__ (line 97) | def __init__(self, defaults): method __getattr__ (line 101) | def __getattr__(self, attr): method set_option (line 156) | def set_option(self, name, value): class SConsOption (line 237) | class SConsOption(optparse.Option): method convert_value (line 238) | def convert_value(self, opt, value): method process (line 245) | def process(self, opt, value, values, parser): method _check_nargs_optional (line 257) | def _check_nargs_optional(self): class SConsOptionGroup (line 269) | class SConsOptionGroup(optparse.OptionGroup): method format_help (line 278) | def format_help(self, formatter): class SConsOptionParser (line 290) | class SConsOptionParser(optparse.OptionParser): method error (line 293) | def error(self, msg): method _process_long_opt (line 299) | def _process_long_opt(self, rargs, values): method reparse_local_options (line 372) | def reparse_local_options(self): method add_local_option (line 435) | def add_local_option(self, *args, **kw): class SConsIndentedHelpFormatter (line 467) | class SConsIndentedHelpFormatter(optparse.IndentedHelpFormatter): method format_usage (line 468) | def format_usage(self, usage): method format_heading (line 471) | def format_heading(self, heading): method format_option (line 481) | def format_option(self, option): function Parser (line 541) | def Parser(version): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Script/SConscript.py class SConscriptReturn (line 49) | class SConscriptReturn(Exception): function get_calling_namespaces (line 62) | def get_calling_namespaces(): function compute_exports (line 84) | def compute_exports(exports): class Frame (line 105) | class Frame: method __init__ (line 107) | def __init__(self, fs, exports, sconscript): function Return (line 125) | def Return(*vars, **kw): function handle_missing_SConscript (line 148) | def handle_missing_SConscript(f, must_exist=None): function _SConscript (line 183) | def _SConscript(fs, *files, **kw): function SConscript_exception (line 335) | def SConscript_exception(file=sys.stderr): function annotate (line 360) | def annotate(node): class SConsEnvironment (line 376) | class SConsEnvironment(SCons.Environment.Base): method _exceeds_version (line 388) | def _exceeds_version(self, major, minor, v_major, v_minor): method _get_major_minor_revision (line 393) | def _get_major_minor_revision(self, version_string): method _get_SConscript_filenames (line 408) | def _get_SConscript_filenames(self, ls, kw): method Configure (line 482) | def Configure(self, *args, **kw): method Default (line 488) | def Default(self, *targets): method EnsureSConsVersion (line 491) | def EnsureSConsVersion(self, major, minor, revision=0): method EnsurePythonVersion (line 508) | def EnsurePythonVersion(self, major, minor): method Exit (line 515) | def Exit(self, value=0): method Export (line 518) | def Export(self, *vars, **kw): method GetLaunchDir (line 523) | def GetLaunchDir(self): method GetOption (line 527) | def GetOption(self, name): method Help (line 531) | def Help(self, text, append=False): method Import (line 535) | def Import(self, *vars): method SConscript (line 554) | def SConscript(self, *ls, **kw): method SConscriptChdir (line 599) | def SConscriptChdir(self, flag): method SetOption (line 603) | def SetOption(self, name, value): function Configure (line 612) | def Configure(*args, **kw): function get_DefaultEnvironmentProxy (line 635) | def get_DefaultEnvironmentProxy(): class DefaultEnvironmentCall (line 642) | class DefaultEnvironmentCall: method __init__ (line 651) | def __init__(self, method_name, subst=0): method __call__ (line 657) | def __call__(self, *args, **kw): function BuildDefaultGlobals (line 663) | def BuildDefaultGlobals(): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Script/__init__.py class TargetList (line 178) | class TargetList(collections.UserList): method _do_nothing (line 179) | def _do_nothing(self, *args, **kw): method _add_Default (line 181) | def _add_Default(self, list): method _clear (line 183) | def _clear(self): function _Add_Arguments (line 203) | def _Add_Arguments(alist): function _Add_Targets (line 209) | def _Add_Targets(tlist): function _Set_Default_Targets_Has_Been_Called (line 219) | def _Set_Default_Targets_Has_Been_Called(d, fs): function _Set_Default_Targets_Has_Not_Been_Called (line 222) | def _Set_Default_Targets_Has_Not_Been_Called(d, fs): function _Set_Default_Targets (line 229) | def _Set_Default_Targets(env, tlist): function HelpFunction (line 254) | def HelpFunction(text, append=False): function set_missing_sconscript_error (line 275) | def set_missing_sconscript_error(flag=1): function Variables (line 287) | def Variables(files=None, args=ARGUMENTS): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Subst.py function SetAllowableExceptions (line 43) | def SetAllowableExceptions(*excepts): function raise_exception (line 48) | def raise_exception(exception, target, s): class Literal (line 57) | class Literal: method __init__ (line 62) | def __init__(self, lstr): method __str__ (line 65) | def __str__(self): method escape (line 68) | def escape(self, escape_func): method for_signature (line 71) | def for_signature(self): method is_literal (line 74) | def is_literal(self): method __eq__ (line 77) | def __eq__(self, other): method __neq__ (line 82) | def __neq__(self, other): method __hash__ (line 85) | def __hash__(self): class SpecialAttrWrapper (line 88) | class SpecialAttrWrapper: method __init__ (line 97) | def __init__(self, lstr, for_signature=None): method __str__ (line 107) | def __str__(self): method escape (line 110) | def escape(self, escape_func): method for_signature (line 113) | def for_signature(self): method is_literal (line 116) | def is_literal(self): function quote_spaces (line 119) | def quote_spaces(arg): class CmdStringHolder (line 127) | class CmdStringHolder(collections.UserString): method __init__ (line 134) | def __init__(self, cmd, literal=None): method is_literal (line 138) | def is_literal(self): method escape (line 141) | def escape(self, escape_func, quote_func=quote_spaces): function escape_list (line 158) | def escape_list(mylist, escape_func): class NLWrapper (line 170) | class NLWrapper: method __init__ (line 183) | def __init__(self, list, func): method _return_nodelist (line 186) | def _return_nodelist(self): method _gen_nodelist (line 188) | def _gen_nodelist(self): class Targets_or_Sources (line 202) | class Targets_or_Sources(collections.UserList): method __init__ (line 212) | def __init__(self, nl): method __getattr__ (line 214) | def __getattr__(self, attr): method __getitem__ (line 217) | def __getitem__(self, i): method __str__ (line 220) | def __str__(self): method __repr__ (line 223) | def __repr__(self): class Target_or_Source (line 227) | class Target_or_Source: method __init__ (line 233) | def __init__(self, nl): method __getattr__ (line 235) | def __getattr__(self, attr): method __str__ (line 244) | def __str__(self): method __repr__ (line 249) | def __repr__(self): class NullNodeList (line 255) | class NullNodeList(SCons.Util.NullSeq): method __call__ (line 256) | def __call__(self, *args, **kwargs): return '' method __str__ (line 257) | def __str__(self): return '' function subst_dict (line 261) | def subst_dict(target, source): class StringSubber (line 329) | class StringSubber: method __init__ (line 338) | def __init__(self, env, mode, conv, gvars): method expand (line 344) | def expand(self, s, lvars): method substitute (line 445) | def substitute(self, args, lvars): class ListSubber (line 476) | class ListSubber(collections.UserList): method __init__ (line 492) | def __init__(self, env, mode, conv, gvars): method expanded (line 506) | def expanded(self, s): method expand (line 521) | def expand(self, s, lvars, within_list): method substitute (line 623) | def substitute(self, args, lvars, within_list): method next_line (line 646) | def next_line(self): method this_word (line 653) | def this_word(self): method next_word (line 658) | def next_word(self): method add_to_current_word (line 662) | def add_to_current_word(self, x): method add_new_word (line 710) | def add_new_word(self, x): method literal (line 719) | def literal(self, x): method open_strip (line 727) | def open_strip(self, x): method close_strip (line 732) | def close_strip(self, x): function _rm_list (line 756) | def _rm_list(list): function _remove_list (line 759) | def _remove_list(list): function scons_subst (line 807) | def scons_subst(strSubst, env, mode=SUBST_RAW, target=None, source=None,... function scons_subst_list (line 885) | def scons_subst_list(strSubst, env, mode=SUBST_RAW, target=None, source=... function scons_subst_once (line 929) | def scons_subst_once(strSubst, env, key): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Taskmaster.py class Stats (line 74) | class Stats: method __init__ (line 82) | def __init__(self): function dump_stats (line 105) | def dump_stats(): class Task (line 110) | class Task(ABC): method __init__ (line 128) | def __init__(self, tm, targets, top, node): method trace_message (line 135) | def trace_message(self, method, node, description='node'): method display (line 139) | def display(self, message): method prepare (line 152) | def prepare(self): method get_target (line 198) | def get_target(self): method needs_execute (line 204) | def needs_execute(self): method execute (line 207) | def execute(self): method executed_without_callbacks (line 255) | def executed_without_callbacks(self): method executed_with_callbacks (line 271) | def executed_with_callbacks(self): method failed (line 306) | def failed(self): method fail_stop (line 316) | def fail_stop(self): method fail_continue (line 343) | def fail_continue(self): method make_ready_all (line 359) | def make_ready_all(self): method make_ready_current (line 376) | def make_ready_current(self): method postprocess (line 422) | def postprocess(self): method exc_info (line 497) | def exc_info(self): method exc_clear (line 503) | def exc_clear(self): method exception_set (line 513) | def exception_set(self, exception=None): method _no_exception_to_raise (line 525) | def _no_exception_to_raise(self): method _exception_raise (line 528) | def _exception_raise(self): class AlwaysTask (line 554) | class AlwaysTask(Task): method needs_execute (line 555) | def needs_execute(self): class OutOfDateTask (line 569) | class OutOfDateTask(Task): method needs_execute (line 570) | def needs_execute(self): function find_cycle (line 579) | def find_cycle(stack, visited): class Taskmaster (line 593) | class Taskmaster: method __init__ (line 598) | def __init__(self, targets=[], tasker=None, order=None, trace=None): method find_next_candidate (line 614) | def find_next_candidate(self): method no_next_candidate (line 650) | def no_next_candidate(self): method _validate_pending_children (line 664) | def _validate_pending_children(self): method trace_message (line 742) | def trace_message(self, message): method trace_node (line 745) | def trace_node(self, node): method _find_next_ready_node (line 750) | def _find_next_ready_node(self): method next_task (line 944) | def next_task(self): method will_not_build (line 979) | def will_not_build(self, nodes, node_func=lambda n: None): method stop (line 1023) | def stop(self): method cleanup (line 1029) | def cleanup(self): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/386asm.py function generate (line 42) | def generate(env): function exists (line 54) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/GettextCommon.py class XgettextToolWarning (line 35) | class XgettextToolWarning(SCons.Warnings.SConsWarning): class XgettextNotFound (line 39) | class XgettextNotFound(XgettextToolWarning): class MsginitToolWarning (line 43) | class MsginitToolWarning(SCons.Warnings.SConsWarning): class MsginitNotFound (line 47) | class MsginitNotFound(MsginitToolWarning): class MsgmergeToolWarning (line 51) | class MsgmergeToolWarning(SCons.Warnings.SConsWarning): class MsgmergeNotFound (line 55) | class MsgmergeNotFound(MsgmergeToolWarning): class MsgfmtToolWarning (line 59) | class MsgfmtToolWarning(SCons.Warnings.SConsWarning): class MsgfmtNotFound (line 63) | class MsgfmtNotFound(MsgfmtToolWarning): class _POTargetFactory (line 77) | class _POTargetFactory: method __init__ (line 85) | def __init__(self, env, nodefault=True, alias=None, precious=True method _create_node (line 107) | def _create_node(self, name, factory, directory=None, create=1): method Entry (line 118) | def Entry(self, name, directory=None, create=1): method File (line 122) | def File(self, name, directory=None, create=1): function _read_linguas_from_files (line 131) | def _read_linguas_from_files(env, linguas_files=None): class _POFileBuilder (line 155) | class _POFileBuilder(BuilderBase): method __init__ (line 194) | def __init__(self, env, **kw): method _execute (line 211) | def _execute(self, env, target, source, *args, **kw): function _translate (line 248) | def _translate(env, target=None, source=SCons.Environment._null, *args, ... class RPaths (line 256) | class RPaths: method __init__ (line 303) | def __init__(self, env): method __call__ (line 315) | def __call__(self, nodes, *args, **kw): function _init_po_files (line 342) | def _init_po_files(target, source, env): function _detect_xgettext (line 366) | def _detect_xgettext(env): function _xgettext_exists (line 377) | def _xgettext_exists(env): function _detect_msginit (line 381) | def _detect_msginit(env): function _msginit_exists (line 392) | def _msginit_exists(env): function _detect_msgmerge (line 396) | def _detect_msgmerge(env): function _msgmerge_exists (line 407) | def _msgmerge_exists(env): function _detect_msgfmt (line 411) | def _detect_msgfmt(env): function _msgfmt_exists (line 422) | def _msgfmt_exists(env): function tool_list (line 426) | def tool_list(platform, env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/MSCommon/arch.py class ArchDefinition (line 30) | class ArchDefinition: method __init__ (line 34) | def __init__(self, arch, synonyms=[]): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/MSCommon/common.py function debug (line 41) | def debug(message): function get_relative_filename (line 53) | def get_relative_filename(filename, module_list): class _Debug_Filter (line 63) | class _Debug_Filter(logging.Filter): method filter (line 65) | def filter(self, record): function debug (line 86) | def debug(x): return None function read_script_env_cache (line 95) | def read_script_env_cache(): function write_script_env_cache (line 108) | def write_script_env_cache(cache): function is_win64 (line 125) | def is_win64(): function read_reg (line 156) | def read_reg(value, hkroot=SCons.Util.HKEY_LOCAL_MACHINE): function has_reg (line 160) | def has_reg(value): function normalize_env (line 173) | def normalize_env(env, keys, force=False): function get_output (line 221) | def get_output(vcbat, args=None, env=None): function parse_output (line 318) | def parse_output(output, keep=KEEPLIST): function get_pch_node (line 352) | def get_pch_node(env, target, source): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/MSCommon/netframework.py function find_framework_root (line 39) | def find_framework_root(): function query_versions (line 54) | def query_versions(): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/MSCommon/sdk.py class SDKDefinition (line 59) | class SDKDefinition: method __init__ (line 63) | def __init__(self, version, **kw): method find_sdk_dir (line 67) | def find_sdk_dir(self): method get_sdk_dir (line 98) | def get_sdk_dir(self): method get_sdk_vc_script (line 107) | def get_sdk_vc_script(self,host_arch, target_arch): class WindowsSDK (line 126) | class WindowsSDK(SDKDefinition): method __init__ (line 131) | def __init__(self, *args, **kw): class PlatformSDK (line 135) | class PlatformSDK(SDKDefinition): method __init__ (line 140) | def __init__(self, *args, **kw): function get_installed_sdks (line 284) | def get_installed_sdks(): function set_sdk_by_directory (line 307) | def set_sdk_by_directory(env, sdk_dir): function get_sdk_by_version (line 333) | def get_sdk_by_version(mssdk): function get_default_sdk (line 339) | def get_default_sdk(): function mssdk_setup_env (line 346) | def mssdk_setup_env(env): function mssdk_exists (line 401) | def mssdk_exists(version=None): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/MSCommon/vc.py class VisualCException (line 58) | class VisualCException(Exception): class UnsupportedVersion (line 61) | class UnsupportedVersion(VisualCException): class MSVCUnsupportedHostArch (line 64) | class MSVCUnsupportedHostArch(VisualCException): class MSVCUnsupportedTargetArch (line 67) | class MSVCUnsupportedTargetArch(VisualCException): class MissingConfiguration (line 70) | class MissingConfiguration(VisualCException): class NoVersionFound (line 73) | class NoVersionFound(VisualCException): class BatchFileExecutionError (line 76) | class BatchFileExecutionError(VisualCException): function get_msvc_version_numeric (line 180) | def get_msvc_version_numeric(msvc_version): function get_host_target (line 196) | def get_host_target(env): function msvc_version_to_maj_min (line 326) | def msvc_version_to_maj_min(msvc_version): function is_host_target_supported (line 340) | def is_host_target_supported(host_target, msvc_version): function msvc_find_vswhere (line 369) | def msvc_find_vswhere(): function find_vc_pdir_vswhere (line 384) | def find_vc_pdir_vswhere(msvc_version, env=None): function find_vc_pdir (line 437) | def find_vc_pdir(env, msvc_version): function find_batch_file (line 497) | def find_batch_file(env,msvc_version,host_arch,target_arch): function _check_cl_exists_in_vc_dir (line 552) | def _check_cl_exists_in_vc_dir(env, vc_dir, msvc_version): function get_installed_vcs (line 686) | def get_installed_vcs(env=None): function reset_installed_vcs (line 717) | def reset_installed_vcs(): function script_env (line 742) | def script_env(script, args=None): function get_default_version (line 765) | def get_default_version(env): function msvc_setup_env_once (line 801) | def msvc_setup_env_once(env): function msvc_find_valid_batch_script (line 811) | def msvc_find_valid_batch_script(env, version): function msvc_setup_env (line 929) | def msvc_setup_env(env): function msvc_exists (line 990) | def msvc_exists(env=None, version=None): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/MSCommon/vs.py class VisualStudio (line 43) | class VisualStudio: method __init__ (line 48) | def __init__(self, version, **kw): method find_batch_file (line 55) | def find_batch_file(self): method find_vs_dir_by_vc (line 67) | def find_vs_dir_by_vc(self, env): method find_vs_dir_by_reg (line 74) | def find_vs_dir_by_reg(self, env): method find_vs_dir (line 92) | def find_vs_dir(self, env): method find_executable (line 103) | def find_executable(self, env): method get_batch_file (line 115) | def get_batch_file(self): method get_executable (line 123) | def get_executable(self, env=None): method get_vs_dir (line 133) | def get_vs_dir(self, env): method get_supported_arch (line 141) | def get_supported_arch(self): method reset (line 150) | def reset(self): function get_installed_visual_studios (line 427) | def get_installed_visual_studios(env=None): function reset_installed_visual_studios (line 441) | def reset_installed_visual_studios(): function msvs_exists (line 486) | def msvs_exists(env=None): function get_vs_by_version (line 489) | def get_vs_by_version(msvs): function get_default_version (line 512) | def get_default_version(env): function get_default_arch (line 543) | def get_default_arch(env): function merge_default_version (line 565) | def merge_default_version(env): function msvs_setup_env (line 569) | def msvs_setup_env(env): function query_versions (line 597) | def query_versions(): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/PharLapCommon.py function getPharLapPath (line 40) | def getPharLapPath(): function getPharLapVersion (line 68) | def getPharLapVersion(): function addPharLapPaths (line 89) | def addPharLapPaths(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/__init__.py class Tool (line 115) | class Tool: method __init__ (line 116) | def __init__(self, name, toolpath=None, **kwargs): method _load_dotted_module_py2 (line 132) | def _load_dotted_module_py2(self, short_name, full_name, searchpaths=N... method _tool_module (line 144) | def _tool_module(self): method __call__ (line 258) | def __call__(self, env, *args, **kw): method __str__ (line 281) | def __str__(self): function createProgBuilder (line 291) | def createProgBuilder(env): function createStaticLibBuilder (line 314) | def createStaticLibBuilder(env): function createSharedLibBuilder (line 341) | def createSharedLibBuilder(env, shlib_suffix='$_SHLIBSUFFIX'): function createLoadableModuleBuilder (line 371) | def createLoadableModuleBuilder(env, loadable_module_suffix='$_LDMODULES... function createObjBuilders (line 401) | def createObjBuilders(env): function createCFileBuilders (line 442) | def createCFileBuilders(env): function CreateJarBuilder (line 480) | def CreateJarBuilder(env): function CreateJavaHBuilder (line 503) | def CreateJavaHBuilder(env): function CreateJavaClassFileBuilder (line 518) | def CreateJavaClassFileBuilder(env): function CreateJavaClassDirBuilder (line 535) | def CreateJavaClassDirBuilder(env): function CreateJavaFileBuilder (line 549) | def CreateJavaFileBuilder(env): class ToolInitializerMethod (line 561) | class ToolInitializerMethod: method __init__ (line 572) | def __init__(self, name, initializer): method get_builder (line 580) | def get_builder(self, env): method __call__ (line 602) | def __call__(self, env, *args, **kw): class ToolInitializer (line 611) | class ToolInitializer: method __init__ (line 623) | def __init__(self, env, tools, names): method remove_methods (line 637) | def remove_methods(self, env): method apply_tools (line 646) | def apply_tools(self, env): function Initializers (line 664) | def Initializers(env): function FindTool (line 681) | def FindTool(tools, env): function FindAllTools (line 689) | def FindAllTools(tools, env): function tool_list (line 696) | def tool_list(platform, env): function find_program_path (line 847) | def find_program_path(env, key_program, default_paths=None): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/aixcc.py function get_xlc (line 43) | def get_xlc(env): function generate (line 47) | def generate(env): function exists (line 62) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/aixcxx.py function get_xlc (line 46) | def get_xlc(env): function generate (line 50) | def generate(env): function exists (line 65) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/aixlink.py function smart_linkflags (line 43) | def smart_linkflags(source, target, env, for_signature): function generate (line 51) | def generate(env): function exists (line 64) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/applelink.py class AppleLinkInvalidCurrentVersionException (line 46) | class AppleLinkInvalidCurrentVersionException(Exception): class AppleLinkInvalidCompatibilityVersionException (line 50) | class AppleLinkInvalidCompatibilityVersionException(Exception): function _applelib_check_valid_version (line 54) | def _applelib_check_valid_version(version_string): function _applelib_currentVersionFromSoVersion (line 82) | def _applelib_currentVersionFromSoVersion(source, target, env, for_signa... function _applelib_compatVersionFromSoVersion (line 113) | def _applelib_compatVersionFromSoVersion(source, target, env, for_signat... function _applelib_soname (line 144) | def _applelib_soname(target, source, env, for_signature): function generate (line 163) | def generate(env): function exists (line 202) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/ar.py function generate (line 41) | def generate(env): function exists (line 56) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/asm.py function generate (line 49) | def generate(env): function exists (line 71) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/bcc32.py function findIt (line 39) | def findIt(program, env): function generate (line 47) | def generate(env): function exists (line 74) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/cc.py function add_common_cc_variables (line 43) | def add_common_cc_variables(env): function generate (line 67) | def generate(env): function exists (line 98) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/clang.py function generate (line 46) | def generate(env): function exists (line 84) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/clangCommon/__init__.py function get_clang_install_dirs (line 14) | def get_clang_install_dirs(platform): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/clangxx.py function generate (line 47) | def generate(env): function exists (line 92) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/cxx.py function iscplusplus (line 42) | def iscplusplus(source): function generate (line 53) | def generate(env): function exists (line 88) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/cyglink.py function cyglink_lib_emitter (line 16) | def cyglink_lib_emitter(target, source, env, **kw): function cyglink_ldmodule_emitter (line 49) | def cyglink_ldmodule_emitter(target, source, env, **kw): function cyglink_shlib_symlink_emitter (line 53) | def cyglink_shlib_symlink_emitter(target, source, env, **kw): function cyglink_ldmod_symlink_emitter (line 111) | def cyglink_ldmod_symlink_emitter(target, source, env, **kw): function cyglink_shlibversion (line 115) | def cyglink_shlibversion(target, source, env, for_signature): function cyglink_ldmodule_version (line 126) | def cyglink_ldmodule_version(target, source, env, for_signature): function _implib_pre_flags (line 137) | def _implib_pre_flags(target, source, env, for_signature): function _implib_post_flags (line 145) | def _implib_post_flags(target, source, env, for_signature): function generate (line 153) | def generate(env): function exists (line 205) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/default.py function generate (line 38) | def generate(env): function exists (line 43) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/filesystem.py function copyto_emitter (line 40) | def copyto_emitter(target, source, env): function copy_action_func (line 51) | def copy_action_func(target, source, env): function copy_action_str (line 60) | def copy_action_str(target, source, env): function generate (line 65) | def generate(env): function exists (line 91) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/gas.py function generate (line 43) | def generate(env): function exists (line 49) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/gcc.py function generate (line 43) | def generate(env): function exists (line 61) | def exists(env): function detect_version (line 66) | def detect_version(env, cc): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/gettext_tool.py function generate (line 43) | def generate(env, **kw): function exists (line 60) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/gnulink.py function generate (line 42) | def generate(env): function exists (line 56) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/gxx.py function generate (line 46) | def generate(env): function exists (line 70) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/hpcc.py function generate (line 39) | def generate(env): function exists (line 46) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/hpcxx.py function generate (line 63) | def generate(env): function exists (line 81) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/hplink.py function generate (line 54) | def generate(env): function exists (line 65) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/icc.py function generate (line 38) | def generate(env): function exists (line 52) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/icl.py function generate (line 41) | def generate(*args, **kw): function exists (line 45) | def exists(*args, **kw): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/ilink.py function generate (line 36) | def generate(env): function exists (line 48) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/ilink32.py function generate (line 36) | def generate(env): function exists (line 51) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/install.py class CopytreeError (line 49) | class CopytreeError(OSError): function scons_copytree (line 53) | def scons_copytree(src, dst, symlinks=False, ignore=None, copy_function=... function copyFunc (line 158) | def copyFunc(dest, source, env) -> int: function copyFuncVersionedLib (line 186) | def copyFuncVersionedLib(dest, source, env) -> int: function listShlibLinksToInstall (line 212) | def listShlibLinksToInstall(dest, source, env): function installShlibLinks (line 228) | def installShlibLinks(dest, source, env): function installFunc (line 238) | def installFunc(target, source, env) -> int: function installFuncVersionedLib (line 263) | def installFuncVersionedLib(target, source, env) -> int: function stringFunc (line 294) | def stringFunc(target, source, env): function add_targets_to_INSTALLED_FILES (line 309) | def add_targets_to_INSTALLED_FILES(target, source, env): function add_versioned_targets_to_INSTALLED_FILES (line 320) | def add_versioned_targets_to_INSTALLED_FILES(target, source, env): class DESTDIR_factory (line 336) | class DESTDIR_factory: method __init__ (line 340) | def __init__(self, env, dir): method Entry (line 344) | def Entry(self, name): method Dir (line 348) | def Dir(self, name): function InstallBuilderWrapper (line 361) | def InstallBuilderWrapper(env, target=None, source=None, dir=None, **kw): function InstallAsBuilderWrapper (line 391) | def InstallAsBuilderWrapper(env, target=None, source=None, **kw): function InstallVersionedBuilderWrapper (line 400) | def InstallVersionedBuilderWrapper(env, target=None, source=None, dir=No... function generate (line 432) | def generate(env): function exists (line 503) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/intelc.py class IntelCError (line 56) | class IntelCError(SCons.Errors.InternalError): class MissingRegistryError (line 58) | class MissingRegistryError(IntelCError): # missing registry entry class MissingDirError (line 60) | class MissingDirError(IntelCError): # dir not found class NoRegistryModuleError (line 62) | class NoRegistryModuleError(IntelCError): # can't read registry at all function linux_ver_normalize (line 65) | def linux_ver_normalize(vstr): function check_abi (line 85) | def check_abi(abi): function get_version_from_list (line 116) | def get_version_from_list(v, vlist): function get_intel_registry_value (line 133) | def get_intel_registry_value(valuename, version=None, abi=None): function get_all_compiler_versions (line 189) | def get_all_compiler_versions(): function get_intel_compiler_top (line 296) | def get_intel_compiler_top(version, abi): function generate (line 387) | def generate(env, version=None, abi=None, topdir=None, verbose=0): function exists (line 591) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/link.py function generate (line 43) | def generate(env): function exists (line 63) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/linkCommon/LoadableModule.py function ldmod_symlink_emitter (line 29) | def ldmod_symlink_emitter(target, source, env, **kw): function _get_ldmodule_stem (line 33) | def _get_ldmodule_stem(target, source, env, for_signature): function _ldmodule_soversion (line 55) | def _ldmodule_soversion(target, source, env, for_signature): function _ldmodule_soname (line 68) | def _ldmodule_soname(target, source, env, for_signature): function _LDMODULEVERSION (line 74) | def _LDMODULEVERSION(target, source, env, for_signature): function setup_loadable_module_logic (line 85) | def setup_loadable_module_logic(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/linkCommon/SharedLibrary.py function shlib_symlink_emitter (line 30) | def shlib_symlink_emitter(target, source, env, **kw): function _soversion (line 90) | def _soversion(target, source, env, for_signature): function _soname (line 103) | def _soname(target, source, env, for_signature): function _get_shlib_stem (line 117) | def _get_shlib_stem(target, source, env, for_signature: bool) -> str: function _get_shlib_dir (line 157) | def _get_shlib_dir(target, source, env, for_signature: bool) -> str: function setup_shared_lib_logic (line 180) | def setup_shared_lib_logic(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/linkCommon/__init__.py function isD (line 32) | def isD(env,source): return False function StringizeLibSymlinks (line 39) | def StringizeLibSymlinks(symlinks): function EmitLibSymlinks (line 51) | def EmitLibSymlinks(env, symlinks, libnode, **kw): function CreateLibSymlinks (line 72) | def CreateLibSymlinks(env, symlinks): function LibSymlinksActionFunction (line 98) | def LibSymlinksActionFunction(target, source, env): function LibSymlinksStrFun (line 106) | def LibSymlinksStrFun(target, source, env, *args): function _call_env_subst (line 123) | def _call_env_subst(env, string, *args, **kw): function smart_link (line 133) | def smart_link(source, target, env, for_signature): function lib_emitter (line 162) | def lib_emitter(target, source, env, **kw): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/linkloc.py function repl_linker_command (line 50) | def repl_linker_command(m): class LinklocGenerator (line 63) | class LinklocGenerator: method __init__ (line 64) | def __init__(self, cmdline): method __call__ (line 67) | def __call__(self, env, target, source, for_signature): function generate (line 78) | def generate(env): function exists (line 102) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/m4.py function generate (line 40) | def generate(env): function exists (line 56) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/masm.py function generate (line 47) | def generate(env): function exists (line 70) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/mingw.py function shlib_generator (line 49) | def shlib_generator(target, source, env, for_signature): function shlib_emitter (line 73) | def shlib_emitter(target, source, env): function find_version_specific_mingw_paths (line 125) | def find_version_specific_mingw_paths(env): function generate (line 148) | def generate(env): function exists (line 220) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/msgfmt.py class _MOFileBuilder (line 44) | class _MOFileBuilder(BuilderBase): method _execute (line 53) | def _execute(self, env, target, source, *args, **kw): function _create_mo_file_builder (line 77) | def _create_mo_file_builder(env, **kw): function generate (line 89) | def generate(env, **kw): function exists (line 120) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/msginit.py function _optional_no_translator_flag (line 46) | def _optional_no_translator_flag(env): function _POInitBuilder (line 59) | def _POInitBuilder(env, **kw): function _POInitBuilderWrapper (line 66) | def _POInitBuilderWrapper(env, target=None, source=_null, **kw): function generate (line 82) | def generate(env, **kw): function exists (line 125) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/msgmerge.py function _update_or_init_po_files (line 43) | def _update_or_init_po_files(target, source, env): function _POUpdateBuilder (line 57) | def _POUpdateBuilder(env, **kw): function _POUpdateBuilderWrapper (line 67) | def _POUpdateBuilderWrapper(env, target=None, source=_null, **kw): function generate (line 80) | def generate(env, **kw): function exists (line 113) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/mslib.py function generate (line 46) | def generate(env): function exists (line 66) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/mslink.py function pdbGenerator (line 49) | def pdbGenerator(env, target, source, for_signature): function _dllTargets (line 55) | def _dllTargets(target, source, env, for_signature, paramtp): function _dllSources (line 65) | def _dllSources(target, source, env, for_signature, paramtp): function windowsShlinkTargets (line 81) | def windowsShlinkTargets(target, source, env, for_signature): function windowsShlinkSources (line 84) | def windowsShlinkSources(target, source, env, for_signature): function _windowsLdmodTargets (line 87) | def _windowsLdmodTargets(target, source, env, for_signature): function _windowsLdmodSources (line 91) | def _windowsLdmodSources(target, source, env, for_signature): function _dllEmitter (line 95) | def _dllEmitter(target, source, env, paramtp): function windowsLibEmitter (line 156) | def windowsLibEmitter(target, source, env): function ldmodEmitter (line 159) | def ldmodEmitter(target, source, env): function prog_emitter (line 167) | def prog_emitter(target, source, env): function RegServerFunc (line 202) | def RegServerFunc(target, source, env): function embedManifestDllCheck (line 217) | def embedManifestDllCheck(target, source, env): function embedManifestExeCheck (line 231) | def embedManifestExeCheck(target, source, env): function generate (line 257) | def generate(env): function exists (line 332) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/mssdk.py function generate (line 39) | def generate(env): function exists (line 43) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/msvc.py function validate_vars (line 53) | def validate_vars(env): function msvc_set_PCHPDBFLAGS (line 61) | def msvc_set_PCHPDBFLAGS(env): function pch_emitter (line 76) | def pch_emitter(target, source, env): function object_emitter (line 98) | def object_emitter(target, source, env, parent_emitter): function static_object_emitter (line 122) | def static_object_emitter(target, source, env): function shared_object_emitter (line 126) | def shared_object_emitter(target, source, env): function gen_ccpchflags (line 131) | def gen_ccpchflags(env, target, source, for_signature): function msvc_batch_key (line 157) | def msvc_batch_key(action, env, target, source): function msvc_output_flag (line 186) | def msvc_output_flag(target, source, env, for_signature): function generate (line 230) | def generate(env): function exists (line 318) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/msvs.py function xmlify (line 55) | def xmlify(s): function processIncludes (line 65) | def processIncludes(includes, env, target, source): function processFlags (line 90) | def processFlags(flags, env): function _generateGUID (line 103) | def _generateGUID(slnfile, name, namespace=external_makefile_guid): function msvs_parse_version (line 125) | def msvs_parse_version(s): function getExecScriptMain (line 142) | def getExecScriptMain(env, xml=None): class Config (line 167) | class Config: function splitFully (line 170) | def splitFully(path): function makeHierarchy (line 178) | def makeHierarchy(sources): class _UserGenerator (line 197) | class _UserGenerator: method __init__ (line 208) | def __init__(self, dspfile, source, env): method UserHeader (line 250) | def UserHeader(self): method UserProject (line 255) | def UserProject(self): method Build (line 258) | def Build(self): class _GenerateV7User (line 316) | class _GenerateV7User(_UserGenerator): method __init__ (line 318) | def __init__(self, dspfile, source, env): method UserProject (line 325) | def UserProject(self): class _GenerateV10User (line 377) | class _GenerateV10User(_UserGenerator): method __init__ (line 380) | def __init__(self, dspfile, source, env): method UserProject (line 400) | def UserProject(self): class _DSPGenerator (line 413) | class _DSPGenerator: method __init__ (line 423) | def __init__(self, dspfile, source, env): method Build (line 618) | def Build(self): class _GenerateV6DSP (line 643) | class _GenerateV6DSP(_DSPGenerator): method PrintHeader (line 646) | def PrintHeader(self): method PrintProject (line 660) | def PrintProject(self): method PrintSourceFiles (line 729) | def PrintSourceFiles(self): method Parse (line 756) | def Parse(self): method Build (line 808) | def Build(self): class _GenerateV7DSP (line 880) | class _GenerateV7DSP(_DSPGenerator, _GenerateV7User): method __init__ (line 883) | def __init__(self, dspfile, source, env): method PrintHeader (line 906) | def PrintHeader(self): method PrintProject (line 949) | def PrintProject(self): method printSources (line 1006) | def printSources(self, hierarchy, commonprefix): method PrintSourceFiles (line 1028) | def PrintSourceFiles(self): method Parse (line 1074) | def Parse(self): method Build (line 1125) | def Build(self): class _GenerateV10DSP (line 1190) | class _GenerateV10DSP(_DSPGenerator, _GenerateV10User): method __init__ (line 1193) | def __init__(self, dspfile, source, env): method PrintHeader (line 1201) | def PrintHeader(self): method PrintProject (line 1245) | def PrintProject(self): method printFilters (line 1341) | def printFilters(self, hierarchy, name): method printSources (line 1352) | def printSources(self, hierarchy, kind, commonprefix, filter_name): method PrintSourceFiles (line 1378) | def PrintSourceFiles(self): method Parse (line 1444) | def Parse(self): method Build (line 1449) | def Build(self): class _DSWGenerator (line 1461) | class _DSWGenerator: method __init__ (line 1463) | def __init__(self, dswfile, source, env): method Build (line 1484) | def Build(self): class _GenerateV7DSW (line 1487) | class _GenerateV7DSW(_DSWGenerator): method __init__ (line 1489) | def __init__(self, dswfile, source, env): method Parse (line 1572) | def Parse(self): method PrintSolution (line 1602) | def PrintSolution(self): method Build (line 1727) | def Build(self): class _GenerateV6DSW (line 1767) | class _GenerateV6DSW(_DSWGenerator): method PrintWorkspace (line 1770) | def PrintWorkspace(self): method Build (line 1776) | def Build(self): function GenerateDSP (line 1786) | def GenerateDSP(dspfile, source, env): function GenerateDSW (line 1802) | def GenerateDSW(dswfile, source, env): function GetMSVSProjectSuffix (line 1821) | def GetMSVSProjectSuffix(target, source, env, for_signature): function GetMSVSSolutionSuffix (line 1824) | def GetMSVSSolutionSuffix(target, source, env, for_signature): function GenerateProject (line 1827) | def GenerateProject(target, source, env): function GenerateSolution (line 1862) | def GenerateSolution(target, source, env): function projectEmitter (line 1865) | def projectEmitter(target, source, env): function solutionEmitter (line 1970) | def solutionEmitter(target, source, env): function generate (line 2040) | def generate(env): function exists (line 2109) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/mwcc.py function set_vars (line 40) | def set_vars(env): function find_versions (line 87) | def find_versions(): class MWVersion (line 122) | class MWVersion: method __init__ (line 123) | def __init__(self, version, path, platform): method __str__ (line 147) | def __str__(self): function generate (line 155) | def generate(env): function exists (line 200) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/mwld.py function generate (line 38) | def generate(env): function exists (line 62) | def exists(env): function shlib_generator (line 67) | def shlib_generator(target, source, env, for_signature): function shlib_emitter (line 84) | def shlib_emitter(target, source, env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/nasm.py function generate (line 47) | def generate(env): function exists (line 65) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/rmic.py function emit_rmic_classes (line 46) | def emit_rmic_classes(target, source, env): function generate (line 107) | def generate(env): function exists (line 126) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/rpcgen.py function generate (line 45) | def generate(env): function exists (line 63) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/sgiar.py function generate (line 42) | def generate(env): function exists (line 61) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/sgicc.py function generate (line 38) | def generate(env): function exists (line 46) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/sgicxx.py function generate (line 43) | def generate(env): function exists (line 54) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/sgilink.py function generate (line 39) | def generate(env): function exists (line 52) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/sunar.py function generate (line 41) | def generate(env): function exists (line 57) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/suncc.py function generate (line 39) | def generate(env): function exists (line 51) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/suncxx.py function get_package_info (line 49) | def get_package_info(package_name, pkginfo, pkgchk): function get_cppc (line 103) | def get_cppc(env): function generate (line 124) | def generate(env): function exists (line 141) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/sunlink.py function generate (line 58) | def generate(env): function exists (line 72) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/tar.py function generate (line 53) | def generate(env): function exists (line 66) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/textfile.py function _do_subst (line 59) | def _do_subst(node, subs): function _action (line 82) | def _action(target, source, env): function _strfunc (line 137) | def _strfunc(target, source, env): function _convert_list_R (line 141) | def _convert_list_R(newlist, sources): function _convert_list (line 151) | def _convert_list(target, source, env): function generate (line 181) | def generate(env): function exists (line 191) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/tlib.py function generate (line 36) | def generate(env): function exists (line 46) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/wix.py function generate (line 39) | def generate(env): function exists (line 65) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/xgettext.py class _CmdRunner (line 49) | class _CmdRunner: method __init__ (line 54) | def __init__(self, command, commandstr=None): method __call__ (line 61) | def __call__(self, target, source, env): method strfunction (line 77) | def strfunction(self, target, source, env): function _update_pot_file (line 85) | def _update_pot_file(target, source, env): class _POTBuilder (line 161) | class _POTBuilder(BuilderBase): method _execute (line 162) | def _execute(self, env, target, source, *args): function _scan_xgettext_from_files (line 172) | def _scan_xgettext_from_files(target, source, env, files=None, path=None): function _pot_update_emitter (line 221) | def _pot_update_emitter(target, source, env): function _POTUpdateBuilderWrapper (line 247) | def _POTUpdateBuilderWrapper(env, target=None, source=_null, **kw): function _POTUpdateBuilder (line 251) | def _POTUpdateBuilder(env, **kw): function generate (line 260) | def generate(env, **kw): function exists (line 325) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Tool/zip.py function _create_zipinfo_for_file (line 48) | def _create_zipinfo_for_file(fname, arcname, date_time, compression): function zip_builder (line 60) | def zip_builder(target, source, env): function generate (line 97) | def generate(env): function exists (line 113) | def exists(env): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Util.py function dictify (line 52) | def dictify(keys, values, result=None) -> dict: function rightmost_separator (line 63) | def rightmost_separator(path, sep): function rightmost_separator (line 66) | def rightmost_separator(path, sep): function containsAny (line 71) | def containsAny(s, pat) -> bool: function containsAll (line 78) | def containsAll(s, pat) -> bool: function containsOnly (line 85) | def containsOnly(s, pat) -> bool: function splitext (line 94) | def splitext(path) -> tuple: function updrive (line 107) | def updrive(path) -> str: class NodeList (line 119) | class NodeList(UserList): method __bool__ (line 136) | def __bool__(self): method __str__ (line 139) | def __str__(self): method __iter__ (line 142) | def __iter__(self): method __call__ (line 145) | def __call__(self, *args, **kwargs) -> 'NodeList': method __getattr__ (line 149) | def __getattr__(self, name) -> 'NodeList': method __getitem__ (line 154) | def __getitem__(self, index): function get_environment_var (line 164) | def get_environment_var(varstr) -> Optional[str]: class DisplayEngine (line 183) | class DisplayEngine: method __call__ (line 188) | def __call__(self, text, append_newline=1): method set_mode (line 207) | def set_mode(self, mode): function render_tree (line 212) | def render_tree(root, child_func, prune=0, margin=[0], visited=None): function IDX (line 254) | def IDX(n) -> bool: function print_tree (line 273) | def print_tree( function is_Dict (line 431) | def is_Dict( # pylint: disable=redefined-outer-name,redefined-builtin function is_List (line 437) | def is_List( # pylint: disable=redefined-outer-name,redefined-builtin function is_Sequence (line 443) | def is_Sequence( # pylint: disable=redefined-outer-name,redefined-builtin function is_Tuple (line 449) | def is_Tuple( # pylint: disable=redefined-builtin function is_String (line 455) | def is_String( # pylint: disable=redefined-outer-name,redefined-builtin function is_Scalar (line 461) | def is_Scalar( # pylint: disable=redefined-outer-name,redefined-builtin function do_flatten (line 474) | def do_flatten( function flatten (line 488) | def flatten( # pylint: disable=redefined-outer-name,redefined-builtin function flatten_sequence (line 512) | def flatten_sequence( # pylint: disable=redefined-outer-name,redefined-... function to_String (line 537) | def to_String( # pylint: disable=redefined-outer-name,redefined-builtin function to_String_for_subst (line 556) | def to_String_for_subst( # pylint: disable=redefined-outer-name,redefin... function to_String_for_signature (line 579) | def to_String_for_signature( # pylint: disable=redefined-outer-name,red... function semi_deepcopy_dict (line 615) | def semi_deepcopy_dict(obj, exclude=None) -> dict: function _semi_deepcopy_list (line 620) | def _semi_deepcopy_list(obj) -> list: function _semi_deepcopy_tuple (line 623) | def _semi_deepcopy_tuple(obj) -> tuple: function semi_deepcopy (line 632) | def semi_deepcopy(obj): class Proxy (line 649) | class Proxy: method __init__ (line 679) | def __init__(self, subject): method __getattr__ (line 683) | def __getattr__(self, name): method get (line 691) | def get(self): method __eq__ (line 695) | def __eq__(self, other): class Delegate (line 701) | class Delegate: method __init__ (line 708) | def __init__(self, attribute): method __get__ (line 711) | def __get__(self, obj, cls): class MethodWrapper (line 718) | class MethodWrapper: method __init__ (line 732) | def __init__(self, obj, method, name=None): method __call__ (line 740) | def __call__(self, *args, **kwargs): method clone (line 744) | def clone(self, new_object): class _NoError (line 761) | class _NoError(Exception): function RegGetValue (line 777) | def RegGetValue(root, key): function RegGetValue (line 811) | def RegGetValue(root, key): function RegOpenKeyEx (line 814) | def RegOpenKeyEx(root, key): function WhereIs (line 820) | def WhereIs(file, path=None, pathext=None, reject=None) -> Optional[str]: function WhereIs (line 857) | def WhereIs(file, path=None, pathext=None, reject=None) -> Optional[str]: function WhereIs (line 889) | def WhereIs(file, path=None, pathext=None, reject=None) -> Optional[str]: function PrependPath (line 936) | def PrependPath( function AppendPath (line 1022) | def AppendPath( function AddPathIfNotExists (line 1108) | def AddPathIfNotExists(env_dict, key, path, sep=os.pathsep): function get_native_path (line 1140) | def get_native_path(path) -> str: function get_native_path (line 1144) | def get_native_path(path) -> str: function Split (line 1158) | def Split(arg) -> list: class CLVar (line 1180) | class CLVar(UserList): method __init__ (line 1209) | def __init__(self, initlist=None): method __add__ (line 1212) | def __add__(self, other): method __radd__ (line 1215) | def __radd__(self, other): method __iadd__ (line 1218) | def __iadd__(self, other): method __str__ (line 1221) | def __str__(self): class Selector (line 1225) | class Selector(OrderedDict): method __call__ (line 1230) | def __call__(self, env, source, ext=None): function case_sensitive_suffixes (line 1264) | def case_sensitive_suffixes(s1, s2) -> bool: # pylint: disable=unused-a... function case_sensitive_suffixes (line 1268) | def case_sensitive_suffixes(s1, s2) -> bool: function adjustixes (line 1272) | def adjustixes(fname, pre, suf, ensure_suffix=False) -> str: function unique (line 1304) | def unique(seq): function uniquer (line 1377) | def uniquer(seq, idfun=None): function uniquer_hashables (line 1397) | def uniquer_hashables(seq): function logical_lines (line 1410) | def logical_lines(physical_lines, joiner=''.join): class LogicalLines (line 1427) | class LogicalLines: method __init__ (line 1433) | def __init__(self, fileobj): method readlines (line 1436) | def readlines(self): class UniqueList (line 1440) | class UniqueList(UserList): method __init__ (line 1447) | def __init__(self, initlist=None): method __make_unique (line 1451) | def __make_unique(self): method __repr__ (line 1456) | def __repr__(self): method __lt__ (line 1460) | def __lt__(self, other): method __le__ (line 1464) | def __le__(self, other): method __eq__ (line 1468) | def __eq__(self, other): method __ne__ (line 1472) | def __ne__(self, other): method __gt__ (line 1476) | def __gt__(self, other): method __ge__ (line 1480) | def __ge__(self, other): method __len__ (line 1486) | def __len__(self): method __getitem__ (line 1490) | def __getitem__(self, i): method __setitem__ (line 1494) | def __setitem__(self, i, item): method __add__ (line 1500) | def __add__(self, other): method __radd__ (line 1505) | def __radd__(self, other): method __iadd__ (line 1510) | def __iadd__(self, other): method __mul__ (line 1515) | def __mul__(self, other): method __rmul__ (line 1520) | def __rmul__(self, other): method __imul__ (line 1525) | def __imul__(self, other): method append (line 1530) | def append(self, item): method insert (line 1534) | def insert(self, i, item): method count (line 1538) | def count(self, item): method index (line 1542) | def index(self, item, *args): method reverse (line 1546) | def reverse(self): method sort (line 1551) | def sort(self, *args, **kwds): method extend (line 1555) | def extend(self, other): class Unbuffered (line 1560) | class Unbuffered: method __init__ (line 1565) | def __init__(self, file): method write (line 1568) | def write(self, arg): method writelines (line 1580) | def writelines(self, arg): method __getattr__ (line 1585) | def __getattr__(self, attr): function make_path_relative (line 1588) | def make_path_relative(path) -> str: function AddMethod (line 1618) | def AddMethod(obj, function, name=None): function _attempt_init_of_python_3_9_hash_object (line 1677) | def _attempt_init_of_python_3_9_hash_object(hash_function_object, sys_us... function _set_allowed_viable_default_hashes (line 1706) | def _set_allowed_viable_default_hashes(hashlib_used, sys_used=sys): function get_hash_format (line 1753) | def get_hash_format(): function _attempt_get_hash_function (line 1763) | def _attempt_get_hash_function(hash_name, hashlib_used=hashlib, sys_used... function set_hash_format (line 1783) | def set_hash_format(hash_format, hashlib_used=hashlib, sys_used=sys): function get_current_hash_algorithm_used (line 1871) | def get_current_hash_algorithm_used(): function _get_hash_object (line 1883) | def _get_hash_object(hash_format, hashlib_used=hashlib, sys_used=sys): function hash_signature (line 1910) | def hash_signature(s, hash_format=None): function hash_file_signature (line 1930) | def hash_file_signature(fname, chunksize=65536, hash_format=None): function hash_collect (line 1953) | def hash_collect(signatures, hash_format=None): function _show_md5_warning (line 1973) | def _show_md5_warning(function_name): function MD5signature (line 1986) | def MD5signature(s): function MD5filesignature (line 1993) | def MD5filesignature(fname, chunksize=65536): function MD5collect (line 2000) | def MD5collect(signatures): function silent_intern (line 2007) | def silent_intern(x): class Null (line 2024) | class Null: method __new__ (line 2026) | def __new__(cls, *args, **kwargs): method __init__ (line 2030) | def __init__(self, *args, **kwargs): method __call__ (line 2032) | def __call__(self, *args, **kwargs): method __repr__ (line 2034) | def __repr__(self): method __bool__ (line 2036) | def __bool__(self): method __getattr__ (line 2038) | def __getattr__(self, name): method __setattr__ (line 2040) | def __setattr__(self, name, value): method __delattr__ (line 2042) | def __delattr__(self, name): class NullSeq (line 2046) | class NullSeq(Null): method __len__ (line 2048) | def __len__(self): method __iter__ (line 2050) | def __iter__(self): method __getitem__ (line 2052) | def __getitem__(self, i): method __delitem__ (line 2054) | def __delitem__(self, i): method __setitem__ (line 2056) | def __setitem__(self, i, v): function to_bytes (line 2060) | def to_bytes(s) -> bytes: function to_str (line 2069) | def to_str(s) -> str: function cmp (line 2077) | def cmp(a, b) -> bool: function get_env_bool (line 2082) | def get_env_bool(env, name, default=False) -> bool: function get_os_env_bool (line 2116) | def get_os_env_bool(name, default=False) -> bool: function print_time (line 2124) | def print_time(): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Utilities/ConfigureCache.py function rearrange_cache_entries (line 41) | def rearrange_cache_entries(current_prefix_len, new_prefix_len): function main (line 93) | def main(): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Utilities/sconsign.py function my_whichdb (line 42) | def my_whichdb(filename): function my_import (line 53) | def my_import(mname): class Flagger (line 66) | class Flagger: method __setitem__ (line 69) | def __setitem__(self, item, value): method __getitem__ (line 73) | def __getitem__(self, item): function default_mapper (line 86) | def default_mapper(entry, name): function map_action (line 104) | def map_action(entry, _): function map_timestamp (line 123) | def map_timestamp(entry, _): function map_bkids (line 144) | def map_bkids(entry, _): function field (line 187) | def field(name, entry, verbose=Verbose): function nodeinfo_raw (line 198) | def nodeinfo_raw(name, ninfo, prefix=""): function nodeinfo_cooked (line 216) | def nodeinfo_cooked(name, ninfo, prefix=""): function printfield (line 236) | def printfield(name, entry, prefix=""): function printentries (line 250) | def printentries(entries, location): class Do_SConsignDB (line 278) | class Do_SConsignDB: method __init__ (line 279) | def __init__(self, dbm_name, dbm): method __call__ (line 283) | def __call__(self, fname): method printentries (line 343) | def printentries(dir, val): function Do_SConsignDir (line 351) | def Do_SConsignDir(name): function main (line 373) | def main(): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Variables/BoolVariable.py function _text2bool (line 45) | def _text2bool(val) -> bool: function _validator (line 66) | def _validator(key, val, env) -> None: function BoolVariable (line 81) | def BoolVariable(key, help, default) -> Tuple[str, str, str, Callable, C... FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Variables/EnumVariable.py function _validator (line 53) | def _validator(key, val, env, vals) -> None: function EnumVariable (line 59) | def EnumVariable(key, help, default, allowed_values, map={}, ignorecase=... FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Variables/ListVariable.py class _ListVariable (line 63) | class _ListVariable(collections.UserList): method __init__ (line 64) | def __init__(self, initlist=None, allowedElems=None): method __cmp__ (line 72) | def __cmp__(self, other): method __eq__ (line 75) | def __eq__(self, other): method __ge__ (line 78) | def __ge__(self, other): method __gt__ (line 81) | def __gt__(self, other): method __le__ (line 84) | def __le__(self, other): method __lt__ (line 87) | def __lt__(self, other): method __str__ (line 90) | def __str__(self): method prepare_to_store (line 99) | def prepare_to_store(self): function _converter (line 102) | def _converter(val, allowedElems, mapdict) -> _ListVariable: function ListVariable (line 125) | def ListVariable(key, help, default, names, map={}) -> Tuple[str, str, s... FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Variables/PackageVariable.py function _converter (line 62) | def _converter(val): function _validator (line 72) | def _validator(key, val, env, searchfunc) -> None: function PackageVariable (line 86) | def PackageVariable(key, help, default, searchfunc=None) -> Tuple[str, s... FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Variables/PathVariable.py class _PathVariableClass (line 83) | class _PathVariableClass: method PathAccept (line 86) | def PathAccept(key, val, env) -> None: method PathIsDir (line 91) | def PathIsDir(key, val, env) -> None: method PathIsDirCreate (line 101) | def PathIsDirCreate(key, val, env) -> None: method PathIsFile (line 114) | def PathIsFile(key, val, env) -> None: method PathExists (line 124) | def PathExists(key, val, env) -> None: method __call__ (line 130) | def __call__(self, key, help, default, validator=None) -> Tuple[str, s... FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Variables/__init__.py class Variables (line 42) | class Variables: method __init__ (line 60) | def __init__(self, files=None, args=None, is_global=True): method _do_add (line 80) | def _do_add(self, key, help="", default=None, validator=None, converte... method keys (line 110) | def keys(self) -> list: method Add (line 114) | def Add(self, key, *args, **kwargs) -> None: method AddVariables (line 140) | def AddVariables(self, *optlist) -> None: method Update (line 159) | def Update(self, env, args=None) -> None: method UnknownVariables (line 230) | def UnknownVariables(self) -> dict: method Save (line 237) | def Save(self, filename, env) -> None: method GenerateHelpText (line 289) | def GenerateHelpText(self, env, sort=None) -> str: method FormatVariableHelpText (line 320) | def FormatVariableHelpText(self, env, key, help, default, actual, alia... FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/Warnings.py class SConsWarning (line 30) | class SConsWarning(SCons.Errors.UserError): class WarningOnByDefault (line 33) | class WarningOnByDefault(SConsWarning): class TargetNotBuiltWarning (line 40) | class TargetNotBuiltWarning(SConsWarning): # Should go to OnByDefault class CacheVersionWarning (line 43) | class CacheVersionWarning(WarningOnByDefault): class CacheWriteErrorWarning (line 46) | class CacheWriteErrorWarning(SConsWarning): class CorruptSConsignWarning (line 49) | class CorruptSConsignWarning(WarningOnByDefault): class DependencyWarning (line 52) | class DependencyWarning(SConsWarning): class DevelopmentVersionWarning (line 55) | class DevelopmentVersionWarning(WarningOnByDefault): class DuplicateEnvironmentWarning (line 58) | class DuplicateEnvironmentWarning(WarningOnByDefault): class FutureReservedVariableWarning (line 61) | class FutureReservedVariableWarning(WarningOnByDefault): class LinkWarning (line 64) | class LinkWarning(WarningOnByDefault): class MisleadingKeywordsWarning (line 67) | class MisleadingKeywordsWarning(WarningOnByDefault): class MissingSConscriptWarning (line 70) | class MissingSConscriptWarning(WarningOnByDefault): class NoObjectCountWarning (line 73) | class NoObjectCountWarning(WarningOnByDefault): class NoParallelSupportWarning (line 76) | class NoParallelSupportWarning(WarningOnByDefault): class ReservedVariableWarning (line 79) | class ReservedVariableWarning(WarningOnByDefault): class StackSizeWarning (line 82) | class StackSizeWarning(WarningOnByDefault): class VisualCMissingWarning (line 85) | class VisualCMissingWarning(WarningOnByDefault): class VisualVersionMismatch (line 90) | class VisualVersionMismatch(WarningOnByDefault): class VisualStudioMissingWarning (line 93) | class VisualStudioMissingWarning(SConsWarning): class FortranCxxMixWarning (line 96) | class FortranCxxMixWarning(LinkWarning): class FutureDeprecatedWarning (line 102) | class FutureDeprecatedWarning(SConsWarning): class DeprecatedWarning (line 105) | class DeprecatedWarning(SConsWarning): class MandatoryDeprecatedWarning (line 108) | class MandatoryDeprecatedWarning(DeprecatedWarning): class PythonVersionWarning (line 113) | class PythonVersionWarning(DeprecatedWarning): class DeprecatedSourceCodeWarning (line 116) | class DeprecatedSourceCodeWarning(FutureDeprecatedWarning): class TaskmasterNeedsExecuteWarning (line 119) | class TaskmasterNeedsExecuteWarning(DeprecatedWarning): class DeprecatedOptionsWarning (line 122) | class DeprecatedOptionsWarning(MandatoryDeprecatedWarning): class DeprecatedDebugOptionsWarning (line 125) | class DeprecatedDebugOptionsWarning(MandatoryDeprecatedWarning): class DeprecatedMissingSConscriptWarning (line 128) | class DeprecatedMissingSConscriptWarning(DeprecatedWarning): class ToolQtDeprecatedWarning (line 131) | class ToolQtDeprecatedWarning(FutureDeprecatedWarning): function suppressWarningClass (line 144) | def suppressWarningClass(clazz): function enableWarningClass (line 148) | def enableWarningClass(clazz): function warningAsException (line 152) | def warningAsException(flag=True): function warn (line 166) | def warn(clazz, *args): function process_warn_strings (line 185) | def process_warn_strings(arguments): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/compat/__init__.py function rename_module (line 67) | def rename_module(new, old): class NoSlotsPyPy (line 89) | class NoSlotsPyPy(type): method __new__ (line 95) | def __new__(meta, name, bases, dct): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/compat/_scons_dbm.py class error (line 32) | class error(Exception): function open (line 35) | def open(*args, **kw): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/compat/win32.py class PROCESS_MEMORY_COUNTERS_EX (line 42) | class PROCESS_MEMORY_COUNTERS_EX(ctypes.Structure): function get_current_process (line 67) | def get_current_process(): function get_memory_info (line 72) | def get_memory_info(process=None): function get_memory_usage (line 86) | def get_memory_usage(process=None): function get_peak_memory_usage (line 92) | def get_peak_memory_usage(process=None): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/cpp.py function Cleanup_CPP_Expressions (line 109) | def Cleanup_CPP_Expressions(ts): function CPP_to_Python (line 162) | def CPP_to_Python(s): class FunctionEvaluator (line 180) | class FunctionEvaluator: method __init__ (line 183) | def __init__(self, name, args, expansion): method __call__ (line 197) | def __call__(self, *values): class PreProcessor (line 230) | class PreProcessor: method __init__ (line 233) | def __init__(self, current=os.curdir, cpppath=(), dict={}, all=0, dept... method __call__ (line 273) | def __call__(self, file): method process_file (line 282) | def process_file(self, file): method process_contents (line 290) | def process_contents(self, contents): method _process_tuples (line 298) | def _process_tuples(self, tuples, file=None): method tupleize (line 313) | def tupleize(self, contents): method _parse_tuples (line 325) | def _parse_tuples(self, contents): method _match_tuples (line 331) | def _match_tuples(self, tuples): method save (line 342) | def save(self): method restore (line 350) | def restore(self): method do_nothing (line 360) | def do_nothing(self, t): method scons_current_file (line 367) | def scons_current_file(self, t): method eval_expression (line 370) | def eval_expression(self, t): method initialize_result (line 384) | def initialize_result(self, fname): method finalize_result (line 387) | def finalize_result(self, fname): method find_include_file (line 390) | def find_include_file(self, t): method read_file (line 404) | def read_file(self, file): method start_handling_includes (line 410) | def start_handling_includes(self, t=None): method stop_handling_includes (line 427) | def stop_handling_includes(self, t=None): method _do_if_else_condition (line 447) | def _do_if_else_condition(self, condition): method do_ifdef (line 463) | def do_ifdef(self, t): method do_ifndef (line 469) | def do_ifndef(self, t): method do_if (line 475) | def do_if(self, t): method do_elif (line 481) | def do_elif(self, t): method do_else (line 491) | def do_else(self, t): method do_endif (line 497) | def do_endif(self, t): method do_define (line 503) | def do_define(self, t): method do_undef (line 522) | def do_undef(self, t): method do_import (line 529) | def do_import(self, t): method do_include (line 536) | def do_include(self, t): method resolve_include (line 583) | def resolve_include(self, t): method all_include (line 614) | def all_include(self, t): class DumbPreProcessor (line 620) | class DumbPreProcessor(PreProcessor): method __init__ (line 630) | def __init__(self, *args, **kw): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/dblite.py function corruption_warning (line 40) | def corruption_warning(filename): class dblite (line 52) | class dblite: method __init__ (line 79) | def __init__(self, file_base_name, flag, mode): method close (line 139) | def close(self): method __del__ (line 143) | def __del__(self): method sync (line 146) | def sync(self): method _check_writable (line 178) | def _check_writable(self): method __getitem__ (line 182) | def __getitem__(self, key): method __setitem__ (line 185) | def __setitem__(self, key, value): method keys (line 197) | def keys(self): method __contains__ (line 200) | def __contains__(self, key): method __iter__ (line 203) | def __iter__(self): method __len__ (line 206) | def __len__(self): function open (line 210) | def open(file, flag=None, mode=0o666): function _exercise (line 214) | def _exercise(): FILE: nuitka/build/inline_copy/lib/scons-4.3.0/SCons/exitfuncs.py function _run_exitfuncs (line 31) | def _run_exitfuncs(): function register (line 42) | def register(func, *targs, **kargs): FILE: nuitka/build/inline_copy/libbacktrace/backtrace/alloc.c type backtrace_state (line 51) | struct backtrace_state function backtrace_free (line 68) | void type backtrace_state (line 80) | struct backtrace_state type backtrace_vector (line 82) | struct backtrace_vector type backtrace_state (line 121) | struct backtrace_state type backtrace_vector (line 122) | struct backtrace_vector function backtrace_vector_release (line 142) | int FILE: nuitka/build/inline_copy/libbacktrace/backtrace/backtrace.c type backtrace_data (line 45) | struct backtrace_data function _Unwind_Reason_Code (line 66) | static _Unwind_Reason_Code function backtrace_full (line 101) | int __attribute__((noinline)) FILE: nuitka/build/inline_copy/libbacktrace/backtrace/backtrace.h type backtrace_state (line 47) | struct backtrace_state type backtrace_state (line 87) | struct backtrace_state type backtrace_state (line 114) | struct backtrace_state type backtrace_state (line 133) | struct backtrace_state type backtrace_state (line 143) | struct backtrace_state type backtrace_state (line 154) | struct backtrace_state type backtrace_state (line 180) | struct backtrace_state FILE: nuitka/build/inline_copy/libbacktrace/backtrace/dwarf.c type dwarf_tag (line 47) | enum dwarf_tag { type dwarf_form (line 55) | enum dwarf_form { type dwarf_attribute (line 105) | enum dwarf_attribute { type dwarf_line_number_op (line 325) | enum dwarf_line_number_op { type dwarf_extended_line_number_op (line 341) | enum dwarf_extended_line_number_op { type dwarf_line_number_content_type (line 348) | enum dwarf_line_number_content_type { type dwarf_range_list_entry (line 358) | enum dwarf_range_list_entry { type dwarf_unit_type (line 369) | enum dwarf_unit_type { function xstrnlen (line 384) | static size_t type dwarf_buf (line 401) | struct dwarf_buf type attr (line 423) | struct attr type abbrev (line 435) | struct abbrev type abbrevs (line 456) | struct abbrevs type attr_val_encoding (line 466) | enum attr_val_encoding type attr_val (line 503) | struct attr_val type line_header (line 521) | struct line_header type line_header_format (line 551) | struct line_header_format type line (line 562) | struct line type line_vector (line 580) | struct line_vector type function (line 590) | struct function type function_addrs (line 608) | struct function_addrs type function_vector (line 619) | struct function_vector type unit (line 630) | struct unit type unit_addrs (line 690) | struct unit_addrs type unit_addrs_vector (line 701) | struct unit_addrs_vector type unit_vector (line 711) | struct unit_vector type dwarf_data (line 719) | struct dwarf_data function dwarf_buf_error (line 746) | static void function require (line 759) | static int function advance (line 777) | static int type dwarf_buf (line 790) | struct dwarf_buf function read_byte (line 808) | static unsigned char function read_sbyte (line 820) | static signed char function read_uint16 (line 832) | static uint16_t function read_uint24 (line 847) | static uint32_t function read_uint32 (line 864) | static uint32_t function read_uint64 (line 881) | static uint64_t function read_offset (line 903) | static uint64_t function read_address (line 915) | static uint64_t function is_highest_address (line 937) | static int function read_uleb128 (line 957) | static uint64_t function read_sleb128 (line 992) | static int64_t function leb128_len (line 1030) | static size_t function read_initial_length (line 1046) | static uint64_t function free_abbrevs (line 1065) | static void function read_attribute (line 1087) | static int function resolve_string (line 1371) | static int function resolve_addr_index (line 1426) | static int function units_search (line 1458) | static int type unit (line 1476) | struct unit type unit (line 1477) | struct unit type unit (line 1479) | struct unit type unit (line 1480) | struct unit function function_addrs_compare (line 1487) | static int function function_addrs_search (line 1510) | static int function add_unit_addr (line 1529) | static int function unit_addrs_compare (line 1570) | static int function unit_addrs_search (line 1597) | static int function line_compare (line 1618) | static int function line_search (line 1641) | static int function abbrev_compare (line 1660) | static int function read_abbrevs (line 1682) | static int type abbrev (line 1834) | struct abbrev type abbrevs (line 1835) | struct abbrevs type abbrev (line 1838) | struct abbrev type abbrev (line 1851) | struct abbrev type abbrev (line 1857) | struct abbrev type pcrange (line 1866) | struct pcrange { function update_pcrange (line 1881) | static void function add_low_high_range (line 1944) | static int function add_ranges_from_ranges (line 1992) | static int function add_ranges_from_rnglists (line 2059) | static int function add_ranges (line 2236) | static int function find_address_ranges (line 2274) | static int function build_address_map (line 2429) | static int function add_line (line 2624) | static int function free_line_header (line 2662) | static void function read_v2_paths (line 2677) | static int function read_lnct (line 2810) | static int function read_line_header_format_entries (line 2896) | static int function read_line_header (line 2979) | static int function read_line_program (line 3061) | static int function read_line_info (line 3263) | static int type dwarf_data (line 3346) | struct dwarf_data type unit (line 3346) | struct unit type dwarf_data (line 3353) | struct dwarf_data type unit (line 3353) | struct unit type attr (line 3354) | struct attr type attr_val (line 3354) | struct attr_val type unit (line 3372) | struct unit type unit (line 3388) | struct unit type dwarf_data (line 3407) | struct dwarf_data type unit (line 3407) | struct unit type dwarf_buf (line 3411) | struct dwarf_buf type abbrev (line 3413) | struct abbrev type attr_val (line 3457) | struct attr_val function add_function_range (line 3518) | static int function read_function_entry (line 3558) | static int function read_function_info (line 3811) | static void function report_inlined_functions (line 3897) | static int function dwarf_lookup_pc (line 3975) | static int function dwarf_fileline (line 4237) | static int type dwarf_data (line 4286) | struct dwarf_data type backtrace_state (line 4287) | struct backtrace_state type dwarf_sections (line 4289) | struct dwarf_sections type dwarf_data (line 4291) | struct dwarf_data type unit_addrs_vector (line 4295) | struct unit_addrs_vector type unit_addrs (line 4296) | struct unit_addrs type unit_vector (line 4298) | struct unit_vector type unit (line 4299) | struct unit type dwarf_data (line 4301) | struct dwarf_data type unit_addrs (line 4312) | struct unit_addrs type unit (line 4313) | struct unit type unit_addrs (line 4316) | struct unit_addrs type dwarf_data (line 4320) | struct dwarf_data type dwarf_data (line 4321) | struct dwarf_data function backtrace_dwarf_add (line 4344) | int FILE: nuitka/build/inline_copy/libbacktrace/backtrace/elf.c function xstrnlen (line 77) | static size_t function xlstat (line 96) | static int function xreadlink (line 110) | static ssize_t type dl_phdr_info (line 128) | struct dl_phdr_info function dl_iterate_phdr (line 134) | static int type b_elf_half (line 193) | typedef uint16_t b_elf_half; type b_elf_word (line 194) | typedef uint32_t b_elf_word; type b_elf_sword (line 195) | typedef int32_t b_elf_sword; type b_elf_addr (line 199) | typedef uint32_t b_elf_addr; type b_elf_off (line 200) | typedef uint32_t b_elf_off; type b_elf_wxword (line 202) | typedef uint32_t b_elf_wxword; type b_elf_addr (line 206) | typedef uint64_t b_elf_addr; type b_elf_off (line 207) | typedef uint64_t b_elf_off; type b_elf_xword (line 208) | typedef uint64_t b_elf_xword; type b_elf_sxword (line 209) | typedef int64_t b_elf_sxword; type b_elf_wxword (line 211) | typedef uint64_t b_elf_wxword; type b_elf_ehdr (line 219) | typedef struct { type b_elf_shdr (line 262) | typedef struct { type b_elf_sym (line 288) | typedef struct type b_elf_sym (line 300) | typedef struct type b_elf_note (line 315) | typedef struct type b_elf_chdr (line 327) | typedef struct type b_elf_chdr (line 336) | typedef struct type debug_section_info (line 366) | struct debug_section_info type elf_symbol (line 380) | struct elf_symbol type elf_syminfo_data (line 392) | struct elf_syminfo_data type elf_view (line 404) | struct elf_view type elf_ppc64_opd_data (line 412) | struct elf_ppc64_opd_data function elf_get_view (line 426) | static int function elf_release_view (line 455) | static void function elf_crc32 (line 466) | static uint32_t function elf_crc32_file (line 534) | static uint32_t function elf_nosyms (line 562) | static void function elf_nodebug (line 573) | static int function elf_symbol_compare (line 600) | static int function elf_symbol_search (line 618) | static int function elf_initialize_syminfo (line 636) | static int function elf_add_syminfo_data (line 721) | static void function elf_syminfo (line 763) | static void function elf_is_symlink (line 814) | static int type backtrace_state (line 829) | struct backtrace_state function elf_open_debugfile_by_buildid (line 869) | static int function elf_try_debugfile (line 925) | static int function elf_find_debugfile_by_debuglink (line 958) | static int function elf_open_debugfile_by_debuglink (line 1074) | static int function elf_uncompress_failed (line 1108) | static void function elf_fetch_bits (line 1119) | static int function elf_fetch_bits_backward (line 1170) | static int function elf_fetch_backward_init (line 1232) | static int function elf_zlib_inflate_table (line 1353) | static int function main (line 1673) | int function elf_zlib_inflate (line 1826) | static int function elf_zlib_verify_checksum (line 2527) | static int function elf_zlib_inflate_and_verify (line 2653) | static int type elf_zstd_fse_entry (line 2699) | struct elf_zstd_fse_entry type elf_zstd_fse_entry (line 2711) | struct elf_zstd_fse_entry function elf_zstd_read_fse (line 2721) | static int function elf_zstd_build_fse (line 2907) | static int type elf_zstd_fse_baseline_entry (line 3061) | struct elf_zstd_fse_baseline_entry function elf_zstd_make_literal_baseline_fse (line 3076) | static int function elf_zstd_make_offset_baseline_fse (line 3132) | static int function elf_zstd_make_match_baseline_fse (line 3195) | static int function print_table (line 3279) | static void function main (line 3299) | int type elf_zstd_fse_baseline_entry (line 3374) | struct elf_zstd_fse_baseline_entry type elf_zstd_fse_baseline_entry (line 3400) | struct elf_zstd_fse_baseline_entry type elf_zstd_fse_baseline_entry (line 3426) | struct elf_zstd_fse_baseline_entry function elf_zstd_read_huff (line 3447) | static int function elf_zstd_read_literals (line 3738) | static int type elf_zstd_seq_decode (line 4261) | struct elf_zstd_seq_decode function elf_zstd_unpack_seq_decode (line 4269) | static int function elf_zstd_decompress (line 4346) | static int function elf_uncompress_zdebug (line 5021) | static int function elf_uncompress_chdr (line 5074) | static int function backtrace_uncompress_zdebug (line 5144) | int function backtrace_uncompress_zstd (line 5170) | int function elf_lzma_varint (line 5360) | static int function elf_lzma_range_normalize (line 5400) | static void function elf_lzma_bit (line 5423) | static int function elf_lzma_integer (line 5451) | static uint32_t function elf_lzma_reverse_integer (line 5475) | static uint32_t function elf_lzma_len (line 5503) | static uint32_t function elf_uncompress_lzma_block (line 5560) | static int function elf_uncompress_lzma (line 6253) | static int function backtrace_uncompress_lzma (line 6484) | int function elf_add (line 6503) | static int type phdr_data (line 7319) | struct phdr_data type dl_phdr_info (line 7338) | struct dl_phdr_info type phdr_data (line 7341) | struct phdr_data function backtrace_initialize (line 7392) | int FILE: nuitka/build/inline_copy/libbacktrace/backtrace/fileline.c type backtrace_state (line 77) | struct backtrace_state type backtrace_state (line 108) | struct backtrace_state type backtrace_state (line 125) | struct backtrace_state type backtrace_state (line 144) | struct backtrace_state function fileline_initialize (line 214) | static int function backtrace_pcinfo (line 351) | int function backtrace_syminfo (line 367) | int function backtrace_syminfo_to_full_callback (line 386) | void function backtrace_syminfo_to_full_error_callback (line 400) | void FILE: nuitka/build/inline_copy/libbacktrace/backtrace/internal.h type backtrace_state (line 122) | struct backtrace_state type backtrace_state (line 129) | struct backtrace_state type backtrace_state (line 135) | struct backtrace_state type backtrace_view (line 177) | struct backtrace_view type backtrace_state (line 189) | struct backtrace_state type backtrace_view (line 192) | struct backtrace_view type backtrace_state (line 195) | struct backtrace_state type backtrace_view (line 196) | struct backtrace_view type backtrace_state (line 215) | struct backtrace_state type backtrace_state (line 222) | struct backtrace_state type backtrace_vector (line 231) | struct backtrace_vector type backtrace_state (line 245) | struct backtrace_state type backtrace_vector (line 248) | struct backtrace_vector type backtrace_state (line 255) | struct backtrace_state type backtrace_vector (line 256) | struct backtrace_vector type backtrace_state (line 263) | struct backtrace_state type backtrace_vector (line 264) | struct backtrace_vector function backtrace_vector_free (line 270) | static inline void type backtrace_state (line 290) | struct backtrace_state type dwarf_section (line 299) | enum dwarf_section type dwarf_sections (line 316) | struct dwarf_sections type dwarf_data (line 324) | struct dwarf_data type backtrace_state (line 328) | struct backtrace_state type dwarf_sections (line 330) | struct dwarf_sections type dwarf_data (line 332) | struct dwarf_data type dwarf_data (line 335) | struct dwarf_data type backtrace_call_full (line 339) | struct backtrace_call_full type backtrace_state (line 364) | struct backtrace_state type backtrace_state (line 373) | struct backtrace_state type backtrace_state (line 382) | struct backtrace_state FILE: nuitka/build/inline_copy/libbacktrace/backtrace/macho.c type macho_header_32 (line 49) | struct macho_header_32 type macho_header_64 (line 62) | struct macho_header_64 type macho_header_fat (line 76) | struct macho_header_fat type macho_fat_arch (line 101) | struct macho_fat_arch type macho_fat_arch_64 (line 114) | struct macho_fat_arch_64 type macho_load_command (line 139) | struct macho_load_command type macho_segment_command (line 158) | struct macho_segment_command type macho_segment_64_command (line 175) | struct macho_segment_64_command type macho_symtab_command (line 192) | struct macho_symtab_command type macho_uuid_command (line 208) | struct macho_uuid_command type macho_section (line 217) | struct macho_section type macho_section_64 (line 234) | struct macho_section_64 type macho_nlist (line 252) | struct macho_nlist type macho_nlist_64 (line 263) | struct macho_nlist_64 type macho_symbol (line 283) | struct macho_symbol type macho_syminfo_data (line 291) | struct macho_syminfo_data type backtrace_state (line 315) | struct backtrace_state function macho_nodebug (line 321) | static int function macho_nosyms (line 334) | static void function macho_add_dwarf_section (line 346) | static int function macho_add_dwarf_segment (line 379) | static int function macho_symbol_compare (line 447) | static int function macho_symbol_search (line 465) | static int function macho_defined_symbol (line 490) | static int function macho_add_symtab (line 510) | static int function macho_syminfo (line 704) | static void function macho_add_fat (line 757) | static int function macho_add_dsym (line 860) | static int function macho_add (line 977) | static int function backtrace_initialize (line 1224) | int function backtrace_initialize (line 1315) | int FILE: nuitka/build/inline_copy/libbacktrace/backtrace/mmap.c type backtrace_freelist_struct (line 63) | struct backtrace_freelist_struct function backtrace_free_locked (line 73) | static void type backtrace_state (line 114) | struct backtrace_state type backtrace_freelist_struct (line 120) | struct backtrace_freelist_struct type backtrace_freelist_struct (line 143) | struct backtrace_freelist_struct function backtrace_free (line 194) | void type backtrace_state (line 243) | struct backtrace_state type backtrace_vector (line 245) | struct backtrace_vector type backtrace_state (line 293) | struct backtrace_state type backtrace_vector (line 294) | struct backtrace_vector function backtrace_vector_release (line 308) | int FILE: nuitka/build/inline_copy/libbacktrace/backtrace/pecoff.c type b_coff_file_header (line 56) | typedef struct { type b_coff_optional_header (line 68) | typedef struct { type b_coff_section_header (line 95) | typedef struct { type b_coff_name (line 110) | typedef union { type b_coff_external_symbol (line 120) | typedef struct { type b_coff_internal_symbol (line 140) | typedef struct { type debug_section_info (line 165) | struct debug_section_info type coff_symbol (line 175) | struct coff_symbol type coff_syminfo_data (line 185) | struct coff_syminfo_data function coff_nodebug (line 197) | static int function coff_nosyms (line 210) | static void function coff_read4 (line 221) | static uint32_t function coff_read2 (line 234) | static uint16_t function coff_short_name_len (line 245) | static size_t function coff_short_name_eq (line 259) | static int function coff_long_name_eq (line 276) | static int function coff_symbol_compare (line 287) | static int function coff_expand_symbol (line 305) | static int function coff_is_function_symbol (line 334) | static int function coff_initialize_syminfo (line 343) | static int function coff_add_syminfo_data (line 478) | static void function coff_symbol_search (line 522) | static int function coff_syminfo (line 540) | static void function coff_add (line 592) | static int function backtrace_initialize (line 910) | int FILE: nuitka/build/inline_copy/libbacktrace/backtrace/posix.c function backtrace_open (line 58) | int function backtrace_close (line 94) | int FILE: nuitka/build/inline_copy/libbacktrace/backtrace/read.c function backtrace_get_view (line 47) | int function backtrace_release_view (line 101) | void FILE: nuitka/build/inline_copy/libbacktrace/backtrace/sort.c function swap (line 45) | static void function backtrace_qsort (line 60) | void FILE: nuitka/build/inline_copy/libbacktrace/backtrace/state.c type backtrace_state (line 45) | struct backtrace_state type backtrace_state (line 50) | struct backtrace_state type backtrace_state (line 51) | struct backtrace_state type backtrace_state (line 65) | struct backtrace_state FILE: nuitka/build/inline_copy/libbacktrace/backtrace/xcoff.c type b_xcoff_filhdr (line 61) | typedef struct { type b_xcoff_filhdr (line 75) | typedef struct { type b_xcoff_scnhdr (line 95) | typedef struct { type b_xcoff_scnhdr (line 112) | typedef struct { type b_xcoff_syment (line 143) | typedef struct { type b_xcoff_syment (line 164) | typedef struct { type b_xcoff_auxent (line 192) | typedef union { type b_xcoff_lineno (line 237) | typedef struct { type b_xcoff_lineno (line 249) | typedef struct { type b_ar_fl_hdr (line 271) | typedef struct { type b_ar_hdr (line 282) | typedef struct { type xcoff_symbol (line 297) | struct xcoff_symbol type xcoff_syminfo_data (line 309) | struct xcoff_syminfo_data type xcoff_incl (line 321) | struct xcoff_incl type xcoff_incl_vector (line 333) | struct xcoff_incl_vector type xcoff_func (line 343) | struct xcoff_func type xcoff_func_vector (line 364) | struct xcoff_func_vector type xcoff_fileline_data (line 374) | struct xcoff_fileline_data type dwsect_info (line 392) | struct dwsect_info function xcoff_nodebug (line 404) | static int function xcoff_nosyms (line 417) | static void function xcoff_symbol_compare (line 428) | static int function xcoff_symbol_search (line 444) | static int function xcoff_add_syminfo_data (line 463) | static void function xcoff_syminfo (line 505) | static void function xcoff_initialize_syminfo (line 586) | static int function xcoff_func_compare (line 653) | static int function xcoff_func_search (line 669) | static int function xcoff_incl_compare (line 688) | static int function xcoff_incl_search (line 704) | static int function xcoff_lookup_pc (line 725) | static int function xcoff_fileline (line 813) | static int function xcoff_initialize_fileline (line 862) | static int function xcoff_add (line 1072) | static int function xcoff_parse_decimal (line 1371) | static int function xcoff_armem_add (line 1391) | static int function xcoff_add_shared_libs (line 1475) | static void function backtrace_initialize (line 1555) | int FILE: nuitka/build/inline_copy/markupsafe/markupsafe/__init__.py class Markup (line 31) | class Markup(text_type): method __new__ (line 70) | def __new__(cls, base=u"", encoding=None, errors="strict"): method __html__ (line 77) | def __html__(self): method __add__ (line 80) | def __add__(self, other): method __radd__ (line 85) | def __radd__(self, other): method __mul__ (line 90) | def __mul__(self, num): method __mod__ (line 97) | def __mod__(self, arg): method __repr__ (line 104) | def __repr__(self): method join (line 107) | def join(self, seq): method split (line 112) | def split(self, *args, **kwargs): method rsplit (line 117) | def rsplit(self, *args, **kwargs): method splitlines (line 122) | def splitlines(self, *args, **kwargs): method unescape (line 127) | def unescape(self): method striptags (line 152) | def striptags(self): method escape (line 163) | def escape(cls, s): method make_simple_escaping_wrapper (line 172) | def make_simple_escaping_wrapper(name): # noqa: B902 method partition (line 204) | def partition(self, sep): method rpartition (line 207) | def rpartition(self, sep): method format (line 210) | def format(self, *args, **kwargs): method __html_format__ (line 215) | def __html_format__(self, format_spec): class _MagicFormatMapping (line 227) | class _MagicFormatMapping(Mapping): method __init__ (line 235) | def __init__(self, args, kwargs): method __getitem__ (line 240) | def __getitem__(self, key): method __iter__ (line 251) | def __iter__(self): method __len__ (line 254) | def __len__(self): class EscapeFormatter (line 260) | class EscapeFormatter(string.Formatter): method __init__ (line 261) | def __init__(self, escape): method format_field (line 264) | def format_field(self, value, format_spec): function _escape_argspec (line 285) | def _escape_argspec(obj, iterable, escape): class _MarkupEscapeHelper (line 293) | class _MarkupEscapeHelper(object): method __init__ (line 296) | def __init__(self, obj, escape): method __getitem__ (line 300) | def __getitem__(self, item): method __str__ (line 303) | def __str__(self): method __repr__ (line 308) | def __repr__(self): method __int__ (line 311) | def __int__(self): method __float__ (line 314) | def __float__(self): FILE: nuitka/build/inline_copy/markupsafe/markupsafe/_compat.py function iteritems (line 19) | def iteritems(x): function iteritems (line 30) | def iteritems(x): FILE: nuitka/build/inline_copy/markupsafe/markupsafe/_native.py function escape (line 15) | def escape(s): function escape_silent (line 38) | def escape_silent(s): function soft_unicode (line 53) | def soft_unicode(s): FILE: nuitka/build/inline_copy/pkg_resources/pkg_resources/__init__.py class PEP440Warning (line 126) | class PEP440Warning(RuntimeWarning): function parse_version (line 133) | def parse_version(v): function _declare_state (line 143) | def _declare_state(vartype, **kw): function __getstate__ (line 150) | def __getstate__(): function __setstate__ (line 158) | def __setstate__(state): function _sget_dict (line 165) | def _sget_dict(val): function _sset_dict (line 169) | def _sset_dict(key, ob, state): function _sget_object (line 174) | def _sget_object(val): function _sset_object (line 178) | def _sset_object(key, ob, state): function get_supported_platform (line 185) | def get_supported_platform(): class ResolutionError (line 259) | class ResolutionError(Exception): method __repr__ (line 262) | def __repr__(self): class VersionConflict (line 266) | class VersionConflict(ResolutionError): method dist (line 277) | def dist(self): method req (line 281) | def req(self): method report (line 284) | def report(self): method with_context (line 287) | def with_context(self, required_by): class ContextualVersionConflict (line 298) | class ContextualVersionConflict(VersionConflict): method required_by (line 307) | def required_by(self): class DistributionNotFound (line 311) | class DistributionNotFound(ResolutionError): method req (line 318) | def req(self): method requirers (line 322) | def requirers(self): method requirers_str (line 326) | def requirers_str(self): method report (line 331) | def report(self): method __str__ (line 334) | def __str__(self): class UnknownExtra (line 338) | class UnknownExtra(ResolutionError): function register_loader_type (line 357) | def register_loader_type(loader_type, provider_factory): function get_provider (line 367) | def get_provider(moduleOrReq): function _macosx_vers (line 388) | def _macosx_vers(_cache=[]): function _macosx_arch (line 404) | def _macosx_arch(machine): function get_build_platform (line 408) | def get_build_platform(): function compatible_platforms (line 438) | def compatible_platforms(provided, required): function run_script (line 484) | def run_script(dist_spec, script_name): function get_distribution (line 500) | def get_distribution(dist): function load_entry_point (line 511) | def load_entry_point(dist, group, name): function get_entry_map (line 516) | def get_entry_map(dist, group=None): function get_entry_info (line 521) | def get_entry_info(dist, group, name): class IMetadataProvider (line 526) | class IMetadataProvider: method has_metadata (line 527) | def has_metadata(name): method get_metadata (line 530) | def get_metadata(name): method get_metadata_lines (line 533) | def get_metadata_lines(name): method metadata_isdir (line 539) | def metadata_isdir(name): method metadata_listdir (line 542) | def metadata_listdir(name): method run_script (line 545) | def run_script(script_name, namespace): class IResourceProvider (line 549) | class IResourceProvider(IMetadataProvider): method get_resource_filename (line 552) | def get_resource_filename(manager, resource_name): method get_resource_stream (line 557) | def get_resource_stream(manager, resource_name): method get_resource_string (line 562) | def get_resource_string(manager, resource_name): method has_resource (line 567) | def has_resource(resource_name): method resource_isdir (line 570) | def resource_isdir(resource_name): method resource_listdir (line 573) | def resource_listdir(resource_name): class WorkingSet (line 577) | class WorkingSet: method __init__ (line 580) | def __init__(self, entries=None): method _build_master (line 594) | def _build_master(cls): method _build_from_requirements (line 614) | def _build_from_requirements(cls, req_spec): method add_entry (line 635) | def add_entry(self, entry): method __contains__ (line 650) | def __contains__(self, dist): method find (line 654) | def find(self, req): method iter_entry_points (line 670) | def iter_entry_points(self, group, name=None): method run_script (line 684) | def run_script(self, requires, script_name): method __iter__ (line 695) | def __iter__(self): method add (line 712) | def add(self, dist, entry=None, insert=True, replace=False): method resolve (line 742) | def resolve(self, requirements, env=None, installer=None, method find_plugins (line 834) | def find_plugins( method require (line 918) | def require(self, *requirements): method subscribe (line 934) | def subscribe(self, callback, existing=True): method _added_new (line 948) | def _added_new(self, dist): method __getstate__ (line 952) | def __getstate__(self): method __setstate__ (line 958) | def __setstate__(self, e_k_b_c): class _ReqExtras (line 966) | class _ReqExtras(dict): method markers_pass (line 971) | def markers_pass(self, req, extras=None): class Environment (line 986) | class Environment: method __init__ (line 989) | def __init__( method can_add (line 1013) | def can_add(self, dist): method remove (line 1027) | def remove(self, dist): method scan (line 1031) | def scan(self, search_path=None): method __getitem__ (line 1046) | def __getitem__(self, project_name): method add (line 1057) | def add(self, dist): method best_match (line 1066) | def best_match( method obtain (line 1094) | def obtain(self, requirement, installer=None): method __iter__ (line 1106) | def __iter__(self): method __iadd__ (line 1112) | def __iadd__(self, other): method __add__ (line 1124) | def __add__(self, other): class ExtractionError (line 1136) | class ExtractionError(RuntimeError): class ResourceManager (line 1152) | class ResourceManager: method __init__ (line 1156) | def __init__(self): method resource_exists (line 1159) | def resource_exists(self, package_or_requirement, resource_name): method resource_isdir (line 1163) | def resource_isdir(self, package_or_requirement, resource_name): method resource_filename (line 1169) | def resource_filename(self, package_or_requirement, resource_name): method resource_stream (line 1175) | def resource_stream(self, package_or_requirement, resource_name): method resource_string (line 1181) | def resource_string(self, package_or_requirement, resource_name): method resource_listdir (line 1187) | def resource_listdir(self, package_or_requirement, resource_name): method extraction_error (line 1193) | def extraction_error(self): method get_cache_path (line 1221) | def get_cache_path(self, archive_name, names=()): method _warn_unsafe_extraction_path (line 1247) | def _warn_unsafe_extraction_path(path): method postprocess (line 1272) | def postprocess(self, tempname, filename): method set_extraction_path (line 1292) | def set_extraction_path(self, path): method cleanup_resources (line 1318) | def cleanup_resources(self, force=False): function get_default_cache (line 1332) | def get_default_cache(): function safe_name (line 1344) | def safe_name(name): function safe_version (line 1352) | def safe_version(version): function safe_extra (line 1364) | def safe_extra(extra): function to_filename (line 1373) | def to_filename(name): function invalid_marker (line 1381) | def invalid_marker(text): function evaluate_marker (line 1395) | def evaluate_marker(text, extra=None): class NullProvider (line 1410) | class NullProvider: method __init__ (line 1417) | def __init__(self, module): method get_resource_filename (line 1421) | def get_resource_filename(self, manager, resource_name): method get_resource_stream (line 1424) | def get_resource_stream(self, manager, resource_name): method get_resource_string (line 1427) | def get_resource_string(self, manager, resource_name): method has_resource (line 1430) | def has_resource(self, resource_name): method _get_metadata_path (line 1433) | def _get_metadata_path(self, name): method has_metadata (line 1436) | def has_metadata(self, name): method get_metadata (line 1443) | def get_metadata(self, name): method get_metadata_lines (line 1458) | def get_metadata_lines(self, name): method resource_isdir (line 1461) | def resource_isdir(self, resource_name): method metadata_isdir (line 1464) | def metadata_isdir(self, name): method resource_listdir (line 1467) | def resource_listdir(self, resource_name): method metadata_listdir (line 1470) | def metadata_listdir(self, name): method run_script (line 1475) | def run_script(self, script_name, namespace): method _has (line 1498) | def _has(self, path): method _isdir (line 1503) | def _isdir(self, path): method _listdir (line 1508) | def _listdir(self, path): method _fn (line 1513) | def _fn(self, base, resource_name): method _validate_resource_path (line 1520) | def _validate_resource_path(path): method _get (line 1594) | def _get(self, path): class EggProvider (line 1605) | class EggProvider(NullProvider): method __init__ (line 1608) | def __init__(self, module): method _setup_prefix (line 1612) | def _setup_prefix(self): class DefaultProvider (line 1627) | class DefaultProvider(EggProvider): method _has (line 1630) | def _has(self, path): method _isdir (line 1633) | def _isdir(self, path): method _listdir (line 1636) | def _listdir(self, path): method get_resource_stream (line 1639) | def get_resource_stream(self, manager, resource_name): method _get (line 1642) | def _get(self, path): method _register (line 1647) | def _register(cls): class EmptyProvider (line 1657) | class EmptyProvider(NullProvider): method _get (line 1664) | def _get(self, path): method _listdir (line 1667) | def _listdir(self, path): method __init__ (line 1670) | def __init__(self): class ZipManifests (line 1677) | class ZipManifests(dict): method build (line 1683) | def build(cls, path): class MemoizedZipManifests (line 1704) | class MemoizedZipManifests(ZipManifests): method load (line 1710) | def load(self, path): class ZipProvider (line 1724) | class ZipProvider(EggProvider): method __init__ (line 1730) | def __init__(self, module): method _zipinfo_name (line 1734) | def _zipinfo_name(self, fspath): method _parts (line 1746) | def _parts(self, zip_path): method zipinfo (line 1757) | def zipinfo(self): method get_resource_filename (line 1760) | def get_resource_filename(self, manager, resource_name): method _get_date_and_size (line 1774) | def _get_date_and_size(zip_stat): method _extract_resource (line 1782) | def _extract_resource(self, manager, zip_path): method _is_current (line 1837) | def _is_current(self, file_path, zip_path): method _get_eager_resources (line 1853) | def _get_eager_resources(self): method _index (line 1862) | def _index(self): method _has (line 1879) | def _has(self, fspath): method _isdir (line 1883) | def _isdir(self, fspath): method _listdir (line 1886) | def _listdir(self, fspath): method _eager_to_zip (line 1889) | def _eager_to_zip(self, resource_name): method _resource_to_zip (line 1892) | def _resource_to_zip(self, resource_name): class FileMetadata (line 1899) | class FileMetadata(EmptyProvider): method __init__ (line 1911) | def __init__(self, path): method _get_metadata_path (line 1914) | def _get_metadata_path(self, name): method has_metadata (line 1917) | def has_metadata(self, name): method get_metadata (line 1920) | def get_metadata(self, name): method _warn_on_replacement (line 1929) | def _warn_on_replacement(self, metadata): method get_metadata_lines (line 1937) | def get_metadata_lines(self, name): class PathMetadata (line 1941) | class PathMetadata(DefaultProvider): method __init__ (line 1961) | def __init__(self, path, egg_info): class EggMetadata (line 1966) | class EggMetadata(ZipProvider): method __init__ (line 1969) | def __init__(self, importer): function register_finder (line 1984) | def register_finder(importer_type, distribution_finder): function find_distributions (line 1994) | def find_distributions(path_item, only=False): function find_eggs_in_zip (line 2001) | def find_eggs_in_zip(importer, path_item, only=False): function find_nothing (line 2031) | def find_nothing(importer, path_item, only=False): function _by_version_descending (line 2038) | def _by_version_descending(names): function find_on_path (line 2064) | def find_on_path(importer, path_item, only=False): function dist_factory (line 2096) | def dist_factory(path_item, entry, only): class NoDists (line 2113) | class NoDists: method __bool__ (line 2121) | def __bool__(self): method __call__ (line 2126) | def __call__(self, fullpath): function safe_listdir (line 2130) | def safe_listdir(path): function distributions_from_metadata (line 2151) | def distributions_from_metadata(path): function non_empty_lines (line 2166) | def non_empty_lines(path): function resolve_egg_link (line 2177) | def resolve_egg_link(path): function register_namespace_handler (line 2200) | def register_namespace_handler(importer_type, namespace_handler): function _handle_ns (line 2218) | def _handle_ns(packageName, path_item): function _rebuild_mod_path (line 2249) | def _rebuild_mod_path(orig_path, package_name, module): function declare_namespace (line 2283) | def declare_namespace(packageName): function fixup_namespace_packages (line 2317) | def fixup_namespace_packages(path_item, parent=None): function file_ns_handler (line 2329) | def file_ns_handler(importer, path_item, packageName, module): function null_ns_handler (line 2349) | def null_ns_handler(importer, path_item, packageName, module): function normalize_path (line 2356) | def normalize_path(filename): function _cygwin_patch (line 2361) | def _cygwin_patch(filename): # pragma: nocover function _normalize_cached (line 2372) | def _normalize_cached(filename, _cache={}): function _is_egg_path (line 2380) | def _is_egg_path(path): function _is_unpacked_egg (line 2387) | def _is_unpacked_egg(path): function _set_parent_ns (line 2397) | def _set_parent_ns(packageName): function yield_lines (line 2405) | def yield_lines(strs): class EntryPoint (line 2434) | class EntryPoint: method __init__ (line 2437) | def __init__(self, name, module_name, attrs=(), extras=(), dist=None): method __str__ (line 2446) | def __str__(self): method __repr__ (line 2454) | def __repr__(self): method load (line 2457) | def load(self, require=True, *args, **kwargs): method resolve (line 2472) | def resolve(self): method require (line 2482) | def require(self, env=None, installer=None): method parse (line 2505) | def parse(cls, src, dist=None): method _parse_extras (line 2525) | def _parse_extras(cls, extras_spec): method parse_group (line 2534) | def parse_group(cls, group, lines, dist=None): method parse_map (line 2547) | def parse_map(cls, data, dist=None): function _remove_md5_fragment (line 2566) | def _remove_md5_fragment(location): function _version_from_file (line 2575) | def _version_from_file(lines): class Distribution (line 2588) | class Distribution: method __init__ (line 2592) | def __init__( method from_location (line 2606) | def from_location(cls, location, basename, metadata=None, **kw): method _reload_version (line 2622) | def _reload_version(self): method hashcmp (line 2626) | def hashcmp(self): method __hash__ (line 2636) | def __hash__(self): method __lt__ (line 2639) | def __lt__(self, other): method __le__ (line 2642) | def __le__(self, other): method __gt__ (line 2645) | def __gt__(self, other): method __ge__ (line 2648) | def __ge__(self, other): method __eq__ (line 2651) | def __eq__(self, other): method __ne__ (line 2657) | def __ne__(self, other): method key (line 2665) | def key(self): method parsed_version (line 2673) | def parsed_version(self): method _warn_legacy_version (line 2679) | def _warn_legacy_version(self): method version (line 2706) | def version(self): method _dep_map (line 2721) | def _dep_map(self): method _filter_extras (line 2733) | def _filter_extras(dm): method _build_dep_map (line 2754) | def _build_dep_map(self): method requires (line 2761) | def requires(self, extras=()): method _get_metadata_path_for_display (line 2775) | def _get_metadata_path_for_display(self, name): method _get_metadata (line 2792) | def _get_metadata(self, name): method _get_version (line 2797) | def _get_version(self): method activate (line 2803) | def activate(self, path=None, replace=False): method egg_name (line 2814) | def egg_name(self): method __repr__ (line 2825) | def __repr__(self): method __str__ (line 2831) | def __str__(self): method __getattr__ (line 2839) | def __getattr__(self, attr): method __dir__ (line 2845) | def __dir__(self): method from_filename (line 2859) | def from_filename(cls, filename, metadata=None, **kw): method as_requirement (line 2865) | def as_requirement(self): method load_entry_point (line 2874) | def load_entry_point(self, group, name): method get_entry_map (line 2881) | def get_entry_map(self, group=None): method get_entry_info (line 2893) | def get_entry_info(self, group, name): method insert_on (line 2897) | def insert_on(self, path, loc=None, replace=False): method check_version_conflict (line 2965) | def check_version_conflict(self): method has_version (line 2987) | def has_version(self): method clone (line 2995) | def clone(self, **kw): method extras (line 3004) | def extras(self): class EggInfoDistribution (line 3008) | class EggInfoDistribution(Distribution): method _reload_version (line 3009) | def _reload_version(self): class DistInfoDistribution (line 3027) | class DistInfoDistribution(Distribution): method _parsed_pkg_info (line 3036) | def _parsed_pkg_info(self): method _dep_map (line 3046) | def _dep_map(self): method _compute_dependencies (line 3053) | def _compute_dependencies(self): function issue_warning (line 3084) | def issue_warning(*args, **kw): class RequirementParseError (line 3097) | class RequirementParseError(ValueError): method __str__ (line 3098) | def __str__(self): function parse_requirements (line 3102) | def parse_requirements(strs): function _always_object (line 3123) | def _always_object(classes): function _find_adapter (line 3133) | def _find_adapter(registry, ob): function ensure_directory (line 3141) | def ensure_directory(path): function _bypass_ensure_directory (line 3147) | def _bypass_ensure_directory(path): function split_sections (line 3160) | def split_sections(s): function _mkstemp (line 3186) | def _mkstemp(*args, **kw): function _call_aside (line 3205) | def _call_aside(f, *args, **kwargs): function _initialize (line 3211) | def _initialize(g=globals()): function _initialize_master_working_set (line 3226) | def _initialize_master_working_set(): class PkgResourcesDeprecationWarning (line 3269) | class PkgResourcesDeprecationWarning(Warning): FILE: nuitka/build/inline_copy/pkg_resources/pkg_resources/py31compat.py function _makedirs_31 (line 6) | def _makedirs_31(path, exist_ok=False): FILE: nuitka/build/inline_copy/pkg_resources_27/pkg_resources/__init__.py class PEP440Warning (line 124) | class PEP440Warning(RuntimeWarning): function parse_version (line 131) | def parse_version(v): function _declare_state (line 141) | def _declare_state(vartype, **kw): function __getstate__ (line 148) | def __getstate__(): function __setstate__ (line 157) | def __setstate__(state): function _sget_dict (line 165) | def _sget_dict(val): function _sset_dict (line 169) | def _sset_dict(key, ob, state): function _sget_object (line 174) | def _sget_object(val): function _sset_object (line 178) | def _sset_object(key, ob, state): function get_supported_platform (line 185) | def get_supported_platform(): class ResolutionError (line 259) | class ResolutionError(Exception): method __repr__ (line 262) | def __repr__(self): class VersionConflict (line 266) | class VersionConflict(ResolutionError): method dist (line 277) | def dist(self): method req (line 281) | def req(self): method report (line 284) | def report(self): method with_context (line 287) | def with_context(self, required_by): class ContextualVersionConflict (line 298) | class ContextualVersionConflict(VersionConflict): method required_by (line 307) | def required_by(self): class DistributionNotFound (line 311) | class DistributionNotFound(ResolutionError): method req (line 318) | def req(self): method requirers (line 322) | def requirers(self): method requirers_str (line 326) | def requirers_str(self): method report (line 331) | def report(self): method __str__ (line 334) | def __str__(self): class UnknownExtra (line 338) | class UnknownExtra(ResolutionError): function register_loader_type (line 357) | def register_loader_type(loader_type, provider_factory): function get_provider (line 367) | def get_provider(moduleOrReq): function _macosx_vers (line 383) | def _macosx_vers(_cache=[]): function _macosx_arch (line 399) | def _macosx_arch(machine): function get_build_platform (line 403) | def get_build_platform(): function compatible_platforms (line 437) | def compatible_platforms(provided, required): function run_script (line 483) | def run_script(dist_spec, script_name): function get_distribution (line 499) | def get_distribution(dist): function load_entry_point (line 510) | def load_entry_point(dist, group, name): function get_entry_map (line 515) | def get_entry_map(dist, group=None): function get_entry_info (line 520) | def get_entry_info(dist, group, name): class IMetadataProvider (line 525) | class IMetadataProvider: method has_metadata (line 526) | def has_metadata(name): method get_metadata (line 529) | def get_metadata(name): method get_metadata_lines (line 532) | def get_metadata_lines(name): method metadata_isdir (line 538) | def metadata_isdir(name): method metadata_listdir (line 541) | def metadata_listdir(name): method run_script (line 544) | def run_script(script_name, namespace): class IResourceProvider (line 548) | class IResourceProvider(IMetadataProvider): method get_resource_filename (line 551) | def get_resource_filename(manager, resource_name): method get_resource_stream (line 556) | def get_resource_stream(manager, resource_name): method get_resource_string (line 561) | def get_resource_string(manager, resource_name): method has_resource (line 566) | def has_resource(resource_name): method resource_isdir (line 569) | def resource_isdir(resource_name): method resource_listdir (line 572) | def resource_listdir(resource_name): class WorkingSet (line 576) | class WorkingSet: method __init__ (line 579) | def __init__(self, entries=None): method _build_master (line 593) | def _build_master(cls): method _build_from_requirements (line 613) | def _build_from_requirements(cls, req_spec): method add_entry (line 634) | def add_entry(self, entry): method __contains__ (line 649) | def __contains__(self, dist): method find (line 653) | def find(self, req): method iter_entry_points (line 669) | def iter_entry_points(self, group, name=None): method run_script (line 683) | def run_script(self, requires, script_name): method __iter__ (line 694) | def __iter__(self): method add (line 711) | def add(self, dist, entry=None, insert=True, replace=False): method resolve (line 741) | def resolve(self, requirements, env=None, installer=None, method find_plugins (line 833) | def find_plugins( method require (line 917) | def require(self, *requirements): method subscribe (line 933) | def subscribe(self, callback, existing=True): method _added_new (line 947) | def _added_new(self, dist): method __getstate__ (line 951) | def __getstate__(self): method __setstate__ (line 957) | def __setstate__(self, e_k_b_c): class _ReqExtras (line 965) | class _ReqExtras(dict): method markers_pass (line 970) | def markers_pass(self, req, extras=None): class Environment (line 985) | class Environment: method __init__ (line 988) | def __init__( method can_add (line 1012) | def can_add(self, dist): method remove (line 1026) | def remove(self, dist): method scan (line 1030) | def scan(self, search_path=None): method __getitem__ (line 1045) | def __getitem__(self, project_name): method add (line 1056) | def add(self, dist): method best_match (line 1065) | def best_match( method obtain (line 1093) | def obtain(self, requirement, installer=None): method __iter__ (line 1105) | def __iter__(self): method __iadd__ (line 1111) | def __iadd__(self, other): method __add__ (line 1123) | def __add__(self, other): class ExtractionError (line 1135) | class ExtractionError(RuntimeError): class ResourceManager (line 1151) | class ResourceManager: method __init__ (line 1155) | def __init__(self): method resource_exists (line 1158) | def resource_exists(self, package_or_requirement, resource_name): method resource_isdir (line 1162) | def resource_isdir(self, package_or_requirement, resource_name): method resource_filename (line 1168) | def resource_filename(self, package_or_requirement, resource_name): method resource_stream (line 1174) | def resource_stream(self, package_or_requirement, resource_name): method resource_string (line 1180) | def resource_string(self, package_or_requirement, resource_name): method resource_listdir (line 1186) | def resource_listdir(self, package_or_requirement, resource_name): method extraction_error (line 1192) | def extraction_error(self): method get_cache_path (line 1220) | def get_cache_path(self, archive_name, names=()): method _warn_unsafe_extraction_path (line 1246) | def _warn_unsafe_extraction_path(path): method postprocess (line 1271) | def postprocess(self, tempname, filename): method set_extraction_path (line 1291) | def set_extraction_path(self, path): method cleanup_resources (line 1317) | def cleanup_resources(self, force=False): function get_default_cache (line 1331) | def get_default_cache(): function safe_name (line 1343) | def safe_name(name): function safe_version (line 1351) | def safe_version(version): function safe_extra (line 1363) | def safe_extra(extra): function to_filename (line 1372) | def to_filename(name): function invalid_marker (line 1380) | def invalid_marker(text): function evaluate_marker (line 1394) | def evaluate_marker(text, extra=None): class NullProvider (line 1409) | class NullProvider: method __init__ (line 1416) | def __init__(self, module): method get_resource_filename (line 1420) | def get_resource_filename(self, manager, resource_name): method get_resource_stream (line 1423) | def get_resource_stream(self, manager, resource_name): method get_resource_string (line 1426) | def get_resource_string(self, manager, resource_name): method has_resource (line 1429) | def has_resource(self, resource_name): method _get_metadata_path (line 1432) | def _get_metadata_path(self, name): method has_metadata (line 1435) | def has_metadata(self, name): method get_metadata (line 1442) | def get_metadata(self, name): method get_metadata_lines (line 1457) | def get_metadata_lines(self, name): method resource_isdir (line 1460) | def resource_isdir(self, resource_name): method metadata_isdir (line 1463) | def metadata_isdir(self, name): method resource_listdir (line 1466) | def resource_listdir(self, resource_name): method metadata_listdir (line 1469) | def metadata_listdir(self, name): method run_script (line 1474) | def run_script(self, script_name, namespace): method _has (line 1497) | def _has(self, path): method _isdir (line 1502) | def _isdir(self, path): method _listdir (line 1507) | def _listdir(self, path): method _fn (line 1512) | def _fn(self, base, resource_name): method _validate_resource_path (line 1519) | def _validate_resource_path(path): method _get (line 1593) | def _get(self, path): class EggProvider (line 1604) | class EggProvider(NullProvider): method __init__ (line 1607) | def __init__(self, module): method _setup_prefix (line 1611) | def _setup_prefix(self): class DefaultProvider (line 1626) | class DefaultProvider(EggProvider): method _has (line 1629) | def _has(self, path): method _isdir (line 1632) | def _isdir(self, path): method _listdir (line 1635) | def _listdir(self, path): method get_resource_stream (line 1638) | def get_resource_stream(self, manager, resource_name): method _get (line 1641) | def _get(self, path): method _register (line 1646) | def _register(cls): class EmptyProvider (line 1656) | class EmptyProvider(NullProvider): method _get (line 1663) | def _get(self, path): method _listdir (line 1666) | def _listdir(self, path): method __init__ (line 1669) | def __init__(self): class ZipManifests (line 1676) | class ZipManifests(dict): method build (line 1682) | def build(cls, path): class MemoizedZipManifests (line 1703) | class MemoizedZipManifests(ZipManifests): method load (line 1709) | def load(self, path): class ZipProvider (line 1723) | class ZipProvider(EggProvider): method __init__ (line 1729) | def __init__(self, module): method _zipinfo_name (line 1733) | def _zipinfo_name(self, fspath): method _parts (line 1745) | def _parts(self, zip_path): method zipinfo (line 1756) | def zipinfo(self): method get_resource_filename (line 1759) | def get_resource_filename(self, manager, resource_name): method _get_date_and_size (line 1773) | def _get_date_and_size(zip_stat): method _extract_resource (line 1781) | def _extract_resource(self, manager, zip_path): method _is_current (line 1836) | def _is_current(self, file_path, zip_path): method _get_eager_resources (line 1852) | def _get_eager_resources(self): method _index (line 1861) | def _index(self): method _has (line 1878) | def _has(self, fspath): method _isdir (line 1882) | def _isdir(self, fspath): method _listdir (line 1885) | def _listdir(self, fspath): method _eager_to_zip (line 1888) | def _eager_to_zip(self, resource_name): method _resource_to_zip (line 1891) | def _resource_to_zip(self, resource_name): class FileMetadata (line 1898) | class FileMetadata(EmptyProvider): method __init__ (line 1910) | def __init__(self, path): method _get_metadata_path (line 1913) | def _get_metadata_path(self, name): method has_metadata (line 1916) | def has_metadata(self, name): method get_metadata (line 1919) | def get_metadata(self, name): method _warn_on_replacement (line 1928) | def _warn_on_replacement(self, metadata): method get_metadata_lines (line 1936) | def get_metadata_lines(self, name): class PathMetadata (line 1940) | class PathMetadata(DefaultProvider): method __init__ (line 1960) | def __init__(self, path, egg_info): class EggMetadata (line 1965) | class EggMetadata(ZipProvider): method __init__ (line 1968) | def __init__(self, importer): function register_finder (line 1983) | def register_finder(importer_type, distribution_finder): function find_distributions (line 1993) | def find_distributions(path_item, only=False): function find_eggs_in_zip (line 2000) | def find_eggs_in_zip(importer, path_item, only=False): function find_nothing (line 2030) | def find_nothing(importer, path_item, only=False): function _by_version_descending (line 2037) | def _by_version_descending(names): function find_on_path (line 2063) | def find_on_path(importer, path_item, only=False): function dist_factory (line 2095) | def dist_factory(path_item, entry, only): class NoDists (line 2112) | class NoDists: method __bool__ (line 2120) | def __bool__(self): method __call__ (line 2125) | def __call__(self, fullpath): function safe_listdir (line 2129) | def safe_listdir(path): function distributions_from_metadata (line 2150) | def distributions_from_metadata(path): function non_empty_lines (line 2165) | def non_empty_lines(path): function resolve_egg_link (line 2176) | def resolve_egg_link(path): function register_namespace_handler (line 2199) | def register_namespace_handler(importer_type, namespace_handler): function _handle_ns (line 2217) | def _handle_ns(packageName, path_item): function _rebuild_mod_path (line 2249) | def _rebuild_mod_path(orig_path, package_name, module): function declare_namespace (line 2283) | def declare_namespace(packageName): function fixup_namespace_packages (line 2317) | def fixup_namespace_packages(path_item, parent=None): function file_ns_handler (line 2329) | def file_ns_handler(importer, path_item, packageName, module): function null_ns_handler (line 2349) | def null_ns_handler(importer, path_item, packageName, module): function normalize_path (line 2356) | def normalize_path(filename): function _cygwin_patch (line 2361) | def _cygwin_patch(filename): # pragma: nocover function _normalize_cached (line 2372) | def _normalize_cached(filename, _cache={}): function _is_egg_path (line 2380) | def _is_egg_path(path): function _is_unpacked_egg (line 2387) | def _is_unpacked_egg(path): function _set_parent_ns (line 2397) | def _set_parent_ns(packageName): function yield_lines (line 2405) | def yield_lines(strs): class EntryPoint (line 2434) | class EntryPoint: method __init__ (line 2437) | def __init__(self, name, module_name, attrs=(), extras=(), dist=None): method __str__ (line 2446) | def __str__(self): method __repr__ (line 2454) | def __repr__(self): method load (line 2457) | def load(self, require=True, *args, **kwargs): method resolve (line 2472) | def resolve(self): method require (line 2482) | def require(self, env=None, installer=None): method parse (line 2505) | def parse(cls, src, dist=None): method _parse_extras (line 2525) | def _parse_extras(cls, extras_spec): method parse_group (line 2534) | def parse_group(cls, group, lines, dist=None): method parse_map (line 2547) | def parse_map(cls, data, dist=None): function _remove_md5_fragment (line 2566) | def _remove_md5_fragment(location): function _version_from_file (line 2575) | def _version_from_file(lines): class Distribution (line 2588) | class Distribution: method __init__ (line 2592) | def __init__( method from_location (line 2606) | def from_location(cls, location, basename, metadata=None, **kw): method _reload_version (line 2622) | def _reload_version(self): method hashcmp (line 2626) | def hashcmp(self): method __hash__ (line 2636) | def __hash__(self): method __lt__ (line 2639) | def __lt__(self, other): method __le__ (line 2642) | def __le__(self, other): method __gt__ (line 2645) | def __gt__(self, other): method __ge__ (line 2648) | def __ge__(self, other): method __eq__ (line 2651) | def __eq__(self, other): method __ne__ (line 2657) | def __ne__(self, other): method key (line 2665) | def key(self): method parsed_version (line 2673) | def parsed_version(self): method _warn_legacy_version (line 2679) | def _warn_legacy_version(self): method version (line 2706) | def version(self): method _dep_map (line 2721) | def _dep_map(self): method _filter_extras (line 2733) | def _filter_extras(dm): method _build_dep_map (line 2754) | def _build_dep_map(self): method requires (line 2761) | def requires(self, extras=()): method _get_metadata_path_for_display (line 2775) | def _get_metadata_path_for_display(self, name): method _get_metadata (line 2792) | def _get_metadata(self, name): method _get_version (line 2797) | def _get_version(self): method activate (line 2803) | def activate(self, path=None, replace=False): method egg_name (line 2814) | def egg_name(self): method __repr__ (line 2825) | def __repr__(self): method __str__ (line 2831) | def __str__(self): method __getattr__ (line 2839) | def __getattr__(self, attr): method __dir__ (line 2845) | def __dir__(self): method from_filename (line 2859) | def from_filename(cls, filename, metadata=None, **kw): method as_requirement (line 2865) | def as_requirement(self): method load_entry_point (line 2874) | def load_entry_point(self, group, name): method get_entry_map (line 2881) | def get_entry_map(self, group=None): method get_entry_info (line 2893) | def get_entry_info(self, group, name): method insert_on (line 2897) | def insert_on(self, path, loc=None, replace=False): method check_version_conflict (line 2965) | def check_version_conflict(self): method has_version (line 2987) | def has_version(self): method clone (line 2995) | def clone(self, **kw): method extras (line 3004) | def extras(self): class EggInfoDistribution (line 3008) | class EggInfoDistribution(Distribution): method _reload_version (line 3009) | def _reload_version(self): class DistInfoDistribution (line 3027) | class DistInfoDistribution(Distribution): method _parsed_pkg_info (line 3036) | def _parsed_pkg_info(self): method _dep_map (line 3046) | def _dep_map(self): method _compute_dependencies (line 3053) | def _compute_dependencies(self): function issue_warning (line 3084) | def issue_warning(*args, **kw): class RequirementParseError (line 3098) | class RequirementParseError(ValueError): method __str__ (line 3099) | def __str__(self): function parse_requirements (line 3103) | def parse_requirements(strs): function _always_object (line 3124) | def _always_object(classes): function _find_adapter (line 3134) | def _find_adapter(registry, ob): function split_sections (line 3142) | def split_sections(s): function _mkstemp (line 3168) | def _mkstemp(*args, **kw): function _call_aside (line 3187) | def _call_aside(f, *args, **kwargs): function _initialize (line 3193) | def _initialize(g=globals()): function _initialize_master_working_set (line 3207) | def _initialize_master_working_set(): class PkgResourcesDeprecationWarning (line 3250) | class PkgResourcesDeprecationWarning(Warning): FILE: nuitka/build/inline_copy/tqdm/tqdm/__init__.py function tqdm_notebook (line 19) | def tqdm_notebook(*args, **kwargs): # pragma: no cover function tnrange (line 30) | def tnrange(*args, **kwargs): # pragma: no cover FILE: nuitka/build/inline_copy/tqdm/tqdm/_monitor.py class TqdmSynchronisationWarning (line 9) | class TqdmSynchronisationWarning(RuntimeWarning): class TMonitor (line 15) | class TMonitor(Thread): method __init__ (line 30) | def __init__(self, tqdm_cls, sleep_interval): method exit (line 41) | def exit(self): method get_instances (line 47) | def get_instances(self): method run (line 53) | def run(self): method report (line 93) | def report(self): FILE: nuitka/build/inline_copy/tqdm/tqdm/_tqdm_pandas.py function tqdm_pandas (line 7) | def tqdm_pandas(tclass, **tqdm_kwargs): FILE: nuitka/build/inline_copy/tqdm/tqdm/auto.py class tqdm (line 33) | class tqdm(notebook_tqdm, asyncio_tqdm): # pylint: disable=inconsistent... function trange (line 38) | def trange(*args, **kwargs): FILE: nuitka/build/inline_copy/tqdm/tqdm/dask.py class TqdmCallback (line 13) | class TqdmCallback(Callback): method __init__ (line 15) | def __init__(self, start=None, pretask=None, tqdm_class=tqdm_auto, method _start_state (line 30) | def _start_state(self, _, state): method _posttask (line 34) | def _posttask(self, *_, **__): method _finish (line 37) | def _finish(self, *_, **__): method display (line 40) | def display(self): FILE: nuitka/build/inline_copy/tqdm/tqdm/notebook.py class TqdmHBox (line 75) | class TqdmHBox(HBox): method _repr_json_ (line 77) | def _repr_json_(self, pretty=None): method __repr__ (line 85) | def __repr__(self, pretty=False): method _repr_pretty_ (line 90) | def _repr_pretty_(self, pp, *_, **__): class tqdm_notebook (line 94) | class tqdm_notebook(std_tqdm): method status_printer (line 99) | def status_printer(_, total=None, desc=None, ncols=None): method display (line 146) | def display(self, msg=None, pos=None, method colour (line 194) | def colour(self): method colour (line 199) | def colour(self, bar_color): method __init__ (line 203) | def __init__(self, *args, **kwargs): method __iter__ (line 246) | def __iter__(self): method update (line 258) | def update(self, n=1): method close (line 270) | def close(self): method clear (line 282) | def clear(self, *_, **__): method reset (line 285) | def reset(self, total=None): function tnrange (line 306) | def tnrange(*args, **kwargs): FILE: nuitka/build/inline_copy/tqdm/tqdm/std.py class TqdmTypeError (line 34) | class TqdmTypeError(TypeError): class TqdmKeyError (line 38) | class TqdmKeyError(KeyError): class TqdmWarning (line 42) | class TqdmWarning(Warning): method __init__ (line 47) | def __init__(self, msg, fp_write=None, *a, **k): class TqdmExperimentalWarning (line 54) | class TqdmExperimentalWarning(TqdmWarning, FutureWarning): class TqdmDeprecationWarning (line 59) | class TqdmDeprecationWarning(TqdmWarning, DeprecationWarning): class TqdmMonitorWarning (line 64) | class TqdmMonitorWarning(TqdmWarning, RuntimeWarning): function TRLock (line 69) | def TRLock(*args, **kwargs): class TqdmDefaultWriteLock (line 78) | class TqdmDefaultWriteLock(object): method __init__ (line 92) | def __init__(self): method acquire (line 104) | def acquire(self, *a, **k): method release (line 108) | def release(self): method __enter__ (line 112) | def __enter__(self): method __exit__ (line 115) | def __exit__(self, *exc): method create_mp_lock (line 119) | def create_mp_lock(cls): method create_th_lock (line 128) | def create_th_lock(cls): class Bar (line 133) | class Bar(object): method __init__ (line 155) | def __init__(self, frac, default_len=10, charset=UTF, colour=None): method colour (line 166) | def colour(self): method colour (line 170) | def colour(self, value): method __format__ (line 188) | def __format__(self, format_spec): class EMA (line 217) | class EMA(object): method __init__ (line 229) | def __init__(self, smoothing=0.3): method __call__ (line 234) | def __call__(self, x=None): class tqdm (line 248) | class tqdm(Comparable): method format_sizeof (line 260) | def format_sizeof(num, suffix='', divisor=1000): method format_interval (line 290) | def format_interval(t): method format_num (line 312) | def format_num(n): method status_printer (line 331) | def status_printer(file): method format_meter (line 354) | def format_meter(n, total, elapsed, ncols=None, prefix='', ascii=False... method __new__ (line 560) | def __new__(cls, *_, **__): method _get_free_pos (line 577) | def _get_free_pos(cls, instance=None): method _decr_instances (line 584) | def _decr_instances(cls, instance): method write (line 614) | def write(cls, s, file=None, end="\n", nolock=False): method external_write_mode (line 624) | def external_write_mode(cls, file=None, nolock=False): method set_lock (line 653) | def set_lock(cls, lock): method get_lock (line 658) | def get_lock(cls): method pandas (line 665) | def pandas(cls, **tqdm_kwargs): method __init__ (line 842) | def __init__(self, iterable=None, desc=None, total=None, leave=True, f... method __bool__ (line 1114) | def __bool__(self): method __nonzero__ (line 1121) | def __nonzero__(self): method __len__ (line 1124) | def __len__(self): method __enter__ (line 1132) | def __enter__(self): method __exit__ (line 1135) | def __exit__(self, exc_type, exc_value, traceback): method __del__ (line 1144) | def __del__(self): method __str__ (line 1147) | def __str__(self): method _comparable (line 1151) | def _comparable(self): method __hash__ (line 1154) | def __hash__(self): method __iter__ (line 1157) | def __iter__(self): method update (line 1195) | def update(self, n=1): method close (line 1262) | def close(self): method clear (line 1306) | def clear(self, nolock=False): method refresh (line 1322) | def refresh(self, nolock=False, lock_args=None): method unpause (line 1349) | def unpause(self): method reset (line 1357) | def reset(self, total=None): method set_description (line 1379) | def set_description(self, desc=None, refresh=True): method set_description_str (line 1393) | def set_description_str(self, desc=None, refresh=True): method set_postfix (line 1399) | def set_postfix(self, ordered_dict=None, refresh=True, **kwargs): method set_postfix_str (line 1430) | def set_postfix_str(self, s='', refresh=True): method moveto (line 1438) | def moveto(self, n): method format_dict (line 1444) | def format_dict(self): method display (line 1461) | def display(self, msg=None, pos=None): method wrapattr (line 1499) | def wrapattr(cls, stream, method, total=None, bytes=True, **tqdm_kwargs): function trange (line 1519) | def trange(*args, **kwargs): FILE: nuitka/build/inline_copy/tqdm/tqdm/tk.py class tqdm_tk (line 30) | class tqdm_tk(std_tqdm): # pragma: no cover method __init__ (line 41) | def __init__(self, *args, **kwargs): method close (line 109) | def close(self): method clear (line 135) | def clear(self, *_, **__): method display (line 138) | def display(self, *_, **__): method set_description (line 151) | def set_description(self, desc=None, refresh=True): method set_description_str (line 154) | def set_description_str(self, desc=None, refresh=True): method cancel (line 161) | def cancel(self): method reset (line 170) | def reset(self, total=None): method _tk_dispatching_helper (line 186) | def _tk_dispatching_helper(): function ttkrange (line 197) | def ttkrange(*args, **kwargs): FILE: nuitka/build/inline_copy/tqdm/tqdm/utils.py class FormatReplace (line 50) | class FormatReplace(object): method __init__ (line 56) | def __init__(self, replace=''): method __format__ (line 60) | def __format__(self, _): class Comparable (line 65) | class Comparable(object): method __lt__ (line 67) | def __lt__(self, other): method __le__ (line 70) | def __le__(self, other): method __eq__ (line 73) | def __eq__(self, other): method __ne__ (line 76) | def __ne__(self, other): method __gt__ (line 79) | def __gt__(self, other): method __ge__ (line 82) | def __ge__(self, other): class ObjectWrapper (line 86) | class ObjectWrapper(object): method __getattr__ (line 87) | def __getattr__(self, name): method __setattr__ (line 90) | def __setattr__(self, name, value): method wrapper_getattr (line 93) | def wrapper_getattr(self, name): method wrapper_setattr (line 100) | def wrapper_setattr(self, name, value): method __init__ (line 104) | def __init__(self, wrapped): class SimpleTextIOWrapper (line 111) | class SimpleTextIOWrapper(ObjectWrapper): method __init__ (line 117) | def __init__(self, wrapped, encoding): method write (line 121) | def write(self, s): method __eq__ (line 127) | def __eq__(self, other): class DisableOnWriteError (line 131) | class DisableOnWriteError(ObjectWrapper): method disable_on_exception (line 136) | def disable_on_exception(tqdm_instance, func): method __init__ (line 153) | def __init__(self, wrapped, tqdm_instance): method __eq__ (line 162) | def __eq__(self, other): class CallbackIOWrapper (line 166) | class CallbackIOWrapper(ObjectWrapper): method __init__ (line 167) | def __init__(self, callback, stream, method="read"): function _is_utf (line 192) | def _is_utf(encoding): function _supports_unicode (line 206) | def _supports_unicode(fp): function _is_ascii (line 213) | def _is_ascii(s): function _screen_shape_wrapper (line 222) | def _screen_shape_wrapper(): # pragma: no cover function _screen_shape_windows (line 237) | def _screen_shape_windows(fp): # pragma: no cover function _screen_shape_tput (line 264) | def _screen_shape_tput(*_): # pragma: no cover function _screen_shape_linux (line 276) | def _screen_shape_linux(fp): # pragma: no cover function _environ_cols_wrapper (line 298) | def _environ_cols_wrapper(): # pragma: no cover function _term_move_up (line 316) | def _term_move_up(): # pragma: no cover function _text_width (line 326) | def _text_width(s): function disp_len (line 330) | def disp_len(data): function disp_trim (line 338) | def disp_trim(data, length): FILE: nuitka/build/inline_copy/wax_off/wax_off.py class WaxOff (line 58) | class WaxOff: method do_file (line 63) | def do_file(self, input_fn): method get_next_arg (line 136) | def get_next_arg(self, s, i): method main (line 172) | def main(self): method scan_options (line 181) | def scan_options(self): method skip_to_outer_delim (line 240) | def skip_to_outer_delim(self, s, i, delims): method skip_comment (line 280) | def skip_comment(self, s, i): method skip_string (line 287) | def skip_string(self, s, i): method skip_ws (line 302) | def skip_ws(self, s, i): method stripped_args (line 307) | def stripped_args(self, s): FILE: nuitka/build/inline_copy/yaml/yaml/__init__.py function warnings (line 30) | def warnings(settings=None): class YAMLLoadWarning (line 40) | class YAMLLoadWarning(RuntimeWarning): function load_warning (line 43) | def load_warning(method): function scan (line 58) | def scan(stream, Loader=Loader): function parse (line 69) | def parse(stream, Loader=Loader): function compose (line 80) | def compose(stream, Loader=Loader): function compose_all (line 91) | def compose_all(stream, Loader=Loader): function load (line 103) | def load(stream, Loader=None): function load_all (line 118) | def load_all(stream, Loader=None): function full_load (line 134) | def full_load(stream): function full_load_all (line 144) | def full_load_all(stream): function safe_load (line 154) | def safe_load(stream): function safe_load_all (line 164) | def safe_load_all(stream): function unsafe_load (line 174) | def unsafe_load(stream): function unsafe_load_all (line 184) | def unsafe_load_all(stream): function emit (line 194) | def emit(events, stream=None, Dumper=Dumper, function serialize_all (line 215) | def serialize_all(nodes, stream=None, Dumper=Dumper, function serialize (line 245) | def serialize(node, stream=None, Dumper=Dumper, **kwds): function dump_all (line 252) | def dump_all(documents, stream=None, Dumper=Dumper, function dump (line 285) | def dump(data, stream=None, Dumper=Dumper, **kwds): function safe_dump_all (line 292) | def safe_dump_all(documents, stream=None, **kwds): function safe_dump (line 300) | def safe_dump(data, stream=None, **kwds): function add_implicit_resolver (line 308) | def add_implicit_resolver(tag, regexp, first=None, function add_path_resolver (line 324) | def add_path_resolver(tag, path, kind=None, Loader=None, Dumper=Dumper): function add_constructor (line 339) | def add_constructor(tag, constructor, Loader=None): function add_multi_constructor (line 352) | def add_multi_constructor(tag_prefix, multi_constructor, Loader=None): function add_representer (line 366) | def add_representer(data_type, representer, Dumper=Dumper): function add_multi_representer (line 375) | def add_multi_representer(data_type, multi_representer, Dumper=Dumper): class YAMLObjectMetaclass (line 384) | class YAMLObjectMetaclass(type): method __init__ (line 388) | def __init__(cls, name, bases, kwds): class YAMLObject (line 399) | class YAMLObject(metaclass=YAMLObjectMetaclass): method from_yaml (line 414) | def from_yaml(cls, loader, node): method to_yaml (line 421) | def to_yaml(cls, dumper, data): FILE: nuitka/build/inline_copy/yaml/yaml/composer.py class ComposerError (line 8) | class ComposerError(MarkedYAMLError): class Composer (line 11) | class Composer: method __init__ (line 13) | def __init__(self): method check_node (line 16) | def check_node(self): method get_node (line 24) | def get_node(self): method get_single_node (line 29) | def get_single_node(self): method compose_document (line 50) | def compose_document(self): method compose_node (line 63) | def compose_node(self, parent, index): method compose_scalar_node (line 88) | def compose_scalar_node(self, anchor): method compose_sequence_node (line 99) | def compose_sequence_node(self, anchor): method compose_mapping_node (line 117) | def compose_mapping_node(self, anchor): FILE: nuitka/build/inline_copy/yaml/yaml/constructor.py class ConstructorError (line 16) | class ConstructorError(MarkedYAMLError): class BaseConstructor (line 19) | class BaseConstructor: method __init__ (line 24) | def __init__(self): method check_data (line 30) | def check_data(self): method check_state_key (line 34) | def check_state_key(self, key): method get_data (line 42) | def get_data(self): method get_single_data (line 47) | def get_single_data(self): method construct_document (line 54) | def construct_document(self, node): method construct_object (line 67) | def construct_object(self, node, deep=False): method construct_scalar (line 117) | def construct_scalar(self, node): method construct_sequence (line 124) | def construct_sequence(self, node, deep=False): method construct_mapping (line 132) | def construct_mapping(self, node, deep=False): method construct_pairs (line 147) | def construct_pairs(self, node, deep=False): method add_constructor (line 160) | def add_constructor(cls, tag, constructor): method add_multi_constructor (line 166) | def add_multi_constructor(cls, tag_prefix, multi_constructor): class SafeConstructor (line 171) | class SafeConstructor(BaseConstructor): method construct_scalar (line 173) | def construct_scalar(self, node): method flatten_mapping (line 180) | def flatten_mapping(self, node): method construct_mapping (line 215) | def construct_mapping(self, node, deep=False): method construct_yaml_null (line 220) | def construct_yaml_null(self, node): method construct_yaml_bool (line 233) | def construct_yaml_bool(self, node): method construct_yaml_int (line 237) | def construct_yaml_int(self, node): method construct_yaml_float (line 270) | def construct_yaml_float(self, node): method construct_yaml_binary (line 294) | def construct_yaml_binary(self, node): method construct_yaml_timestamp (line 322) | def construct_yaml_timestamp(self, node): method construct_yaml_omap (line 353) | def construct_yaml_omap(self, node): method construct_yaml_pairs (line 375) | def construct_yaml_pairs(self, node): method construct_yaml_set (line 396) | def construct_yaml_set(self, node): method construct_yaml_str (line 402) | def construct_yaml_str(self, node): method construct_yaml_seq (line 405) | def construct_yaml_seq(self, node): method construct_yaml_map (line 410) | def construct_yaml_map(self, node): method construct_yaml_object (line 416) | def construct_yaml_object(self, node, cls): method construct_undefined (line 426) | def construct_undefined(self, node): class FullConstructor (line 482) | class FullConstructor(SafeConstructor): method get_state_keys_blacklist (line 486) | def get_state_keys_blacklist(self): method get_state_keys_blacklist_regexp (line 489) | def get_state_keys_blacklist_regexp(self): method construct_python_str (line 494) | def construct_python_str(self, node): method construct_python_unicode (line 497) | def construct_python_unicode(self, node): method construct_python_bytes (line 500) | def construct_python_bytes(self, node): method construct_python_long (line 516) | def construct_python_long(self, node): method construct_python_complex (line 519) | def construct_python_complex(self, node): method construct_python_tuple (line 522) | def construct_python_tuple(self, node): method find_python_module (line 525) | def find_python_module(self, name, mark, unsafe=False): method find_python_name (line 540) | def find_python_name(self, name, mark, unsafe=False): method construct_python_name (line 565) | def construct_python_name(self, suffix, node): method construct_python_module (line 572) | def construct_python_module(self, suffix, node): method make_python_instance (line 579) | def make_python_instance(self, suffix, node, method set_python_instance_state (line 595) | def set_python_instance_state(self, instance, state, unsafe=False): method construct_python_object (line 614) | def construct_python_object(self, suffix, node): method construct_python_object_apply (line 623) | def construct_python_object_apply(self, suffix, node, newobj=False): method construct_python_object_new (line 658) | def construct_python_object_new(self, suffix, node): class UnsafeConstructor (line 713) | class UnsafeConstructor(FullConstructor): method find_python_module (line 715) | def find_python_module(self, name, mark): method find_python_name (line 718) | def find_python_name(self, name, mark): method make_python_instance (line 721) | def make_python_instance(self, suffix, node, args=None, kwds=None, new... method set_python_instance_state (line 725) | def set_python_instance_state(self, instance, state): class Constructor (line 747) | class Constructor(UnsafeConstructor): FILE: nuitka/build/inline_copy/yaml/yaml/cyaml.py class CBaseLoader (line 16) | class CBaseLoader(CParser, BaseConstructor, BaseResolver): method __init__ (line 18) | def __init__(self, stream): class CSafeLoader (line 23) | class CSafeLoader(CParser, SafeConstructor, Resolver): method __init__ (line 25) | def __init__(self, stream): class CFullLoader (line 30) | class CFullLoader(CParser, FullConstructor, Resolver): method __init__ (line 32) | def __init__(self, stream): class CUnsafeLoader (line 37) | class CUnsafeLoader(CParser, UnsafeConstructor, Resolver): method __init__ (line 39) | def __init__(self, stream): class CLoader (line 44) | class CLoader(CParser, Constructor, Resolver): method __init__ (line 46) | def __init__(self, stream): class CBaseDumper (line 51) | class CBaseDumper(CEmitter, BaseRepresenter, BaseResolver): method __init__ (line 53) | def __init__(self, stream, class CSafeDumper (line 68) | class CSafeDumper(CEmitter, SafeRepresenter, Resolver): method __init__ (line 70) | def __init__(self, stream, class CDumper (line 85) | class CDumper(CEmitter, Serializer, Representer, Resolver): method __init__ (line 87) | def __init__(self, stream, FILE: nuitka/build/inline_copy/yaml/yaml/dumper.py class BaseDumper (line 9) | class BaseDumper(Emitter, Serializer, BaseRepresenter, BaseResolver): method __init__ (line 11) | def __init__(self, stream, class SafeDumper (line 27) | class SafeDumper(Emitter, Serializer, SafeRepresenter, Resolver): method __init__ (line 29) | def __init__(self, stream, class Dumper (line 45) | class Dumper(Emitter, Serializer, Representer, Resolver): method __init__ (line 47) | def __init__(self, stream, FILE: nuitka/build/inline_copy/yaml/yaml/emitter.py class EmitterError (line 14) | class EmitterError(YAMLError): class ScalarAnalysis (line 17) | class ScalarAnalysis: method __init__ (line 18) | def __init__(self, scalar, empty, multiline, class Emitter (line 31) | class Emitter: method __init__ (line 38) | def __init__(self, stream, canonical=None, indent=None, width=None, method dispose (line 106) | def dispose(self): method emit (line 111) | def emit(self, event): method need_more_events (line 120) | def need_more_events(self): method need_events (line 133) | def need_events(self, count): method increase_indent (line 146) | def increase_indent(self, flow=False, indentless=False): method expect_stream_start (line 160) | def expect_stream_start(self): method expect_nothing (line 170) | def expect_nothing(self): method expect_first_document_start (line 175) | def expect_first_document_start(self): method expect_document_start (line 178) | def expect_document_start(self, first=False): method expect_document_end (line 214) | def expect_document_end(self): method expect_document_root (line 226) | def expect_document_root(self): method expect_node (line 232) | def expect_node(self, root=False, sequence=False, mapping=False, method expect_alias (line 260) | def expect_alias(self): method expect_scalar (line 266) | def expect_scalar(self): method expect_flow_sequence (line 274) | def expect_flow_sequence(self): method expect_first_flow_sequence_item (line 280) | def expect_first_flow_sequence_item(self): method expect_flow_sequence_item (line 292) | def expect_flow_sequence_item(self): method expect_flow_mapping (line 310) | def expect_flow_mapping(self): method expect_first_flow_mapping_key (line 316) | def expect_first_flow_mapping_key(self): method expect_flow_mapping_key (line 333) | def expect_flow_mapping_key(self): method expect_flow_mapping_simple_value (line 354) | def expect_flow_mapping_simple_value(self): method expect_flow_mapping_value (line 359) | def expect_flow_mapping_value(self): method expect_block_sequence (line 368) | def expect_block_sequence(self): method expect_first_block_sequence_item (line 373) | def expect_first_block_sequence_item(self): method expect_block_sequence_item (line 376) | def expect_block_sequence_item(self, first=False): method expect_block_mapping (line 388) | def expect_block_mapping(self): method expect_first_block_mapping_key (line 392) | def expect_first_block_mapping_key(self): method expect_block_mapping_key (line 395) | def expect_block_mapping_key(self, first=False): method expect_block_mapping_simple_value (line 409) | def expect_block_mapping_simple_value(self): method expect_block_mapping_value (line 414) | def expect_block_mapping_value(self): method check_empty_sequence (line 422) | def check_empty_sequence(self): method check_empty_mapping (line 426) | def check_empty_mapping(self): method check_empty_document (line 430) | def check_empty_document(self): method check_simple_key (line 437) | def check_simple_key(self): method process_anchor (line 459) | def process_anchor(self, indicator): method process_tag (line 469) | def process_tag(self): method choose_scalar_style (line 494) | def choose_scalar_style(self): method process_scalar (line 515) | def process_scalar(self): method prepare_version (line 539) | def prepare_version(self, version): method prepare_tag_handle (line 545) | def prepare_tag_handle(self, handle): method prepare_tag_prefix (line 557) | def prepare_tag_prefix(self, prefix): method prepare_tag (line 580) | def prepare_tag(self, tag): method prepare_anchor (line 616) | def prepare_anchor(self, anchor): method analyze_scalar (line 626) | def analyze_scalar(self, scalar): method flush_stream (line 788) | def flush_stream(self): method write_stream_start (line 792) | def write_stream_start(self): method write_stream_end (line 797) | def write_stream_end(self): method write_indicator (line 800) | def write_indicator(self, indicator, need_whitespace, method write_indent (line 814) | def write_indent(self): method write_line_break (line 827) | def write_line_break(self, data=None): method write_version_directive (line 838) | def write_version_directive(self, version_text): method write_tag_directive (line 845) | def write_tag_directive(self, handle_text, prefix_text): method write_single_quoted (line 854) | def write_single_quoted(self, text, split=True): method write_double_quoted (line 926) | def write_double_quoted(self, text, split=True): method determine_block_hints (line 980) | def determine_block_hints(self, text): method write_folded (line 991) | def write_folded(self, text): method write_literal (line 1045) | def write_literal(self, text): method write_plain (line 1080) | def write_plain(self, text, split=True): FILE: nuitka/build/inline_copy/yaml/yaml/error.py class Mark (line 4) | class Mark: method __init__ (line 6) | def __init__(self, name, index, line, column, buffer, pointer): method get_snippet (line 14) | def get_snippet(self, indent=4, max_length=75): method __str__ (line 37) | def __str__(self): class YAMLError (line 45) | class YAMLError(Exception): class MarkedYAMLError (line 48) | class MarkedYAMLError(YAMLError): method __init__ (line 50) | def __init__(self, context=None, context_mark=None, method __str__ (line 58) | def __str__(self): FILE: nuitka/build/inline_copy/yaml/yaml/events.py class Event (line 4) | class Event(object): method __init__ (line 5) | def __init__(self, start_mark=None, end_mark=None): method __repr__ (line 8) | def __repr__(self): class NodeEvent (line 15) | class NodeEvent(Event): method __init__ (line 16) | def __init__(self, anchor, start_mark=None, end_mark=None): class CollectionStartEvent (line 21) | class CollectionStartEvent(NodeEvent): method __init__ (line 22) | def __init__(self, anchor, tag, implicit, start_mark=None, end_mark=None, class CollectionEndEvent (line 31) | class CollectionEndEvent(Event): class StreamStartEvent (line 36) | class StreamStartEvent(Event): method __init__ (line 37) | def __init__(self, start_mark=None, end_mark=None, encoding=None): class StreamEndEvent (line 42) | class StreamEndEvent(Event): class DocumentStartEvent (line 45) | class DocumentStartEvent(Event): method __init__ (line 46) | def __init__(self, start_mark=None, end_mark=None, class DocumentEndEvent (line 54) | class DocumentEndEvent(Event): method __init__ (line 55) | def __init__(self, start_mark=None, end_mark=None, class AliasEvent (line 61) | class AliasEvent(NodeEvent): class ScalarEvent (line 64) | class ScalarEvent(NodeEvent): method __init__ (line 65) | def __init__(self, anchor, tag, implicit, value, class SequenceStartEvent (line 75) | class SequenceStartEvent(CollectionStartEvent): class SequenceEndEvent (line 78) | class SequenceEndEvent(CollectionEndEvent): class MappingStartEvent (line 81) | class MappingStartEvent(CollectionStartEvent): class MappingEndEvent (line 84) | class MappingEndEvent(CollectionEndEvent): FILE: nuitka/build/inline_copy/yaml/yaml/loader.py class BaseLoader (line 11) | class BaseLoader(Reader, Scanner, Parser, Composer, BaseConstructor, Bas... method __init__ (line 13) | def __init__(self, stream): class FullLoader (line 21) | class FullLoader(Reader, Scanner, Parser, Composer, FullConstructor, Res... method __init__ (line 23) | def __init__(self, stream): class SafeLoader (line 31) | class SafeLoader(Reader, Scanner, Parser, Composer, SafeConstructor, Res... method __init__ (line 33) | def __init__(self, stream): class Loader (line 41) | class Loader(Reader, Scanner, Parser, Composer, Constructor, Resolver): method __init__ (line 43) | def __init__(self, stream): class UnsafeLoader (line 55) | class UnsafeLoader(Reader, Scanner, Parser, Composer, Constructor, Resol... method __init__ (line 57) | def __init__(self, stream): FILE: nuitka/build/inline_copy/yaml/yaml/nodes.py class Node (line 2) | class Node(object): method __init__ (line 3) | def __init__(self, tag, value, start_mark, end_mark): method __repr__ (line 8) | def __repr__(self): class ScalarNode (line 25) | class ScalarNode(Node): method __init__ (line 27) | def __init__(self, tag, value, class CollectionNode (line 35) | class CollectionNode(Node): method __init__ (line 36) | def __init__(self, tag, value, class SequenceNode (line 44) | class SequenceNode(CollectionNode): class MappingNode (line 47) | class MappingNode(CollectionNode): FILE: nuitka/build/inline_copy/yaml/yaml/parser.py class ParserError (line 69) | class ParserError(MarkedYAMLError): class Parser (line 72) | class Parser: method __init__ (line 81) | def __init__(self): method dispose (line 89) | def dispose(self): method check_event (line 94) | def check_event(self, *choices): method peek_event (line 107) | def peek_event(self): method get_event (line 114) | def get_event(self): method parse_stream_start (line 127) | def parse_stream_start(self): method parse_implicit_document_start (line 139) | def parse_implicit_document_start(self): method parse_document_start (line 159) | def parse_document_start(self): method parse_document_end (line 190) | def parse_document_end(self): method parse_document_content (line 208) | def parse_document_content(self): method process_directives (line 217) | def process_directives(self): method parse_block_node (line 264) | def parse_block_node(self): method parse_flow_node (line 267) | def parse_flow_node(self): method parse_block_node_or_indentless_sequence (line 270) | def parse_block_node_or_indentless_sequence(self): method parse_node (line 273) | def parse_node(self, block=False, indentless_sequence=False): method parse_block_sequence_first_entry (line 376) | def parse_block_sequence_first_entry(self): method parse_block_sequence_entry (line 381) | def parse_block_sequence_entry(self): method parse_indentless_sequence_entry (line 402) | def parse_indentless_sequence_entry(self): method parse_block_mapping_first_key (line 422) | def parse_block_mapping_first_key(self): method parse_block_mapping_key (line 427) | def parse_block_mapping_key(self): method parse_block_mapping_value (line 446) | def parse_block_mapping_value(self): method parse_flow_sequence_first_entry (line 471) | def parse_flow_sequence_first_entry(self): method parse_flow_sequence_entry (line 476) | def parse_flow_sequence_entry(self, first=False): method parse_flow_sequence_entry_mapping_key (line 502) | def parse_flow_sequence_entry_mapping_key(self): method parse_flow_sequence_entry_mapping_value (line 512) | def parse_flow_sequence_entry_mapping_value(self): method parse_flow_sequence_entry_mapping_end (line 526) | def parse_flow_sequence_entry_mapping_end(self): method parse_flow_mapping_first_key (line 537) | def parse_flow_mapping_first_key(self): method parse_flow_mapping_key (line 542) | def parse_flow_mapping_key(self, first=False): method parse_flow_mapping_value (line 569) | def parse_flow_mapping_value(self): method parse_flow_mapping_empty_value (line 583) | def parse_flow_mapping_empty_value(self): method process_empty_scalar (line 587) | def process_empty_scalar(self, mark): FILE: nuitka/build/inline_copy/yaml/yaml/reader.py class ReaderError (line 24) | class ReaderError(YAMLError): method __init__ (line 26) | def __init__(self, name, position, character, encoding, reason): method __str__ (line 33) | def __str__(self): class Reader (line 45) | class Reader(object): method __init__ (line 59) | def __init__(self, stream): method peek (line 87) | def peek(self, index=0): method prefix (line 94) | def prefix(self, length=1): method forward (line 99) | def forward(self, length=1): method get_mark (line 114) | def get_mark(self): method determine_encoding (line 122) | def determine_encoding(self): method check_printable (line 138) | def check_printable(self, data): method update (line 146) | def update(self, length): method update_raw (line 177) | def update_raw(self, size=4096): FILE: nuitka/build/inline_copy/yaml/yaml/representer.py class RepresenterError (line 10) | class RepresenterError(YAMLError): class BaseRepresenter (line 13) | class BaseRepresenter: method __init__ (line 18) | def __init__(self, default_style=None, default_flow_style=False, sort_... method represent (line 26) | def represent(self, data): method represent_data (line 33) | def represent_data(self, data): method add_representer (line 66) | def add_representer(cls, data_type, representer): method add_multi_representer (line 72) | def add_multi_representer(cls, data_type, representer): method represent_scalar (line 77) | def represent_scalar(self, tag, value, style=None): method represent_sequence (line 85) | def represent_sequence(self, tag, sequence, flow_style=None): method represent_mapping (line 103) | def represent_mapping(self, tag, mapping, flow_style=None): method ignore_aliases (line 131) | def ignore_aliases(self, data): class SafeRepresenter (line 134) | class SafeRepresenter(BaseRepresenter): method ignore_aliases (line 136) | def ignore_aliases(self, data): method represent_none (line 144) | def represent_none(self, data): method represent_str (line 147) | def represent_str(self, data): method represent_binary (line 150) | def represent_binary(self, data): method represent_bool (line 157) | def represent_bool(self, data): method represent_int (line 164) | def represent_int(self, data): method represent_float (line 171) | def represent_float(self, data): method represent_list (line 191) | def represent_list(self, data): method represent_dict (line 206) | def represent_dict(self, data): method represent_set (line 209) | def represent_set(self, data): method represent_date (line 215) | def represent_date(self, data): method represent_datetime (line 219) | def represent_datetime(self, data): method represent_yaml_object (line 223) | def represent_yaml_object(self, tag, data, cls, flow_style=None): method represent_undefined (line 230) | def represent_undefined(self, data): class Representer (line 272) | class Representer(SafeRepresenter): method represent_complex (line 274) | def represent_complex(self, data): method represent_tuple (line 285) | def represent_tuple(self, data): method represent_name (line 288) | def represent_name(self, data): method represent_module (line 292) | def represent_module(self, data): method represent_object (line 296) | def represent_object(self, data): method represent_ordered_dict (line 358) | def represent_ordered_dict(self, data): FILE: nuitka/build/inline_copy/yaml/yaml/resolver.py class ResolverError (line 9) | class ResolverError(YAMLError): class BaseResolver (line 12) | class BaseResolver: method __init__ (line 21) | def __init__(self): method add_implicit_resolver (line 26) | def add_implicit_resolver(cls, tag, regexp, first): method add_path_resolver (line 38) | def add_path_resolver(cls, tag, path, kind=None): method descend_resolver (line 91) | def descend_resolver(self, current_node, current_index): method ascend_resolver (line 114) | def ascend_resolver(self): method check_resolver_prefix (line 120) | def check_resolver_prefix(self, depth, path, kind, method resolve (line 143) | def resolve(self, kind, value, implicit): class Resolver (line 167) | class Resolver(BaseResolver): FILE: nuitka/build/inline_copy/yaml/yaml/scanner.py class ScannerError (line 32) | class ScannerError(MarkedYAMLError): class SimpleKey (line 35) | class SimpleKey: method __init__ (line 38) | def __init__(self, token_number, required, index, line, column, mark): class Scanner (line 46) | class Scanner: method __init__ (line 48) | def __init__(self): method check_token (line 113) | def check_token(self, *choices): method peek_token (line 125) | def peek_token(self): method get_token (line 135) | def get_token(self): method need_more_tokens (line 145) | def need_more_tokens(self): method fetch_more_tokens (line 156) | def fetch_more_tokens(self): method next_possible_simple_key (line 264) | def next_possible_simple_key(self): method stale_possible_simple_keys (line 279) | def stale_possible_simple_keys(self): method save_possible_simple_key (line 295) | def save_possible_simple_key(self): method remove_possible_simple_key (line 312) | def remove_possible_simple_key(self): method unwind_indent (line 325) | def unwind_indent(self, column): method add_indent (line 349) | def add_indent(self, column): method fetch_stream_start (line 359) | def fetch_stream_start(self): method fetch_stream_end (line 371) | def fetch_stream_end(self): method fetch_directive (line 390) | def fetch_directive(self): method fetch_document_start (line 402) | def fetch_document_start(self): method fetch_document_end (line 405) | def fetch_document_end(self): method fetch_document_indicator (line 408) | def fetch_document_indicator(self, TokenClass): method fetch_flow_sequence_start (line 424) | def fetch_flow_sequence_start(self): method fetch_flow_mapping_start (line 427) | def fetch_flow_mapping_start(self): method fetch_flow_collection_start (line 430) | def fetch_flow_collection_start(self, TokenClass): method fetch_flow_sequence_end (line 447) | def fetch_flow_sequence_end(self): method fetch_flow_mapping_end (line 450) | def fetch_flow_mapping_end(self): method fetch_flow_collection_end (line 453) | def fetch_flow_collection_end(self, TokenClass): method fetch_flow_entry (line 470) | def fetch_flow_entry(self): method fetch_block_entry (line 484) | def fetch_block_entry(self): method fetch_key (line 517) | def fetch_key(self): method fetch_value (line 545) | def fetch_value(self): method fetch_alias (line 601) | def fetch_alias(self): method fetch_anchor (line 612) | def fetch_anchor(self): method fetch_tag (line 623) | def fetch_tag(self): method fetch_literal (line 634) | def fetch_literal(self): method fetch_folded (line 637) | def fetch_folded(self): method fetch_block_scalar (line 640) | def fetch_block_scalar(self, style): method fetch_single (line 651) | def fetch_single(self): method fetch_double (line 654) | def fetch_double(self): method fetch_flow_scalar (line 657) | def fetch_flow_scalar(self, style): method fetch_plain (line 668) | def fetch_plain(self): method check_directive (line 683) | def check_directive(self): method check_document_start (line 690) | def check_document_start(self): method check_document_end (line 698) | def check_document_end(self): method check_block_entry (line 706) | def check_block_entry(self): method check_key (line 711) | def check_key(self): method check_value (line 721) | def check_value(self): method check_plain (line 731) | def check_plain(self): method scan_to_next_token (line 752) | def scan_to_next_token(self): method scan_directive (line 787) | def scan_directive(self): method scan_directive_name (line 806) | def scan_directive_name(self, start_mark): method scan_yaml_directive_value (line 827) | def scan_yaml_directive_value(self, start_mark): method scan_yaml_directive_number (line 844) | def scan_yaml_directive_number(self, start_mark): method scan_tag_directive_value (line 857) | def scan_tag_directive_value(self, start_mark): method scan_tag_directive_handle (line 867) | def scan_tag_directive_handle(self, start_mark): method scan_tag_directive_prefix (line 876) | def scan_tag_directive_prefix(self, start_mark): method scan_directive_ignored_line (line 885) | def scan_directive_ignored_line(self, start_mark): method scan_anchor (line 899) | def scan_anchor(self, TokenClass): method scan_tag (line 935) | def scan_tag(self): method scan_block_scalar (line 976) | def scan_block_scalar(self, style): method scan_block_scalar_indicators (line 1052) | def scan_block_scalar_indicators(self, start_mark): method scan_block_scalar_ignored_line (line 1092) | def scan_block_scalar_ignored_line(self, start_mark): method scan_block_scalar_indentation (line 1106) | def scan_block_scalar_indentation(self): method scan_block_scalar_breaks (line 1121) | def scan_block_scalar_breaks(self, indent): method scan_flow_scalar (line 1134) | def scan_flow_scalar(self, style): method scan_flow_scalar_non_spaces (line 1185) | def scan_flow_scalar_non_spaces(self, double, start_mark): method scan_flow_scalar_spaces (line 1228) | def scan_flow_scalar_spaces(self, double, start_mark): method scan_flow_scalar_breaks (line 1252) | def scan_flow_scalar_breaks(self, double, start_mark): method scan_plain (line 1270) | def scan_plain(self): method scan_plain_spaces (line 1311) | def scan_plain_spaces(self, indent, start_mark): method scan_tag_handle (line 1348) | def scan_tag_handle(self, name, start_mark): method scan_tag_uri (line 1372) | def scan_tag_uri(self, name, start_mark): method scan_uri_escapes (line 1397) | def scan_uri_escapes(self, name, start_mark): method scan_line_break (line 1416) | def scan_line_break(self): FILE: nuitka/build/inline_copy/yaml/yaml/serializer.py class SerializerError (line 8) | class SerializerError(YAMLError): class Serializer (line 11) | class Serializer: method __init__ (line 15) | def __init__(self, encoding=None, method open (line 27) | def open(self): method close (line 36) | def close(self): method serialize (line 46) | def serialize(self, node): method anchor_node (line 60) | def anchor_node(self, node): method generate_anchor (line 74) | def generate_anchor(self, node): method serialize_node (line 78) | def serialize_node(self, node, parent, index): FILE: nuitka/build/inline_copy/yaml/yaml/tokens.py class Token (line 2) | class Token(object): method __init__ (line 3) | def __init__(self, start_mark, end_mark): method __repr__ (line 6) | def __repr__(self): class DirectiveToken (line 17) | class DirectiveToken(Token): method __init__ (line 19) | def __init__(self, name, value, start_mark, end_mark): class DocumentStartToken (line 25) | class DocumentStartToken(Token): class DocumentEndToken (line 28) | class DocumentEndToken(Token): class StreamStartToken (line 31) | class StreamStartToken(Token): method __init__ (line 33) | def __init__(self, start_mark=None, end_mark=None, class StreamEndToken (line 39) | class StreamEndToken(Token): class BlockSequenceStartToken (line 42) | class BlockSequenceStartToken(Token): class BlockMappingStartToken (line 45) | class BlockMappingStartToken(Token): class BlockEndToken (line 48) | class BlockEndToken(Token): class FlowSequenceStartToken (line 51) | class FlowSequenceStartToken(Token): class FlowMappingStartToken (line 54) | class FlowMappingStartToken(Token): class FlowSequenceEndToken (line 57) | class FlowSequenceEndToken(Token): class FlowMappingEndToken (line 60) | class FlowMappingEndToken(Token): class KeyToken (line 63) | class KeyToken(Token): class ValueToken (line 66) | class ValueToken(Token): class BlockEntryToken (line 69) | class BlockEntryToken(Token): class FlowEntryToken (line 72) | class FlowEntryToken(Token): class AliasToken (line 75) | class AliasToken(Token): method __init__ (line 77) | def __init__(self, value, start_mark, end_mark): class AnchorToken (line 82) | class AnchorToken(Token): method __init__ (line 84) | def __init__(self, value, start_mark, end_mark): class TagToken (line 89) | class TagToken(Token): method __init__ (line 91) | def __init__(self, value, start_mark, end_mark): class ScalarToken (line 96) | class ScalarToken(Token): method __init__ (line 98) | def __init__(self, value, plain, start_mark, end_mark, style=None): FILE: nuitka/build/inline_copy/yaml_27/yaml/__init__.py function scan (line 19) | def scan(stream, Loader=Loader): function parse (line 30) | def parse(stream, Loader=Loader): function compose (line 41) | def compose(stream, Loader=Loader): function compose_all (line 52) | def compose_all(stream, Loader=Loader): function load (line 64) | def load(stream, Loader=Loader): function load_all (line 75) | def load_all(stream, Loader=Loader): function safe_load (line 87) | def safe_load(stream): function safe_load_all (line 95) | def safe_load_all(stream): function emit (line 103) | def emit(events, stream=None, Dumper=Dumper, function serialize_all (line 125) | def serialize_all(nodes, stream=None, Dumper=Dumper, function serialize (line 156) | def serialize(node, stream=None, Dumper=Dumper, **kwds): function dump_all (line 163) | def dump_all(documents, stream=None, Dumper=Dumper, function dump (line 197) | def dump(data, stream=None, Dumper=Dumper, **kwds): function safe_dump_all (line 204) | def safe_dump_all(documents, stream=None, **kwds): function safe_dump (line 212) | def safe_dump(data, stream=None, **kwds): function add_implicit_resolver (line 220) | def add_implicit_resolver(tag, regexp, first=None, function add_path_resolver (line 231) | def add_path_resolver(tag, path, kind=None, Loader=Loader, Dumper=Dumper): function add_constructor (line 241) | def add_constructor(tag, constructor, Loader=Loader): function add_multi_constructor (line 249) | def add_multi_constructor(tag_prefix, multi_constructor, Loader=Loader): function add_representer (line 258) | def add_representer(data_type, representer, Dumper=Dumper): function add_multi_representer (line 267) | def add_multi_representer(data_type, multi_representer, Dumper=Dumper): class YAMLObjectMetaclass (line 276) | class YAMLObjectMetaclass(type): method __init__ (line 280) | def __init__(cls, name, bases, kwds): class YAMLObject (line 286) | class YAMLObject(object): method from_yaml (line 301) | def from_yaml(cls, loader, node): method to_yaml (line 308) | def to_yaml(cls, dumper, data): FILE: nuitka/build/inline_copy/yaml_27/yaml/composer.py class ComposerError (line 8) | class ComposerError(MarkedYAMLError): class Composer (line 11) | class Composer(object): method __init__ (line 13) | def __init__(self): method check_node (line 16) | def check_node(self): method get_node (line 24) | def get_node(self): method get_single_node (line 29) | def get_single_node(self): method compose_document (line 50) | def compose_document(self): method compose_node (line 63) | def compose_node(self, parent, index): method compose_scalar_node (line 88) | def compose_scalar_node(self, anchor): method compose_sequence_node (line 99) | def compose_sequence_node(self, anchor): method compose_mapping_node (line 117) | def compose_mapping_node(self, anchor): FILE: nuitka/build/inline_copy/yaml_27/yaml/constructor.py class ConstructorError (line 12) | class ConstructorError(MarkedYAMLError): class BaseConstructor (line 15) | class BaseConstructor(object): method __init__ (line 20) | def __init__(self): method check_data (line 26) | def check_data(self): method get_data (line 30) | def get_data(self): method get_single_data (line 35) | def get_single_data(self): method construct_document (line 42) | def construct_document(self, node): method construct_object (line 55) | def construct_object(self, node, deep=False): method construct_scalar (line 105) | def construct_scalar(self, node): method construct_sequence (line 112) | def construct_sequence(self, node, deep=False): method construct_mapping (line 120) | def construct_mapping(self, node, deep=False): method construct_pairs (line 137) | def construct_pairs(self, node, deep=False): method add_constructor (line 149) | def add_constructor(cls, tag, constructor): method add_multi_constructor (line 155) | def add_multi_constructor(cls, tag_prefix, multi_constructor): class SafeConstructor (line 161) | class SafeConstructor(BaseConstructor): method construct_scalar (line 163) | def construct_scalar(self, node): method flatten_mapping (line 170) | def flatten_mapping(self, node): method construct_mapping (line 205) | def construct_mapping(self, node, deep=False): method construct_yaml_null (line 210) | def construct_yaml_null(self, node): method construct_yaml_bool (line 223) | def construct_yaml_bool(self, node): method construct_yaml_int (line 227) | def construct_yaml_int(self, node): method construct_yaml_float (line 260) | def construct_yaml_float(self, node): method construct_yaml_binary (line 284) | def construct_yaml_binary(self, node): method construct_yaml_timestamp (line 304) | def construct_yaml_timestamp(self, node): method construct_yaml_omap (line 334) | def construct_yaml_omap(self, node): method construct_yaml_pairs (line 356) | def construct_yaml_pairs(self, node): method construct_yaml_set (line 377) | def construct_yaml_set(self, node): method construct_yaml_str (line 383) | def construct_yaml_str(self, node): method construct_yaml_seq (line 390) | def construct_yaml_seq(self, node): method construct_yaml_map (line 395) | def construct_yaml_map(self, node): method construct_yaml_object (line 401) | def construct_yaml_object(self, node, cls): method construct_undefined (line 411) | def construct_undefined(self, node): class Constructor (line 467) | class Constructor(SafeConstructor): method construct_python_str (line 469) | def construct_python_str(self, node): method construct_python_unicode (line 472) | def construct_python_unicode(self, node): method construct_python_long (line 475) | def construct_python_long(self, node): method construct_python_complex (line 478) | def construct_python_complex(self, node): method construct_python_tuple (line 481) | def construct_python_tuple(self, node): method find_python_module (line 484) | def find_python_module(self, name, mark): method find_python_name (line 495) | def find_python_name(self, name, mark): method construct_python_name (line 516) | def construct_python_name(self, suffix, node): method construct_python_module (line 524) | def construct_python_module(self, suffix, node): class classobj (line 532) | class classobj: pass method make_python_instance (line 534) | def make_python_instance(self, suffix, node, method set_python_instance_state (line 551) | def set_python_instance_state(self, instance, state): method construct_python_object (line 565) | def construct_python_object(self, suffix, node): method construct_python_object_apply (line 574) | def construct_python_object_apply(self, suffix, node, newobj=False): method construct_python_object_new (line 609) | def construct_python_object_new(self, suffix, node): FILE: nuitka/build/inline_copy/yaml_27/yaml/cyaml.py class CBaseLoader (line 14) | class CBaseLoader(CParser, BaseConstructor, BaseResolver): method __init__ (line 16) | def __init__(self, stream): class CSafeLoader (line 21) | class CSafeLoader(CParser, SafeConstructor, Resolver): method __init__ (line 23) | def __init__(self, stream): class CLoader (line 28) | class CLoader(CParser, Constructor, Resolver): method __init__ (line 30) | def __init__(self, stream): class CBaseDumper (line 35) | class CBaseDumper(CEmitter, BaseRepresenter, BaseResolver): method __init__ (line 37) | def __init__(self, stream, class CSafeDumper (line 52) | class CSafeDumper(CEmitter, SafeRepresenter, Resolver): method __init__ (line 54) | def __init__(self, stream, class CDumper (line 69) | class CDumper(CEmitter, Serializer, Representer, Resolver): method __init__ (line 71) | def __init__(self, stream, FILE: nuitka/build/inline_copy/yaml_27/yaml/dumper.py class BaseDumper (line 9) | class BaseDumper(Emitter, Serializer, BaseRepresenter, BaseResolver): method __init__ (line 11) | def __init__(self, stream, class SafeDumper (line 27) | class SafeDumper(Emitter, Serializer, SafeRepresenter, Resolver): method __init__ (line 29) | def __init__(self, stream, class Dumper (line 45) | class Dumper(Emitter, Serializer, Representer, Resolver): method __init__ (line 47) | def __init__(self, stream, FILE: nuitka/build/inline_copy/yaml_27/yaml/emitter.py class EmitterError (line 14) | class EmitterError(YAMLError): class ScalarAnalysis (line 17) | class ScalarAnalysis(object): method __init__ (line 18) | def __init__(self, scalar, empty, multiline, class Emitter (line 31) | class Emitter(object): method __init__ (line 38) | def __init__(self, stream, canonical=None, indent=None, width=None, method dispose (line 106) | def dispose(self): method emit (line 111) | def emit(self, event): method need_more_events (line 120) | def need_more_events(self): method need_events (line 133) | def need_events(self, count): method increase_indent (line 146) | def increase_indent(self, flow=False, indentless=False): method expect_stream_start (line 160) | def expect_stream_start(self): method expect_nothing (line 170) | def expect_nothing(self): method expect_first_document_start (line 175) | def expect_first_document_start(self): method expect_document_start (line 178) | def expect_document_start(self, first=False): method expect_document_end (line 215) | def expect_document_end(self): method expect_document_root (line 227) | def expect_document_root(self): method expect_node (line 233) | def expect_node(self, root=False, sequence=False, mapping=False, method expect_alias (line 261) | def expect_alias(self): method expect_scalar (line 267) | def expect_scalar(self): method expect_flow_sequence (line 275) | def expect_flow_sequence(self): method expect_first_flow_sequence_item (line 281) | def expect_first_flow_sequence_item(self): method expect_flow_sequence_item (line 293) | def expect_flow_sequence_item(self): method expect_flow_mapping (line 311) | def expect_flow_mapping(self): method expect_first_flow_mapping_key (line 317) | def expect_first_flow_mapping_key(self): method expect_flow_mapping_key (line 334) | def expect_flow_mapping_key(self): method expect_flow_mapping_simple_value (line 355) | def expect_flow_mapping_simple_value(self): method expect_flow_mapping_value (line 360) | def expect_flow_mapping_value(self): method expect_block_sequence (line 369) | def expect_block_sequence(self): method expect_first_block_sequence_item (line 374) | def expect_first_block_sequence_item(self): method expect_block_sequence_item (line 377) | def expect_block_sequence_item(self, first=False): method expect_block_mapping (line 389) | def expect_block_mapping(self): method expect_first_block_mapping_key (line 393) | def expect_first_block_mapping_key(self): method expect_block_mapping_key (line 396) | def expect_block_mapping_key(self, first=False): method expect_block_mapping_simple_value (line 410) | def expect_block_mapping_simple_value(self): method expect_block_mapping_value (line 415) | def expect_block_mapping_value(self): method check_empty_sequence (line 423) | def check_empty_sequence(self): method check_empty_mapping (line 427) | def check_empty_mapping(self): method check_empty_document (line 431) | def check_empty_document(self): method check_simple_key (line 438) | def check_simple_key(self): method process_anchor (line 460) | def process_anchor(self, indicator): method process_tag (line 470) | def process_tag(self): method choose_scalar_style (line 495) | def choose_scalar_style(self): method process_scalar (line 516) | def process_scalar(self): method prepare_version (line 540) | def prepare_version(self, version): method prepare_tag_handle (line 546) | def prepare_tag_handle(self, handle): method prepare_tag_prefix (line 559) | def prepare_tag_prefix(self, prefix): method prepare_tag (line 582) | def prepare_tag(self, tag): method prepare_anchor (line 619) | def prepare_anchor(self, anchor): method analyze_scalar (line 629) | def analyze_scalar(self, scalar): method flush_stream (line 790) | def flush_stream(self): method write_stream_start (line 794) | def write_stream_start(self): method write_stream_end (line 799) | def write_stream_end(self): method write_indicator (line 802) | def write_indicator(self, indicator, need_whitespace, method write_indent (line 816) | def write_indent(self): method write_line_break (line 829) | def write_line_break(self, data=None): method write_version_directive (line 840) | def write_version_directive(self, version_text): method write_tag_directive (line 847) | def write_tag_directive(self, handle_text, prefix_text): method write_single_quoted (line 856) | def write_single_quoted(self, text, split=True): method write_double_quoted (line 928) | def write_double_quoted(self, text, split=True): method determine_block_hints (line 982) | def determine_block_hints(self, text): method write_folded (line 993) | def write_folded(self, text): method write_literal (line 1047) | def write_literal(self, text): method write_plain (line 1082) | def write_plain(self, text, split=True): FILE: nuitka/build/inline_copy/yaml_27/yaml/error.py class Mark (line 4) | class Mark(object): method __init__ (line 6) | def __init__(self, name, index, line, column, buffer, pointer): method get_snippet (line 14) | def get_snippet(self, indent=4, max_length=75): method __str__ (line 37) | def __str__(self): class YAMLError (line 45) | class YAMLError(Exception): class MarkedYAMLError (line 48) | class MarkedYAMLError(YAMLError): method __init__ (line 50) | def __init__(self, context=None, context_mark=None, method __str__ (line 58) | def __str__(self): FILE: nuitka/build/inline_copy/yaml_27/yaml/events.py class Event (line 4) | class Event(object): method __init__ (line 5) | def __init__(self, start_mark=None, end_mark=None): method __repr__ (line 8) | def __repr__(self): class NodeEvent (line 15) | class NodeEvent(Event): method __init__ (line 16) | def __init__(self, anchor, start_mark=None, end_mark=None): class CollectionStartEvent (line 21) | class CollectionStartEvent(NodeEvent): method __init__ (line 22) | def __init__(self, anchor, tag, implicit, start_mark=None, end_mark=None, class CollectionEndEvent (line 31) | class CollectionEndEvent(Event): class StreamStartEvent (line 36) | class StreamStartEvent(Event): method __init__ (line 37) | def __init__(self, start_mark=None, end_mark=None, encoding=None): class StreamEndEvent (line 42) | class StreamEndEvent(Event): class DocumentStartEvent (line 45) | class DocumentStartEvent(Event): method __init__ (line 46) | def __init__(self, start_mark=None, end_mark=None, class DocumentEndEvent (line 54) | class DocumentEndEvent(Event): method __init__ (line 55) | def __init__(self, start_mark=None, end_mark=None, class AliasEvent (line 61) | class AliasEvent(NodeEvent): class ScalarEvent (line 64) | class ScalarEvent(NodeEvent): method __init__ (line 65) | def __init__(self, anchor, tag, implicit, value, class SequenceStartEvent (line 75) | class SequenceStartEvent(CollectionStartEvent): class SequenceEndEvent (line 78) | class SequenceEndEvent(CollectionEndEvent): class MappingStartEvent (line 81) | class MappingStartEvent(CollectionStartEvent): class MappingEndEvent (line 84) | class MappingEndEvent(CollectionEndEvent): FILE: nuitka/build/inline_copy/yaml_27/yaml/loader.py class BaseLoader (line 11) | class BaseLoader(Reader, Scanner, Parser, Composer, BaseConstructor, Bas... method __init__ (line 13) | def __init__(self, stream): class SafeLoader (line 21) | class SafeLoader(Reader, Scanner, Parser, Composer, SafeConstructor, Res... method __init__ (line 23) | def __init__(self, stream): class Loader (line 31) | class Loader(Reader, Scanner, Parser, Composer, Constructor, Resolver): method __init__ (line 33) | def __init__(self, stream): FILE: nuitka/build/inline_copy/yaml_27/yaml/nodes.py class Node (line 2) | class Node(object): method __init__ (line 3) | def __init__(self, tag, value, start_mark, end_mark): method __repr__ (line 8) | def __repr__(self): class ScalarNode (line 25) | class ScalarNode(Node): method __init__ (line 27) | def __init__(self, tag, value, class CollectionNode (line 35) | class CollectionNode(Node): method __init__ (line 36) | def __init__(self, tag, value, class SequenceNode (line 44) | class SequenceNode(CollectionNode): class MappingNode (line 47) | class MappingNode(CollectionNode): FILE: nuitka/build/inline_copy/yaml_27/yaml/parser.py class ParserError (line 69) | class ParserError(MarkedYAMLError): class Parser (line 72) | class Parser(object): method __init__ (line 81) | def __init__(self): method dispose (line 89) | def dispose(self): method check_event (line 94) | def check_event(self, *choices): method peek_event (line 107) | def peek_event(self): method get_event (line 114) | def get_event(self): method parse_stream_start (line 127) | def parse_stream_start(self): method parse_implicit_document_start (line 139) | def parse_implicit_document_start(self): method parse_document_start (line 159) | def parse_document_start(self): method parse_document_end (line 190) | def parse_document_end(self): method parse_document_content (line 208) | def parse_document_content(self): method process_directives (line 217) | def process_directives(self): method parse_block_node (line 264) | def parse_block_node(self): method parse_flow_node (line 267) | def parse_flow_node(self): method parse_block_node_or_indentless_sequence (line 270) | def parse_block_node_or_indentless_sequence(self): method parse_node (line 273) | def parse_node(self, block=False, indentless_sequence=False): method parse_block_sequence_first_entry (line 376) | def parse_block_sequence_first_entry(self): method parse_block_sequence_entry (line 381) | def parse_block_sequence_entry(self): method parse_indentless_sequence_entry (line 402) | def parse_indentless_sequence_entry(self): method parse_block_mapping_first_key (line 422) | def parse_block_mapping_first_key(self): method parse_block_mapping_key (line 427) | def parse_block_mapping_key(self): method parse_block_mapping_value (line 446) | def parse_block_mapping_value(self): method parse_flow_sequence_first_entry (line 471) | def parse_flow_sequence_first_entry(self): method parse_flow_sequence_entry (line 476) | def parse_flow_sequence_entry(self, first=False): method parse_flow_sequence_entry_mapping_key (line 502) | def parse_flow_sequence_entry_mapping_key(self): method parse_flow_sequence_entry_mapping_value (line 512) | def parse_flow_sequence_entry_mapping_value(self): method parse_flow_sequence_entry_mapping_end (line 526) | def parse_flow_sequence_entry_mapping_end(self): method parse_flow_mapping_first_key (line 537) | def parse_flow_mapping_first_key(self): method parse_flow_mapping_key (line 542) | def parse_flow_mapping_key(self, first=False): method parse_flow_mapping_value (line 569) | def parse_flow_mapping_value(self): method parse_flow_mapping_empty_value (line 583) | def parse_flow_mapping_empty_value(self): method process_empty_scalar (line 587) | def process_empty_scalar(self, mark): FILE: nuitka/build/inline_copy/yaml_27/yaml/reader.py class ReaderError (line 24) | class ReaderError(YAMLError): method __init__ (line 26) | def __init__(self, name, position, character, encoding, reason): method __str__ (line 33) | def __str__(self): class Reader (line 45) | class Reader(object): method __init__ (line 59) | def __init__(self, stream): method peek (line 87) | def peek(self, index=0): method prefix (line 94) | def prefix(self, length=1): method forward (line 99) | def forward(self, length=1): method get_mark (line 114) | def get_mark(self): method determine_encoding (line 122) | def determine_encoding(self): method check_printable (line 138) | def check_printable(self, data): method update (line 146) | def update(self, length): method update_raw (line 177) | def update_raw(self, size=1024): FILE: nuitka/build/inline_copy/yaml_27/yaml/representer.py class RepresenterError (line 12) | class RepresenterError(YAMLError): class BaseRepresenter (line 15) | class BaseRepresenter(object): method __init__ (line 20) | def __init__(self, default_style=None, default_flow_style=None): method represent (line 27) | def represent(self, data): method get_classobj_bases (line 34) | def get_classobj_bases(self, cls): method represent_data (line 40) | def represent_data(self, data): method add_representer (line 74) | def add_representer(cls, data_type, representer): method add_multi_representer (line 80) | def add_multi_representer(cls, data_type, representer): method represent_scalar (line 86) | def represent_scalar(self, tag, value, style=None): method represent_sequence (line 94) | def represent_sequence(self, tag, sequence, flow_style=None): method represent_mapping (line 112) | def represent_mapping(self, tag, mapping, flow_style=None): method ignore_aliases (line 136) | def ignore_aliases(self, data): class SafeRepresenter (line 139) | class SafeRepresenter(BaseRepresenter): method ignore_aliases (line 141) | def ignore_aliases(self, data): method represent_none (line 149) | def represent_none(self, data): method represent_str (line 153) | def represent_str(self, data): method represent_unicode (line 169) | def represent_unicode(self, data): method represent_bool (line 172) | def represent_bool(self, data): method represent_int (line 179) | def represent_int(self, data): method represent_long (line 182) | def represent_long(self, data): method represent_float (line 189) | def represent_float(self, data): method represent_list (line 209) | def represent_list(self, data): method represent_dict (line 224) | def represent_dict(self, data): method represent_set (line 227) | def represent_set(self, data): method represent_date (line 233) | def represent_date(self, data): method represent_datetime (line 237) | def represent_datetime(self, data): method represent_yaml_object (line 241) | def represent_yaml_object(self, tag, data, cls, flow_style=None): method represent_undefined (line 248) | def represent_undefined(self, data): class Representer (line 293) | class Representer(SafeRepresenter): method represent_str (line 295) | def represent_str(self, data): method represent_unicode (line 311) | def represent_unicode(self, data): method represent_long (line 320) | def represent_long(self, data): method represent_complex (line 326) | def represent_complex(self, data): method represent_tuple (line 337) | def represent_tuple(self, data): method represent_name (line 340) | def represent_name(self, data): method represent_module (line 344) | def represent_module(self, data): method represent_instance (line 348) | def represent_instance(self, data): method represent_object (line 389) | def represent_object(self, data): FILE: nuitka/build/inline_copy/yaml_27/yaml/resolver.py class ResolverError (line 9) | class ResolverError(YAMLError): class BaseResolver (line 12) | class BaseResolver(object): method __init__ (line 21) | def __init__(self): method add_implicit_resolver (line 25) | def add_implicit_resolver(cls, tag, regexp, first): method add_path_resolver (line 37) | def add_path_resolver(cls, tag, path, kind=None): method descend_resolver (line 91) | def descend_resolver(self, current_node, current_index): method ascend_resolver (line 114) | def ascend_resolver(self): method check_resolver_prefix (line 120) | def check_resolver_prefix(self, depth, path, kind, method resolve (line 143) | def resolve(self, kind, value, implicit): class Resolver (line 167) | class Resolver(BaseResolver): FILE: nuitka/build/inline_copy/yaml_27/yaml/scanner.py class ScannerError (line 32) | class ScannerError(MarkedYAMLError): class SimpleKey (line 35) | class SimpleKey(object): method __init__ (line 38) | def __init__(self, token_number, required, index, line, column, mark): class Scanner (line 46) | class Scanner(object): method __init__ (line 48) | def __init__(self): method check_token (line 113) | def check_token(self, *choices): method peek_token (line 125) | def peek_token(self): method get_token (line 132) | def get_token(self): method need_more_tokens (line 142) | def need_more_tokens(self): method fetch_more_tokens (line 153) | def fetch_more_tokens(self): method next_possible_simple_key (line 261) | def next_possible_simple_key(self): method stale_possible_simple_keys (line 276) | def stale_possible_simple_keys(self): method save_possible_simple_key (line 292) | def save_possible_simple_key(self): method remove_possible_simple_key (line 309) | def remove_possible_simple_key(self): method unwind_indent (line 322) | def unwind_indent(self, column): method add_indent (line 346) | def add_indent(self, column): method fetch_stream_start (line 356) | def fetch_stream_start(self): method fetch_stream_end (line 368) | def fetch_stream_end(self): method fetch_directive (line 387) | def fetch_directive(self): method fetch_document_start (line 399) | def fetch_document_start(self): method fetch_document_end (line 402) | def fetch_document_end(self): method fetch_document_indicator (line 405) | def fetch_document_indicator(self, TokenClass): method fetch_flow_sequence_start (line 421) | def fetch_flow_sequence_start(self): method fetch_flow_mapping_start (line 424) | def fetch_flow_mapping_start(self): method fetch_flow_collection_start (line 427) | def fetch_flow_collection_start(self, TokenClass): method fetch_flow_sequence_end (line 444) | def fetch_flow_sequence_end(self): method fetch_flow_mapping_end (line 447) | def fetch_flow_mapping_end(self): method fetch_flow_collection_end (line 450) | def fetch_flow_collection_end(self, TokenClass): method fetch_flow_entry (line 467) | def fetch_flow_entry(self): method fetch_block_entry (line 481) | def fetch_block_entry(self): method fetch_key (line 514) | def fetch_key(self): method fetch_value (line 542) | def fetch_value(self): method fetch_alias (line 598) | def fetch_alias(self): method fetch_anchor (line 609) | def fetch_anchor(self): method fetch_tag (line 620) | def fetch_tag(self): method fetch_literal (line 631) | def fetch_literal(self): method fetch_folded (line 634) | def fetch_folded(self): method fetch_block_scalar (line 637) | def fetch_block_scalar(self, style): method fetch_single (line 648) | def fetch_single(self): method fetch_double (line 651) | def fetch_double(self): method fetch_flow_scalar (line 654) | def fetch_flow_scalar(self, style): method fetch_plain (line 665) | def fetch_plain(self): method check_directive (line 680) | def check_directive(self): method check_document_start (line 687) | def check_document_start(self): method check_document_end (line 695) | def check_document_end(self): method check_block_entry (line 703) | def check_block_entry(self): method check_key (line 708) | def check_key(self): method check_value (line 718) | def check_value(self): method check_plain (line 728) | def check_plain(self): method scan_to_next_token (line 749) | def scan_to_next_token(self): method scan_directive (line 784) | def scan_directive(self): method scan_directive_name (line 803) | def scan_directive_name(self, start_mark): method scan_yaml_directive_value (line 824) | def scan_yaml_directive_value(self, start_mark): method scan_yaml_directive_number (line 843) | def scan_yaml_directive_number(self, start_mark): method scan_tag_directive_value (line 857) | def scan_tag_directive_value(self, start_mark): method scan_tag_directive_handle (line 867) | def scan_tag_directive_handle(self, start_mark): method scan_tag_directive_prefix (line 877) | def scan_tag_directive_prefix(self, start_mark): method scan_directive_ignored_line (line 887) | def scan_directive_ignored_line(self, start_mark): method scan_anchor (line 901) | def scan_anchor(self, TokenClass): method scan_tag (line 937) | def scan_tag(self): method scan_block_scalar (line 979) | def scan_block_scalar(self, style): method scan_block_scalar_indicators (line 1055) | def scan_block_scalar_indicators(self, start_mark): method scan_block_scalar_ignored_line (line 1095) | def scan_block_scalar_ignored_line(self, start_mark): method scan_block_scalar_indentation (line 1109) | def scan_block_scalar_indentation(self): method scan_block_scalar_breaks (line 1124) | def scan_block_scalar_breaks(self, indent): method scan_flow_scalar (line 1137) | def scan_flow_scalar(self, style): method scan_flow_scalar_non_spaces (line 1187) | def scan_flow_scalar_non_spaces(self, double, start_mark): method scan_flow_scalar_spaces (line 1230) | def scan_flow_scalar_spaces(self, double, start_mark): method scan_flow_scalar_breaks (line 1254) | def scan_flow_scalar_breaks(self, double, start_mark): method scan_plain (line 1272) | def scan_plain(self): method scan_plain_spaces (line 1319) | def scan_plain_spaces(self, indent, start_mark): method scan_tag_handle (line 1356) | def scan_tag_handle(self, name, start_mark): method scan_tag_uri (line 1382) | def scan_tag_uri(self, name, start_mark): method scan_uri_escapes (line 1408) | def scan_uri_escapes(self, name, start_mark): method scan_line_break (line 1427) | def scan_line_break(self): FILE: nuitka/build/inline_copy/yaml_27/yaml/serializer.py class SerializerError (line 8) | class SerializerError(YAMLError): class Serializer (line 11) | class Serializer(object): method __init__ (line 15) | def __init__(self, encoding=None, method open (line 27) | def open(self): method close (line 36) | def close(self): method serialize (line 46) | def serialize(self, node): method anchor_node (line 60) | def anchor_node(self, node): method generate_anchor (line 74) | def generate_anchor(self, node): method serialize_node (line 78) | def serialize_node(self, node, parent, index): FILE: nuitka/build/inline_copy/yaml_27/yaml/tokens.py class Token (line 2) | class Token(object): method __init__ (line 3) | def __init__(self, start_mark, end_mark): method __repr__ (line 6) | def __repr__(self): class DirectiveToken (line 17) | class DirectiveToken(Token): method __init__ (line 19) | def __init__(self, name, value, start_mark, end_mark): class DocumentStartToken (line 25) | class DocumentStartToken(Token): class DocumentEndToken (line 28) | class DocumentEndToken(Token): class StreamStartToken (line 31) | class StreamStartToken(Token): method __init__ (line 33) | def __init__(self, start_mark=None, end_mark=None, class StreamEndToken (line 39) | class StreamEndToken(Token): class BlockSequenceStartToken (line 42) | class BlockSequenceStartToken(Token): class BlockMappingStartToken (line 45) | class BlockMappingStartToken(Token): class BlockEndToken (line 48) | class BlockEndToken(Token): class FlowSequenceStartToken (line 51) | class FlowSequenceStartToken(Token): class FlowMappingStartToken (line 54) | class FlowMappingStartToken(Token): class FlowSequenceEndToken (line 57) | class FlowSequenceEndToken(Token): class FlowMappingEndToken (line 60) | class FlowMappingEndToken(Token): class KeyToken (line 63) | class KeyToken(Token): class ValueToken (line 66) | class ValueToken(Token): class BlockEntryToken (line 69) | class BlockEntryToken(Token): class FlowEntryToken (line 72) | class FlowEntryToken(Token): class AliasToken (line 75) | class AliasToken(Token): method __init__ (line 77) | def __init__(self, value, start_mark, end_mark): class AnchorToken (line 82) | class AnchorToken(Token): method __init__ (line 84) | def __init__(self, value, start_mark, end_mark): class TagToken (line 89) | class TagToken(Token): method __init__ (line 91) | def __init__(self, value, start_mark, end_mark): class ScalarToken (line 96) | class ScalarToken(Token): method __init__ (line 98) | def __init__(self, value, plain, start_mark, end_mark, style=None): FILE: nuitka/build/inline_copy/yaml_35/yaml/__init__.py function scan (line 20) | def scan(stream, Loader=Loader): function parse (line 31) | def parse(stream, Loader=Loader): function compose (line 42) | def compose(stream, Loader=Loader): function compose_all (line 53) | def compose_all(stream, Loader=Loader): function load (line 65) | def load(stream, Loader=Loader): function load_all (line 76) | def load_all(stream, Loader=Loader): function safe_load (line 88) | def safe_load(stream): function safe_load_all (line 96) | def safe_load_all(stream): function emit (line 104) | def emit(events, stream=None, Dumper=Dumper, function serialize_all (line 125) | def serialize_all(nodes, stream=None, Dumper=Dumper, function serialize (line 155) | def serialize(node, stream=None, Dumper=Dumper, **kwds): function dump_all (line 162) | def dump_all(documents, stream=None, Dumper=Dumper, function dump (line 195) | def dump(data, stream=None, Dumper=Dumper, **kwds): function safe_dump_all (line 202) | def safe_dump_all(documents, stream=None, **kwds): function safe_dump (line 210) | def safe_dump(data, stream=None, **kwds): function add_implicit_resolver (line 218) | def add_implicit_resolver(tag, regexp, first=None, function add_path_resolver (line 229) | def add_path_resolver(tag, path, kind=None, Loader=Loader, Dumper=Dumper): function add_constructor (line 239) | def add_constructor(tag, constructor, Loader=Loader): function add_multi_constructor (line 247) | def add_multi_constructor(tag_prefix, multi_constructor, Loader=Loader): function add_representer (line 256) | def add_representer(data_type, representer, Dumper=Dumper): function add_multi_representer (line 265) | def add_multi_representer(data_type, multi_representer, Dumper=Dumper): class YAMLObjectMetaclass (line 274) | class YAMLObjectMetaclass(type): method __init__ (line 278) | def __init__(cls, name, bases, kwds): class YAMLObject (line 284) | class YAMLObject(metaclass=YAMLObjectMetaclass): method from_yaml (line 299) | def from_yaml(cls, loader, node): method to_yaml (line 306) | def to_yaml(cls, dumper, data): FILE: nuitka/build/inline_copy/yaml_35/yaml/composer.py class ComposerError (line 8) | class ComposerError(MarkedYAMLError): class Composer (line 11) | class Composer: method __init__ (line 13) | def __init__(self): method check_node (line 16) | def check_node(self): method get_node (line 24) | def get_node(self): method get_single_node (line 29) | def get_single_node(self): method compose_document (line 50) | def compose_document(self): method compose_node (line 63) | def compose_node(self, parent, index): method compose_scalar_node (line 88) | def compose_scalar_node(self, anchor): method compose_sequence_node (line 99) | def compose_sequence_node(self, anchor): method compose_mapping_node (line 117) | def compose_mapping_node(self, anchor): FILE: nuitka/build/inline_copy/yaml_35/yaml/constructor.py class ConstructorError (line 10) | class ConstructorError(MarkedYAMLError): class BaseConstructor (line 13) | class BaseConstructor: method __init__ (line 18) | def __init__(self): method check_data (line 24) | def check_data(self): method get_data (line 28) | def get_data(self): method get_single_data (line 33) | def get_single_data(self): method construct_document (line 40) | def construct_document(self, node): method construct_object (line 53) | def construct_object(self, node, deep=False): method construct_scalar (line 103) | def construct_scalar(self, node): method construct_sequence (line 110) | def construct_sequence(self, node, deep=False): method construct_mapping (line 118) | def construct_mapping(self, node, deep=False): method construct_pairs (line 133) | def construct_pairs(self, node, deep=False): method add_constructor (line 146) | def add_constructor(cls, tag, constructor): method add_multi_constructor (line 152) | def add_multi_constructor(cls, tag_prefix, multi_constructor): class SafeConstructor (line 157) | class SafeConstructor(BaseConstructor): method construct_scalar (line 159) | def construct_scalar(self, node): method flatten_mapping (line 166) | def flatten_mapping(self, node): method construct_mapping (line 201) | def construct_mapping(self, node, deep=False): method construct_yaml_null (line 206) | def construct_yaml_null(self, node): method construct_yaml_bool (line 219) | def construct_yaml_bool(self, node): method construct_yaml_int (line 223) | def construct_yaml_int(self, node): method construct_yaml_float (line 256) | def construct_yaml_float(self, node): method construct_yaml_binary (line 280) | def construct_yaml_binary(self, node): method construct_yaml_timestamp (line 308) | def construct_yaml_timestamp(self, node): method construct_yaml_omap (line 338) | def construct_yaml_omap(self, node): method construct_yaml_pairs (line 360) | def construct_yaml_pairs(self, node): method construct_yaml_set (line 381) | def construct_yaml_set(self, node): method construct_yaml_str (line 387) | def construct_yaml_str(self, node): method construct_yaml_seq (line 390) | def construct_yaml_seq(self, node): method construct_yaml_map (line 395) | def construct_yaml_map(self, node): method construct_yaml_object (line 401) | def construct_yaml_object(self, node, cls): method construct_undefined (line 411) | def construct_undefined(self, node): class Constructor (line 467) | class Constructor(SafeConstructor): method construct_python_str (line 469) | def construct_python_str(self, node): method construct_python_unicode (line 472) | def construct_python_unicode(self, node): method construct_python_bytes (line 475) | def construct_python_bytes(self, node): method construct_python_long (line 491) | def construct_python_long(self, node): method construct_python_complex (line 494) | def construct_python_complex(self, node): method construct_python_tuple (line 497) | def construct_python_tuple(self, node): method find_python_module (line 500) | def find_python_module(self, name, mark): method find_python_name (line 511) | def find_python_name(self, name, mark): method construct_python_name (line 532) | def construct_python_name(self, suffix, node): method construct_python_module (line 539) | def construct_python_module(self, suffix, node): method make_python_instance (line 546) | def make_python_instance(self, suffix, node, method set_python_instance_state (line 558) | def set_python_instance_state(self, instance, state): method construct_python_object (line 572) | def construct_python_object(self, suffix, node): method construct_python_object_apply (line 581) | def construct_python_object_apply(self, suffix, node, newobj=False): method construct_python_object_new (line 616) | def construct_python_object_new(self, suffix, node): FILE: nuitka/build/inline_copy/yaml_35/yaml/cyaml.py class CBaseLoader (line 14) | class CBaseLoader(CParser, BaseConstructor, BaseResolver): method __init__ (line 16) | def __init__(self, stream): class CSafeLoader (line 21) | class CSafeLoader(CParser, SafeConstructor, Resolver): method __init__ (line 23) | def __init__(self, stream): class CLoader (line 28) | class CLoader(CParser, Constructor, Resolver): method __init__ (line 30) | def __init__(self, stream): class CBaseDumper (line 35) | class CBaseDumper(CEmitter, BaseRepresenter, BaseResolver): method __init__ (line 37) | def __init__(self, stream, class CSafeDumper (line 52) | class CSafeDumper(CEmitter, SafeRepresenter, Resolver): method __init__ (line 54) | def __init__(self, stream, class CDumper (line 69) | class CDumper(CEmitter, Serializer, Representer, Resolver): method __init__ (line 71) | def __init__(self, stream, FILE: nuitka/build/inline_copy/yaml_35/yaml/dumper.py class BaseDumper (line 9) | class BaseDumper(Emitter, Serializer, BaseRepresenter, BaseResolver): method __init__ (line 11) | def __init__(self, stream, class SafeDumper (line 27) | class SafeDumper(Emitter, Serializer, SafeRepresenter, Resolver): method __init__ (line 29) | def __init__(self, stream, class Dumper (line 45) | class Dumper(Emitter, Serializer, Representer, Resolver): method __init__ (line 47) | def __init__(self, stream, FILE: nuitka/build/inline_copy/yaml_35/yaml/emitter.py class EmitterError (line 14) | class EmitterError(YAMLError): class ScalarAnalysis (line 17) | class ScalarAnalysis: method __init__ (line 18) | def __init__(self, scalar, empty, multiline, class Emitter (line 31) | class Emitter: method __init__ (line 38) | def __init__(self, stream, canonical=None, indent=None, width=None, method dispose (line 106) | def dispose(self): method emit (line 111) | def emit(self, event): method need_more_events (line 120) | def need_more_events(self): method need_events (line 133) | def need_events(self, count): method increase_indent (line 146) | def increase_indent(self, flow=False, indentless=False): method expect_stream_start (line 160) | def expect_stream_start(self): method expect_nothing (line 170) | def expect_nothing(self): method expect_first_document_start (line 175) | def expect_first_document_start(self): method expect_document_start (line 178) | def expect_document_start(self, first=False): method expect_document_end (line 214) | def expect_document_end(self): method expect_document_root (line 226) | def expect_document_root(self): method expect_node (line 232) | def expect_node(self, root=False, sequence=False, mapping=False, method expect_alias (line 260) | def expect_alias(self): method expect_scalar (line 266) | def expect_scalar(self): method expect_flow_sequence (line 274) | def expect_flow_sequence(self): method expect_first_flow_sequence_item (line 280) | def expect_first_flow_sequence_item(self): method expect_flow_sequence_item (line 292) | def expect_flow_sequence_item(self): method expect_flow_mapping (line 310) | def expect_flow_mapping(self): method expect_first_flow_mapping_key (line 316) | def expect_first_flow_mapping_key(self): method expect_flow_mapping_key (line 333) | def expect_flow_mapping_key(self): method expect_flow_mapping_simple_value (line 354) | def expect_flow_mapping_simple_value(self): method expect_flow_mapping_value (line 359) | def expect_flow_mapping_value(self): method expect_block_sequence (line 368) | def expect_block_sequence(self): method expect_first_block_sequence_item (line 373) | def expect_first_block_sequence_item(self): method expect_block_sequence_item (line 376) | def expect_block_sequence_item(self, first=False): method expect_block_mapping (line 388) | def expect_block_mapping(self): method expect_first_block_mapping_key (line 392) | def expect_first_block_mapping_key(self): method expect_block_mapping_key (line 395) | def expect_block_mapping_key(self, first=False): method expect_block_mapping_simple_value (line 409) | def expect_block_mapping_simple_value(self): method expect_block_mapping_value (line 414) | def expect_block_mapping_value(self): method check_empty_sequence (line 422) | def check_empty_sequence(self): method check_empty_mapping (line 426) | def check_empty_mapping(self): method check_empty_document (line 430) | def check_empty_document(self): method check_simple_key (line 437) | def check_simple_key(self): method process_anchor (line 459) | def process_anchor(self, indicator): method process_tag (line 469) | def process_tag(self): method choose_scalar_style (line 494) | def choose_scalar_style(self): method process_scalar (line 515) | def process_scalar(self): method prepare_version (line 539) | def prepare_version(self, version): method prepare_tag_handle (line 545) | def prepare_tag_handle(self, handle): method prepare_tag_prefix (line 557) | def prepare_tag_prefix(self, prefix): method prepare_tag (line 580) | def prepare_tag(self, tag): method prepare_anchor (line 616) | def prepare_anchor(self, anchor): method analyze_scalar (line 626) | def analyze_scalar(self, scalar): method flush_stream (line 787) | def flush_stream(self): method write_stream_start (line 791) | def write_stream_start(self): method write_stream_end (line 796) | def write_stream_end(self): method write_indicator (line 799) | def write_indicator(self, indicator, need_whitespace, method write_indent (line 813) | def write_indent(self): method write_line_break (line 826) | def write_line_break(self, data=None): method write_version_directive (line 837) | def write_version_directive(self, version_text): method write_tag_directive (line 844) | def write_tag_directive(self, handle_text, prefix_text): method write_single_quoted (line 853) | def write_single_quoted(self, text, split=True): method write_double_quoted (line 925) | def write_double_quoted(self, text, split=True): method determine_block_hints (line 979) | def determine_block_hints(self, text): method write_folded (line 990) | def write_folded(self, text): method write_literal (line 1044) | def write_literal(self, text): method write_plain (line 1079) | def write_plain(self, text, split=True): FILE: nuitka/build/inline_copy/yaml_35/yaml/error.py class Mark (line 4) | class Mark: method __init__ (line 6) | def __init__(self, name, index, line, column, buffer, pointer): method get_snippet (line 14) | def get_snippet(self, indent=4, max_length=75): method __str__ (line 37) | def __str__(self): class YAMLError (line 45) | class YAMLError(Exception): class MarkedYAMLError (line 48) | class MarkedYAMLError(YAMLError): method __init__ (line 50) | def __init__(self, context=None, context_mark=None, method __str__ (line 58) | def __str__(self): FILE: nuitka/build/inline_copy/yaml_35/yaml/events.py class Event (line 4) | class Event(object): method __init__ (line 5) | def __init__(self, start_mark=None, end_mark=None): method __repr__ (line 8) | def __repr__(self): class NodeEvent (line 15) | class NodeEvent(Event): method __init__ (line 16) | def __init__(self, anchor, start_mark=None, end_mark=None): class CollectionStartEvent (line 21) | class CollectionStartEvent(NodeEvent): method __init__ (line 22) | def __init__(self, anchor, tag, implicit, start_mark=None, end_mark=None, class CollectionEndEvent (line 31) | class CollectionEndEvent(Event): class StreamStartEvent (line 36) | class StreamStartEvent(Event): method __init__ (line 37) | def __init__(self, start_mark=None, end_mark=None, encoding=None): class StreamEndEvent (line 42) | class StreamEndEvent(Event): class DocumentStartEvent (line 45) | class DocumentStartEvent(Event): method __init__ (line 46) | def __init__(self, start_mark=None, end_mark=None, class DocumentEndEvent (line 54) | class DocumentEndEvent(Event): method __init__ (line 55) | def __init__(self, start_mark=None, end_mark=None, class AliasEvent (line 61) | class AliasEvent(NodeEvent): class ScalarEvent (line 64) | class ScalarEvent(NodeEvent): method __init__ (line 65) | def __init__(self, anchor, tag, implicit, value, class SequenceStartEvent (line 75) | class SequenceStartEvent(CollectionStartEvent): class SequenceEndEvent (line 78) | class SequenceEndEvent(CollectionEndEvent): class MappingStartEvent (line 81) | class MappingStartEvent(CollectionStartEvent): class MappingEndEvent (line 84) | class MappingEndEvent(CollectionEndEvent): FILE: nuitka/build/inline_copy/yaml_35/yaml/loader.py class BaseLoader (line 11) | class BaseLoader(Reader, Scanner, Parser, Composer, BaseConstructor, Bas... method __init__ (line 13) | def __init__(self, stream): class SafeLoader (line 21) | class SafeLoader(Reader, Scanner, Parser, Composer, SafeConstructor, Res... method __init__ (line 23) | def __init__(self, stream): class Loader (line 31) | class Loader(Reader, Scanner, Parser, Composer, Constructor, Resolver): method __init__ (line 33) | def __init__(self, stream): FILE: nuitka/build/inline_copy/yaml_35/yaml/nodes.py class Node (line 2) | class Node(object): method __init__ (line 3) | def __init__(self, tag, value, start_mark, end_mark): method __repr__ (line 8) | def __repr__(self): class ScalarNode (line 25) | class ScalarNode(Node): method __init__ (line 27) | def __init__(self, tag, value, class CollectionNode (line 35) | class CollectionNode(Node): method __init__ (line 36) | def __init__(self, tag, value, class SequenceNode (line 44) | class SequenceNode(CollectionNode): class MappingNode (line 47) | class MappingNode(CollectionNode): FILE: nuitka/build/inline_copy/yaml_35/yaml/parser.py class ParserError (line 69) | class ParserError(MarkedYAMLError): class Parser (line 72) | class Parser: method __init__ (line 81) | def __init__(self): method dispose (line 89) | def dispose(self): method check_event (line 94) | def check_event(self, *choices): method peek_event (line 107) | def peek_event(self): method get_event (line 114) | def get_event(self): method parse_stream_start (line 127) | def parse_stream_start(self): method parse_implicit_document_start (line 139) | def parse_implicit_document_start(self): method parse_document_start (line 159) | def parse_document_start(self): method parse_document_end (line 190) | def parse_document_end(self): method parse_document_content (line 208) | def parse_document_content(self): method process_directives (line 217) | def process_directives(self): method parse_block_node (line 264) | def parse_block_node(self): method parse_flow_node (line 267) | def parse_flow_node(self): method parse_block_node_or_indentless_sequence (line 270) | def parse_block_node_or_indentless_sequence(self): method parse_node (line 273) | def parse_node(self, block=False, indentless_sequence=False): method parse_block_sequence_first_entry (line 376) | def parse_block_sequence_first_entry(self): method parse_block_sequence_entry (line 381) | def parse_block_sequence_entry(self): method parse_indentless_sequence_entry (line 402) | def parse_indentless_sequence_entry(self): method parse_block_mapping_first_key (line 422) | def parse_block_mapping_first_key(self): method parse_block_mapping_key (line 427) | def parse_block_mapping_key(self): method parse_block_mapping_value (line 446) | def parse_block_mapping_value(self): method parse_flow_sequence_first_entry (line 471) | def parse_flow_sequence_first_entry(self): method parse_flow_sequence_entry (line 476) | def parse_flow_sequence_entry(self, first=False): method parse_flow_sequence_entry_mapping_key (line 502) | def parse_flow_sequence_entry_mapping_key(self): method parse_flow_sequence_entry_mapping_value (line 512) | def parse_flow_sequence_entry_mapping_value(self): method parse_flow_sequence_entry_mapping_end (line 526) | def parse_flow_sequence_entry_mapping_end(self): method parse_flow_mapping_first_key (line 537) | def parse_flow_mapping_first_key(self): method parse_flow_mapping_key (line 542) | def parse_flow_mapping_key(self, first=False): method parse_flow_mapping_value (line 569) | def parse_flow_mapping_value(self): method parse_flow_mapping_empty_value (line 583) | def parse_flow_mapping_empty_value(self): method process_empty_scalar (line 587) | def process_empty_scalar(self, mark): FILE: nuitka/build/inline_copy/yaml_35/yaml/reader.py class ReaderError (line 24) | class ReaderError(YAMLError): method __init__ (line 26) | def __init__(self, name, position, character, encoding, reason): method __str__ (line 33) | def __str__(self): class Reader (line 45) | class Reader(object): method __init__ (line 59) | def __init__(self, stream): method peek (line 87) | def peek(self, index=0): method prefix (line 94) | def prefix(self, length=1): method forward (line 99) | def forward(self, length=1): method get_mark (line 114) | def get_mark(self): method determine_encoding (line 122) | def determine_encoding(self): method check_printable (line 138) | def check_printable(self, data): method update (line 146) | def update(self, length): method update_raw (line 177) | def update_raw(self, size=4096): FILE: nuitka/build/inline_copy/yaml_35/yaml/representer.py class RepresenterError (line 10) | class RepresenterError(YAMLError): class BaseRepresenter (line 13) | class BaseRepresenter: method __init__ (line 18) | def __init__(self, default_style=None, default_flow_style=None): method represent (line 25) | def represent(self, data): method represent_data (line 32) | def represent_data(self, data): method add_representer (line 65) | def add_representer(cls, data_type, representer): method add_multi_representer (line 71) | def add_multi_representer(cls, data_type, representer): method represent_scalar (line 76) | def represent_scalar(self, tag, value, style=None): method represent_sequence (line 84) | def represent_sequence(self, tag, sequence, flow_style=None): method represent_mapping (line 102) | def represent_mapping(self, tag, mapping, flow_style=None): method ignore_aliases (line 129) | def ignore_aliases(self, data): class SafeRepresenter (line 132) | class SafeRepresenter(BaseRepresenter): method ignore_aliases (line 134) | def ignore_aliases(self, data): method represent_none (line 142) | def represent_none(self, data): method represent_str (line 145) | def represent_str(self, data): method represent_binary (line 148) | def represent_binary(self, data): method represent_bool (line 155) | def represent_bool(self, data): method represent_int (line 162) | def represent_int(self, data): method represent_float (line 169) | def represent_float(self, data): method represent_list (line 189) | def represent_list(self, data): method represent_dict (line 204) | def represent_dict(self, data): method represent_set (line 207) | def represent_set(self, data): method represent_date (line 213) | def represent_date(self, data): method represent_datetime (line 217) | def represent_datetime(self, data): method represent_yaml_object (line 221) | def represent_yaml_object(self, tag, data, cls, flow_style=None): method represent_undefined (line 228) | def represent_undefined(self, data): class Representer (line 270) | class Representer(SafeRepresenter): method represent_complex (line 272) | def represent_complex(self, data): method represent_tuple (line 283) | def represent_tuple(self, data): method represent_name (line 286) | def represent_name(self, data): method represent_module (line 290) | def represent_module(self, data): method represent_object (line 294) | def represent_object(self, data): method represent_ordered_dict (line 356) | def represent_ordered_dict(self, data): FILE: nuitka/build/inline_copy/yaml_35/yaml/resolver.py class ResolverError (line 9) | class ResolverError(YAMLError): class BaseResolver (line 12) | class BaseResolver: method __init__ (line 21) | def __init__(self): method add_implicit_resolver (line 26) | def add_implicit_resolver(cls, tag, regexp, first): method add_path_resolver (line 38) | def add_path_resolver(cls, tag, path, kind=None): method descend_resolver (line 91) | def descend_resolver(self, current_node, current_index): method ascend_resolver (line 114) | def ascend_resolver(self): method check_resolver_prefix (line 120) | def check_resolver_prefix(self, depth, path, kind, method resolve (line 143) | def resolve(self, kind, value, implicit): class Resolver (line 167) | class Resolver(BaseResolver): FILE: nuitka/build/inline_copy/yaml_35/yaml/scanner.py class ScannerError (line 32) | class ScannerError(MarkedYAMLError): class SimpleKey (line 35) | class SimpleKey: method __init__ (line 38) | def __init__(self, token_number, required, index, line, column, mark): class Scanner (line 46) | class Scanner: method __init__ (line 48) | def __init__(self): method check_token (line 113) | def check_token(self, *choices): method peek_token (line 125) | def peek_token(self): method get_token (line 132) | def get_token(self): method need_more_tokens (line 142) | def need_more_tokens(self): method fetch_more_tokens (line 153) | def fetch_more_tokens(self): method next_possible_simple_key (line 261) | def next_possible_simple_key(self): method stale_possible_simple_keys (line 276) | def stale_possible_simple_keys(self): method save_possible_simple_key (line 292) | def save_possible_simple_key(self): method remove_possible_simple_key (line 309) | def remove_possible_simple_key(self): method unwind_indent (line 322) | def unwind_indent(self, column): method add_indent (line 346) | def add_indent(self, column): method fetch_stream_start (line 356) | def fetch_stream_start(self): method fetch_stream_end (line 368) | def fetch_stream_end(self): method fetch_directive (line 387) | def fetch_directive(self): method fetch_document_start (line 399) | def fetch_document_start(self): method fetch_document_end (line 402) | def fetch_document_end(self): method fetch_document_indicator (line 405) | def fetch_document_indicator(self, TokenClass): method fetch_flow_sequence_start (line 421) | def fetch_flow_sequence_start(self): method fetch_flow_mapping_start (line 424) | def fetch_flow_mapping_start(self): method fetch_flow_collection_start (line 427) | def fetch_flow_collection_start(self, TokenClass): method fetch_flow_sequence_end (line 444) | def fetch_flow_sequence_end(self): method fetch_flow_mapping_end (line 447) | def fetch_flow_mapping_end(self): method fetch_flow_collection_end (line 450) | def fetch_flow_collection_end(self, TokenClass): method fetch_flow_entry (line 467) | def fetch_flow_entry(self): method fetch_block_entry (line 481) | def fetch_block_entry(self): method fetch_key (line 514) | def fetch_key(self): method fetch_value (line 542) | def fetch_value(self): method fetch_alias (line 598) | def fetch_alias(self): method fetch_anchor (line 609) | def fetch_anchor(self): method fetch_tag (line 620) | def fetch_tag(self): method fetch_literal (line 631) | def fetch_literal(self): method fetch_folded (line 634) | def fetch_folded(self): method fetch_block_scalar (line 637) | def fetch_block_scalar(self, style): method fetch_single (line 648) | def fetch_single(self): method fetch_double (line 651) | def fetch_double(self): method fetch_flow_scalar (line 654) | def fetch_flow_scalar(self, style): method fetch_plain (line 665) | def fetch_plain(self): method check_directive (line 680) | def check_directive(self): method check_document_start (line 687) | def check_document_start(self): method check_document_end (line 695) | def check_document_end(self): method check_block_entry (line 703) | def check_block_entry(self): method check_key (line 708) | def check_key(self): method check_value (line 718) | def check_value(self): method check_plain (line 728) | def check_plain(self): method scan_to_next_token (line 749) | def scan_to_next_token(self): method scan_directive (line 784) | def scan_directive(self): method scan_directive_name (line 803) | def scan_directive_name(self, start_mark): method scan_yaml_directive_value (line 824) | def scan_yaml_directive_value(self, start_mark): method scan_yaml_directive_number (line 841) | def scan_yaml_directive_number(self, start_mark): method scan_tag_directive_value (line 854) | def scan_tag_directive_value(self, start_mark): method scan_tag_directive_handle (line 864) | def scan_tag_directive_handle(self, start_mark): method scan_tag_directive_prefix (line 873) | def scan_tag_directive_prefix(self, start_mark): method scan_directive_ignored_line (line 882) | def scan_directive_ignored_line(self, start_mark): method scan_anchor (line 896) | def scan_anchor(self, TokenClass): method scan_tag (line 932) | def scan_tag(self): method scan_block_scalar (line 973) | def scan_block_scalar(self, style): method scan_block_scalar_indicators (line 1049) | def scan_block_scalar_indicators(self, start_mark): method scan_block_scalar_ignored_line (line 1089) | def scan_block_scalar_ignored_line(self, start_mark): method scan_block_scalar_indentation (line 1103) | def scan_block_scalar_indentation(self): method scan_block_scalar_breaks (line 1118) | def scan_block_scalar_breaks(self, indent): method scan_flow_scalar (line 1131) | def scan_flow_scalar(self, style): method scan_flow_scalar_non_spaces (line 1181) | def scan_flow_scalar_non_spaces(self, double, start_mark): method scan_flow_scalar_spaces (line 1224) | def scan_flow_scalar_spaces(self, double, start_mark): method scan_flow_scalar_breaks (line 1248) | def scan_flow_scalar_breaks(self, double, start_mark): method scan_plain (line 1266) | def scan_plain(self): method scan_plain_spaces (line 1313) | def scan_plain_spaces(self, indent, start_mark): method scan_tag_handle (line 1350) | def scan_tag_handle(self, name, start_mark): method scan_tag_uri (line 1374) | def scan_tag_uri(self, name, start_mark): method scan_uri_escapes (line 1399) | def scan_uri_escapes(self, name, start_mark): method scan_line_break (line 1418) | def scan_line_break(self): FILE: nuitka/build/inline_copy/yaml_35/yaml/serializer.py class SerializerError (line 8) | class SerializerError(YAMLError): class Serializer (line 11) | class Serializer: method __init__ (line 15) | def __init__(self, encoding=None, method open (line 27) | def open(self): method close (line 36) | def close(self): method serialize (line 46) | def serialize(self, node): method anchor_node (line 60) | def anchor_node(self, node): method generate_anchor (line 74) | def generate_anchor(self, node): method serialize_node (line 78) | def serialize_node(self, node, parent, index): FILE: nuitka/build/inline_copy/yaml_35/yaml/tokens.py class Token (line 2) | class Token(object): method __init__ (line 3) | def __init__(self, start_mark, end_mark): method __repr__ (line 6) | def __repr__(self): class DirectiveToken (line 17) | class DirectiveToken(Token): method __init__ (line 19) | def __init__(self, name, value, start_mark, end_mark): class DocumentStartToken (line 25) | class DocumentStartToken(Token): class DocumentEndToken (line 28) | class DocumentEndToken(Token): class StreamStartToken (line 31) | class StreamStartToken(Token): method __init__ (line 33) | def __init__(self, start_mark=None, end_mark=None, class StreamEndToken (line 39) | class StreamEndToken(Token): class BlockSequenceStartToken (line 42) | class BlockSequenceStartToken(Token): class BlockMappingStartToken (line 45) | class BlockMappingStartToken(Token): class BlockEndToken (line 48) | class BlockEndToken(Token): class FlowSequenceStartToken (line 51) | class FlowSequenceStartToken(Token): class FlowMappingStartToken (line 54) | class FlowMappingStartToken(Token): class FlowSequenceEndToken (line 57) | class FlowSequenceEndToken(Token): class FlowMappingEndToken (line 60) | class FlowMappingEndToken(Token): class KeyToken (line 63) | class KeyToken(Token): class ValueToken (line 66) | class ValueToken(Token): class BlockEntryToken (line 69) | class BlockEntryToken(Token): class FlowEntryToken (line 72) | class FlowEntryToken(Token): class AliasToken (line 75) | class AliasToken(Token): method __init__ (line 77) | def __init__(self, value, start_mark, end_mark): class AnchorToken (line 82) | class AnchorToken(Token): method __init__ (line 84) | def __init__(self, value, start_mark, end_mark): class TagToken (line 89) | class TagToken(Token): method __init__ (line 91) | def __init__(self, value, start_mark, end_mark): class ScalarToken (line 96) | class ScalarToken(Token): method __init__ (line 98) | def __init__(self, value, plain, start_mark, end_mark, style=None): FILE: nuitka/build/inline_copy/zlib/crc32.c type Z_U8 (line 91) | typedef Z_U8 z_word_t; type Z_U4 (line 95) | typedef Z_U4 z_word_t; function local (line 113) | local z_word_t byte_swap(z_word_t word) { function local (line 155) | local z_crc_t multmodp(z_crc_t a, z_crc_t b) { function local (line 176) | local z_crc_t x2nmodp(z_off64_t n, unsigned k) { type once_t (line 216) | typedef struct once_s once_t; type once_s (line 225) | struct once_s { function local (line 236) | local void once(once_t *state, void (*init)(void)) { type once_s (line 251) | struct once_s { function local (line 259) | local int test_and_set(int volatile *flag) { function local (line 268) | local void once(once_t *state, void (*init)(void)) { function local (line 310) | local void make_crc_table(void) { function local (line 477) | local void write_table(FILE *out, const z_crc_t FAR *table, int k) { function local (line 490) | local void write_table32hi(FILE *out, const z_word_t FAR *table, int k) { function local (line 506) | local void write_table64(FILE *out, const z_word_t FAR *table, int k) { function main (line 516) | int main(void) { function local (line 528) | local void braid(z_crc_t ltl[][256], z_word_t big[][256], int n, int w) { function z_crc_t (line 549) | const z_crc_t FAR * ZEXPORT get_crc_table(void) { function crc32_z (line 575) | unsigned long ZEXPORT crc32_z(unsigned long crc, const unsigned char FAR... function local (line 676) | local z_crc_t crc_word(z_word_t data) { function local (line 683) | local z_word_t crc_word_big(z_word_t data) { function crc32_z (line 694) | unsigned long ZEXPORT crc32_z(unsigned long crc, const unsigned char FAR... function crc32 (line 1015) | unsigned long ZEXPORT crc32(unsigned long crc, const unsigned char FAR *... function uLong (line 1021) | uLong ZEXPORT crc32_combine64(uLong crc1, uLong crc2, z_off64_t len2) { function uLong (line 1029) | uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) { function uLong (line 1034) | uLong ZEXPORT crc32_combine_gen64(z_off64_t len2) { function uLong (line 1042) | uLong ZEXPORT crc32_combine_gen(z_off_t len2) { function uLong (line 1047) | uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op) { FILE: nuitka/build/inline_copy/zlib/zconf.h type z_size_t (line 245) | typedef unsigned long long z_size_t; type z_size_t (line 247) | typedef unsigned long z_size_t; type z_size_t (line 252) | typedef unsigned NO_SIZE_T z_size_t; type z_size_t (line 255) | typedef size_t z_size_t; type z_size_t (line 257) | typedef unsigned long z_size_t; type Byte (line 401) | typedef unsigned char Byte; type uInt (line 403) | typedef unsigned int uInt; type uLong (line 404) | typedef unsigned long uLong; type Byte (line 410) | typedef Byte FAR Bytef; type charf (line 412) | typedef char FAR charf; type intf (line 413) | typedef int FAR intf; type uInt (line 414) | typedef uInt FAR uIntf; type uLong (line 415) | typedef uLong FAR uLongf; type Byte (line 422) | typedef Byte const *voidpc; type Byte (line 423) | typedef Byte FAR *voidpf; type Byte (line 424) | typedef Byte *voidp; type Z_U4 (line 439) | typedef Z_U4 z_crc_t; type z_crc_t (line 441) | typedef unsigned long z_crc_t; FILE: nuitka/build/inline_copy/zlib/zlib.h type voidpf (line 81) | typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size); type internal_state (line 84) | struct internal_state type z_stream (line 86) | typedef struct z_stream_s { type z_stream (line 108) | typedef z_stream FAR *z_streamp; type gz_header (line 114) | typedef struct gz_header_s { type gz_header (line 131) | typedef gz_header FAR *gz_headerp; type gzFile_s (line 1305) | struct gzFile_s type gzFile_s (line 1837) | struct gzFile_s { FILE: nuitka/build/inline_copy/zlib/zutil.h type uch (line 39) | typedef unsigned char uch; type uch (line 40) | typedef uch FAR uchf; type ush (line 41) | typedef unsigned short ush; type ush (line 42) | typedef ush FAR ushf; type ulg (line 43) | typedef unsigned long ulg; FILE: nuitka/build/inline_copy/zstd/common/bitstream.h type BIT_CStream_t (line 58) | typedef struct { type BIT_DStream_t (line 92) | typedef struct { type BIT_DStream_status (line 100) | typedef enum { BIT_DStream_unfinished = 0, function BIT_highbit32 (line 140) | MEM_STATIC unsigned BIT_highbit32 (U32 val) function MEM_STATIC (line 188) | MEM_STATIC size_t BIT_initCStream(BIT_CStream_t* bitC, function MEM_STATIC (line 203) | MEM_STATIC void BIT_addBits(BIT_CStream_t* bitC, function MEM_STATIC (line 216) | MEM_STATIC void BIT_addBitsFast(BIT_CStream_t* bitC, function MEM_STATIC (line 228) | MEM_STATIC void BIT_flushBitsFast(BIT_CStream_t* bitC) function MEM_STATIC (line 244) | MEM_STATIC void BIT_flushBits(BIT_CStream_t* bitC) function MEM_STATIC (line 259) | MEM_STATIC size_t BIT_closeCStream(BIT_CStream_t* bitC) function MEM_STATIC (line 277) | MEM_STATIC size_t BIT_initDStream(BIT_DStream_t* bitD, const void* srcBu... function BIT_getUpperBits (line 325) | size_t BIT_getUpperBits(size_t bitContainer, U32 const start) function BIT_getMiddleBits (line 330) | size_t BIT_getMiddleBits(size_t bitContainer, U32 const start, U32 const... function BIT_getLowerBits (line 338) | size_t BIT_getLowerBits(size_t bitContainer, U32 const nbBits) function BIT_lookBits (line 354) | size_t BIT_lookBits(const BIT_DStream_t* bitD, U32 nbBits) function MEM_STATIC (line 370) | MEM_STATIC size_t BIT_lookBitsFast(const BIT_DStream_t* bitD, U32 nbBits) function BIT_skipBits (line 377) | void BIT_skipBits(BIT_DStream_t* bitD, U32 nbBits) function BIT_readBits (line 386) | size_t BIT_readBits(BIT_DStream_t* bitD, unsigned nbBits) function MEM_STATIC (line 395) | MEM_STATIC size_t BIT_readBitsFast(BIT_DStream_t* bitD, unsigned nbBits) function MEM_STATIC (line 409) | MEM_STATIC BIT_DStream_status BIT_reloadDStreamFast(BIT_DStream_t* bitD) function MEM_STATIC (line 425) | MEM_STATIC BIT_DStream_status BIT_reloadDStream(BIT_DStream_t* bitD) function BIT_endOfDStream (line 454) | MEM_STATIC unsigned BIT_endOfDStream(const BIT_DStream_t* DStream) FILE: nuitka/build/inline_copy/zstd/common/cpu.h type ZSTD_cpuid_t (line 25) | typedef struct { function ZSTD_cpuid (line 32) | ZSTD_cpuid(void) { FILE: nuitka/build/inline_copy/zstd/common/entropy_common.c function FSE_versionNumber (line 27) | unsigned FSE_versionNumber(void) { return FSE_VERSION_NUMBER; } function U32 (line 39) | static U32 FSE_ctz(U32 val) function FORCE_INLINE_TEMPLATE (line 61) | FORCE_INLINE_TEMPLATE function FSE_readNCount_body_default (line 210) | static size_t FSE_readNCount_body_default( function FSE_readNCount_body_bmi2 (line 218) | static size_t FSE_readNCount_body_bmi2( function FSE_readNCount_bmi2 (line 226) | size_t FSE_readNCount_bmi2( function FSE_readNCount (line 239) | size_t FSE_readNCount( function HUF_readStats (line 254) | size_t HUF_readStats(BYTE* huffWeight, size_t hwSize, U32* rankStats, function FORCE_INLINE_TEMPLATE (line 262) | FORCE_INLINE_TEMPLATE size_t function HUF_readStats_body_default (line 329) | static size_t HUF_readStats_body_default(BYTE* huffWeight, size_t hwSize... function HUF_readStats_body_bmi2 (line 338) | size_t HUF_readStats_body_bmi2(BYTE* huffWeight, size_t hwSize, U32* ran... function HUF_readStats_wksp (line 347) | size_t HUF_readStats_wksp(BYTE* huffWeight, size_t hwSize, U32* rankStats, FILE: nuitka/build/inline_copy/zstd/common/error_private.h type ZSTD_ErrorCode (line 45) | typedef ZSTD_ErrorCode ERR_enum; function ERR_isError (line 56) | ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxC... function ERR_STATIC (line 58) | ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(cod... function ERR_STATIC (line 71) | ERR_STATIC const char* ERR_getErrorName(size_t code) FILE: nuitka/build/inline_copy/zstd/common/fse.h type FSE_CTable (line 166) | typedef unsigned FSE_CTable; type FSE_DTable (line 246) | typedef unsigned FSE_DTable; type FSE_repeat (line 362) | typedef enum { type FSE_CState_t (line 375) | typedef struct { type FSE_DState_t (line 435) | typedef struct { type FSE_symbolCompressionTransform (line 507) | typedef struct { function MEM_STATIC (line 512) | MEM_STATIC void FSE_initCState(FSE_CState_t* statePtr, const FSE_CTable*... function MEM_STATIC (line 527) | MEM_STATIC void FSE_initCState2(FSE_CState_t* statePtr, const FSE_CTable... function MEM_STATIC (line 538) | MEM_STATIC void FSE_encodeSymbol(BIT_CStream_t* bitC, FSE_CState_t* stat... function MEM_STATIC (line 547) | MEM_STATIC void FSE_flushCState(BIT_CStream_t* bitC, const FSE_CState_t*... function MEM_STATIC (line 559) | MEM_STATIC U32 FSE_getMaxNbBits(const void* symbolTTPtr, U32 symbolValue) function MEM_STATIC (line 569) | MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 sy... type FSE_DTableHeader (line 589) | typedef struct { type FSE_decode_t (line 594) | typedef struct function MEM_STATIC (line 601) | MEM_STATIC void FSE_initDState(FSE_DState_t* DStatePtr, BIT_DStream_t* b... function MEM_STATIC (line 610) | MEM_STATIC BYTE FSE_peekSymbol(const FSE_DState_t* DStatePtr) function MEM_STATIC (line 616) | MEM_STATIC void FSE_updateState(FSE_DState_t* DStatePtr, BIT_DStream_t* ... function MEM_STATIC (line 624) | MEM_STATIC BYTE FSE_decodeSymbol(FSE_DState_t* DStatePtr, BIT_DStream_t*... function MEM_STATIC (line 637) | MEM_STATIC BYTE FSE_decodeSymbolFast(FSE_DState_t* DStatePtr, BIT_DStrea... function FSE_endOfDState (line 648) | MEM_STATIC unsigned FSE_endOfDState(const FSE_DState_t* DStatePtr) FILE: nuitka/build/inline_copy/zstd/common/fse_decompress.c function FSE_DTable (line 60) | FSE_DTable* FSE_createDTable (unsigned tableLog) function FSE_freeDTable (line 66) | void FSE_freeDTable (FSE_DTable* dt) function FSE_buildDTable_internal (line 71) | static size_t FSE_buildDTable_internal(FSE_DTable* dt, const short* norm... function FSE_buildDTable_wksp (line 176) | size_t FSE_buildDTable_wksp(FSE_DTable* dt, const short* normalizedCount... function FSE_buildDTable_rle (line 187) | size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) function FSE_buildDTable_raw (line 205) | size_t FSE_buildDTable_raw (FSE_DTable* dt, unsigned nbBits) function FORCE_INLINE_TEMPLATE (line 231) | FORCE_INLINE_TEMPLATE size_t FSE_decompress_usingDTable_generic( function FSE_decompress_usingDTable (line 294) | size_t FSE_decompress_usingDTable(void* dst, size_t originalSize, function FSE_decompress_wksp (line 308) | size_t FSE_decompress_wksp(void* dst, size_t dstCapacity, const void* cS... function FORCE_INLINE_TEMPLATE (line 313) | FORCE_INLINE_TEMPLATE size_t FSE_decompress_wksp_body( function FSE_decompress_wksp_body_default (line 352) | static size_t FSE_decompress_wksp_body_default(void* dst, size_t dstCapa... function FSE_decompress_wksp_body_bmi2 (line 358) | static size_t FSE_decompress_wksp_body_bmi2(void* dst, size_t dstCapacit... function FSE_decompress_wksp_bmi2 (line 364) | size_t FSE_decompress_wksp_bmi2(void* dst, size_t dstCapacity, const voi... type FSE_DTable (line 376) | typedef FSE_DTable DTable_max_t[FSE_DTABLE_SIZE_U32(FSE_MAX_TABLELOG)]; function FSE_buildDTable (line 379) | size_t FSE_buildDTable(FSE_DTable* dt, const short* normalizedCounter, u... function FSE_decompress (line 384) | size_t FSE_decompress(void* dst, size_t dstCapacity, const void* cSrc, s... FILE: nuitka/build/inline_copy/zstd/common/huf.h type HUF_CElt_s (line 139) | struct HUF_CElt_s { type HUF_CElt (line 143) | typedef struct HUF_CElt_s HUF_CElt; type U32 (line 150) | typedef U32 HUF_DTable; type HUF_repeat (line 199) | typedef enum { FILE: nuitka/build/inline_copy/zstd/common/mem.h type BYTE (line 53) | typedef uint8_t BYTE; type U16 (line 54) | typedef uint16_t U16; type S16 (line 55) | typedef int16_t S16; type U32 (line 56) | typedef uint32_t U32; type S32 (line 57) | typedef int32_t S32; type U64 (line 58) | typedef uint64_t U64; type S64 (line 59) | typedef int64_t S64; type BYTE (line 65) | typedef unsigned char BYTE; type U16 (line 69) | typedef unsigned short U16; type S16 (line 70) | typedef signed short S16; type U32 (line 74) | typedef unsigned int U32; type S32 (line 75) | typedef signed int S32; type U64 (line 78) | typedef unsigned long long U64; type S64 (line 79) | typedef signed long long S64; function MEM_32bits (line 153) | MEM_STATIC unsigned MEM_32bits(void) { return sizeof(size_t)==4; } function MEM_64bits (line 154) | MEM_STATIC unsigned MEM_64bits(void) { return sizeof(size_t)==8; } function MEM_isLittleEndian (line 156) | MEM_STATIC unsigned MEM_isLittleEndian(void) function MEM_STATIC (line 166) | MEM_STATIC U16 MEM_read16(const void* memPtr) { return *(const U16*) mem... function MEM_STATIC (line 167) | MEM_STATIC U32 MEM_read32(const void* memPtr) { return *(const U32*) mem... function MEM_STATIC (line 168) | MEM_STATIC U64 MEM_read64(const void* memPtr) { return *(const U64*) mem... function MEM_STATIC (line 169) | MEM_STATIC size_t MEM_readST(const void* memPtr) { return *(const size_t... function MEM_STATIC (line 171) | MEM_STATIC void MEM_write16(void* memPtr, U16 value) { *(U16*)memPtr = v... function MEM_STATIC (line 172) | MEM_STATIC void MEM_write32(void* memPtr, U32 value) { *(U32*)memPtr = v... function MEM_STATIC (line 173) | MEM_STATIC void MEM_write64(void* memPtr, U64 value) { *(U64*)memPtr = v... type unalign16 (line 181) | typedef struct { U16 v; } unalign16; type unalign32 (line 182) | typedef struct { U32 v; } unalign32; type unalign64 (line 183) | typedef struct { U64 v; } unalign64; type unalignArch (line 184) | typedef struct { size_t v; } unalignArch; type unalign16 (line 187) | typedef struct { U16 v; } __attribute__((packed)) unalign16; type unalign32 (line 188) | typedef struct { U32 v; } __attribute__((packed)) unalign32; type unalign64 (line 189) | typedef struct { U64 v; } __attribute__((packed)) unalign64; type unalignArch (line 190) | typedef struct { size_t v; } __attribute__((packed)) unalignArch; function MEM_STATIC (line 193) | MEM_STATIC U16 MEM_read16(const void* ptr) { return ((const unalign16*)p... function MEM_STATIC (line 194) | MEM_STATIC U32 MEM_read32(const void* ptr) { return ((const unalign32*)p... function MEM_STATIC (line 195) | MEM_STATIC U64 MEM_read64(const void* ptr) { return ((const unalign64*)p... function MEM_STATIC (line 196) | MEM_STATIC size_t MEM_readST(const void* ptr) { return ((const unalignAr... function MEM_STATIC (line 198) | MEM_STATIC void MEM_write16(void* memPtr, U16 value) { ((unalign16*)memP... function MEM_STATIC (line 199) | MEM_STATIC void MEM_write32(void* memPtr, U32 value) { ((unalign32*)memP... function MEM_STATIC (line 200) | MEM_STATIC void MEM_write64(void* memPtr, U64 value) { ((unalign64*)memP... function MEM_STATIC (line 207) | MEM_STATIC U16 MEM_read16(const void* memPtr) function MEM_STATIC (line 212) | MEM_STATIC U32 MEM_read32(const void* memPtr) function MEM_STATIC (line 217) | MEM_STATIC U64 MEM_read64(const void* memPtr) function MEM_STATIC (line 222) | MEM_STATIC size_t MEM_readST(const void* memPtr) function MEM_STATIC (line 227) | MEM_STATIC void MEM_write16(void* memPtr, U16 value) function MEM_STATIC (line 232) | MEM_STATIC void MEM_write32(void* memPtr, U32 value) function MEM_STATIC (line 237) | MEM_STATIC void MEM_write64(void* memPtr, U64 value) function MEM_STATIC (line 244) | MEM_STATIC U32 MEM_swap32(U32 in) function MEM_STATIC (line 259) | MEM_STATIC U64 MEM_swap64(U64 in) function MEM_STATIC (line 278) | MEM_STATIC size_t MEM_swapST(size_t in) function MEM_STATIC (line 288) | MEM_STATIC U16 MEM_readLE16(const void* memPtr) function MEM_STATIC (line 298) | MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) function MEM_STATIC (line 309) | MEM_STATIC U32 MEM_readLE24(const void* memPtr) function MEM_STATIC (line 314) | MEM_STATIC void MEM_writeLE24(void* memPtr, U32 val) function MEM_STATIC (line 320) | MEM_STATIC U32 MEM_readLE32(const void* memPtr) function MEM_STATIC (line 328) | MEM_STATIC void MEM_writeLE32(void* memPtr, U32 val32) function MEM_STATIC (line 336) | MEM_STATIC U64 MEM_readLE64(const void* memPtr) function MEM_STATIC (line 344) | MEM_STATIC void MEM_writeLE64(void* memPtr, U64 val64) function MEM_STATIC (line 352) | MEM_STATIC size_t MEM_readLEST(const void* memPtr) function MEM_STATIC (line 360) | MEM_STATIC void MEM_writeLEST(void* memPtr, size_t val) function MEM_STATIC (line 370) | MEM_STATIC U32 MEM_readBE32(const void* memPtr) function MEM_STATIC (line 378) | MEM_STATIC void MEM_writeBE32(void* memPtr, U32 val32) function MEM_STATIC (line 386) | MEM_STATIC U64 MEM_readBE64(const void* memPtr) function MEM_STATIC (line 394) | MEM_STATIC void MEM_writeBE64(void* memPtr, U64 val64) function MEM_STATIC (line 402) | MEM_STATIC size_t MEM_readBEST(const void* memPtr) function MEM_STATIC (line 410) | MEM_STATIC void MEM_writeBEST(void* memPtr, size_t val) function MEM_STATIC (line 419) | MEM_STATIC void MEM_check(void) { DEBUG_STATIC_ASSERT((sizeof(size_t)==4... FILE: nuitka/build/inline_copy/zstd/common/xxhash.c function XXH_free (line 84) | static void XXH_free (void* p) { ZSTD_free(p); } function U32 (line 107) | static U32 XXH_read32(const void* memPtr) { return *(const U32*) memPtr; } function U64 (line 108) | static U64 XXH_read64(const void* memPtr) { return *(const U64*) memPtr; } type unalign (line 114) | typedef union { U32 u32; U64 u64; } __attribute__((packed)) unalign; function U32 (line 116) | static U32 XXH_read32(const void* ptr) { return ((const unalign*)ptr)->u... function U64 (line 117) | static U64 XXH_read64(const void* ptr) { return ((const unalign*)ptr)->u... function U32 (line 125) | static U32 XXH_read32(const void* memPtr) function U64 (line 132) | static U64 XXH_read64(const void* memPtr) function U32 (line 168) | static U32 XXH_swap32 (U32 x) function U64 (line 175) | static U64 XXH_swap64 (U64 x) type XXH_endianess (line 192) | typedef enum { XXH_bigEndian=0, XXH_littleEndian=1 } XXH_endianess; type XXH_alignment (line 204) | typedef enum { XXH_aligned, XXH_unaligned } XXH_alignment; function FORCE_INLINE_TEMPLATE (line 206) | FORCE_INLINE_TEMPLATE U32 XXH_readLE32_align(const void* ptr, XXH_endian... function FORCE_INLINE_TEMPLATE (line 214) | FORCE_INLINE_TEMPLATE U32 XXH_readLE32(const void* ptr, XXH_endianess en... function U32 (line 219) | static U32 XXH_readBE32(const void* ptr) function FORCE_INLINE_TEMPLATE (line 224) | FORCE_INLINE_TEMPLATE U64 XXH_readLE64_align(const void* ptr, XXH_endian... function FORCE_INLINE_TEMPLATE (line 232) | FORCE_INLINE_TEMPLATE U64 XXH_readLE64(const void* ptr, XXH_endianess en... function U64 (line 237) | static U64 XXH_readBE64(const void* ptr) function XXH_versionNumber (line 264) | XXH_PUBLIC_API unsigned XXH_versionNumber (void) { return XXH_VERSION_NU... function XXH_PUBLIC_API (line 270) | XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* restrict dstState, co... function XXH_PUBLIC_API (line 275) | XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* restrict dstState, co... function U32 (line 285) | static U32 XXH32_round(U32 seed, U32 input) function FORCE_INLINE_TEMPLATE (line 293) | FORCE_INLINE_TEMPLATE U32 XXH32_endian_align(const void* input, size_t l... function XXH32 (line 350) | XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsign... function U64 (line 377) | static U64 XXH64_round(U64 acc, U64 input) function U64 (line 385) | static U64 XXH64_mergeRound(U64 acc, U64 val) function FORCE_INLINE_TEMPLATE (line 393) | FORCE_INLINE_TEMPLATE U64 XXH64_endian_align(const void* input, size_t l... function XXH64 (line 462) | XXH_PUBLIC_API unsigned long long XXH64 (const void* input, size_t len, ... function XXH_PUBLIC_API (line 493) | XXH_PUBLIC_API XXH32_state_t* XXH32_createState(void) function XXH_PUBLIC_API (line 497) | XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr) function XXH_PUBLIC_API (line 503) | XXH_PUBLIC_API XXH64_state_t* XXH64_createState(void) function XXH_PUBLIC_API (line 507) | XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr) function XXH_PUBLIC_API (line 516) | XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, unsign... function XXH_PUBLIC_API (line 529) | XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsign... function FORCE_INLINE_TEMPLATE (line 542) | FORCE_INLINE_TEMPLATE XXH_errorcode XXH32_update_endian (XXH32_state_t* ... function XXH_PUBLIC_API (line 600) | XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, cons... function FORCE_INLINE_TEMPLATE (line 612) | FORCE_INLINE_TEMPLATE U32 XXH32_digest_endian (const XXH32_state_t* stat... function XXH32_digest (line 648) | XXH_PUBLIC_API unsigned int XXH32_digest (const XXH32_state_t* state_in) function FORCE_INLINE_TEMPLATE (line 662) | FORCE_INLINE_TEMPLATE XXH_errorcode XXH64_update_endian (XXH64_state_t* ... function XXH_PUBLIC_API (line 719) | XXH_PUBLIC_API XXH_errorcode XXH64_update (XXH64_state_t* state_in, cons... function FORCE_INLINE_TEMPLATE (line 731) | FORCE_INLINE_TEMPLATE U64 XXH64_digest_endian (const XXH64_state_t* stat... function XXH64_digest (line 783) | XXH_PUBLIC_API unsigned long long XXH64_digest (const XXH64_state_t* sta... function XXH_PUBLIC_API (line 804) | XXH_PUBLIC_API void XXH32_canonicalFromHash(XXH32_canonical_t* dst, XXH3... function XXH_PUBLIC_API (line 811) | XXH_PUBLIC_API void XXH64_canonicalFromHash(XXH64_canonical_t* dst, XXH6... function XXH_PUBLIC_API (line 818) | XXH_PUBLIC_API XXH32_hash_t XXH32_hashFromCanonical(const XXH32_canonica... function XXH_PUBLIC_API (line 823) | XXH_PUBLIC_API XXH64_hash_t XXH64_hashFromCanonical(const XXH64_canonica... FILE: nuitka/build/inline_copy/zstd/common/xxhash.h type XXH_errorcode (line 59) | typedef enum { XXH_OK=0, XXH_ERROR } XXH_errorcode; type XXH32_hash_t (line 140) | typedef unsigned int XXH32_hash_t; type XXH64_hash_t (line 141) | typedef unsigned long long XXH64_hash_t; type XXH32_state_t (line 162) | typedef struct XXH32_state_s XXH32_state_t; type XXH64_state_t (line 163) | typedef struct XXH64_state_s XXH64_state_t; type XXH32_canonical_t (line 226) | typedef struct { unsigned char digest[4]; } XXH32_canonical_t; type XXH64_canonical_t (line 227) | typedef struct { unsigned char digest[8]; } XXH64_canonical_t; type XXH32_state_s (line 252) | struct XXH32_state_s { type XXH64_state_s (line 264) | struct XXH64_state_s { FILE: nuitka/build/inline_copy/zstd/common/zstd_common.c function ZSTD_versionNumber (line 25) | unsigned ZSTD_versionNumber(void) { return ZSTD_VERSION_NUMBER; } function ZSTD_isError (line 37) | unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } function ZSTD_ErrorCode (line 45) | ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(... function ZSTD_customFree (line 75) | void ZSTD_customFree(void* ptr, ZSTD_customMem customMem) FILE: nuitka/build/inline_copy/zstd/common/zstd_errors.h type ZSTD_ErrorCode (line 52) | typedef enum { FILE: nuitka/build/inline_copy/zstd/common/zstd_internal.h function _force_has_format_string (line 69) | void _force_has_format_string(const char *format, ...) { type blockType_e (line 163) | typedef enum { bt_raw, bt_rle, bt_compressed, bt_reserved } blockType_e; type symbolEncodingType_e (line 171) | typedef enum { set_basic, set_rle, set_compressed, set_repeat } symbolEn... function ZSTD_copy8 (line 244) | static void ZSTD_copy8(void* dst, const void* src) { function ZSTD_copy16 (line 253) | static void ZSTD_copy16(void* dst, const void* src) { type ZSTD_overlap_e (line 265) | typedef enum { function ZSTD_wildcopy (line 279) | void ZSTD_wildcopy(void* dst, const void* src, ptrdiff_t length, ZSTD_ov... function MEM_STATIC (line 320) | MEM_STATIC size_t ZSTD_limitCopy(void* dst, size_t dstCapacity, const vo... type ZSTD_bufferMode_e (line 340) | typedef enum { type seqDef (line 349) | typedef struct seqDef_s { type seqStore_t (line 355) | typedef struct { type ZSTD_sequenceLength (line 374) | typedef struct { function MEM_STATIC (line 383) | MEM_STATIC ZSTD_sequenceLength ZSTD_getSequenceLength(seqStore_t const* ... type ZSTD_frameSizeInfo (line 405) | typedef struct { function MEM_STATIC (line 419) | MEM_STATIC U32 ZSTD_highbit32(U32 val) /* compress, dictBuilder, decod... type blockProperties_t (line 455) | typedef struct { FILE: nuitka/build/inline_copy/zstd/decompress/huf_decompress.c type DTableDesc (line 101) | typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE r... function DTableDesc (line 103) | static DTableDesc HUF_getDTableDesc(const HUF_DTable* table) type HUF_DEltX1 (line 116) | typedef struct { BYTE byte; BYTE nbBits; } HUF_DEltX1; function U64 (line 122) | static U64 HUF_DEltX1_set4(BYTE symbol, BYTE nbBits) { type HUF_ReadDTableX1_Workspace (line 133) | typedef struct { function HUF_readDTableX1_wksp (line 142) | size_t HUF_readDTableX1_wksp(HUF_DTable* DTable, const void* src, size_t... function HUF_readDTableX1_wksp_bmi2 (line 147) | size_t HUF_readDTableX1_wksp_bmi2(HUF_DTable* DTable, const void* src, s... function FORCE_INLINE_TEMPLATE (line 281) | FORCE_INLINE_TEMPLATE BYTE function HINT_INLINE (line 301) | HINT_INLINE size_t function FORCE_INLINE_TEMPLATE (line 326) | FORCE_INLINE_TEMPLATE size_t function FORCE_INLINE_TEMPLATE (line 349) | FORCE_INLINE_TEMPLATE size_t function HUF_DGEN (line 449) | HUF_DGEN(HUF_decompress1X1_usingDTable_internal) function HUF_decompress4X1_usingDTable (line 479) | size_t HUF_decompress4X1_usingDTable( function HUF_decompress4X1_DCtx_wksp_bmi2 (line 489) | static size_t HUF_decompress4X1_DCtx_wksp_bmi2(HUF_DTable* dctx, void* d... function HUF_decompress4X1_DCtx_wksp (line 503) | size_t HUF_decompress4X1_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t d... type HUF_DEltX2 (line 520) | typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX2; type sortedSymbol_t (line 521) | typedef struct { BYTE symbol; BYTE weight; } sortedSymbol_t; type U32 (line 522) | typedef U32 rankValCol_t[HUF_TABLELOG_MAX + 1]; type rankValCol_t (line 523) | typedef rankValCol_t rankVal_t[HUF_TABLELOG_MAX]; function HUF_fillDTableX2Level2 (line 528) | static void HUF_fillDTableX2Level2(HUF_DEltX2* DTable, U32 sizeLog, cons... function HUF_fillDTableX2 (line 569) | static void HUF_fillDTableX2(HUF_DEltX2* DTable, const U32 targetLog, function HUF_readDTableX2_wksp (line 611) | size_t HUF_readDTableX2_wksp(HUF_DTable* DTable, function FORCE_INLINE_TEMPLATE (line 712) | FORCE_INLINE_TEMPLATE U32 function FORCE_INLINE_TEMPLATE (line 721) | FORCE_INLINE_TEMPLATE U32 function HINT_INLINE (line 748) | HINT_INLINE size_t function FORCE_INLINE_TEMPLATE (line 775) | FORCE_INLINE_TEMPLATE size_t function FORCE_INLINE_TEMPLATE (line 802) | FORCE_INLINE_TEMPLATE size_t function HUF_DGEN (line 917) | HUF_DGEN(HUF_decompress1X2_usingDTable_internal) function HUF_decompress4X2_usingDTable (line 946) | size_t HUF_decompress4X2_usingDTable( function HUF_decompress4X2_DCtx_wksp_bmi2 (line 956) | static size_t HUF_decompress4X2_DCtx_wksp_bmi2(HUF_DTable* dctx, void* d... function HUF_decompress4X2_DCtx_wksp (line 971) | size_t HUF_decompress4X2_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t d... function HUF_decompress1X_usingDTable (line 986) | size_t HUF_decompress1X_usingDTable(void* dst, size_t maxDstSize, function HUF_decompress4X_usingDTable (line 1005) | size_t HUF_decompress4X_usingDTable(void* dst, size_t maxDstSize, type algo_time_t (line 1026) | typedef struct { U32 tableTime; U32 decode256Time; } algo_time_t; function U32 (line 1054) | U32 HUF_selectDecoder (size_t dstSize, size_t cSrcSize) function HUF_decompress4X_hufOnly_wksp (line 1079) | size_t HUF_decompress4X_hufOnly_wksp(HUF_DTable* dctx, void* dst, function HUF_decompress1X_DCtx_wksp (line 1105) | size_t HUF_decompress1X_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t ds... function HUF_decompress1X_usingDTable_bmi2 (line 1136) | size_t HUF_decompress1X_usingDTable_bmi2(void* dst, size_t maxDstSize, c... function HUF_decompress1X1_DCtx_wksp_bmi2 (line 1154) | size_t HUF_decompress1X1_DCtx_wksp_bmi2(HUF_DTable* dctx, void* dst, siz... function HUF_decompress4X_usingDTable_bmi2 (line 1167) | size_t HUF_decompress4X_usingDTable_bmi2(void* dst, size_t maxDstSize, c... function HUF_decompress4X_hufOnly_wksp_bmi2 (line 1184) | size_t HUF_decompress4X_hufOnly_wksp_bmi2(HUF_DTable* dctx, void* dst, s... function HUF_readDTableX1 (line 1208) | size_t HUF_readDTableX1(HUF_DTable* DTable, const void* src, size_t srcS... function HUF_decompress1X1_DCtx (line 1215) | size_t HUF_decompress1X1_DCtx(HUF_DTable* DCtx, void* dst, size_t dstSize, function HUF_decompress1X1 (line 1223) | size_t HUF_decompress1X1 (void* dst, size_t dstSize, const void* cSrc, s... function HUF_readDTableX2 (line 1231) | size_t HUF_readDTableX2(HUF_DTable* DTable, const void* src, size_t srcS... function HUF_decompress1X2_DCtx (line 1238) | size_t HUF_decompress1X2_DCtx(HUF_DTable* DCtx, void* dst, size_t dstSize, function HUF_decompress1X2 (line 1246) | size_t HUF_decompress1X2 (void* dst, size_t dstSize, const void* cSrc, s... function HUF_decompress4X1_DCtx (line 1254) | size_t HUF_decompress4X1_DCtx (HUF_DTable* dctx, void* dst, size_t dstSi... function HUF_decompress4X1 (line 1260) | size_t HUF_decompress4X1 (void* dst, size_t dstSize, const void* cSrc, s... function HUF_decompress4X2_DCtx (line 1268) | size_t HUF_decompress4X2_DCtx(HUF_DTable* dctx, void* dst, size_t dstSize, function HUF_decompress4X2 (line 1276) | size_t HUF_decompress4X2 (void* dst, size_t dstSize, const void* cSrc, s... function HUF_decompress (line 1285) | size_t HUF_decompress (void* dst, size_t dstSize, const void* cSrc, size... function HUF_decompress4X_DCtx (line 1312) | size_t HUF_decompress4X_DCtx (HUF_DTable* dctx, void* dst, size_t dstSiz... function HUF_decompress4X_hufOnly (line 1336) | size_t HUF_decompress4X_hufOnly(HUF_DTable* dctx, void* dst, size_t dstS... function HUF_decompress1X_DCtx (line 1343) | size_t HUF_decompress1X_DCtx(HUF_DTable* dctx, void* dst, size_t dstSize, FILE: nuitka/build/inline_copy/zstd/decompress/zstd_ddict.c type ZSTD_DDict_s (line 36) | struct ZSTD_DDict_s { function ZSTD_DDict_dictSize (line 52) | size_t ZSTD_DDict_dictSize(const ZSTD_DDict* ddict) function ZSTD_copyDDictParameters (line 58) | void ZSTD_copyDDictParameters(ZSTD_DCtx* dctx, const ZSTD_DDict* ddict) function ZSTD_loadEntropy_intoDDict (line 89) | static size_t function ZSTD_initDDict_internal (line 120) | static size_t ZSTD_initDDict_internal(ZSTD_DDict* ddict, function ZSTD_DDict (line 145) | ZSTD_DDict* ZSTD_createDDict_advanced(const void* dict, size_t dictSize, function ZSTD_DDict (line 170) | ZSTD_DDict* ZSTD_createDDict(const void* dict, size_t dictSize) function ZSTD_DDict (line 180) | ZSTD_DDict* ZSTD_createDDict_byReference(const void* dictBuffer, size_t ... function ZSTD_DDict (line 187) | const ZSTD_DDict* ZSTD_initStaticDDict( function ZSTD_freeDDict (line 212) | size_t ZSTD_freeDDict(ZSTD_DDict* ddict) function ZSTD_estimateDDictSize (line 225) | size_t ZSTD_estimateDDictSize(size_t dictSize, ZSTD_dictLoadMethod_e dic... function ZSTD_sizeof_DDict (line 230) | size_t ZSTD_sizeof_DDict(const ZSTD_DDict* ddict) function ZSTD_getDictID_fromDDict (line 240) | unsigned ZSTD_getDictID_fromDDict(const ZSTD_DDict* ddict) FILE: nuitka/build/inline_copy/zstd/decompress/zstd_decompress.c function ZSTD_sizeof_DCtx (line 78) | size_t ZSTD_sizeof_DCtx (const ZSTD_DCtx* dctx) function ZSTD_estimateDCtxSize (line 86) | size_t ZSTD_estimateDCtxSize(void) { return sizeof(ZSTD_DCtx); } function ZSTD_startingInputLength (line 89) | static size_t ZSTD_startingInputLength(ZSTD_format_e format) function ZSTD_DCtx_resetParameters (line 97) | static void ZSTD_DCtx_resetParameters(ZSTD_DCtx* dctx) function ZSTD_initDCtx_internal (line 106) | static void ZSTD_initDCtx_internal(ZSTD_DCtx* dctx) function ZSTD_DCtx (line 130) | ZSTD_DCtx* ZSTD_initStaticDCtx(void *workspace, size_t workspaceSize) function ZSTD_DCtx (line 143) | ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem) function ZSTD_DCtx (line 155) | ZSTD_DCtx* ZSTD_createDCtx(void) function ZSTD_clearDict (line 161) | static void ZSTD_clearDict(ZSTD_DCtx* dctx) function ZSTD_freeDCtx (line 169) | size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) function ZSTD_copyDCtx (line 187) | void ZSTD_copyDCtx(ZSTD_DCtx* dstDCtx, const ZSTD_DCtx* srcDCtx) function ZSTD_isFrame (line 203) | unsigned ZSTD_isFrame(const void* buffer, size_t size) function ZSTD_frameHeaderSize_internal (line 221) | static size_t ZSTD_frameHeaderSize_internal(const void* src, size_t srcS... function ZSTD_frameHeaderSize (line 240) | size_t ZSTD_frameHeaderSize(const void* src, size_t srcSize) function ZSTD_getFrameHeader_advanced (line 252) | size_t ZSTD_getFrameHeader_advanced(ZSTD_frameHeader* zfhPtr, const void... function ZSTD_getFrameHeader (line 334) | size_t ZSTD_getFrameHeader(ZSTD_frameHeader* zfhPtr, const void* src, si... function ZSTD_getFrameContentSize (line 345) | unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcS... function readSkippableFrameSize (line 363) | static size_t readSkippableFrameSize(void const* src, size_t srcSize) function ZSTD_findDecompressedSize (line 385) | unsigned long long ZSTD_findDecompressedSize(const void* src, size_t src... function ZSTD_getDecompressedSize (line 434) | unsigned long long ZSTD_getDecompressedSize(const void* src, size_t srcS... function ZSTD_decodeFrameHeader (line 445) | static size_t ZSTD_decodeFrameHeader(ZSTD_DCtx* dctx, const void* src, s... function ZSTD_frameSizeInfo (line 462) | static ZSTD_frameSizeInfo ZSTD_errorFrameSizeInfo(size_t ret) function ZSTD_frameSizeInfo (line 470) | static ZSTD_frameSizeInfo ZSTD_findFrameSizeInfo(const void* src, size_t... function ZSTD_findFrameCompressedSize (line 541) | size_t ZSTD_findFrameCompressedSize(const void *src, size_t srcSize) function ZSTD_decompressBound (line 553) | unsigned long long ZSTD_decompressBound(const void* src, size_t srcSize) function ZSTD_insertBlock (line 578) | size_t ZSTD_insertBlock(ZSTD_DCtx* dctx, const void* blockStart, size_t ... function ZSTD_copyRawBlock (line 587) | static size_t ZSTD_copyRawBlock(void* dst, size_t dstCapacity, function ZSTD_setRleBlock (line 600) | static size_t ZSTD_setRleBlock(void* dst, size_t dstCapacity, function ZSTD_decompressFrame (line 618) | static size_t ZSTD_decompressFrame(ZSTD_DCtx* dctx, function ZSTD_decompressMultiFrame (line 705) | static size_t ZSTD_decompressMultiFrame(ZSTD_DCtx* dctx, function ZSTD_decompress_usingDict (line 796) | size_t ZSTD_decompress_usingDict(ZSTD_DCtx* dctx, function ZSTD_DDict (line 805) | static ZSTD_DDict const* ZSTD_getDDict(ZSTD_DCtx* dctx) function ZSTD_decompressDCtx (line 822) | size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t dstCapacit... function ZSTD_decompress (line 828) | size_t ZSTD_decompress(void* dst, size_t dstCapacity, const void* src, s... function ZSTD_nextSrcSizeToDecompress (line 849) | size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) { return dctx->expe... function ZSTD_nextSrcSizeToDecompressWithInputSize (line 861) | static size_t ZSTD_nextSrcSizeToDecompressWithInputSize(ZSTD_DCtx* dctx,... function ZSTD_nextInputType_e (line 869) | ZSTD_nextInputType_e ZSTD_nextInputType(ZSTD_DCtx* dctx) { function ZSTD_isSkipFrame (line 891) | static int ZSTD_isSkipFrame(ZSTD_DCtx* dctx) { return dctx->stage == ZST... function ZSTD_decompressContinue (line 897) | size_t ZSTD_decompressContinue(ZSTD_DCtx* dctx, void* dst, size_t dstCap... function ZSTD_refDictContent (line 1051) | static size_t ZSTD_refDictContent(ZSTD_DCtx* dctx, const void* dict, siz... function ZSTD_loadDEntropy (line 1067) | size_t function ZSTD_decompress_insertDictionary (line 1155) | static size_t ZSTD_decompress_insertDictionary(ZSTD_DCtx* dctx, const vo... function ZSTD_decompressBegin (line 1176) | size_t ZSTD_decompressBegin(ZSTD_DCtx* dctx) function ZSTD_decompressBegin_usingDict (line 1199) | size_t ZSTD_decompressBegin_usingDict(ZSTD_DCtx* dctx, const void* dict,... function ZSTD_decompressBegin_usingDDict (line 1212) | size_t ZSTD_decompressBegin_usingDDict(ZSTD_DCtx* dctx, const ZSTD_DDict... function ZSTD_getDictID_fromDict (line 1235) | unsigned ZSTD_getDictID_fromDict(const void* dict, size_t dictSize) function ZSTD_getDictID_fromFrame (line 1255) | unsigned ZSTD_getDictID_fromFrame(const void* src, size_t srcSize) function ZSTD_decompress_usingDDict (line 1267) | size_t ZSTD_decompress_usingDDict(ZSTD_DCtx* dctx, function ZSTD_DStream (line 1283) | ZSTD_DStream* ZSTD_createDStream(void) function ZSTD_DStream (line 1289) | ZSTD_DStream* ZSTD_initStaticDStream(void *workspace, size_t workspaceSize) function ZSTD_DStream (line 1294) | ZSTD_DStream* ZSTD_createDStream_advanced(ZSTD_customMem customMem) function ZSTD_freeDStream (line 1299) | size_t ZSTD_freeDStream(ZSTD_DStream* zds) function ZSTD_DStreamInSize (line 1307) | size_t ZSTD_DStreamInSize(void) { return ZSTD_BLOCKSIZE_MAX + ZSTD_bloc... function ZSTD_DStreamOutSize (line 1308) | size_t ZSTD_DStreamOutSize(void) { return ZSTD_BLOCKSIZE_MAX; } function ZSTD_DCtx_loadDictionary_advanced (line 1310) | size_t ZSTD_DCtx_loadDictionary_advanced(ZSTD_DCtx* dctx, function ZSTD_DCtx_loadDictionary_byReference (line 1326) | size_t ZSTD_DCtx_loadDictionary_byReference(ZSTD_DCtx* dctx, const void*... function ZSTD_DCtx_loadDictionary (line 1331) | size_t ZSTD_DCtx_loadDictionary(ZSTD_DCtx* dctx, const void* dict, size_... function ZSTD_DCtx_refPrefix_advanced (line 1336) | size_t ZSTD_DCtx_refPrefix_advanced(ZSTD_DCtx* dctx, const void* prefix,... function ZSTD_DCtx_refPrefix (line 1343) | size_t ZSTD_DCtx_refPrefix(ZSTD_DCtx* dctx, const void* prefix, size_t p... function ZSTD_initDStream_usingDict (line 1352) | size_t ZSTD_initDStream_usingDict(ZSTD_DStream* zds, const void* dict, s... function ZSTD_initDStream (line 1361) | size_t ZSTD_initDStream(ZSTD_DStream* zds) function ZSTD_initDStream_usingDDict (line 1370) | size_t ZSTD_initDStream_usingDDict(ZSTD_DStream* dctx, const ZSTD_DDict*... function ZSTD_resetDStream (line 1380) | size_t ZSTD_resetDStream(ZSTD_DStream* dctx) function ZSTD_DCtx_refDDict (line 1387) | size_t ZSTD_DCtx_refDDict(ZSTD_DCtx* dctx, const ZSTD_DDict* ddict) function ZSTD_DCtx_setMaxWindowSize (line 1401) | size_t ZSTD_DCtx_setMaxWindowSize(ZSTD_DCtx* dctx, size_t maxWindowSize) function ZSTD_DCtx_setFormat (line 1413) | size_t ZSTD_DCtx_setFormat(ZSTD_DCtx* dctx, ZSTD_format_e format) function ZSTD_bounds (line 1418) | ZSTD_bounds ZSTD_dParam_getBounds(ZSTD_dParameter dParam) function ZSTD_dParam_withinBounds (line 1448) | static int ZSTD_dParam_withinBounds(ZSTD_dParameter dParam, int value) function ZSTD_DCtx_getParameter (line 1461) | size_t ZSTD_DCtx_getParameter(ZSTD_DCtx* dctx, ZSTD_dParameter param, in... function ZSTD_DCtx_setParameter (line 1481) | size_t ZSTD_DCtx_setParameter(ZSTD_DCtx* dctx, ZSTD_dParameter dParam, i... function ZSTD_DCtx_reset (line 1507) | size_t ZSTD_DCtx_reset(ZSTD_DCtx* dctx, ZSTD_ResetDirective reset) function ZSTD_sizeof_DStream (line 1524) | size_t ZSTD_sizeof_DStream(const ZSTD_DStream* dctx) function ZSTD_decodingBufferSize_min (line 1529) | size_t ZSTD_decodingBufferSize_min(unsigned long long windowSize, unsign... function ZSTD_estimateDStreamSize (line 1540) | size_t ZSTD_estimateDStreamSize(size_t windowSize) function ZSTD_estimateDStreamSize_fromFrame (line 1548) | size_t ZSTD_estimateDStreamSize_fromFrame(const void* src, size_t srcSize) function ZSTD_DCtx_isOverflow (line 1563) | static int ZSTD_DCtx_isOverflow(ZSTD_DStream* zds, size_t const neededIn... function ZSTD_DCtx_updateOversizedDuration (line 1568) | static void ZSTD_DCtx_updateOversizedDuration(ZSTD_DStream* zds, size_t ... function ZSTD_DCtx_isOversizedTooLong (line 1576) | static int ZSTD_DCtx_isOversizedTooLong(ZSTD_DStream* zds) function ZSTD_checkOutBuffer (line 1582) | static size_t ZSTD_checkOutBuffer(ZSTD_DStream const* zds, ZSTD_outBuffe... function ZSTD_decompressContinueStream (line 1604) | static size_t ZSTD_decompressContinueStream( function ZSTD_decompressStream (line 1633) | size_t ZSTD_decompressStream(ZSTD_DStream* zds, ZSTD_outBuffer* output, ... function ZSTD_decompressStream_simpleArgs (line 1918) | size_t ZSTD_decompressStream_simpleArgs ( FILE: nuitka/build/inline_copy/zstd/decompress/zstd_decompress_block.c function ZSTD_copy4 (line 47) | static void ZSTD_copy4(void* dst, const void* src) { ZSTD_memcpy(dst, sr... function ZSTD_getcBlockSize (line 56) | size_t ZSTD_getcBlockSize(const void* src, size_t srcSize, function ZSTD_decodeLiteralsBlock (line 79) | size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, function ZSTD_buildSeqTable_rle (line 346) | static void ZSTD_buildSeqTable_rle(ZSTD_seqSymbol* dt, U32 baseValue, U3... function FORCE_INLINE_TEMPLATE (line 367) | FORCE_INLINE_TEMPLATE function ZSTD_buildFSETable_body_default (line 488) | static void ZSTD_buildFSETable_body_default(ZSTD_seqSymbol* dt, function ZSTD_buildFSETable_body_bmi2 (line 498) | static void ZSTD_buildFSETable_body_bmi2(ZSTD_seqSymbol* dt, function ZSTD_buildFSETable (line 508) | void ZSTD_buildFSETable(ZSTD_seqSymbol* dt, function ZSTD_buildSeqTable (line 529) | static size_t ZSTD_buildSeqTable(ZSTD_seqSymbol* DTableSpace, const ZSTD... function ZSTD_decodeSeqHeaders (line 577) | size_t ZSTD_decodeSeqHeaders(ZSTD_DCtx* dctx, int* nbSeqPtr, type seq_t (line 657) | typedef struct { type ZSTD_fseState (line 664) | typedef struct { type seqState_t (line 669) | typedef struct { function HINT_INLINE (line 687) | HINT_INLINE void ZSTD_overlapCopy8(BYTE** op, BYTE const** ip, size_t of... function ZSTD_safecopy (line 720) | static void ZSTD_safecopy(BYTE* op, BYTE* const oend_w, BYTE const* ip, ... function FORCE_NOINLINE (line 764) | FORCE_NOINLINE function HINT_INLINE (line 807) | HINT_INLINE function ZSTD_initFseState (line 899) | static void function FORCE_INLINE_TEMPLATE (line 911) | FORCE_INLINE_TEMPLATE void function FORCE_INLINE_TEMPLATE (line 920) | FORCE_INLINE_TEMPLATE void type ZSTD_longOffset_e (line 938) | typedef enum { ZSTD_lo_isRegularOffset, ZSTD_lo_isLongOffset=1 } ZSTD_lo... type ZSTD_prefetch_e (line 939) | typedef enum { ZSTD_p_noPrefetch=0, ZSTD_p_prefetch=1 } ZSTD_prefetch_e; function FORCE_INLINE_TEMPLATE (line 941) | FORCE_INLINE_TEMPLATE seq_t function MEM_STATIC (line 1055) | MEM_STATIC int ZSTD_dictionaryIsActive(ZSTD_DCtx const* dctx, BYTE const... function MEM_STATIC (line 1070) | MEM_STATIC void ZSTD_assertValidSequence( function DONT_VECTORIZE (line 1102) | DONT_VECTORIZE function ZSTD_decompressSequences_default (line 1223) | static size_t function FORCE_INLINE_TEMPLATE (line 1235) | FORCE_INLINE_TEMPLATE size_t function ZSTD_decompressSequencesLong_default (line 1328) | static size_t function ZSTD_decompressSequences_bmi2 (line 1344) | size_t function ZSTD_decompressSequencesLong_bmi2 (line 1357) | size_t function ZSTD_decompressSequences (line 1378) | static size_t function ZSTD_decompressSequencesLong (line 1401) | static size_t function ZSTD_getLongOffsetsShare (line 1426) | static unsigned function ZSTD_decompressBlock_internal (line 1448) | size_t function ZSTD_checkContinuity (line 1520) | void ZSTD_checkContinuity(ZSTD_DCtx* dctx, const void* dst) function ZSTD_decompressBlock (line 1531) | size_t ZSTD_decompressBlock(ZSTD_DCtx* dctx, FILE: nuitka/build/inline_copy/zstd/decompress/zstd_decompress_internal.h type ZSTD_seqSymbol_header (line 62) | typedef struct { type ZSTD_seqSymbol (line 67) | typedef struct { type ZSTD_entropyDTables_t (line 79) | typedef struct { type ZSTD_dStage (line 88) | typedef enum { ZSTDds_getFrameHeaderSize, ZSTDds_decodeFrameHeader, type ZSTD_dStreamStage (line 93) | typedef enum { zdss_init=0, zdss_loadHeader, type ZSTD_dictUses_e (line 96) | typedef enum { type ZSTD_DCtx_s (line 102) | struct ZSTD_DCtx_s FILE: nuitka/build/inline_copy/zstd/zstd.h type ZSTD_CCtx (line 200) | typedef struct ZSTD_CCtx_s ZSTD_CCtx; type ZSTD_DCtx (line 223) | typedef struct ZSTD_DCtx_s ZSTD_DCtx; type ZSTD_strategy (line 256) | typedef enum { ZSTD_fast=1, type ZSTD_cParameter (line 270) | typedef enum { type ZSTD_bounds (line 440) | typedef struct { type ZSTD_ResetDirective (line 485) | typedef enum { type ZSTD_dParameter (line 534) | typedef enum { type ZSTD_inBuffer (line 589) | typedef struct ZSTD_inBuffer_s { type ZSTD_outBuffer (line 595) | typedef struct ZSTD_outBuffer_s { type ZSTD_CCtx (line 664) | typedef ZSTD_CCtx ZSTD_CStream; type ZSTD_EndDirective (line 671) | typedef enum { type ZSTD_DCtx (line 785) | typedef ZSTD_DCtx ZSTD_DStream; type ZSTD_CDict (line 837) | typedef struct ZSTD_CDict_s ZSTD_CDict; type ZSTD_DDict (line 869) | typedef struct ZSTD_DDict_s ZSTD_DDict; type ZSTD_CCtx_params (line 1124) | typedef struct ZSTD_CCtx_params_s ZSTD_CCtx_params; type ZSTD_Sequence (line 1126) | typedef struct { type ZSTD_compressionParameters (line 1163) | typedef struct { type ZSTD_frameParameters (line 1173) | typedef struct { type ZSTD_parameters (line 1179) | typedef struct { type ZSTD_dictContentType_e (line 1184) | typedef enum { type ZSTD_dictLoadMethod_e (line 1190) | typedef enum { type ZSTD_format_e (line 1195) | typedef enum { type ZSTD_forceIgnoreChecksum_e (line 1202) | typedef enum { type ZSTD_dictAttachPref_e (line 1208) | typedef enum { type ZSTD_literalCompressionMode_e (line 1247) | typedef enum { type ZSTD_sequenceFormat_e (line 1305) | typedef enum { type ZSTD_customMem (line 1483) | typedef struct { ZSTD_allocFunction customAlloc; ZSTD_freeFunction custo... type ZSTD_threadPool (line 1511) | typedef struct POOL_ctx_s ZSTD_threadPool; type ZSTD_frameProgression (line 2118) | typedef struct { type ZSTD_frameType_e (line 2311) | typedef enum { ZSTD_frame, ZSTD_skippableFrame } ZSTD_frameType_e; type ZSTD_frameHeader (line 2312) | typedef struct { type ZSTD_nextInputType_e (line 2343) | typedef enum { ZSTDnit_frameHeader, ZSTDnit_blockHeader, ZSTDnit_block, ... FILE: nuitka/build/static_src/CompiledAsyncgenType.c function Nuitka_MarkAsyncgenAsFinished (line 38) | static void Nuitka_MarkAsyncgenAsFinished(struct Nuitka_AsyncgenObject *... function Nuitka_MarkAsyncgenAsRunning (line 48) | static void Nuitka_MarkAsyncgenAsRunning(struct Nuitka_AsyncgenObject *a... function Nuitka_MarkAsyncgenAsNotRunning (line 56) | static void Nuitka_MarkAsyncgenAsNotRunning(struct Nuitka_AsyncgenObject... function Nuitka_Asyncgen_tp_hash (line 64) | static long Nuitka_Asyncgen_tp_hash(struct Nuitka_AsyncgenObject *asyncg... function PyObject (line 66) | static PyObject *Nuitka_Asyncgen_get_name(struct Nuitka_AsyncgenObject *... function Nuitka_Asyncgen_set_name (line 73) | static int Nuitka_Asyncgen_set_name(struct Nuitka_AsyncgenObject *asyncg... function PyObject (line 93) | static PyObject *Nuitka_Asyncgen_get_qualname(struct Nuitka_AsyncgenObje... function Nuitka_Asyncgen_set_qualname (line 100) | static int Nuitka_Asyncgen_set_qualname(struct Nuitka_AsyncgenObject *as... function PyObject (line 120) | static PyObject *Nuitka_Asyncgen_get_ag_await(struct Nuitka_AsyncgenObje... function PyObject (line 132) | static PyObject *Nuitka_Asyncgen_get_code(struct Nuitka_AsyncgenObject *... function Nuitka_Asyncgen_set_code (line 140) | static int Nuitka_Asyncgen_set_code(struct Nuitka_AsyncgenObject *asyncg... function PyObject (line 149) | static PyObject *Nuitka_Asyncgen_get_frame(struct Nuitka_AsyncgenObject ... function Nuitka_Asyncgen_set_frame (line 162) | static int Nuitka_Asyncgen_set_frame(struct Nuitka_AsyncgenObject *async... function Nuitka_Asyncgen_release_closure (line 172) | static void Nuitka_Asyncgen_release_closure(struct Nuitka_AsyncgenObject... function PyObject (line 183) | static PyObject *Nuitka_YieldFromAsyncgenCore(PyThreadState *tstate, str... function NUITKA_MAY_BE_UNUSED (line 211) | NUITKA_MAY_BE_UNUSED static void _PRINT_ASYNCGEN_STATUS(char const *desc... function PyObject (line 244) | static PyObject *Nuitka_YieldFromAsyncgenNext(PyThreadState *tstate, str... function PyObject (line 261) | static PyObject *Nuitka_YieldFromAsyncgenInitial(PyThreadState *tstate, ... function PySendResult (line 282) | static PySendResult _Nuitka_Asyncgen_sendR(PyThreadState *tstate, struct... function PyObject (line 460) | static PyObject *_Nuitka_Asyncgen_send(PyThreadState *tstate, struct Nui... function _Nuitka_Asyncgen_close (line 480) | static bool _Nuitka_Asyncgen_close(PyThreadState *tstate, struct Nuitka_... type Nuitka_ExceptionPreservationItem (line 506) | struct Nuitka_ExceptionPreservationItem function PyObject (line 514) | static PyObject *_Nuitka_Asyncgen_throw2(PyThreadState *tstate, struct N... function PyObject (line 743) | static PyObject *Nuitka_Asyncgen_throw(PyThreadState *tstate, struct Nui... function _Nuitka_Asyncgen_init_hooks (line 787) | static int _Nuitka_Asyncgen_init_hooks(PyThreadState *tstate, struct Nui... type Nuitka_AsyncgenObject (line 820) | struct Nuitka_AsyncgenObject type Nuitka_AsyncgenObject (line 821) | struct Nuitka_AsyncgenObject function PyObject (line 823) | static PyObject *Nuitka_Asyncgen_anext(struct Nuitka_AsyncgenObject *asy... function PyObject (line 848) | static PyObject *Nuitka_Asyncgen_asend(struct Nuitka_AsyncgenObject *asy... function PyObject (line 860) | static PyObject *Nuitka_Asyncgen_aclose(struct Nuitka_AsyncgenObject *as... function PyObject (line 872) | static PyObject *Nuitka_Asyncgen_athrow(struct Nuitka_AsyncgenObject *as... function PySendResult (line 885) | static PySendResult _Nuitka_Asyncgen_am_send(struct Nuitka_AsyncgenObjec... function Nuitka_Asyncgen_tp_finalize (line 909) | static void Nuitka_Asyncgen_tp_finalize(struct Nuitka_AsyncgenObject *as... type Nuitka_AsyncgenObject (line 930) | struct Nuitka_AsyncgenObject function Nuitka_Asyncgen_tp_dealloc (line 934) | static void Nuitka_Asyncgen_tp_dealloc(struct Nuitka_AsyncgenObject *asy... function PyObject (line 1008) | static PyObject *Nuitka_Asyncgen_tp_repr(struct Nuitka_AsyncgenObject *a... function Nuitka_Asyncgen_tp_traverse (line 1015) | static int Nuitka_Asyncgen_tp_traverse(struct Nuitka_AsyncgenObject *asy... type Nuitka_AsyncgenObject (line 1060) | struct Nuitka_AsyncgenObject type Nuitka_AsyncgenObject (line 1062) | struct Nuitka_AsyncgenObject type Nuitka_AsyncgenObject (line 1068) | struct Nuitka_AsyncgenObject type Nuitka_CellObject (line 1069) | struct Nuitka_CellObject type Nuitka_AsyncgenObject (line 1090) | struct Nuitka_AsyncgenObject function PyObject (line 1117) | PyObject *Nuitka_Asyncgen_New(asyncgen_code code, PyObject *module, PyOb... type Nuitka_AsyncgenWrappedValueObject (line 1190) | struct Nuitka_AsyncgenWrappedValueObject { type Nuitka_AsyncgenWrappedValueObject (line 1197) | struct Nuitka_AsyncgenWrappedValueObject function Nuitka_AsyncgenValueWrapper_tp_dealloc (line 1200) | static void Nuitka_AsyncgenValueWrapper_tp_dealloc(struct Nuitka_Asyncge... function Nuitka_AsyncgenValueWrapper_tp_traverse (line 1215) | static int Nuitka_AsyncgenValueWrapper_tp_traverse(struct Nuitka_Asyncge... type Nuitka_AsyncgenWrappedValueObject (line 1226) | struct Nuitka_AsyncgenWrappedValueObject function PyObject (line 1266) | static PyObject *Nuitka_AsyncgenValueWrapper_New(PyObject *value) { type AwaitableState (line 1287) | typedef enum { type Nuitka_AsyncgenAsendObject (line 1293) | struct Nuitka_AsyncgenAsendObject { function NUITKA_MAY_BE_UNUSED (line 1305) | NUITKA_MAY_BE_UNUSED static void _PRINT_ASYNCGENASEND_STATUS(char const ... type _PyAsyncGenWrappedValue (line 1345) | struct _PyAsyncGenWrappedValue { function PyObject (line 1354) | static PyObject *_Nuitka_Asyncgen_unwrap_value(PyThreadState *tstate, st... type Nuitka_AsyncgenAsendObject (line 1401) | struct Nuitka_AsyncgenAsendObject function Nuitka_AsyncgenAsend_tp_dealloc (line 1404) | static void Nuitka_AsyncgenAsend_tp_dealloc(struct Nuitka_AsyncgenAsendO... function Nuitka_AsyncgenAsend_tp_traverse (line 1421) | static int Nuitka_AsyncgenAsend_tp_traverse(struct Nuitka_AsyncgenAsendO... function PyObject (line 1434) | static PyObject *Nuitka_AsyncgenAsend_send(struct Nuitka_AsyncgenAsendOb... function PyObject (line 1522) | static PyObject *Nuitka_AsyncgenAsend_tp_iternext(struct Nuitka_Asyncgen... function PyObject (line 1540) | static PyObject *Nuitka_AsyncgenAsend_throw(struct Nuitka_AsyncgenAsendO... function PyObject (line 1587) | static PyObject *_Nuitka_AsyncgenAsend_throw2(PyThreadState *tstate, str... function PyObject (line 1637) | static PyObject *Nuitka_AsyncgenAsend_close(struct Nuitka_AsyncgenAsendO... function PyObject (line 1644) | static PyObject *Nuitka_AsyncgenAsend_tp_repr(struct Nuitka_AsyncgenAsen... type Nuitka_AsyncgenAsendObject (line 1663) | struct Nuitka_AsyncgenAsendObject function Nuitka_AsyncgenAsend_Check (line 1701) | static bool Nuitka_AsyncgenAsend_Check(PyObject *object) { return Py_TYP... function PyObject (line 1703) | static PyObject *Nuitka_AsyncgenAsend_New(struct Nuitka_AsyncgenObject *... type Nuitka_AsyncgenAthrowObject (line 1728) | struct Nuitka_AsyncgenAthrowObject { function NUITKA_MAY_BE_UNUSED (line 1742) | NUITKA_MAY_BE_UNUSED static void _PRINT_ASYNCGENATHROW_STATUS(char const... type Nuitka_AsyncgenAthrowObject (line 1776) | struct Nuitka_AsyncgenAthrowObject function Nuitka_AsyncgenAthrow_dealloc (line 1779) | static void Nuitka_AsyncgenAthrow_dealloc(struct Nuitka_AsyncgenAthrowOb... function Nuitka_AsyncgenAthrow_traverse (line 1797) | static int Nuitka_AsyncgenAthrow_traverse(struct Nuitka_AsyncgenAthrowOb... function PyObject (line 1805) | static PyObject *Nuitka_AsyncgenAthrow_send(struct Nuitka_AsyncgenAthrow... function PyObject (line 1979) | static PyObject *Nuitka_AsyncgenAthrow_throw(struct Nuitka_AsyncgenAthro... function PyObject (line 2037) | static PyObject *Nuitka_AsyncgenAthrow_tp_iternext(struct Nuitka_Asyncge... function PyObject (line 2041) | static PyObject *Nuitka_AsyncgenAthrow_close(struct Nuitka_AsyncgenAthro... type Nuitka_AsyncgenAthrowObject (line 2062) | struct Nuitka_AsyncgenAthrowObject function PyObject (line 2110) | static PyObject *Nuitka_AsyncgenAthrow_New(struct Nuitka_AsyncgenObject ... function _initCompiledAsyncgenTypes (line 2136) | static void _initCompiledAsyncgenTypes(void) { FILE: nuitka/build/static_src/CompiledCellType.c type Nuitka_CellObject (line 26) | struct Nuitka_CellObject function Nuitka_Cell_tp_dealloc (line 29) | static void Nuitka_Cell_tp_dealloc(struct Nuitka_CellObject *cell) { function Nuitka_Cell_tp_compare (line 42) | static int Nuitka_Cell_tp_compare(PyObject *a, PyObject *b) { function PyObject (line 64) | static PyObject *Nuitka_Cell_tp_richcompare(PyObject *a, PyObject *b, in... function PyObject (line 132) | static PyObject *Nuitka_Cell_tp_repr(struct Nuitka_CellObject *cell) { function Nuitka_Cell_tp_traverse (line 141) | static int Nuitka_Cell_tp_traverse(struct Nuitka_CellObject *cell, visit... function Nuitka_Cell_tp_clear (line 147) | static int Nuitka_Cell_tp_clear(struct Nuitka_CellObject *cell) { function PyObject (line 153) | static PyObject *Nuitka_Cell_get_contents(struct Nuitka_CellObject *cell... function Nuitka_Cell_set_contents (line 166) | static int Nuitka_Cell_set_contents(struct Nuitka_CellObject *cell, PyOb... type Nuitka_CellObject (line 195) | struct Nuitka_CellObject function _initCompiledCellType (line 229) | void _initCompiledCellType(void) { Nuitka_PyType_Ready(&Nuitka_Cell_Type... type Nuitka_CellObject (line 231) | struct Nuitka_CellObject type Nuitka_CellObject (line 237) | struct Nuitka_CellObject type Nuitka_CellObject (line 248) | struct Nuitka_CellObject type Nuitka_CellObject (line 255) | struct Nuitka_CellObject type Nuitka_CellObject (line 267) | struct Nuitka_CellObject type Nuitka_CellObject (line 274) | struct Nuitka_CellObject FILE: nuitka/build/static_src/CompiledCodeHelpers.c function _initBuiltinTypeMethods (line 17) | static void _initBuiltinTypeMethods(void) { function Py_ssize_t (line 65) | static Py_ssize_t ESTIMATE_RANGE(long low, long high, long step) { function PyObject (line 73) | static PyObject *_BUILTIN_RANGE_INT3(long low, long high, long step) { function PyObject (line 96) | static PyObject *_BUILTIN_RANGE_INT2(long low, long high) { return _BUIL... function PyObject (line 98) | static PyObject *_BUILTIN_RANGE_INT(long boundary) { function PyObject (line 141) | PyObject *BUILTIN_RANGE(PyThreadState *tstate, PyObject *boundary) { function PyObject (line 164) | PyObject *BUILTIN_RANGE2(PyThreadState *tstate, PyObject *low, PyObject ... function PyObject (line 210) | PyObject *BUILTIN_RANGE3(PyThreadState *tstate, PyObject *low, PyObject ... function getLengthOfRange (line 281) | static unsigned long getLengthOfRange(PyThreadState *tstate, long lo, lo... function PyObject (line 294) | PyObject *MAKE_XRANGE(PyThreadState *tstate, long start, long stop, long... function PyObject (line 317) | static PyObject *getLengthOfRange(PyThreadState *tstate, PyObject *start... function PyObject (line 404) | static PyObject *MAKE_XRANGE(PyThreadState *tstate, PyObject *start, PyO... function PyObject (line 436) | PyObject *BUILTIN_XRANGE1(PyThreadState *tstate, PyObject *high) { function PyObject (line 481) | PyObject *BUILTIN_XRANGE2(PyThreadState *tstate, PyObject *low, PyObject... function PyObject (line 514) | PyObject *BUILTIN_XRANGE3(PyThreadState *tstate, PyObject *low, PyObject... function PyObject (line 564) | PyObject *BUILTIN_ALL(PyThreadState *tstate, PyObject *value) { function PyObject (line 603) | PyObject *BUILTIN_LEN(PyThreadState *tstate, PyObject *value) { function PyObject (line 615) | PyObject *BUILTIN_ANY(PyThreadState *tstate, PyObject *value) { function PyObject (line 652) | PyObject *BUILTIN_ABS(PyObject *o) { function PyObject (line 665) | PyObject *BUILTIN_FORMAT(PyThreadState *tstate, PyObject *value, PyObjec... function PRINT_NEW_LINE_TO (line 683) | bool PRINT_NEW_LINE_TO(PyObject *file) { type Nuitka_ExceptionPreservationItem (line 806) | struct Nuitka_ExceptionPreservationItem function PRINT_REFCOUNT (line 835) | void PRINT_REFCOUNT(PyObject *object) { function PRINT_STRING (line 846) | bool PRINT_STRING(char const *str) { function PRINT_FORMAT (line 857) | bool PRINT_FORMAT(char const *fmt, ...) { function PRINT_REPR (line 868) | bool PRINT_REPR(PyObject *object) { function PRINT_NULL (line 895) | bool PRINT_NULL(void) { return PRINT_STRING(""); } function PRINT_TYPE (line 897) | bool PRINT_TYPE(PyObject *object) { return PRINT_ITEM((PyObject *)Py_TYP... function _PRINT_EXCEPTION (line 902) | void _PRINT_EXCEPTION(PyObject *exception_value) { function PRINT_CURRENT_EXCEPTION (line 931) | void PRINT_CURRENT_EXCEPTION(void) { function PRINT_PUBLISHED_EXCEPTION (line 942) | void PRINT_PUBLISHED_EXCEPTION(void) { function PRINT_TRACEBACK (line 952) | void PRINT_TRACEBACK(PyTracebackObject *traceback) { function PyObject (line 977) | PyObject *GET_STDOUT(void) { function PyObject (line 990) | PyObject *GET_STDERR(void) { function PRINT_NEW_LINE (line 1003) | bool PRINT_NEW_LINE(void) { return PRINT_NEW_LINE_TO(NULL); } function PRINT_ITEM (line 1005) | bool PRINT_ITEM(PyObject *object) { function set_slot (line 1015) | static void set_slot(PyObject **slot, PyObject *value) { function set_attr_slots (line 1022) | static void set_attr_slots(PyClassObject *klass) { function set_dict (line 1028) | static bool set_dict(PyClassObject *klass, PyObject *value) { function set_bases (line 1041) | static bool set_bases(PyClassObject *klass, PyObject *value) { function set_name (line 1077) | static bool set_name(PyClassObject *klass, PyObject *value) { function nuitka_class_setattr (line 1096) | static int nuitka_class_setattr(PyClassObject *klass, PyObject *attr_nam... function PyObject (line 1145) | static PyObject *nuitka_class_getattr(PyClassObject *klass, PyObject *at... function enhancePythonTypes (line 1188) | void enhancePythonTypes(void) { type Nuitka_QuickIterator (line 1206) | struct Nuitka_QuickIterator { function MAKE_QUICK_ITERATOR (line 1230) | static bool MAKE_QUICK_ITERATOR(PyThreadState *tstate, PyObject *sequenc... function PyObject (line 1254) | static PyObject *QUICK_ITERATOR_NEXT(PyThreadState *tstate, struct Nuitk... function PyObject (line 1312) | PyObject *BUILTIN_SUM1(PyThreadState *tstate, PyObject *sequence) { function PyObject (line 1450) | PyObject *BUILTIN_SUM2(PyThreadState *tstate, PyObject *sequence, PyObje... function Nuitka_BuiltinModule_SetAttr (line 1473) | int Nuitka_BuiltinModule_SetAttr(PyModuleObject *module, PyObject *name,... function PyObject (line 1542) | static PyObject *getPathSeparatorStringObject(void) { function PyObject (line 1556) | PyObject *JOIN_PATH2(PyObject *dirname, PyObject *filename) { function NUITKA_MAY_BE_UNUSED (line 1576) | NUITKA_MAY_BE_UNUSED static void stripFilenameW(wchar_t *path) { function wchar_t (line 1595) | wchar_t const *getBinaryDirectoryWideChars(bool resolve_symlinks) { function PyObject (line 1700) | static PyObject *getBinaryFilenameObject(bool resolve_symlinks) { function PyObject (line 1743) | PyObject *getBinaryDirectoryObject(bool resolve_symlinks) { function PyObject (line 1787) | PyObject *getStandaloneSysExecutablePath(PyObject *basename) { function HMODULE (line 1799) | static HMODULE getDllModuleHandle(void) { function filename_char_t (line 1814) | static filename_char_t const *getDllDirectory(void) { function PyObject (line 1836) | static PyObject *getDllDirectoryObject(void) { function PyObject (line 1864) | PyObject *getContainingDirectoryObject(bool resolve_symlinks) { function _initBuiltinModule (line 1887) | void _initBuiltinModule(void) { function PyObject (line 1949) | PyObject *MAKE_RELATIVE_PATH(PyObject *relative) { function _initBuiltinOriginalValues (line 1974) | void _initBuiltinOriginalValues(void) { function _initSlotIterNext (line 1998) | void _initSlotIterNext(void) { function PyObject (line 2023) | PyObject *MAKE_UNION_TYPE(PyObject *args) { FILE: nuitka/build/static_src/CompiledCoroutineType.c function Nuitka_MarkCoroutineAsFinished (line 33) | static void Nuitka_MarkCoroutineAsFinished(struct Nuitka_CoroutineObject... function Nuitka_MarkCoroutineAsRunning (line 43) | static void Nuitka_MarkCoroutineAsRunning(struct Nuitka_CoroutineObject ... function Nuitka_MarkCoroutineAsNotRunning (line 51) | static void Nuitka_MarkCoroutineAsNotRunning(struct Nuitka_CoroutineObje... type Nuitka_CoroutineObject (line 59) | struct Nuitka_CoroutineObject type Nuitka_ExceptionPreservationItem (line 61) | struct Nuitka_ExceptionPreservationItem function Nuitka_Coroutine_tp_hash (line 63) | static long Nuitka_Coroutine_tp_hash(struct Nuitka_CoroutineObject *coro... function PyObject (line 65) | static PyObject *Nuitka_Coroutine_get_name(struct Nuitka_CoroutineObject... function Nuitka_Coroutine_set_name (line 72) | static int Nuitka_Coroutine_set_name(struct Nuitka_CoroutineObject *coro... function PyObject (line 92) | static PyObject *Nuitka_Coroutine_get_qualname(struct Nuitka_CoroutineOb... function Nuitka_Coroutine_set_qualname (line 99) | static int Nuitka_Coroutine_set_qualname(struct Nuitka_CoroutineObject *... function PyObject (line 119) | static PyObject *Nuitka_Coroutine_get_cr_await(struct Nuitka_CoroutineOb... function PyObject (line 132) | static PyObject *Nuitka_Coroutine_get_code(struct Nuitka_CoroutineObject... function Nuitka_Coroutine_set_code (line 140) | static int Nuitka_Coroutine_set_code(struct Nuitka_CoroutineObject *coro... function PyObject (line 149) | static PyObject *Nuitka_Coroutine_get_frame(struct Nuitka_CoroutineObjec... function Nuitka_Coroutine_set_frame (line 162) | static int Nuitka_Coroutine_set_frame(struct Nuitka_CoroutineObject *cor... function Nuitka_Coroutine_release_closure (line 172) | static void Nuitka_Coroutine_release_closure(struct Nuitka_CoroutineObje... function PyObject (line 184) | static PyObject *_Nuitka_YieldFromCore(PyThreadState *tstate, PyObject *... function PyObject (line 270) | static PyObject *_Nuitka_YieldFromCoroutineCore(PyThreadState *tstate, s... function NUITKA_MAY_BE_UNUSED (line 298) | NUITKA_MAY_BE_UNUSED static void _PRINT_COROUTINE_STATUS(char const *des... function PyObject (line 332) | static PyObject *Nuitka_YieldFromCoroutineNext(PyThreadState *tstate, st... function PyObject (line 348) | static PyObject *Nuitka_YieldFromCoroutineInitial(PyThreadState *tstate,... function PySendResult (line 374) | static PySendResult _Nuitka_Coroutine_sendR(PyThreadState *tstate, struc... function PyObject (line 587) | static PyObject *_Nuitka_Coroutine_send(PyThreadState *tstate, struct Nu... function PyObject (line 616) | static PyObject *Nuitka_Coroutine_send(struct Nuitka_CoroutineObject *co... function _Nuitka_Coroutine_close (line 640) | static bool _Nuitka_Coroutine_close(PyThreadState *tstate, struct Nuitka... function PyObject (line 665) | static PyObject *Nuitka_Coroutine_close(struct Nuitka_CoroutineObject *c... type Nuitka_AsyncgenAsendObject (line 680) | struct Nuitka_AsyncgenAsendObject type Nuitka_AsyncgenAsendObject (line 681) | struct Nuitka_AsyncgenAsendObject type Nuitka_ExceptionPreservationItem (line 682) | struct Nuitka_ExceptionPreservationItem type Nuitka_ExceptionPreservationItem (line 686) | struct Nuitka_ExceptionPreservationItem function PyObject (line 694) | static PyObject *_Nuitka_Coroutine_throw2(PyThreadState *tstate, struct ... function PyObject (line 935) | static PyObject *Nuitka_Coroutine_throw(struct Nuitka_CoroutineObject *c... function PyObject (line 979) | static PyObject *Nuitka_Coroutine_tp_repr(struct Nuitka_CoroutineObject ... function Nuitka_Coroutine_tp_traverse (line 987) | static long Nuitka_Coroutine_tp_traverse(struct Nuitka_CoroutineObject *... type Nuitka_CoroutineWrapperObject (line 1002) | struct Nuitka_CoroutineWrapperObject function PyObject (line 1005) | static PyObject *Nuitka_Coroutine_await(struct Nuitka_CoroutineObject *c... function PySendResult (line 1036) | static PySendResult _Nuitka_Coroutine_am_send(struct Nuitka_CoroutineObj... function Nuitka_Coroutine_tp_finalize (line 1060) | static void Nuitka_Coroutine_tp_finalize(struct Nuitka_CoroutineObject *... type Nuitka_CoroutineObject (line 1081) | struct Nuitka_CoroutineObject function Nuitka_Coroutine_tp_dealloc (line 1084) | static void Nuitka_Coroutine_tp_dealloc(struct Nuitka_CoroutineObject *c... type Nuitka_CoroutineObject (line 1166) | struct Nuitka_CoroutineObject type Nuitka_CoroutineObject (line 1168) | struct Nuitka_CoroutineObject type Nuitka_CoroutineObject (line 1186) | struct Nuitka_CoroutineObject type Nuitka_CellObject (line 1187) | struct Nuitka_CellObject type Nuitka_CoroutineObject (line 1208) | struct Nuitka_CoroutineObject function Nuitka_CoroutineWrapper_tp_dealloc (line 1234) | static void Nuitka_CoroutineWrapper_tp_dealloc(struct Nuitka_CoroutineWr... function PyObject (line 1255) | static PyObject *Nuitka_CoroutineWrapper_tp_iternext(struct Nuitka_Corou... function Nuitka_CoroutineWrapper_tp_traverse (line 1261) | static int Nuitka_CoroutineWrapper_tp_traverse(struct Nuitka_CoroutineWr... function PyObject (line 1268) | static PyObject *Nuitka_CoroutineWrapper_send(struct Nuitka_CoroutineWra... function PyObject (line 1275) | static PyObject *Nuitka_CoroutineWrapper_throw(struct Nuitka_CoroutineWr... function PyObject (line 1282) | static PyObject *Nuitka_CoroutineWrapper_close(struct Nuitka_CoroutineWr... function PyObject (line 1288) | static PyObject *Nuitka_CoroutineWrapper_tp_repr(struct Nuitka_Coroutine... type Nuitka_CoroutineWrapperObject (line 1305) | struct Nuitka_CoroutineWrapperObject function Nuitka_PyInterpreterFrame_GetLine (line 1347) | static int Nuitka_PyInterpreterFrame_GetLine(_PyInterpreterFrame *frame) { function PyObject (line 1355) | static PyObject *computeCoroutineOrigin(int origin_depth) { function PyObject (line 1385) | static PyObject *computeCoroutineOrigin(int origin_depth) { function PyObject (line 1414) | PyObject *Nuitka_Coroutine_New(PyThreadState *tstate, coroutine_code cod... function PyCodeObject (line 1492) | static inline PyCodeObject *_Nuitka_PyGen_GetCode(PyGenObject *gen) { function gen_is_coroutine (line 1501) | static int gen_is_coroutine(PyObject *object) { function PyObject (line 1513) | static PyObject *Nuitka_GetAwaitableIter(PyThreadState *tstate, PyObject... function FORMAT_AWAIT_ERROR (line 1563) | static void FORMAT_AWAIT_ERROR(PyThreadState *tstate, PyObject *value, i... function PyObject (line 1580) | PyObject *ASYNC_AWAIT(PyThreadState *tstate, PyObject *awaitable, int aw... type Nuitka_AIterWrapper (line 1630) | struct Nuitka_AIterWrapper { function PyObject (line 1637) | static PyObject *Nuitka_AIterWrapper_tp_repr(struct Nuitka_AIterWrapper ... function PyObject (line 1641) | static PyObject *Nuitka_AIterWrapper_iternext(struct Nuitka_AIterWrapper... function Nuitka_AIterWrapper_traverse (line 1664) | static int Nuitka_AIterWrapper_traverse(struct Nuitka_AIterWrapper *aw, ... type Nuitka_AIterWrapper (line 1671) | struct Nuitka_AIterWrapper function Nuitka_AIterWrapper_dealloc (line 1674) | static void Nuitka_AIterWrapper_dealloc(struct Nuitka_AIterWrapper *aw) { type Nuitka_AIterWrapper (line 1697) | struct Nuitka_AIterWrapper function PyObject (line 1736) | static PyObject *Nuitka_AIterWrapper_New(PyObject *aiter) { function PyObject (line 1758) | PyObject *ASYNC_MAKE_ITERATOR(PyThreadState *tstate, PyObject *value) { function PyObject (line 1830) | PyObject *ASYNC_ITERATOR_NEXT(PyThreadState *tstate, PyObject *value) { function _initCompiledCoroutineTypes (line 1878) | static void _initCompiledCoroutineTypes(void) { FILE: nuitka/build/static_src/CompiledFrameType.c function PyObject (line 39) | static PyObject *Nuitka_Frame_get_exc_traceback(struct Nuitka_FrameObjec... function Nuitka_Frame_set_exc_traceback (line 54) | static int Nuitka_Frame_set_exc_traceback(struct Nuitka_FrameObject *fra... function PyObject (line 71) | static PyObject *Nuitka_Frame_get_exc_type(struct Nuitka_FrameObject *fr... function Nuitka_Frame_set_exc_type (line 88) | static int Nuitka_Frame_set_exc_type(struct Nuitka_FrameObject *frame, P... function PyObject (line 107) | static PyObject *Nuitka_Frame_get_exc_value(struct Nuitka_FrameObject *f... function Nuitka_Frame_set_exc_value (line 124) | static int Nuitka_Frame_set_exc_value(struct Nuitka_FrameObject *frame, ... function PyObject (line 142) | static PyObject *Nuitka_Frame_get_restricted(struct Nuitka_FrameObject *... function PyObject (line 153) | static PyObject *Nuitka_Frame_getlocals(struct Nuitka_FrameObject *nuitk... function PyObject (line 238) | static PyObject *Nuitka_Frame_getlineno(struct Nuitka_FrameObject *frame... function PyObject (line 246) | static PyObject *Nuitka_Frame_gettrace(struct Nuitka_FrameObject *frame,... function Nuitka_Frame_settrace (line 256) | static int Nuitka_Frame_settrace(struct Nuitka_FrameObject *frame, PyObj... function PyObject (line 268) | static PyObject *Nuitka_Frame_gettracelines(struct Nuitka_FrameObject *f... function Nuitka_Frame_settracelines (line 278) | static int Nuitka_Frame_settracelines(struct Nuitka_FrameObject *frame, ... function PyObject (line 289) | static PyObject *Nuitka_Frame_gettraceopcodes(struct Nuitka_FrameObject ... function Nuitka_Frame_settraceopcodes (line 299) | static int Nuitka_Frame_settraceopcodes(struct Nuitka_FrameObject *frame... function PyObject (line 312) | static PyObject *Nuitka_Frame_getback(struct Nuitka_FrameObject *frame, ... function PyObject (line 341) | static PyObject *Nuitka_Frame_tp_repr(struct Nuitka_FrameObject *nuitka_... function Nuitka_Frame_tp_clear (line 360) | static void Nuitka_Frame_tp_clear(struct Nuitka_FrameObject *frame) { type Nuitka_FrameObject (line 409) | struct Nuitka_FrameObject function Nuitka_Frame_tp_dealloc (line 412) | static void Nuitka_Frame_tp_dealloc(struct Nuitka_FrameObject *nuitka_fr... function Nuitka_Frame_tp_traverse (line 473) | static int Nuitka_Frame_tp_traverse(struct Nuitka_FrameObject *frame, vi... function PyObject (line 543) | static PyObject *Nuitka_Frame_clear(struct Nuitka_FrameObject *frame) { function Py_ssize_t (line 625) | static inline Py_ssize_t Nuitka_Frame_GetSize(struct Nuitka_FrameObject ... function PyObject (line 637) | static PyObject *Nuitka_Frame_sizeof(struct Nuitka_FrameObject *frame) { type Nuitka_FrameObject (line 654) | struct Nuitka_FrameObject function _initCompiledFrameType (line 686) | void _initCompiledFrameType(void) { type Nuitka_FrameObject (line 723) | struct Nuitka_FrameObject type Nuitka_FrameObject (line 738) | struct Nuitka_FrameObject type Nuitka_FrameObject (line 809) | struct Nuitka_FrameObject type Nuitka_FrameObject (line 816) | struct Nuitka_FrameObject type Nuitka_FrameObject (line 830) | struct Nuitka_FrameObject function Nuitka_Frame_AttachLocals (line 981) | void Nuitka_Frame_AttachLocals(struct Nuitka_FrameObject *frame_object, ... function dumpFrameStack (line 1077) | void dumpFrameStack(void) { function PRINT_UNCOMPILED_FRAME (line 1141) | static void PRINT_UNCOMPILED_FRAME(char const *prefix, PyFrameObject *fr... function PRINT_COMPILED_FRAME (line 1162) | void PRINT_COMPILED_FRAME(char const *prefix, struct Nuitka_FrameObject ... function PRINT_INTERPRETER_FRAME (line 1166) | void PRINT_INTERPRETER_FRAME(char const *prefix, Nuitka_ThreadStateFrame... function PRINT_TOP_FRAME (line 1187) | void PRINT_TOP_FRAME(char const *prefix) { FILE: nuitka/build/static_src/CompiledFunctionType.c function PyObject (line 27) | static PyObject *Nuitka_Function_descr_get(PyObject *function, PyObject ... function PyObject (line 43) | static PyObject *Nuitka_Function_tp_repr(struct Nuitka_FunctionObject *f... function Nuitka_Function_tp_traverse (line 57) | static long Nuitka_Function_tp_traverse(struct Nuitka_FunctionObject *fu... function Nuitka_Function_tp_hash (line 73) | static long Nuitka_Function_tp_hash(struct Nuitka_FunctionObject *functi... function PyObject (line 81) | static PyObject *Nuitka_Function_get_name(struct Nuitka_FunctionObject *... function Nuitka_Function_set_name (line 93) | static int Nuitka_Function_set_name(struct Nuitka_FunctionObject *functi... function PyObject (line 122) | static PyObject *Nuitka_Function_get_qualname(struct Nuitka_FunctionObje... function Nuitka_Function_set_qualname (line 134) | static int Nuitka_Function_set_qualname(struct Nuitka_FunctionObject *fu... function PyObject (line 156) | static PyObject *Nuitka_Function_get_doc(struct Nuitka_FunctionObject *f... function Nuitka_Function_set_doc (line 173) | static int Nuitka_Function_set_doc(struct Nuitka_FunctionObject *functio... function PyObject (line 189) | static PyObject *Nuitka_Function_get_dict(struct Nuitka_FunctionObject *... function Nuitka_Function_set_dict (line 204) | static int Nuitka_Function_set_dict(struct Nuitka_FunctionObject *functi... function PyObject (line 234) | static PyObject *Nuitka_Function_get_code(struct Nuitka_FunctionObject *... function Nuitka_Function_set_code (line 244) | static int Nuitka_Function_set_code(struct Nuitka_FunctionObject *functi... function PyObject (line 254) | static PyObject *Nuitka_Function_get_compiled(struct Nuitka_FunctionObje... function Nuitka_Function_set_compiled (line 266) | static int Nuitka_Function_set_compiled(struct Nuitka_FunctionObject *fu... function PyObject (line 276) | static PyObject *Nuitka_Function_get_compiled_constant(struct Nuitka_Fun... function Nuitka_Function_set_compiled_constant (line 295) | static int Nuitka_Function_set_compiled_constant(struct Nuitka_FunctionO... function PyObject (line 306) | static PyObject *Nuitka_Function_get_closure(struct Nuitka_FunctionObjec... function Nuitka_Function_set_closure (line 319) | static int Nuitka_Function_set_closure(struct Nuitka_FunctionObject *fun... function PyObject (line 337) | static PyObject *Nuitka_Function_get_defaults(struct Nuitka_FunctionObje... function _onUpdatedCompiledFunctionDefaultsValue (line 349) | static void _onUpdatedCompiledFunctionDefaultsValue(struct Nuitka_Functi... function Nuitka_Function_set_defaults (line 360) | static int Nuitka_Function_set_defaults(struct Nuitka_FunctionObject *fu... function PyObject (line 390) | static PyObject *Nuitka_Function_get_kwdefaults(struct Nuitka_FunctionOb... function Nuitka_Function_set_kwdefaults (line 406) | static int Nuitka_Function_set_kwdefaults(struct Nuitka_FunctionObject *... function PyObject (line 437) | static PyObject *Nuitka_Function_get_annotations(struct Nuitka_FunctionO... function Nuitka_Function_set_annotations (line 451) | static int Nuitka_Function_set_annotations(struct Nuitka_FunctionObject ... function Nuitka_Function_set_globals (line 475) | static int Nuitka_Function_set_globals(struct Nuitka_FunctionObject *fun... function PyObject (line 486) | static PyObject *Nuitka_Function_get_globals(struct Nuitka_FunctionObjec... function Nuitka_Function_set_builtins (line 499) | static int Nuitka_Function_set_builtins(struct Nuitka_FunctionObject *fu... function PyObject (line 510) | static PyObject *Nuitka_Function_get_builtins(struct Nuitka_FunctionObje... function Nuitka_Function_set_module (line 520) | static int Nuitka_Function_set_module(struct Nuitka_FunctionObject *func... function PyObject (line 537) | static PyObject *Nuitka_Function_get_module(struct Nuitka_FunctionObject... function PyObject (line 604) | static PyObject *Nuitka_Function_reduce(struct Nuitka_FunctionObject *fu... function PyObject (line 621) | static PyObject *Nuitka_Function_clone(struct Nuitka_FunctionObject *fun... type Nuitka_FunctionObject (line 674) | struct Nuitka_FunctionObject function Nuitka_Function_tp_dealloc (line 677) | static void Nuitka_Function_tp_dealloc(struct Nuitka_FunctionObject *fun... type Nuitka_FunctionObject (line 741) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 745) | struct Nuitka_FunctionObject type Nuitka_CellObject (line 746) | struct Nuitka_CellObject type Nuitka_FunctionObject (line 751) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 778) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 788) | struct Nuitka_FunctionObject function _initCompiledFunctionType (line 807) | void _initCompiledFunctionType(void) { function PyObject (line 949) | static PyObject *_Nuitka_FunctionEmptyCodeNoneImpl(PyThreadState *tstate... function PyObject (line 967) | static PyObject *_Nuitka_FunctionEmptyCodeTrueImpl(PyThreadState *tstate... function PyObject (line 985) | static PyObject *_Nuitka_FunctionEmptyCodeFalseImpl(PyThreadState *tstat... function PyObject (line 1003) | static PyObject *_Nuitka_FunctionEmptyCodeGenericImpl(PyThreadState *tst... function Nuitka_Function_EnableConstReturnTrue (line 1022) | void Nuitka_Function_EnableConstReturnTrue(struct Nuitka_FunctionObject ... function Nuitka_Function_EnableConstReturnFalse (line 1027) | void Nuitka_Function_EnableConstReturnFalse(struct Nuitka_FunctionObject... function Nuitka_Function_EnableConstReturnGeneric (line 1032) | void Nuitka_Function_EnableConstReturnGeneric(struct Nuitka_FunctionObje... function Nuitka_Function_GetFunctionCodeIndex (line 1038) | int Nuitka_Function_GetFunctionCodeIndex(struct Nuitka_FunctionObject *f... type Nuitka_FunctionObject (line 1083) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 1134) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 1173) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 1179) | struct Nuitka_FunctionObject type Nuitka_CellObject (line 1181) | struct Nuitka_CellObject type Nuitka_FunctionObject (line 1183) | struct Nuitka_FunctionObject type Nuitka_CellObject (line 1186) | struct Nuitka_CellObject type Nuitka_FunctionObject (line 1194) | struct Nuitka_FunctionObject type Nuitka_CellObject (line 1199) | struct Nuitka_CellObject function formatErrorNoArgumentAllowedKwSplit (line 1303) | static void formatErrorNoArgumentAllowedKwSplit(struct Nuitka_FunctionOb... function formatErrorNoArgumentAllowed (line 1316) | static void formatErrorNoArgumentAllowed(struct Nuitka_FunctionObject co... function formatErrorMultipleValuesGiven (line 1345) | static void formatErrorMultipleValuesGiven(struct Nuitka_FunctionObject ... function formatErrorTooFewArguments (line 1362) | static void formatErrorTooFewArguments(PyThreadState *tstate, struct Nui... function formatErrorTooFewArguments (line 1392) | static void formatErrorTooFewArguments(PyThreadState *tstate, struct Nui... function formatErrorTooManyArguments (line 1466) | static void formatErrorTooManyArguments(struct Nuitka_FunctionObject con... function formatErrorTooFewKwOnlyArguments (line 1519) | static void formatErrorTooFewKwOnlyArguments(PyThreadState *tstate, stru... function formatErrorKeywordsMustBeString (line 1595) | static void formatErrorKeywordsMustBeString(PyThreadState *tstate, struc... function checkKeywordType (line 1604) | static inline bool checkKeywordType(PyObject *arg_name) { function RICH_COMPARE_EQ_CBOOL_ARG_NAMES (line 1612) | static inline bool RICH_COMPARE_EQ_CBOOL_ARG_NAMES(PyObject *operand1, P... type Nuitka_FunctionObject (line 1636) | struct Nuitka_FunctionObject function Py_ssize_t (line 1639) | static Py_ssize_t handleKeywordArgs(PyThreadState *tstate, struct Nuitka... type Nuitka_FunctionObject (line 1751) | struct Nuitka_FunctionObject function Py_ssize_t (line 1754) | static Py_ssize_t handleKeywordArgsSplit(struct Nuitka_FunctionObject co... function MAKE_STAR_DICT_DICTIONARY_COPY (line 1864) | static bool MAKE_STAR_DICT_DICTIONARY_COPY(PyThreadState *tstate, struct... type Nuitka_FunctionObject (line 1884) | struct Nuitka_FunctionObject function Py_ssize_t (line 1887) | static Py_ssize_t handleKeywordArgsWithStarDict(PyThreadState *tstate, s... type Nuitka_FunctionObject (line 1940) | struct Nuitka_FunctionObject function Py_ssize_t (line 1943) | static Py_ssize_t handleKeywordArgsSplitWithStarDict(PyThreadState *tstate, function makeStarListTupleCopy (line 2003) | static void makeStarListTupleCopy(struct Nuitka_FunctionObject const *fu... function makeStarListTupleCopyMethod (line 2018) | static void makeStarListTupleCopyMethod(struct Nuitka_FunctionObject con... type Nuitka_FunctionObject (line 2033) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 2120) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 2225) | struct Nuitka_FunctionObject type Nuitka_FunctionObject (line 2229) | struct Nuitka_FunctionObject function _handleArgumentsPlain (line 2233) | static bool _handleArgumentsPlain(PyThreadState *tstate, struct Nuitka_F... function releaseParameters (line 2355) | static void releaseParameters(struct Nuitka_FunctionObject const *functi... function parseArgumentsPos (line 2363) | static bool parseArgumentsPos(PyThreadState *tstate, struct Nuitka_Funct... function parseArgumentsEmpty (line 2422) | static bool parseArgumentsEmpty(PyThreadState *tstate, struct Nuitka_Fun... function parseArgumentsMethodPos (line 2427) | static bool parseArgumentsMethodPos(PyThreadState *tstate, struct Nuitka... function parseArgumentsFullKwSplit (line 2473) | static bool parseArgumentsFullKwSplit(PyThreadState *tstate, struct Nuit... function parseArgumentsFull (line 2562) | static bool parseArgumentsFull(PyThreadState *tstate, struct Nuitka_Func... function PyObject (line 2653) | PyObject *Nuitka_CallFunctionNoArgs(PyThreadState *tstate, struct Nuitka... function PyObject (line 2664) | PyObject *Nuitka_CallFunctionPosArgs(PyThreadState *tstate, struct Nuitk... function PyObject (line 2676) | PyObject *Nuitka_CallFunctionPosArgsKwArgs(PyThreadState *tstate, struct... function PyObject (line 2688) | PyObject *Nuitka_CallFunctionPosArgsKwSplit(PyThreadState *tstate, struc... function PyObject (line 2701) | PyObject *Nuitka_CallMethodFunctionNoArgs(PyThreadState *tstate, struct ... function PyObject (line 2713) | PyObject *Nuitka_CallMethodFunctionPosArgs(PyThreadState *tstate, struct... function PyObject (line 2725) | PyObject *Nuitka_CallMethodFunctionPosArgsKwArgs(PyThreadState *tstate, ... function Py_ssize_t (line 2737) | static Py_ssize_t _handleVectorcallKeywordArgs(PyThreadState *tstate, st... function MAKE_STAR_DICT_DICTIONARY_COPY38 (line 2836) | static bool MAKE_STAR_DICT_DICTIONARY_COPY38(PyThreadState *tstate, stru... function Py_ssize_t (line 2862) | static Py_ssize_t handleVectorcallKeywordArgsWithStarDict(PyThreadState ... function parseArgumentsVectorcall (line 2911) | static bool parseArgumentsVectorcall(PyThreadState *tstate, struct Nuitk... function PyObject (line 3004) | PyObject *Nuitka_CallFunctionVectorcall(PyThreadState *tstate, struct Nu... function PyObject (line 3016) | static PyObject *Nuitka_Function_tp_call(struct Nuitka_FunctionObject *f... function PyObject (line 3061) | static PyObject *Nuitka_Function_tp_vectorcall(struct Nuitka_FunctionObj... FILE: nuitka/build/static_src/CompiledGeneratorType.c function NUITKA_MAY_BE_UNUSED (line 31) | NUITKA_MAY_BE_UNUSED static void _PRINT_GENERATOR_STATUS(char const *des... function NUITKA_MAY_BE_UNUSED (line 68) | NUITKA_MAY_BE_UNUSED static void PRINT_COROUTINE_VALUE(char const *name,... function NUITKA_MAY_BE_UNUSED (line 78) | NUITKA_MAY_BE_UNUSED static void PRINT_COROUTINE_STRING(char const *name... function Nuitka_MarkGeneratorAsFinished (line 86) | static void Nuitka_MarkGeneratorAsFinished(struct Nuitka_GeneratorObject... function Nuitka_MarkGeneratorAsRunning (line 96) | static void Nuitka_MarkGeneratorAsRunning(struct Nuitka_GeneratorObject ... function Nuitka_MarkGeneratorAsNotRunning (line 104) | static void Nuitka_MarkGeneratorAsNotRunning(struct Nuitka_GeneratorObje... function PyObject (line 112) | static PyObject *Nuitka_Generator_tp_repr(struct Nuitka_GeneratorObject ... function Nuitka_Generator_tp_traverse (line 122) | static long Nuitka_Generator_tp_traverse(struct Nuitka_GeneratorObject *... function Nuitka_Generator_release_closure (line 139) | static void Nuitka_Generator_release_closure(struct Nuitka_GeneratorObje... function PyObject (line 151) | static PyObject *ERROR_GET_STOP_ITERATION_VALUE(PyThreadState *tstate) { function PyObject (line 183) | static PyObject *Nuitka_CallGeneratorThrowMethod(PyObject *throw_method, type Nuitka_GeneratorObject (line 203) | struct Nuitka_GeneratorObject type Nuitka_ExceptionPreservationItem (line 204) | struct Nuitka_ExceptionPreservationItem type Nuitka_CoroutineObject (line 206) | struct Nuitka_CoroutineObject type Nuitka_ExceptionPreservationItem (line 207) | struct Nuitka_ExceptionPreservationItem function PyObject (line 210) | static PyObject *_Nuitka_YieldFromPassExceptionTo(PyThreadState *tstate,... function PyObject (line 303) | static PyObject *_Nuitka_YieldFromGeneratorCore(PyThreadState *tstate, s... function PyObject (line 383) | static PyObject *Nuitka_YieldFromGeneratorCore(PyThreadState *tstate, st... function PyObject (line 415) | static PyObject *Nuitka_YieldFromGeneratorNext(PyThreadState *tstate, st... function PyObject (line 438) | static PyObject *Nuitka_YieldFromGeneratorInitial(PyThreadState *tstate,... function _Nuitka_GeneratorPopFrame (line 453) | static void _Nuitka_GeneratorPopFrame(PyThreadState *tstate, Nuitka_Thre... function RAISE_RUNTIME_ERROR_RAISED_STOP_ITERATION (line 464) | static void RAISE_RUNTIME_ERROR_RAISED_STOP_ITERATION(PyThreadState *tst... function PyObject (line 493) | static PyObject *_Nuitka_Generator_send(PyThreadState *tstate, struct Nu... function PyObject (line 732) | static PyObject *Nuitka_Generator_send(struct Nuitka_GeneratorObject *ge... function PyObject (line 763) | static PyObject *Nuitka_Generator_tp_iternext(struct Nuitka_GeneratorObj... function PyObject (line 776) | PyObject *Nuitka_Generator_qiter(PyThreadState *tstate, struct Nuitka_Ge... function DROP_ERROR_OCCURRED_GENERATOR_EXIT_OR_STOP_ITERATION (line 798) | static bool DROP_ERROR_OCCURRED_GENERATOR_EXIT_OR_STOP_ITERATION(PyThrea... function _Nuitka_Generator_close (line 811) | static bool _Nuitka_Generator_close(PyThreadState *tstate, struct Nuitka... function PyObject (line 844) | static PyObject *Nuitka_Generator_close(struct Nuitka_GeneratorObject *g... function _Nuitka_Generator_check_throw2 (line 858) | static bool _Nuitka_Generator_check_throw2(PyThreadState *tstate, type Nuitka_GeneratorObject (line 915) | struct Nuitka_GeneratorObject type Nuitka_CoroutineObject (line 917) | struct Nuitka_CoroutineObject type Nuitka_AsyncgenObject (line 919) | struct Nuitka_AsyncgenObject function Nuitka_gen_close_iter (line 924) | static bool Nuitka_gen_close_iter(PyThreadState *tstate, PyObject *yield... type Nuitka_AsyncgenAsendObject (line 1000) | struct Nuitka_AsyncgenAsendObject type Nuitka_AsyncgenAsendObject (line 1001) | struct Nuitka_AsyncgenAsendObject type Nuitka_ExceptionPreservationItem (line 1002) | struct Nuitka_ExceptionPreservationItem function PyObject (line 1005) | static PyObject *_Nuitka_Generator_throw2(PyThreadState *tstate, struct ... function PyObject (line 1232) | static PyObject *Nuitka_Generator_throw(struct Nuitka_GeneratorObject *g... function Nuitka_Generator_tp_finalizer (line 1269) | static void Nuitka_Generator_tp_finalizer(struct Nuitka_GeneratorObject ... type Nuitka_GeneratorObject (line 1291) | struct Nuitka_GeneratorObject function Nuitka_Generator_tp_dealloc (line 1294) | static void Nuitka_Generator_tp_dealloc(struct Nuitka_GeneratorObject *g... function Nuitka_Generator_tp_hash (line 1355) | static long Nuitka_Generator_tp_hash(struct Nuitka_GeneratorObject *gene... function PyObject (line 1357) | static PyObject *Nuitka_Generator_get_name(struct Nuitka_GeneratorObject... function Nuitka_Generator_set_name (line 1364) | static int Nuitka_Generator_set_name(struct Nuitka_GeneratorObject *gene... function PyObject (line 1381) | static PyObject *Nuitka_Generator_get_qualname(struct Nuitka_GeneratorOb... function Nuitka_Generator_set_qualname (line 1387) | static int Nuitka_Generator_set_qualname(struct Nuitka_GeneratorObject *... function PyObject (line 1404) | static PyObject *Nuitka_Generator_get_yieldfrom(struct Nuitka_GeneratorO... function PyObject (line 1416) | static PyObject *Nuitka_Generator_get_code(struct Nuitka_GeneratorObject... function Nuitka_Generator_set_code (line 1422) | static int Nuitka_Generator_set_code(struct Nuitka_GeneratorObject *gene... function PyObject (line 1429) | static PyObject *Nuitka_Generator_get_frame(struct Nuitka_GeneratorObjec... function Nuitka_Generator_set_frame (line 1442) | static int Nuitka_Generator_set_frame(struct Nuitka_GeneratorObject *gen... function PyObject (line 1449) | static PyObject *Nuitka_Generator_get_running(struct Nuitka_GeneratorObj... function Nuitka_Generator_set_running (line 1462) | static int Nuitka_Generator_set_running(struct Nuitka_GeneratorObject *g... type Nuitka_GeneratorObject (line 1512) | struct Nuitka_GeneratorObject type Nuitka_CellObject (line 1513) | struct Nuitka_CellObject type Nuitka_GeneratorObject (line 1543) | struct Nuitka_GeneratorObject function _initCompiledGeneratorType (line 1579) | void _initCompiledGeneratorType(void) { function PyObject (line 1627) | PyObject *Nuitka_Generator_New(generator_code code, PyObject *module, Py... function PyObject (line 1706) | static PyObject *_EMPTY_GENERATOR_CONTEXT(PyThreadState *tstate, struct ... function PyObject (line 1711) | PyObject *Nuitka_Generator_NewEmpty(PyObject *module, PyObject *name, FILE: nuitka/build/static_src/CompiledGeneratorTypeUncompiledIntegration.c type Nuitka_ExceptionPreservationItem (line 23) | struct Nuitka_ExceptionPreservationItem function Nuitka_SetStopIterationValue (line 27) | static void Nuitka_SetStopIterationValue(PyThreadState *tstate, PyObject... function Nuitka_PyGen_exc_state_clear (line 55) | static inline void Nuitka_PyGen_exc_state_clear(_PyErr_StackItem *exc_st... function Nuitka_PyFrameHasCompleted (line 85) | static inline bool Nuitka_PyFrameHasCompleted(PyFrameObject *const frame) { type Nuitka_ExceptionPreservationItem (line 349) | struct Nuitka_ExceptionPreservationItem function PyObject (line 736) | PyObject *Nuitka_PyGen_yf(PyGenObject *gen) { function PyFrameObject (line 761) | static PyFrameObject *_Nuitka_PyFrame_New_NoTrack(PyCodeObject *code) { function PyFrameObject (line 781) | static PyFrameObject *_Nuitka_PyFrame_MakeAndSetFrameObject(PyThreadStat... function PyFrameObject (line 815) | static inline PyFrameObject *_Nuitka_PyFrame_GetFrameObject(PyThreadStat... function _Nuitka_take_ownership (line 829) | static void _Nuitka_take_ownership(PyThreadState *tstate, PyFrameObject ... function _Nuitka_PyFrame_Clear (line 868) | static void _Nuitka_PyFrame_Clear(PyThreadState *tstate, _PyInterpreterF... function PySendResult (line 900) | static PySendResult Nuitka_PyGen_gen_send_ex2(PyThreadState *tstate, PyG... function PyObject (line 1006) | static PyObject *Nuitka_PyGen_gen_send_ex(PyThreadState *tstate, PyGenOb... function PyObject (line 1033) | static PyObject *Nuitka_UncompiledGenerator_throw(PyThreadState *tstate,... function else (line 1250) | else if (PyAsyncGen_CheckExact(gen)) { function else (line 1289) | else if (PyAsyncGen_CheckExact(gen)) { function else (line 1358) | else if (result == NULL && PyErr_ExceptionMatches(PyExc_StopIteration)) { function PyObject (line 1457) | static PyObject *Nuitka_UncompiledGenerator_throw(PyThreadState *tstate,... function Nuitka_PyGen_gen_close_iter (line 1612) | static int Nuitka_PyGen_gen_close_iter(PyThreadState *tstate, PyObject *... function PyObject (line 1650) | static PyObject *Nuitka_PyGen_gen_close(PyThreadState *tstate, PyGenObje... FILE: nuitka/build/static_src/CompiledMethodType.c function PyObject (line 18) | static PyObject *Nuitka_Method_get__doc__(struct Nuitka_MethodObject *me... function PyObject (line 46) | static PyObject *Nuitka_Method_reduce(struct Nuitka_MethodObject *method) { function PyObject (line 70) | static PyObject *Nuitka_Method_reduce_ex(struct Nuitka_MethodObject *met... function PyObject (line 110) | static PyObject *Nuitka_Method_deepcopy(struct Nuitka_MethodObject *meth... function PyObject (line 140) | static PyObject *Nuitka_Method_tp_vectorcall(struct Nuitka_MethodObject ... function PyObject (line 197) | static PyObject *Nuitka_Method_tp_call(struct Nuitka_MethodObject *metho... function PyObject (line 248) | static PyObject *Nuitka_Method_tp_descr_get(struct Nuitka_MethodObject *... function PyObject (line 270) | static PyObject *Nuitka_Method_tp_getattro(struct Nuitka_MethodObject *m... function Nuitka_Method_tp_traverse (line 287) | static long Nuitka_Method_tp_traverse(struct Nuitka_MethodObject *method... function PyObject (line 296) | static PyObject *Nuitka_Method_tp_repr(struct Nuitka_MethodObject *metho... function Nuitka_Method_tp_compare (line 342) | static int Nuitka_Method_tp_compare(struct Nuitka_MethodObject *a, struc... function PyObject (line 359) | static PyObject *Nuitka_Method_tp_richcompare(struct Nuitka_MethodObject... function Nuitka_Method_tp_hash (line 406) | static long Nuitka_Method_tp_hash(struct Nuitka_MethodObject *method) { type Nuitka_MethodObject (line 412) | struct Nuitka_MethodObject function Nuitka_Method_tp_dealloc (line 415) | static void Nuitka_Method_tp_dealloc(struct Nuitka_MethodObject *method) { function PyObject (line 448) | static PyObject *Nuitka_Method_tp_new(PyTypeObject *type, PyObject *args... type Nuitka_MethodObject (line 495) | struct Nuitka_MethodObject type Nuitka_MethodObject (line 501) | struct Nuitka_MethodObject type Nuitka_MethodObject (line 532) | struct Nuitka_MethodObject function _initCompiledMethodType (line 561) | void _initCompiledMethodType(void) { function PyObject (line 565) | PyObject *Nuitka_Method_New(struct Nuitka_FunctionObject *function, PyOb... FILE: nuitka/build/static_src/HelpersAllocator.c type GCState (line 11) | typedef struct _gc_runtime_state GCState; function Nuitka_gc_is_collecting (line 16) | static inline bool Nuitka_gc_is_collecting(PyGC_Head *g) { return (g->_g... function Nuitka_gc_clear_collecting (line 18) | static inline void Nuitka_gc_clear_collecting(PyGC_Head *g) { g->_gc_pre... function Py_ssize_t (line 20) | static inline Py_ssize_t Nuitka_gc_get_refs(PyGC_Head *g) { return (Py_s... function Nuitka_gc_set_refs (line 22) | static inline void Nuitka_gc_set_refs(PyGC_Head *g, Py_ssize_t refs) { function Nuitka_gc_reset_refs (line 26) | static inline void Nuitka_gc_reset_refs(PyGC_Head *g, Py_ssize_t refs) { function Nuitka_gc_decref (line 31) | static inline void Nuitka_gc_decref(PyGC_Head *g) { g->_gc_prev -= 1 << ... function Nuitka_invoke_gc_callback (line 37) | static void Nuitka_invoke_gc_callback(PyThreadState *tstate, const char ... function Nuitka_gc_list_is_empty (line 80) | static inline bool Nuitka_gc_list_is_empty(PyGC_Head *list) { return (li... function Nuitka_gc_list_init (line 82) | static inline void Nuitka_gc_list_init(PyGC_Head *list) { function Nuitka_gc_list_merge (line 87) | static void Nuitka_gc_list_merge(PyGC_Head *from, PyGC_Head *to) { function Nuitka_update_refs (line 106) | static void Nuitka_update_refs(PyGC_Head *containers) { function Nuitka_visit_decref (line 112) | static int Nuitka_visit_decref(PyObject *op, void *parent) { function Nuitka_subtract_refs (line 124) | static void Nuitka_subtract_refs(PyGC_Head *containers) { function Nuitka_gc_list_append (line 134) | static inline void Nuitka_gc_list_append(PyGC_Head *node, PyGC_Head *lis... function Nuitka_gc_list_remove (line 144) | static inline void Nuitka_gc_list_remove(PyGC_Head *node) { function Nuitka_visit_reachable (line 154) | static int Nuitka_visit_reachable(PyObject *op, PyGC_Head *reachable) { function Nuitka_move_unreachable (line 183) | static void Nuitka_move_unreachable(PyGC_Head *young, PyGC_Head *unreach... function Nuitka_deduce_unreachable (line 213) | static inline void Nuitka_deduce_unreachable(PyGC_Head *base, PyGC_Head ... function Nuitka_untrack_tuples (line 221) | static void Nuitka_untrack_tuples(PyGC_Head *head) { function Py_ssize_t (line 237) | static Py_ssize_t Nuitka_gc_list_size(PyGC_Head *list) { function Nuitka_untrack_dicts (line 247) | static void Nuitka_untrack_dicts(PyGC_Head *head) { function Nuitka_has_legacy_finalizer (line 260) | static bool Nuitka_has_legacy_finalizer(PyObject *op) { return Py_TYPE(o... function Nuitka_gc_list_move (line 262) | static void Nuitka_gc_list_move(PyGC_Head *node, PyGC_Head *list) { function Nuitka_move_legacy_finalizers (line 275) | static void Nuitka_move_legacy_finalizers(PyGC_Head *unreachable, PyGC_H... function Nuitka_visit_move (line 291) | static int Nuitka_visit_move(PyObject *op, PyGC_Head *tolist) { function Nuitka_move_legacy_finalizer_reachable (line 304) | static void Nuitka_move_legacy_finalizer_reachable(PyGC_Head *finalizers) { function Nuitka_finalize_garbage (line 311) | static void Nuitka_finalize_garbage(PyThreadState *tstate, PyGC_Head *co... function Nuitka_handle_weakrefs (line 333) | static int Nuitka_handle_weakrefs(PyThreadState *tstate, PyGC_Head *unre... function Nuitka_gc_list_clear_collecting (line 404) | static inline void Nuitka_gc_list_clear_collecting(PyGC_Head *collectabl... function Nuitka_clear_unreachable_mask (line 410) | static inline void Nuitka_clear_unreachable_mask(PyGC_Head *unreachable) { function handle_resurrected_objects (line 419) | static inline void handle_resurrected_objects(PyGC_Head *unreachable, Py... function Nuitka_delete_garbage (line 430) | static void Nuitka_delete_garbage(PyThreadState *tstate, GCState *gcstat... function Nuitka_handle_legacy_finalizers (line 457) | static void Nuitka_handle_legacy_finalizers(PyThreadState *tstate, GCSta... function Py_ssize_t (line 475) | static Py_ssize_t Nuitka_gc_collect_main(PyThreadState *tstate, int gene... function Py_ssize_t (line 569) | static Py_ssize_t Nuitka_gc_collect_with_callback(PyThreadState *tstate,... function Py_ssize_t (line 581) | static Py_ssize_t Nuitka_gc_collect_generations(PyThreadState *tstate) { function Nuitka_PyObject_GC_Link (line 600) | void Nuitka_PyObject_GC_Link(PyObject *op) { FILE: nuitka/build/static_src/HelpersAttributes.c function PyObject (line 12) | PyObject *FIND_ATTRIBUTE_IN_CLASS(PyClassObject *klass, PyObject *attr_n... function PyObject (line 40) | static PyObject *LOOKUP_INSTANCE(PyThreadState *tstate, PyObject *source... function PyObject (line 97) | PyObject *LOOKUP_ATTRIBUTE(PyThreadState *tstate, PyObject *source, PyOb... function PyObject (line 255) | PyObject *LOOKUP_ATTRIBUTE_DICT_SLOT(PyThreadState *tstate, PyObject *so... function PyObject (line 372) | PyObject *LOOKUP_ATTRIBUTE_CLASS_SLOT(PyThreadState *tstate, PyObject *s... function BUILTIN_HASATTR_BOOL (line 490) | int BUILTIN_HASATTR_BOOL(PyThreadState *tstate, PyObject *source, PyObje... function HAS_ATTR_BOOL (line 533) | bool HAS_ATTR_BOOL(PyThreadState *tstate, PyObject *source, PyObject *at... function HAS_ATTR_BOOL2 (line 693) | int HAS_ATTR_BOOL2(PyThreadState *tstate, PyObject *source, PyObject *at... function SET_INSTANCE (line 871) | static bool SET_INSTANCE(PyThreadState *tstate, PyObject *target, PyObje... function SET_ATTRIBUTE_GENERIC (line 915) | static bool SET_ATTRIBUTE_GENERIC(PyThreadState *tstate, PyTypeObject *t... function SET_ATTRIBUTE (line 1009) | bool SET_ATTRIBUTE(PyThreadState *tstate, PyObject *target, PyObject *at... function SET_ATTRIBUTE_DICT_SLOT (line 1064) | bool SET_ATTRIBUTE_DICT_SLOT(PyThreadState *tstate, PyObject *target, Py... function SET_ATTRIBUTE_CLASS_SLOT (line 1116) | bool SET_ATTRIBUTE_CLASS_SLOT(PyThreadState *tstate, PyObject *target, P... function PyObject (line 1165) | PyObject *LOOKUP_SPECIAL(PyThreadState *tstate, PyObject *source, PyObje... function PyObject (line 1217) | PyObject *LOOKUP_MODULE_VALUE(PyDictObject *module_dict, PyObject *var_n... function PyObject (line 1227) | PyObject *GET_MODULE_VARIABLE_VALUE_FALLBACK(PyThreadState *tstate, PyOb... function PyObject (line 1238) | PyObject *GET_MODULE_VARIABLE_VALUE_FALLBACK_IN_FUNCTION(PyThreadState *... FILE: nuitka/build/static_src/HelpersBuiltin.c function PyObject (line 18) | PyObject *CALL_BUILTIN_KW_ARGS(PyThreadState *tstate, PyObject *callable... function PyObject (line 69) | PyObject *COMPILE_CODE(PyThreadState *tstate, PyObject *source_code, PyO... function EXEC_FILE_ARG_HANDLING (line 116) | bool EXEC_FILE_ARG_HANDLING(PyThreadState *tstate, PyObject **prog, PyOb... function PyObject (line 147) | PyObject *EVAL_CODE(PyThreadState *tstate, PyObject *code, PyObject *glo... function PyObject (line 205) | PyObject *BUILTIN_OPEN(PyThreadState *tstate, PyObject *file_name, PyObj... function PyObject (line 221) | PyObject *BUILTIN_OPEN(PyThreadState *tstate, PyObject *file_name, PyObj... function PyObject (line 242) | PyObject *BUILTIN_INPUT(PyThreadState *tstate, PyObject *prompt) { function PyObject (line 295) | PyObject *BUILTIN_BYTES1(PyThreadState *tstate, PyObject *value) { function PyObject (line 301) | PyObject *BUILTIN_BYTES3(PyThreadState *tstate, PyObject *value, PyObjec... function PyObject (line 316) | PyObject *BUILTIN_BIN(PyObject *value) { function PyObject (line 331) | PyObject *BUILTIN_OCT(PyThreadState *tstate, PyObject *value) { function PyObject (line 372) | PyObject *BUILTIN_HEX(PyThreadState *tstate, PyObject *value) { function SET_HASH_NOT_IMPLEMENTED_ERROR (line 413) | static void SET_HASH_NOT_IMPLEMENTED_ERROR(PyThreadState *tstate, PyObje... function Nuitka_HashFromPointer (line 421) | static long Nuitka_HashFromPointer(void *p) { function PyObject (line 432) | PyObject *BUILTIN_HASH(PyThreadState *tstate, PyObject *value) { function Py_hash_t (line 460) | Py_hash_t HASH_VALUE_WITH_ERROR(PyThreadState *tstate, PyObject *value) { function Py_hash_t (line 478) | Py_hash_t HASH_VALUE_WITHOUT_ERROR(PyThreadState *tstate, PyObject *valu... function PyObject (line 508) | PyObject *BUILTIN_BYTEARRAY1(PyObject *value) { type calliterobject (line 551) | typedef struct { function PyObject (line 559) | PyObject *BUILTIN_ITER2(PyObject *callable, PyObject *sentinel) { function PyObject (line 584) | PyObject *BUILTIN_TYPE1(PyObject *arg) { function PyObject (line 594) | PyObject *BUILTIN_TYPE3(PyThreadState *tstate, PyObject *module_name, Py... function PyObject (line 639) | PyObject *BUILTIN_SUPER2(PyThreadState *tstate, PyDictObject *module_dic... function PyObject (line 660) | PyObject *BUILTIN_SUPER0(PyThreadState *tstate, PyDictObject *module_dic... function PyObject (line 672) | PyObject *BUILTIN_CALLABLE(PyObject *value) { function PyObject (line 685) | PyObject *BUILTIN_GETATTR(PyThreadState *tstate, PyObject *object, PyObj... function PyObject (line 731) | PyObject *BUILTIN_SETATTR(PyObject *object, PyObject *attribute, PyObjec... function PyObject (line 742) | PyObject *BUILTIN_INT2(PyThreadState *tstate, PyObject *value, PyObject ... function PyObject (line 839) | PyObject *BUILTIN_LONG2(PyThreadState *tstate, PyObject *value, PyObject... FILE: nuitka/build/static_src/HelpersBuiltinTypeMethods.c function _initStrBuiltinMethods (line 125) | static void _initStrBuiltinMethods(void) { function _initBytesBuiltinMethods (line 275) | static void _initBytesBuiltinMethods(void) { function _initUnicodeBuiltinMethods (line 374) | static void _initUnicodeBuiltinMethods(void) { function _initDictBuiltinMethods (line 468) | static void _initDictBuiltinMethods(void) { function _initListBuiltinMethods (line 517) | static void _initListBuiltinMethods(void) { function PyObject (line 534) | PyObject *DICT_POP2(PyThreadState *tstate, PyObject *dict, PyObject *key) { function PyObject (line 549) | PyObject *DICT_POP3(PyThreadState *tstate, PyObject *dict, PyObject *key... function PyObject (line 565) | PyObject *DICT_POPITEM(PyThreadState *tstate, PyObject *dict) { function PyObject (line 578) | PyObject *DICT_SETDEFAULT2(PyThreadState *tstate, PyObject *dict, PyObje... function PyObject (line 593) | PyObject *DICT_SETDEFAULT3(PyThreadState *tstate, PyObject *dict, PyObje... function PyObject (line 609) | PyObject *LIST_POP1(PyThreadState *tstate, PyObject *list) { function PyObject (line 621) | PyObject *LIST_POP2(PyThreadState *tstate, PyObject *list, PyObject *ind... function PyObject (line 637) | PyObject *STR_CAPITALIZE(PyThreadState *tstate, PyObject *str) { function PyObject (line 650) | PyObject *STR_CENTER2(PyThreadState *tstate, PyObject *str, PyObject *wi... function PyObject (line 666) | PyObject *STR_CENTER3(PyThreadState *tstate, PyObject *str, PyObject *wi... function PyObject (line 683) | PyObject *STR_COUNT2(PyThreadState *tstate, PyObject *str, PyObject *sub) { function PyObject (line 698) | PyObject *STR_COUNT3(PyThreadState *tstate, PyObject *str, PyObject *sub... function PyObject (line 714) | PyObject *STR_COUNT4(PyThreadState *tstate, PyObject *str, PyObject *sub... function PyObject (line 731) | PyObject *STR_DECODE1(PyThreadState *tstate, PyObject *str) { function PyObject (line 743) | PyObject *STR_DECODE2(PyThreadState *tstate, PyObject *str, PyObject *en... function PyObject (line 758) | PyObject *STR_DECODE3(PyThreadState *tstate, PyObject *str, PyObject *en... function PyObject (line 780) | PyObject *STR_ENCODE1(PyThreadState *tstate, PyObject *str) { function PyObject (line 792) | PyObject *STR_ENCODE2(PyThreadState *tstate, PyObject *str, PyObject *en... function PyObject (line 807) | PyObject *STR_ENCODE3(PyThreadState *tstate, PyObject *str, PyObject *en... function PyObject (line 823) | PyObject *STR_ENDSWITH2(PyThreadState *tstate, PyObject *str, PyObject *... function PyObject (line 839) | PyObject *STR_ENDSWITH3(PyThreadState *tstate, PyObject *str, PyObject *... function PyObject (line 856) | PyObject *STR_ENDSWITH4(PyThreadState *tstate, PyObject *str, PyObject *... function PyObject (line 874) | PyObject *STR_EXPANDTABS1(PyThreadState *tstate, PyObject *str) { function PyObject (line 887) | PyObject *STR_EXPANDTABS2(PyThreadState *tstate, PyObject *str, PyObject... function PyObject (line 903) | PyObject *STR_FIND2(PyThreadState *tstate, PyObject *str, PyObject *sub) { function PyObject (line 918) | PyObject *STR_FIND3(PyThreadState *tstate, PyObject *str, PyObject *sub,... function PyObject (line 934) | PyObject *STR_FIND4(PyThreadState *tstate, PyObject *str, PyObject *sub,... function PyObject (line 951) | PyObject *STR_INDEX2(PyThreadState *tstate, PyObject *str, PyObject *sub) { function PyObject (line 966) | PyObject *STR_INDEX3(PyThreadState *tstate, PyObject *str, PyObject *sub... function PyObject (line 982) | PyObject *STR_INDEX4(PyThreadState *tstate, PyObject *str, PyObject *sub... function PyObject (line 999) | PyObject *STR_ISALNUM(PyThreadState *tstate, PyObject *str) { function PyObject (line 1012) | PyObject *STR_ISALPHA(PyThreadState *tstate, PyObject *str) { function PyObject (line 1025) | PyObject *STR_ISDIGIT(PyThreadState *tstate, PyObject *str) { function PyObject (line 1038) | PyObject *STR_ISLOWER(PyThreadState *tstate, PyObject *str) { function PyObject (line 1051) | PyObject *STR_ISSPACE(PyThreadState *tstate, PyObject *str) { function PyObject (line 1064) | PyObject *STR_ISTITLE(PyThreadState *tstate, PyObject *str) { function PyObject (line 1077) | PyObject *STR_ISUPPER(PyThreadState *tstate, PyObject *str) { function PyObject (line 1090) | PyObject *STR_LJUST2(PyThreadState *tstate, PyObject *str, PyObject *wid... function PyObject (line 1106) | PyObject *STR_LJUST3(PyThreadState *tstate, PyObject *str, PyObject *wid... function PyObject (line 1123) | PyObject *STR_LOWER(PyThreadState *tstate, PyObject *str) { function PyObject (line 1136) | PyObject *STR_LSTRIP1(PyThreadState *tstate, PyObject *str) { function PyObject (line 1149) | PyObject *STR_LSTRIP2(PyThreadState *tstate, PyObject *str, PyObject *ch... function PyObject (line 1165) | PyObject *STR_PARTITION(PyThreadState *tstate, PyObject *str, PyObject *... function PyObject (line 1181) | PyObject *STR_REPLACE3(PyThreadState *tstate, PyObject *str, PyObject *o... function PyObject (line 1198) | PyObject *STR_REPLACE4(PyThreadState *tstate, PyObject *str, PyObject *o... function PyObject (line 1216) | PyObject *STR_RFIND2(PyThreadState *tstate, PyObject *str, PyObject *sub) { function PyObject (line 1231) | PyObject *STR_RFIND3(PyThreadState *tstate, PyObject *str, PyObject *sub... function PyObject (line 1247) | PyObject *STR_RFIND4(PyThreadState *tstate, PyObject *str, PyObject *sub... function PyObject (line 1264) | PyObject *STR_RINDEX2(PyThreadState *tstate, PyObject *str, PyObject *su... function PyObject (line 1279) | PyObject *STR_RINDEX3(PyThreadState *tstate, PyObject *str, PyObject *su... function PyObject (line 1295) | PyObject *STR_RINDEX4(PyThreadState *tstate, PyObject *str, PyObject *su... function PyObject (line 1312) | PyObject *STR_RJUST2(PyThreadState *tstate, PyObject *str, PyObject *wid... function PyObject (line 1328) | PyObject *STR_RJUST3(PyThreadState *tstate, PyObject *str, PyObject *wid... function PyObject (line 1345) | PyObject *STR_RPARTITION(PyThreadState *tstate, PyObject *str, PyObject ... function PyObject (line 1361) | PyObject *STR_RSPLIT1(PyThreadState *tstate, PyObject *str) { function PyObject (line 1374) | PyObject *STR_RSPLIT2(PyThreadState *tstate, PyObject *str, PyObject *se... function PyObject (line 1390) | PyObject *STR_RSPLIT3(PyThreadState *tstate, PyObject *str, PyObject *se... function PyObject (line 1407) | PyObject *STR_RSTRIP1(PyThreadState *tstate, PyObject *str) { function PyObject (line 1420) | PyObject *STR_RSTRIP2(PyThreadState *tstate, PyObject *str, PyObject *ch... function PyObject (line 1436) | PyObject *STR_SPLIT1(PyThreadState *tstate, PyObject *str) { function PyObject (line 1449) | PyObject *STR_SPLIT2(PyThreadState *tstate, PyObject *str, PyObject *sep) { function PyObject (line 1465) | PyObject *STR_SPLIT3(PyThreadState *tstate, PyObject *str, PyObject *sep... function PyObject (line 1482) | PyObject *STR_SPLITLINES1(PyThreadState *tstate, PyObject *str) { function PyObject (line 1495) | PyObject *STR_SPLITLINES2(PyThreadState *tstate, PyObject *str, PyObject... function PyObject (line 1511) | PyObject *STR_STARTSWITH2(PyThreadState *tstate, PyObject *str, PyObject... function PyObject (line 1527) | PyObject *STR_STARTSWITH3(PyThreadState *tstate, PyObject *str, PyObject... function PyObject (line 1544) | PyObject *STR_STARTSWITH4(PyThreadState *tstate, PyObject *str, PyObject... function PyObject (line 1562) | PyObject *STR_STRIP1(PyThreadState *tstate, PyObject *str) { function PyObject (line 1575) | PyObject *STR_STRIP2(PyThreadState *tstate, PyObject *str, PyObject *cha... function PyObject (line 1591) | PyObject *STR_SWAPCASE(PyThreadState *tstate, PyObject *str) { function PyObject (line 1604) | PyObject *STR_TITLE(PyThreadState *tstate, PyObject *str) { function PyObject (line 1617) | PyObject *STR_TRANSLATE(PyThreadState *tstate, PyObject *str, PyObject *... function PyObject (line 1633) | PyObject *STR_UPPER(PyThreadState *tstate, PyObject *str) { function PyObject (line 1646) | PyObject *STR_ZFILL(PyThreadState *tstate, PyObject *str, PyObject *widt... function PyObject (line 1663) | PyObject *UNICODE_CAPITALIZE(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 1675) | PyObject *UNICODE_CENTER2(PyThreadState *tstate, PyObject *unicode, PyOb... function PyObject (line 1690) | PyObject *UNICODE_CENTER3(PyThreadState *tstate, PyObject *unicode, PyOb... function PyObject (line 1706) | PyObject *UNICODE_COUNT2(PyThreadState *tstate, PyObject *unicode, PyObj... function PyObject (line 1721) | PyObject *UNICODE_COUNT3(PyThreadState *tstate, PyObject *unicode, PyObj... function PyObject (line 1737) | PyObject *UNICODE_COUNT4(PyThreadState *tstate, PyObject *unicode, PyObj... function PyObject (line 1754) | PyObject *UNICODE_ENCODE1(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 1766) | PyObject *UNICODE_ENCODE2(PyThreadState *tstate, PyObject *unicode, PyOb... function PyObject (line 1781) | PyObject *UNICODE_ENCODE3(PyThreadState *tstate, PyObject *unicode, PyOb... function PyObject (line 1797) | PyObject *UNICODE_ENDSWITH2(PyThreadState *tstate, PyObject *unicode, Py... function PyObject (line 1812) | PyObject *UNICODE_ENDSWITH3(PyThreadState *tstate, PyObject *unicode, Py... function PyObject (line 1828) | PyObject *UNICODE_ENDSWITH4(PyThreadState *tstate, PyObject *unicode, Py... function PyObject (line 1846) | PyObject *UNICODE_EXPANDTABS1(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 1858) | PyObject *UNICODE_EXPANDTABS2(PyThreadState *tstate, PyObject *unicode, ... function PyObject (line 1873) | PyObject *UNICODE_FIND2(PyThreadState *tstate, PyObject *unicode, PyObje... function PyObject (line 1888) | PyObject *UNICODE_FIND3(PyThreadState *tstate, PyObject *unicode, PyObje... function PyObject (line 1904) | PyObject *UNICODE_FIND4(PyThreadState *tstate, PyObject *unicode, PyObje... function PyObject (line 1921) | PyObject *UNICODE_INDEX2(PyThreadState *tstate, PyObject *unicode, PyObj... function PyObject (line 1936) | PyObject *UNICODE_INDEX3(PyThreadState *tstate, PyObject *unicode, PyObj... function PyObject (line 1952) | PyObject *UNICODE_INDEX4(PyThreadState *tstate, PyObject *unicode, PyObj... function PyObject (line 1969) | PyObject *UNICODE_ISALNUM(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 1981) | PyObject *UNICODE_ISALPHA(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 1993) | PyObject *UNICODE_ISDIGIT(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 2005) | PyObject *UNICODE_ISLOWER(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 2017) | PyObject *UNICODE_ISSPACE(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 2029) | PyObject *UNICODE_ISTITLE(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 2041) | PyObject *UNICODE_ISUPPER(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 2053) | PyObject *UNICODE_LJUST2(PyThreadState *tstate, PyObject *unicode, PyObj... function PyObject (line 2068) | PyObject *UNICODE_LJUST3(PyThreadState *tstate, PyObject *unicode, PyObj... function PyObject (line 2084) | PyObject *UNICODE_LOWER(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 2096) | PyObject *UNICODE_LSTRIP1(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 2108) | PyObject *UNICODE_LSTRIP2(PyThreadState *tstate, PyObject *unicode, PyOb... function PyObject (line 2123) | PyObject *UNICODE_REPLACE3(PyThreadState *tstate, PyObject *unicode, PyO... function PyObject (line 2139) | PyObject *UNICODE_REPLACE4(PyThreadState *tstate, PyObject *unicode, PyO... function PyObject (line 2157) | PyObject *UNICODE_RFIND2(PyThreadState *tstate, PyObject *unicode, PyObj... function PyObject (line 2172) | PyObject *UNICODE_RFIND3(PyThreadState *tstate, PyObject *unicode, PyObj... function PyObject (line 2188) | PyObject *UNICODE_RFIND4(PyThreadState *tstate, PyObject *unicode, PyObj... function PyObject (line 2205) | PyObject *UNICODE_RINDEX2(PyThreadState *tstate, PyObject *unicode, PyOb... function PyObject (line 2220) | PyObject *UNICODE_RINDEX3(PyThreadState *tstate, PyObject *unicode, PyOb... function PyObject (line 2236) | PyObject *UNICODE_RINDEX4(PyThreadState *tstate, PyObject *unicode, PyOb... function PyObject (line 2253) | PyObject *UNICODE_RJUST2(PyThreadState *tstate, PyObject *unicode, PyObj... function PyObject (line 2268) | PyObject *UNICODE_RJUST3(PyThreadState *tstate, PyObject *unicode, PyObj... function PyObject (line 2284) | PyObject *UNICODE_RSPLIT1(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 2296) | PyObject *UNICODE_RSPLIT2(PyThreadState *tstate, PyObject *unicode, PyOb... function PyObject (line 2311) | PyObject *UNICODE_RSPLIT3(PyThreadState *tstate, PyObject *unicode, PyOb... function PyObject (line 2327) | PyObject *UNICODE_RSTRIP1(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 2339) | PyObject *UNICODE_RSTRIP2(PyThreadState *tstate, PyObject *unicode, PyOb... function PyObject (line 2354) | PyObject *UNICODE_SPLIT1(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 2366) | PyObject *UNICODE_SPLIT2(PyThreadState *tstate, PyObject *unicode, PyObj... function PyObject (line 2381) | PyObject *UNICODE_SPLIT3(PyThreadState *tstate, PyObject *unicode, PyObj... function PyObject (line 2397) | PyObject *UNICODE_SPLITLINES1(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 2409) | PyObject *UNICODE_SPLITLINES2(PyThreadState *tstate, PyObject *unicode, ... function PyObject (line 2424) | PyObject *UNICODE_STARTSWITH2(PyThreadState *tstate, PyObject *unicode, ... function PyObject (line 2439) | PyObject *UNICODE_STARTSWITH3(PyThreadState *tstate, PyObject *unicode, ... function PyObject (line 2455) | PyObject *UNICODE_STARTSWITH4(PyThreadState *tstate, PyObject *unicode, ... function PyObject (line 2473) | PyObject *UNICODE_STRIP1(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 2485) | PyObject *UNICODE_STRIP2(PyThreadState *tstate, PyObject *unicode, PyObj... function PyObject (line 2500) | PyObject *UNICODE_SWAPCASE(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 2512) | PyObject *UNICODE_TITLE(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 2524) | PyObject *UNICODE_TRANSLATE(PyThreadState *tstate, PyObject *unicode, Py... function PyObject (line 2539) | PyObject *UNICODE_UPPER(PyThreadState *tstate, PyObject *unicode) { function PyObject (line 2551) | PyObject *UNICODE_ZFILL(PyThreadState *tstate, PyObject *unicode, PyObje... function PyObject (line 2567) | PyObject *BYTES_CAPITALIZE(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 2580) | PyObject *BYTES_CENTER2(PyThreadState *tstate, PyObject *bytes, PyObject... function PyObject (line 2596) | PyObject *BYTES_CENTER3(PyThreadState *tstate, PyObject *bytes, PyObject... function PyObject (line 2613) | PyObject *BYTES_COUNT2(PyThreadState *tstate, PyObject *bytes, PyObject ... function PyObject (line 2628) | PyObject *BYTES_COUNT3(PyThreadState *tstate, PyObject *bytes, PyObject ... function PyObject (line 2644) | PyObject *BYTES_COUNT4(PyThreadState *tstate, PyObject *bytes, PyObject ... function PyObject (line 2661) | PyObject *BYTES_DECODE1(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 2674) | PyObject *BYTES_DECODE2(PyThreadState *tstate, PyObject *bytes, PyObject... function PyObject (line 2690) | PyObject *BYTES_DECODE3(PyThreadState *tstate, PyObject *bytes, PyObject... function PyObject (line 2707) | PyObject *BYTES_ENDSWITH2(PyThreadState *tstate, PyObject *bytes, PyObje... function PyObject (line 2723) | PyObject *BYTES_ENDSWITH3(PyThreadState *tstate, PyObject *bytes, PyObje... function PyObject (line 2740) | PyObject *BYTES_ENDSWITH4(PyThreadState *tstate, PyObject *bytes, PyObje... function PyObject (line 2758) | PyObject *BYTES_EXPANDTABS1(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 2771) | PyObject *BYTES_EXPANDTABS2(PyThreadState *tstate, PyObject *bytes, PyOb... function PyObject (line 2787) | PyObject *BYTES_FIND2(PyThreadState *tstate, PyObject *bytes, PyObject *... function PyObject (line 2802) | PyObject *BYTES_FIND3(PyThreadState *tstate, PyObject *bytes, PyObject *... function PyObject (line 2818) | PyObject *BYTES_FIND4(PyThreadState *tstate, PyObject *bytes, PyObject *... function PyObject (line 2835) | PyObject *BYTES_INDEX2(PyThreadState *tstate, PyObject *bytes, PyObject ... function PyObject (line 2850) | PyObject *BYTES_INDEX3(PyThreadState *tstate, PyObject *bytes, PyObject ... function PyObject (line 2866) | PyObject *BYTES_INDEX4(PyThreadState *tstate, PyObject *bytes, PyObject ... function PyObject (line 2883) | PyObject *BYTES_ISALNUM(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 2896) | PyObject *BYTES_ISALPHA(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 2909) | PyObject *BYTES_ISDIGIT(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 2922) | PyObject *BYTES_ISLOWER(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 2935) | PyObject *BYTES_ISSPACE(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 2948) | PyObject *BYTES_ISTITLE(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 2961) | PyObject *BYTES_ISUPPER(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 2974) | PyObject *BYTES_JOIN(PyThreadState *tstate, PyObject *bytes, PyObject *i... function PyObject (line 2990) | PyObject *BYTES_LJUST2(PyThreadState *tstate, PyObject *bytes, PyObject ... function PyObject (line 3006) | PyObject *BYTES_LJUST3(PyThreadState *tstate, PyObject *bytes, PyObject ... function PyObject (line 3023) | PyObject *BYTES_LOWER(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 3036) | PyObject *BYTES_LSTRIP1(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 3049) | PyObject *BYTES_LSTRIP2(PyThreadState *tstate, PyObject *bytes, PyObject... function PyObject (line 3065) | PyObject *BYTES_PARTITION(PyThreadState *tstate, PyObject *bytes, PyObje... function PyObject (line 3081) | PyObject *BYTES_REPLACE3(PyThreadState *tstate, PyObject *bytes, PyObjec... function PyObject (line 3098) | PyObject *BYTES_REPLACE4(PyThreadState *tstate, PyObject *bytes, PyObjec... function PyObject (line 3116) | PyObject *BYTES_RFIND2(PyThreadState *tstate, PyObject *bytes, PyObject ... function PyObject (line 3131) | PyObject *BYTES_RFIND3(PyThreadState *tstate, PyObject *bytes, PyObject ... function PyObject (line 3147) | PyObject *BYTES_RFIND4(PyThreadState *tstate, PyObject *bytes, PyObject ... function PyObject (line 3164) | PyObject *BYTES_RINDEX2(PyThreadState *tstate, PyObject *bytes, PyObject... function PyObject (line 3179) | PyObject *BYTES_RINDEX3(PyThreadState *tstate, PyObject *bytes, PyObject... function PyObject (line 3195) | PyObject *BYTES_RINDEX4(PyThreadState *tstate, PyObject *bytes, PyObject... function PyObject (line 3212) | PyObject *BYTES_RJUST2(PyThreadState *tstate, PyObject *bytes, PyObject ... function PyObject (line 3228) | PyObject *BYTES_RJUST3(PyThreadState *tstate, PyObject *bytes, PyObject ... function PyObject (line 3245) | PyObject *BYTES_RPARTITION(PyThreadState *tstate, PyObject *bytes, PyObj... function PyObject (line 3261) | PyObject *BYTES_RSPLIT1(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 3274) | PyObject *BYTES_RSPLIT2(PyThreadState *tstate, PyObject *bytes, PyObject... function PyObject (line 3290) | PyObject *BYTES_RSPLIT3(PyThreadState *tstate, PyObject *bytes, PyObject... function PyObject (line 3307) | PyObject *BYTES_RSTRIP1(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 3320) | PyObject *BYTES_RSTRIP2(PyThreadState *tstate, PyObject *bytes, PyObject... function PyObject (line 3336) | PyObject *BYTES_SPLIT1(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 3349) | PyObject *BYTES_SPLIT2(PyThreadState *tstate, PyObject *bytes, PyObject ... function PyObject (line 3365) | PyObject *BYTES_SPLIT3(PyThreadState *tstate, PyObject *bytes, PyObject ... function PyObject (line 3382) | PyObject *BYTES_SPLITLINES1(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 3395) | PyObject *BYTES_SPLITLINES2(PyThreadState *tstate, PyObject *bytes, PyOb... function PyObject (line 3411) | PyObject *BYTES_STARTSWITH2(PyThreadState *tstate, PyObject *bytes, PyOb... function PyObject (line 3427) | PyObject *BYTES_STARTSWITH3(PyThreadState *tstate, PyObject *bytes, PyOb... function PyObject (line 3444) | PyObject *BYTES_STARTSWITH4(PyThreadState *tstate, PyObject *bytes, PyOb... function PyObject (line 3462) | PyObject *BYTES_STRIP1(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 3475) | PyObject *BYTES_STRIP2(PyThreadState *tstate, PyObject *bytes, PyObject ... function PyObject (line 3491) | PyObject *BYTES_SWAPCASE(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 3504) | PyObject *BYTES_TITLE(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 3517) | PyObject *BYTES_TRANSLATE2(PyThreadState *tstate, PyObject *bytes, PyObj... function PyObject (line 3533) | PyObject *BYTES_TRANSLATE3(PyThreadState *tstate, PyObject *bytes, PyObj... function PyObject (line 3550) | PyObject *BYTES_UPPER(PyThreadState *tstate, PyObject *bytes) { function PyObject (line 3563) | PyObject *BYTES_ZFILL(PyThreadState *tstate, PyObject *bytes, PyObject *... FILE: nuitka/build/static_src/HelpersBytes.c type _Py_bytes_state (line 21) | struct _Py_bytes_state function PyObject (line 31) | PyObject *Nuitka_Bytes_FromStringAndSize(const char *data, Py_ssize_t si... FILE: nuitka/build/static_src/HelpersCalling.c function PyObject (line 148) | PyObject *CALL_METHOD_WITH_POSARGS(PyThreadState *tstate, PyObject *sour... function else (line 257) | else if (PyInstance_Check(object)) { function else (line 259) | else if (PyClass_Check(object)) { function else (line 263) | else if (PyCFunction_Check(object)) { function else (line 276) | else if (PyClass_Check(object)) { function else (line 278) | else if (PyInstance_Check(object)) { function PyObject (line 324) | static PyObject *_getTypeAbstractMethods(PyThreadState *tstate, PyTypeOb... function formatCannotInstantiateAbstractClass (line 337) | void formatCannotInstantiateAbstractClass(PyThreadState *tstate, PyTypeO... FILE: nuitka/build/static_src/HelpersCallingGenerated.c function PyObject (line 10) | PyObject *CALL_FUNCTION_NO_ARGS(PyThreadState *tstate, PyObject *called) { function PyObject (line 365) | PyObject *CALL_FUNCTION_WITH_SINGLE_ARG(PyThreadState *tstate, PyObject ... function PyObject (line 775) | PyObject *CALL_FUNCTION_WITH_POSARGS1(PyThreadState *tstate, PyObject *c... function PyObject (line 1164) | PyObject *CALL_FUNCTION_WITH_ARGS2(PyThreadState *tstate, PyObject *call... function PyObject (line 1554) | PyObject *CALL_FUNCTION_WITH_POSARGS2(PyThreadState *tstate, PyObject *c... function PyObject (line 1924) | PyObject *CALL_FUNCTION_WITH_ARGS3(PyThreadState *tstate, PyObject *call... function PyObject (line 2314) | PyObject *CALL_FUNCTION_WITH_POSARGS3(PyThreadState *tstate, PyObject *c... function PyObject (line 2684) | PyObject *CALL_FUNCTION_WITH_ARGS4(PyThreadState *tstate, PyObject *call... function PyObject (line 3074) | PyObject *CALL_FUNCTION_WITH_POSARGS4(PyThreadState *tstate, PyObject *c... function PyObject (line 3444) | PyObject *CALL_FUNCTION_WITH_ARGS5(PyThreadState *tstate, PyObject *call... function PyObject (line 3834) | PyObject *CALL_FUNCTION_WITH_POSARGS5(PyThreadState *tstate, PyObject *c... function PyObject (line 4204) | PyObject *CALL_FUNCTION_WITH_ARGS6(PyThreadState *tstate, PyObject *call... function PyObject (line 4594) | PyObject *CALL_FUNCTION_WITH_POSARGS6(PyThreadState *tstate, PyObject *c... function PyObject (line 4964) | PyObject *CALL_FUNCTION_WITH_ARGS7(PyThreadState *tstate, PyObject *call... function PyObject (line 5354) | PyObject *CALL_FUNCTION_WITH_POSARGS7(PyThreadState *tstate, PyObject *c... function PyObject (line 5724) | PyObject *CALL_FUNCTION_WITH_ARGS8(PyThreadState *tstate, PyObject *call... function PyObject (line 6114) | PyObject *CALL_FUNCTION_WITH_POSARGS8(PyThreadState *tstate, PyObject *c... function PyObject (line 6484) | PyObject *CALL_FUNCTION_WITH_ARGS9(PyThreadState *tstate, PyObject *call... function PyObject (line 6874) | PyObject *CALL_FUNCTION_WITH_POSARGS9(PyThreadState *tstate, PyObject *c... function PyObject (line 7244) | PyObject *CALL_FUNCTION_WITH_ARGS10(PyThreadState *tstate, PyObject *cal... function PyObject (line 7634) | PyObject *CALL_FUNCTION_WITH_POSARGS10(PyThreadState *tstate, PyObject *... function PyObject (line 8004) | PyObject *CALL_FUNCTION_WITH_NO_ARGS_KWSPLIT(PyThreadState *tstate, PyOb... function PyObject (line 8086) | PyObject *CALL_FUNCTION_WITH_ARGS1_VECTORCALL(PyThreadState *tstate, PyO... function PyObject (line 8170) | PyObject *CALL_FUNCTION_WITH_ARGS1_KWSPLIT(PyThreadState *tstate, PyObje... function PyObject (line 8258) | PyObject *CALL_FUNCTION_WITH_POSARGS1_KWSPLIT(PyThreadState *tstate, PyO... function PyObject (line 8345) | PyObject *CALL_FUNCTION_WITH_ARGS2_VECTORCALL(PyThreadState *tstate, PyO... function PyObject (line 8429) | PyObject *CALL_FUNCTION_WITH_ARGS2_KWSPLIT(PyThreadState *tstate, PyObje... function PyObject (line 8517) | PyObject *CALL_FUNCTION_WITH_POSARGS2_KWSPLIT(PyThreadState *tstate, PyO... function PyObject (line 8604) | PyObject *CALL_FUNCTION_WITH_ARGS3_VECTORCALL(PyThreadState *tstate, PyO... function PyObject (line 8688) | PyObject *CALL_FUNCTION_WITH_ARGS3_KWSPLIT(PyThreadState *tstate, PyObje... function PyObject (line 8776) | PyObject *CALL_FUNCTION_WITH_POSARGS3_KWSPLIT(PyThreadState *tstate, PyO... function PyObject (line 8863) | PyObject *CALL_FUNCTION_WITH_ARGS4_VECTORCALL(PyThreadState *tstate, PyO... function PyObject (line 8947) | PyObject *CALL_FUNCTION_WITH_ARGS4_KWSPLIT(PyThreadState *tstate, PyObje... function PyObject (line 9035) | PyObject *CALL_FUNCTION_WITH_POSARGS4_KWSPLIT(PyThreadState *tstate, PyO... function PyObject (line 9122) | PyObject *CALL_FUNCTION_WITH_ARGS5_VECTORCALL(PyThreadState *tstate, PyO... function PyObject (line 9206) | PyObject *CALL_FUNCTION_WITH_ARGS5_KWSPLIT(PyThreadState *tstate, PyObje... function PyObject (line 9294) | PyObject *CALL_FUNCTION_WITH_POSARGS5_KWSPLIT(PyThreadState *tstate, PyO... function PyObject (line 9381) | PyObject *CALL_FUNCTION_WITH_ARGS6_VECTORCALL(PyThreadState *tstate, PyO... function PyObject (line 9465) | PyObject *CALL_FUNCTION_WITH_ARGS6_KWSPLIT(PyThreadState *tstate, PyObje... function PyObject (line 9553) | PyObject *CALL_FUNCTION_WITH_POSARGS6_KWSPLIT(PyThreadState *tstate, PyO... function PyObject (line 9640) | PyObject *CALL_FUNCTION_WITH_ARGS7_VECTORCALL(PyThreadState *tstate, PyO... function PyObject (line 9724) | PyObject *CALL_FUNCTION_WITH_ARGS7_KWSPLIT(PyThreadState *tstate, PyObje... function PyObject (line 9812) | PyObject *CALL_FUNCTION_WITH_POSARGS7_KWSPLIT(PyThreadState *tstate, PyO... function PyObject (line 9899) | PyObject *CALL_FUNCTION_WITH_ARGS8_VECTORCALL(PyThreadState *tstate, PyO... function PyObject (line 9983) | PyObject *CALL_FUNCTION_WITH_ARGS8_KWSPLIT(PyThreadState *tstate, PyObje... function PyObject (line 10071) | PyObject *CALL_FUNCTION_WITH_POSARGS8_KWSPLIT(PyThreadState *tstate, PyO... function PyObject (line 10158) | PyObject *CALL_FUNCTION_WITH_ARGS9_VECTORCALL(PyThreadState *tstate, PyO... function PyObject (line 10242) | PyObject *CALL_FUNCTION_WITH_ARGS9_KWSPLIT(PyThreadState *tstate, PyObje... function PyObject (line 10330) | PyObject *CALL_FUNCTION_WITH_POSARGS9_KWSPLIT(PyThreadState *tstate, PyO... function PyObject (line 10417) | PyObject *CALL_FUNCTION_WITH_ARGS10_VECTORCALL(PyThreadState *tstate, Py... function PyObject (line 10501) | PyObject *CALL_FUNCTION_WITH_ARGS10_KWSPLIT(PyThreadState *tstate, PyObj... function PyObject (line 10589) | PyObject *CALL_FUNCTION_WITH_POSARGS10_KWSPLIT(PyThreadState *tstate, Py... function PyObject (line 10676) | PyObject *CALL_METHODDESCR_WITH_SINGLE_ARG(PyThreadState *tstate, PyObje... function PyObject (line 10772) | PyObject *CALL_METHODDESCR_WITH_ARGS2(PyThreadState *tstate, PyObject *c... function PyObject (line 10874) | PyObject *CALL_METHODDESCR_WITH_ARGS3(PyThreadState *tstate, PyObject *c... function PyObject (line 10969) | PyObject *CALL_METHODDESCR_WITH_ARGS4(PyThreadState *tstate, PyObject *c... function PyObject (line 11064) | PyObject *CALL_METHOD_NO_ARGS(PyThreadState *tstate, PyObject *source, P... function PyObject (line 11287) | PyObject *CALL_METHOD_WITH_SINGLE_ARG(PyThreadState *tstate, PyObject *s... function PyObject (line 11513) | PyObject *CALL_METHOD_WITH_ARGS2(PyThreadState *tstate, PyObject *source... function PyObject (line 11738) | PyObject *CALL_METHOD_WITH_ARGS3(PyThreadState *tstate, PyObject *source... function PyObject (line 11963) | PyObject *CALL_METHOD_WITH_ARGS4(PyThreadState *tstate, PyObject *source... function PyObject (line 12188) | PyObject *CALL_METHOD_WITH_ARGS5(PyThreadState *tstate, PyObject *source... function PyObject (line 12413) | PyObject *CALL_METHOD_WITH_ARGS6(PyThreadState *tstate, PyObject *source... function PyObject (line 12638) | PyObject *CALL_METHOD_WITH_ARGS7(PyThreadState *tstate, PyObject *source... function PyObject (line 12863) | PyObject *CALL_METHOD_WITH_ARGS8(PyThreadState *tstate, PyObject *source... function PyObject (line 13088) | PyObject *CALL_METHOD_WITH_ARGS9(PyThreadState *tstate, PyObject *source... function PyObject (line 13313) | PyObject *CALL_METHOD_WITH_ARGS10(PyThreadState *tstate, PyObject *sourc... FILE: nuitka/build/static_src/HelpersChecksumTools.c function _initCRC32 (line 14) | uint32_t _initCRC32(void) { return 0xFFFFFFFF; } function _updateCRC32 (line 16) | uint32_t _updateCRC32(uint32_t crc, unsigned char const *message, uint32... function _finalizeCRC32 (line 30) | uint32_t _finalizeCRC32(uint32_t crc) { return ~crc; } function calcCRC32 (line 33) | uint32_t calcCRC32(unsigned char const *message, uint32_t size) { function calcCRC32 (line 44) | uint32_t calcCRC32(unsigned char const *message, uint32_t size) { return... FILE: nuitka/build/static_src/HelpersClasses.c function PyObject (line 17) | PyObject *SELECT_METACLASS(PyThreadState *tstate, PyObject *metaclass, P... FILE: nuitka/build/static_src/HelpersComparisonEq.c function PyObject (line 14) | static PyObject *COMPARE_EQ_OBJECT_INT_INT(PyObject *operand1, PyObject ... function COMPARE_EQ_CBOOL_INT_INT (line 32) | static bool COMPARE_EQ_CBOOL_INT_INT(PyObject *operand1, PyObject *opera... function PyObject (line 50) | PyObject *RICH_COMPARE_EQ_OBJECT_OBJECT_OBJECT(PyObject *operand1, PyObj... function nuitka_bool (line 354) | nuitka_bool RICH_COMPARE_EQ_NBOOL_OBJECT_OBJECT(PyObject *operand1, PyOb... function PyObject (line 714) | static PyObject *COMPARE_EQ_OBJECT_STR_STR(PyObject *operand1, PyObject ... function PyObject (line 762) | PyObject *RICH_COMPARE_EQ_OBJECT_OBJECT_STR(PyObject *operand1, PyObject... function PyObject (line 1056) | PyObject *RICH_COMPARE_EQ_OBJECT_STR_OBJECT(PyObject *operand1, PyObject... function PyObject (line 1350) | PyObject *RICH_COMPARE_EQ_OBJECT_STR_STR(PyObject *operand1, PyObject *o... function COMPARE_EQ_CBOOL_STR_STR (line 1357) | static bool COMPARE_EQ_CBOOL_STR_STR(PyObject *operand1, PyObject *opera... function RICH_COMPARE_EQ_CBOOL_STR_STR (line 1405) | bool RICH_COMPARE_EQ_CBOOL_STR_STR(PyObject *operand1, PyObject *operand... function nuitka_bool (line 1413) | nuitka_bool RICH_COMPARE_EQ_NBOOL_OBJECT_STR(PyObject *operand1, PyObjec... function nuitka_bool (line 1763) | nuitka_bool RICH_COMPARE_EQ_NBOOL_STR_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 2111) | static PyObject *COMPARE_EQ_OBJECT_UNICODE_UNICODE(PyObject *operand1, P... function PyObject (line 2191) | PyObject *RICH_COMPARE_EQ_OBJECT_OBJECT_UNICODE(PyObject *operand1, PyOb... function PyObject (line 2485) | PyObject *RICH_COMPARE_EQ_OBJECT_UNICODE_OBJECT(PyObject *operand1, PyOb... function PyObject (line 2780) | PyObject *RICH_COMPARE_EQ_OBJECT_UNICODE_UNICODE(PyObject *operand1, PyO... function COMPARE_EQ_CBOOL_UNICODE_UNICODE (line 2785) | static bool COMPARE_EQ_CBOOL_UNICODE_UNICODE(PyObject *operand1, PyObjec... function RICH_COMPARE_EQ_CBOOL_UNICODE_UNICODE (line 2866) | bool RICH_COMPARE_EQ_CBOOL_UNICODE_UNICODE(PyObject *operand1, PyObject ... function nuitka_bool (line 2872) | nuitka_bool RICH_COMPARE_EQ_NBOOL_OBJECT_UNICODE(PyObject *operand1, PyO... function nuitka_bool (line 3222) | nuitka_bool RICH_COMPARE_EQ_NBOOL_UNICODE_OBJECT(PyObject *operand1, PyO... function PyObject (line 3572) | static PyObject *COMPARE_EQ_OBJECT_BYTES_BYTES(PyObject *operand1, PyObj... function PyObject (line 3620) | PyObject *RICH_COMPARE_EQ_OBJECT_OBJECT_BYTES(PyObject *operand1, PyObje... function PyObject (line 3914) | PyObject *RICH_COMPARE_EQ_OBJECT_BYTES_OBJECT(PyObject *operand1, PyObje... function PyObject (line 4208) | PyObject *RICH_COMPARE_EQ_OBJECT_BYTES_BYTES(PyObject *operand1, PyObjec... function COMPARE_EQ_CBOOL_BYTES_BYTES (line 4215) | static bool COMPARE_EQ_CBOOL_BYTES_BYTES(PyObject *operand1, PyObject *o... function RICH_COMPARE_EQ_CBOOL_BYTES_BYTES (line 4263) | bool RICH_COMPARE_EQ_CBOOL_BYTES_BYTES(PyObject *operand1, PyObject *ope... function nuitka_bool (line 4271) | nuitka_bool RICH_COMPARE_EQ_NBOOL_OBJECT_BYTES(PyObject *operand1, PyObj... function nuitka_bool (line 4621) | nuitka_bool RICH_COMPARE_EQ_NBOOL_BYTES_OBJECT(PyObject *operand1, PyObj... function PyObject (line 4971) | PyObject *RICH_COMPARE_EQ_OBJECT_OBJECT_INT(PyObject *operand1, PyObject... function PyObject (line 5265) | PyObject *RICH_COMPARE_EQ_OBJECT_INT_OBJECT(PyObject *operand1, PyObject... function PyObject (line 5559) | PyObject *RICH_COMPARE_EQ_OBJECT_INT_INT(PyObject *operand1, PyObject *o... function RICH_COMPARE_EQ_CBOOL_INT_INT (line 5567) | bool RICH_COMPARE_EQ_CBOOL_INT_INT(PyObject *operand1, PyObject *operand... function nuitka_bool (line 5575) | nuitka_bool RICH_COMPARE_EQ_NBOOL_OBJECT_INT(PyObject *operand1, PyObjec... function nuitka_bool (line 5925) | nuitka_bool RICH_COMPARE_EQ_NBOOL_INT_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 6273) | static PyObject *COMPARE_EQ_OBJECT_LONG_LONG(PyObject *operand1, PyObjec... function PyObject (line 6308) | PyObject *RICH_COMPARE_EQ_OBJECT_OBJECT_LONG(PyObject *operand1, PyObjec... function PyObject (line 6602) | PyObject *RICH_COMPARE_EQ_OBJECT_LONG_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 6896) | PyObject *RICH_COMPARE_EQ_OBJECT_LONG_LONG(PyObject *operand1, PyObject ... function COMPARE_EQ_CBOOL_LONG_LONG (line 6901) | static bool COMPARE_EQ_CBOOL_LONG_LONG(PyObject *operand1, PyObject *ope... function RICH_COMPARE_EQ_CBOOL_LONG_LONG (line 6936) | bool RICH_COMPARE_EQ_CBOOL_LONG_LONG(PyObject *operand1, PyObject *opera... function nuitka_bool (line 6942) | nuitka_bool RICH_COMPARE_EQ_NBOOL_OBJECT_LONG(PyObject *operand1, PyObje... function nuitka_bool (line 7292) | nuitka_bool RICH_COMPARE_EQ_NBOOL_LONG_OBJECT(PyObject *operand1, PyObje... function PyObject (line 7641) | static PyObject *COMPARE_EQ_OBJECT_FLOAT_FLOAT(PyObject *operand1, PyObj... function PyObject (line 7658) | PyObject *RICH_COMPARE_EQ_OBJECT_OBJECT_FLOAT(PyObject *operand1, PyObje... function PyObject (line 7950) | PyObject *RICH_COMPARE_EQ_OBJECT_FLOAT_OBJECT(PyObject *operand1, PyObje... function PyObject (line 8242) | PyObject *RICH_COMPARE_EQ_OBJECT_FLOAT_FLOAT(PyObject *operand1, PyObjec... function COMPARE_EQ_CBOOL_FLOAT_FLOAT (line 8247) | static bool COMPARE_EQ_CBOOL_FLOAT_FLOAT(PyObject *operand1, PyObject *o... function RICH_COMPARE_EQ_CBOOL_FLOAT_FLOAT (line 8264) | bool RICH_COMPARE_EQ_CBOOL_FLOAT_FLOAT(PyObject *operand1, PyObject *ope... function nuitka_bool (line 8270) | nuitka_bool RICH_COMPARE_EQ_NBOOL_OBJECT_FLOAT(PyObject *operand1, PyObj... function nuitka_bool (line 8618) | nuitka_bool RICH_COMPARE_EQ_NBOOL_FLOAT_OBJECT(PyObject *operand1, PyObj... function PyObject (line 8965) | static PyObject *COMPARE_EQ_OBJECT_TUPLE_TUPLE(PyObject *operand1, PyObj... function PyObject (line 9016) | PyObject *RICH_COMPARE_EQ_OBJECT_OBJECT_TUPLE(PyObject *operand1, PyObje... function PyObject (line 9308) | PyObject *RICH_COMPARE_EQ_OBJECT_TUPLE_OBJECT(PyObject *operand1, PyObje... function PyObject (line 9600) | PyObject *RICH_COMPARE_EQ_OBJECT_TUPLE_TUPLE(PyObject *operand1, PyObjec... function nuitka_bool (line 9605) | static nuitka_bool COMPARE_EQ_NBOOL_TUPLE_TUPLE(PyObject *operand1, PyOb... function nuitka_bool (line 9656) | nuitka_bool RICH_COMPARE_EQ_NBOOL_OBJECT_TUPLE(PyObject *operand1, PyObj... function nuitka_bool (line 10004) | nuitka_bool RICH_COMPARE_EQ_NBOOL_TUPLE_OBJECT(PyObject *operand1, PyObj... function nuitka_bool (line 10352) | nuitka_bool RICH_COMPARE_EQ_NBOOL_TUPLE_TUPLE(PyObject *operand1, PyObje... function PyObject (line 10357) | static PyObject *COMPARE_EQ_OBJECT_LIST_LIST(PyObject *operand1, PyObjec... function PyObject (line 10414) | PyObject *RICH_COMPARE_EQ_OBJECT_OBJECT_LIST(PyObject *operand1, PyObjec... function PyObject (line 10706) | PyObject *RICH_COMPARE_EQ_OBJECT_LIST_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 10998) | PyObject *RICH_COMPARE_EQ_OBJECT_LIST_LIST(PyObject *operand1, PyObject ... function nuitka_bool (line 11003) | static nuitka_bool COMPARE_EQ_NBOOL_LIST_LIST(PyObject *operand1, PyObje... function nuitka_bool (line 11060) | nuitka_bool RICH_COMPARE_EQ_NBOOL_OBJECT_LIST(PyObject *operand1, PyObje... function nuitka_bool (line 11408) | nuitka_bool RICH_COMPARE_EQ_NBOOL_LIST_OBJECT(PyObject *operand1, PyObje... function nuitka_bool (line 11756) | nuitka_bool RICH_COMPARE_EQ_NBOOL_LIST_LIST(PyObject *operand1, PyObject... function PyObject (line 11762) | static PyObject *COMPARE_EQ_OBJECT_LONG_CLONG(PyObject *operand1, long o... function PyObject (line 11817) | PyObject *RICH_COMPARE_EQ_OBJECT_LONG_INT(PyObject *operand1, PyObject *... function COMPARE_EQ_CBOOL_LONG_CLONG (line 11824) | static bool COMPARE_EQ_CBOOL_LONG_CLONG(PyObject *operand1, long operand... function RICH_COMPARE_EQ_CBOOL_LONG_INT (line 11879) | bool RICH_COMPARE_EQ_CBOOL_LONG_INT(PyObject *operand1, PyObject *operan... function PyObject (line 11886) | static PyObject *COMPARE_EQ_OBJECT_INT_CLONG(PyObject *operand1, long op... function PyObject (line 11901) | PyObject *RICH_COMPARE_EQ_OBJECT_INT_CLONG(PyObject *operand1, long oper... function COMPARE_EQ_CBOOL_INT_CLONG (line 11908) | static bool COMPARE_EQ_CBOOL_INT_CLONG(PyObject *operand1, long operand2) { function RICH_COMPARE_EQ_CBOOL_INT_CLONG (line 11923) | bool RICH_COMPARE_EQ_CBOOL_INT_CLONG(PyObject *operand1, long operand2) { function PyObject (line 11929) | static PyObject *COMPARE_EQ_OBJECT_LONG_DIGIT(PyObject *operand1, long o... function PyObject (line 11959) | PyObject *RICH_COMPARE_EQ_OBJECT_LONG_DIGIT(PyObject *operand1, long ope... function COMPARE_EQ_CBOOL_LONG_DIGIT (line 11964) | static bool COMPARE_EQ_CBOOL_LONG_DIGIT(PyObject *operand1, long operand... function RICH_COMPARE_EQ_CBOOL_LONG_DIGIT (line 11994) | bool RICH_COMPARE_EQ_CBOOL_LONG_DIGIT(PyObject *operand1, long operand2) { function PyObject (line 11999) | static PyObject *COMPARE_EQ_OBJECT_FLOAT_CFLOAT(PyObject *operand1, doub... function PyObject (line 12014) | PyObject *RICH_COMPARE_EQ_OBJECT_FLOAT_CFLOAT(PyObject *operand1, double... function COMPARE_EQ_CBOOL_FLOAT_CFLOAT (line 12019) | static bool COMPARE_EQ_CBOOL_FLOAT_CFLOAT(PyObject *operand1, double ope... function RICH_COMPARE_EQ_CBOOL_FLOAT_CFLOAT (line 12034) | bool RICH_COMPARE_EQ_CBOOL_FLOAT_CFLOAT(PyObject *operand1, double opera... FILE: nuitka/build/static_src/HelpersComparisonEqUtils.c function _initSlotCompare (line 22) | void _initSlotCompare(void) { function adjust_tp_compare (line 60) | static inline int adjust_tp_compare(int c) { function coerce_objects (line 72) | static inline int coerce_objects(PyObject **pa, PyObject **pb) { function try_3way_compare (line 101) | static int try_3way_compare(PyObject *a, PyObject *b) { function IS_SANE_TYPE (line 145) | static inline bool IS_SANE_TYPE(PyTypeObject *type) { FILE: nuitka/build/static_src/HelpersComparisonGe.c function PyObject (line 13) | static PyObject *COMPARE_GE_OBJECT_INT_INT(PyObject *operand1, PyObject ... function COMPARE_GE_CBOOL_INT_INT (line 31) | static bool COMPARE_GE_CBOOL_INT_INT(PyObject *operand1, PyObject *opera... function PyObject (line 49) | PyObject *RICH_COMPARE_GE_OBJECT_OBJECT_OBJECT(PyObject *operand1, PyObj... function nuitka_bool (line 353) | nuitka_bool RICH_COMPARE_GE_NBOOL_OBJECT_OBJECT(PyObject *operand1, PyOb... function PyObject (line 713) | static PyObject *COMPARE_GE_OBJECT_STR_STR(PyObject *operand1, PyObject ... function PyObject (line 760) | PyObject *RICH_COMPARE_GE_OBJECT_OBJECT_STR(PyObject *operand1, PyObject... function PyObject (line 1054) | PyObject *RICH_COMPARE_GE_OBJECT_STR_OBJECT(PyObject *operand1, PyObject... function COMPARE_GE_CBOOL_STR_STR (line 1347) | static bool COMPARE_GE_CBOOL_STR_STR(PyObject *operand1, PyObject *opera... function nuitka_bool (line 1394) | nuitka_bool RICH_COMPARE_GE_NBOOL_OBJECT_STR(PyObject *operand1, PyObjec... function nuitka_bool (line 1744) | nuitka_bool RICH_COMPARE_GE_NBOOL_STR_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 2092) | static PyObject *COMPARE_GE_OBJECT_UNICODE_UNICODE(PyObject *operand1, P... function PyObject (line 2117) | PyObject *RICH_COMPARE_GE_OBJECT_OBJECT_UNICODE(PyObject *operand1, PyOb... function PyObject (line 2411) | PyObject *RICH_COMPARE_GE_OBJECT_UNICODE_OBJECT(PyObject *operand1, PyOb... function COMPARE_GE_CBOOL_UNICODE_UNICODE (line 2704) | static bool COMPARE_GE_CBOOL_UNICODE_UNICODE(PyObject *operand1, PyObjec... function nuitka_bool (line 2733) | nuitka_bool RICH_COMPARE_GE_NBOOL_OBJECT_UNICODE(PyObject *operand1, PyO... function nuitka_bool (line 3083) | nuitka_bool RICH_COMPARE_GE_NBOOL_UNICODE_OBJECT(PyObject *operand1, PyO... function PyObject (line 3433) | static PyObject *COMPARE_GE_OBJECT_BYTES_BYTES(PyObject *operand1, PyObj... function PyObject (line 3480) | PyObject *RICH_COMPARE_GE_OBJECT_OBJECT_BYTES(PyObject *operand1, PyObje... function PyObject (line 3774) | PyObject *RICH_COMPARE_GE_OBJECT_BYTES_OBJECT(PyObject *operand1, PyObje... function COMPARE_GE_CBOOL_BYTES_BYTES (line 4067) | static bool COMPARE_GE_CBOOL_BYTES_BYTES(PyObject *operand1, PyObject *o... function nuitka_bool (line 4114) | nuitka_bool RICH_COMPARE_GE_NBOOL_OBJECT_BYTES(PyObject *operand1, PyObj... function nuitka_bool (line 4464) | nuitka_bool RICH_COMPARE_GE_NBOOL_BYTES_OBJECT(PyObject *operand1, PyObj... function PyObject (line 4814) | PyObject *RICH_COMPARE_GE_OBJECT_OBJECT_INT(PyObject *operand1, PyObject... function PyObject (line 5108) | PyObject *RICH_COMPARE_GE_OBJECT_INT_OBJECT(PyObject *operand1, PyObject... function nuitka_bool (line 5402) | nuitka_bool RICH_COMPARE_GE_NBOOL_OBJECT_INT(PyObject *operand1, PyObjec... function nuitka_bool (line 5752) | nuitka_bool RICH_COMPARE_GE_NBOOL_INT_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 6100) | static PyObject *COMPARE_GE_OBJECT_LONG_LONG(PyObject *operand1, PyObjec... function PyObject (line 6138) | PyObject *RICH_COMPARE_GE_OBJECT_OBJECT_LONG(PyObject *operand1, PyObjec... function PyObject (line 6432) | PyObject *RICH_COMPARE_GE_OBJECT_LONG_OBJECT(PyObject *operand1, PyObjec... function COMPARE_GE_CBOOL_LONG_LONG (line 6725) | static bool COMPARE_GE_CBOOL_LONG_LONG(PyObject *operand1, PyObject *ope... function nuitka_bool (line 6763) | nuitka_bool RICH_COMPARE_GE_NBOOL_OBJECT_LONG(PyObject *operand1, PyObje... function nuitka_bool (line 7113) | nuitka_bool RICH_COMPARE_GE_NBOOL_LONG_OBJECT(PyObject *operand1, PyObje... function PyObject (line 7462) | static PyObject *COMPARE_GE_OBJECT_FLOAT_FLOAT(PyObject *operand1, PyObj... function PyObject (line 7479) | PyObject *RICH_COMPARE_GE_OBJECT_OBJECT_FLOAT(PyObject *operand1, PyObje... function PyObject (line 7771) | PyObject *RICH_COMPARE_GE_OBJECT_FLOAT_OBJECT(PyObject *operand1, PyObje... function COMPARE_GE_CBOOL_FLOAT_FLOAT (line 8062) | static bool COMPARE_GE_CBOOL_FLOAT_FLOAT(PyObject *operand1, PyObject *o... function nuitka_bool (line 8079) | nuitka_bool RICH_COMPARE_GE_NBOOL_OBJECT_FLOAT(PyObject *operand1, PyObj... function nuitka_bool (line 8427) | nuitka_bool RICH_COMPARE_GE_NBOOL_FLOAT_OBJECT(PyObject *operand1, PyObj... function PyObject (line 8774) | static PyObject *COMPARE_GE_OBJECT_TUPLE_TUPLE(PyObject *operand1, PyObj... function PyObject (line 8822) | PyObject *RICH_COMPARE_GE_OBJECT_OBJECT_TUPLE(PyObject *operand1, PyObje... function PyObject (line 9114) | PyObject *RICH_COMPARE_GE_OBJECT_TUPLE_OBJECT(PyObject *operand1, PyObje... function PyObject (line 9406) | PyObject *RICH_COMPARE_GE_OBJECT_TUPLE_TUPLE(PyObject *operand1, PyObjec... function nuitka_bool (line 9411) | static nuitka_bool COMPARE_GE_NBOOL_TUPLE_TUPLE(PyObject *operand1, PyOb... function nuitka_bool (line 9459) | nuitka_bool RICH_COMPARE_GE_NBOOL_OBJECT_TUPLE(PyObject *operand1, PyObj... function nuitka_bool (line 9807) | nuitka_bool RICH_COMPARE_GE_NBOOL_TUPLE_OBJECT(PyObject *operand1, PyObj... function nuitka_bool (line 10155) | nuitka_bool RICH_COMPARE_GE_NBOOL_TUPLE_TUPLE(PyObject *operand1, PyObje... function PyObject (line 10160) | static PyObject *COMPARE_GE_OBJECT_LIST_LIST(PyObject *operand1, PyObjec... function PyObject (line 10209) | PyObject *RICH_COMPARE_GE_OBJECT_OBJECT_LIST(PyObject *operand1, PyObjec... function PyObject (line 10501) | PyObject *RICH_COMPARE_GE_OBJECT_LIST_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 10793) | PyObject *RICH_COMPARE_GE_OBJECT_LIST_LIST(PyObject *operand1, PyObject ... function nuitka_bool (line 10798) | static nuitka_bool COMPARE_GE_NBOOL_LIST_LIST(PyObject *operand1, PyObje... function nuitka_bool (line 10847) | nuitka_bool RICH_COMPARE_GE_NBOOL_OBJECT_LIST(PyObject *operand1, PyObje... function nuitka_bool (line 11195) | nuitka_bool RICH_COMPARE_GE_NBOOL_LIST_OBJECT(PyObject *operand1, PyObje... function nuitka_bool (line 11543) | nuitka_bool RICH_COMPARE_GE_NBOOL_LIST_LIST(PyObject *operand1, PyObject... function PyObject (line 11549) | static PyObject *COMPARE_GE_OBJECT_LONG_CLONG(PyObject *operand1, long o... function PyObject (line 11606) | PyObject *RICH_COMPARE_GE_OBJECT_LONG_INT(PyObject *operand1, PyObject *... function COMPARE_GE_CBOOL_LONG_CLONG (line 11613) | static bool COMPARE_GE_CBOOL_LONG_CLONG(PyObject *operand1, long operand... function RICH_COMPARE_GE_CBOOL_LONG_INT (line 11670) | bool RICH_COMPARE_GE_CBOOL_LONG_INT(PyObject *operand1, PyObject *operan... function PyObject (line 11677) | static PyObject *COMPARE_GE_OBJECT_INT_CLONG(PyObject *operand1, long op... function PyObject (line 11692) | PyObject *RICH_COMPARE_GE_OBJECT_INT_CLONG(PyObject *operand1, long oper... function COMPARE_GE_CBOOL_INT_CLONG (line 11699) | static bool COMPARE_GE_CBOOL_INT_CLONG(PyObject *operand1, long operand2) { function RICH_COMPARE_GE_CBOOL_INT_CLONG (line 11714) | bool RICH_COMPARE_GE_CBOOL_INT_CLONG(PyObject *operand1, long operand2) { function PyObject (line 11720) | static PyObject *COMPARE_GE_OBJECT_LONG_DIGIT(PyObject *operand1, long o... function PyObject (line 11752) | PyObject *RICH_COMPARE_GE_OBJECT_LONG_DIGIT(PyObject *operand1, long ope... function COMPARE_GE_CBOOL_LONG_DIGIT (line 11757) | static bool COMPARE_GE_CBOOL_LONG_DIGIT(PyObject *operand1, long operand... function RICH_COMPARE_GE_CBOOL_LONG_DIGIT (line 11789) | bool RICH_COMPARE_GE_CBOOL_LONG_DIGIT(PyObject *operand1, long operand2) { function PyObject (line 11794) | static PyObject *COMPARE_GE_OBJECT_FLOAT_CFLOAT(PyObject *operand1, doub... function PyObject (line 11809) | PyObject *RICH_COMPARE_GE_OBJECT_FLOAT_CFLOAT(PyObject *operand1, double... function COMPARE_GE_CBOOL_FLOAT_CFLOAT (line 11814) | static bool COMPARE_GE_CBOOL_FLOAT_CFLOAT(PyObject *operand1, double ope... function RICH_COMPARE_GE_CBOOL_FLOAT_CFLOAT (line 11829) | bool RICH_COMPARE_GE_CBOOL_FLOAT_CFLOAT(PyObject *operand1, double opera... FILE: nuitka/build/static_src/HelpersComparisonGt.c function PyObject (line 13) | static PyObject *COMPARE_GT_OBJECT_INT_INT(PyObject *operand1, PyObject ... function COMPARE_GT_CBOOL_INT_INT (line 31) | static bool COMPARE_GT_CBOOL_INT_INT(PyObject *operand1, PyObject *opera... function PyObject (line 49) | PyObject *RICH_COMPARE_GT_OBJECT_OBJECT_OBJECT(PyObject *operand1, PyObj... function nuitka_bool (line 345) | nuitka_bool RICH_COMPARE_GT_NBOOL_OBJECT_OBJECT(PyObject *operand1, PyOb... function PyObject (line 697) | static PyObject *COMPARE_GT_OBJECT_STR_STR(PyObject *operand1, PyObject ... function PyObject (line 744) | PyObject *RICH_COMPARE_GT_OBJECT_OBJECT_STR(PyObject *operand1, PyObject... function PyObject (line 1038) | PyObject *RICH_COMPARE_GT_OBJECT_STR_OBJECT(PyObject *operand1, PyObject... function COMPARE_GT_CBOOL_STR_STR (line 1331) | static bool COMPARE_GT_CBOOL_STR_STR(PyObject *operand1, PyObject *opera... function nuitka_bool (line 1378) | nuitka_bool RICH_COMPARE_GT_NBOOL_OBJECT_STR(PyObject *operand1, PyObjec... function nuitka_bool (line 1728) | nuitka_bool RICH_COMPARE_GT_NBOOL_STR_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 2076) | static PyObject *COMPARE_GT_OBJECT_UNICODE_UNICODE(PyObject *operand1, P... function PyObject (line 2101) | PyObject *RICH_COMPARE_GT_OBJECT_OBJECT_UNICODE(PyObject *operand1, PyOb... function PyObject (line 2395) | PyObject *RICH_COMPARE_GT_OBJECT_UNICODE_OBJECT(PyObject *operand1, PyOb... function COMPARE_GT_CBOOL_UNICODE_UNICODE (line 2688) | static bool COMPARE_GT_CBOOL_UNICODE_UNICODE(PyObject *operand1, PyObjec... function nuitka_bool (line 2717) | nuitka_bool RICH_COMPARE_GT_NBOOL_OBJECT_UNICODE(PyObject *operand1, PyO... function nuitka_bool (line 3067) | nuitka_bool RICH_COMPARE_GT_NBOOL_UNICODE_OBJECT(PyObject *operand1, PyO... function PyObject (line 3417) | static PyObject *COMPARE_GT_OBJECT_BYTES_BYTES(PyObject *operand1, PyObj... function PyObject (line 3464) | PyObject *RICH_COMPARE_GT_OBJECT_OBJECT_BYTES(PyObject *operand1, PyObje... function PyObject (line 3758) | PyObject *RICH_COMPARE_GT_OBJECT_BYTES_OBJECT(PyObject *operand1, PyObje... function COMPARE_GT_CBOOL_BYTES_BYTES (line 4051) | static bool COMPARE_GT_CBOOL_BYTES_BYTES(PyObject *operand1, PyObject *o... function nuitka_bool (line 4098) | nuitka_bool RICH_COMPARE_GT_NBOOL_OBJECT_BYTES(PyObject *operand1, PyObj... function nuitka_bool (line 4448) | nuitka_bool RICH_COMPARE_GT_NBOOL_BYTES_OBJECT(PyObject *operand1, PyObj... function PyObject (line 4798) | PyObject *RICH_COMPARE_GT_OBJECT_OBJECT_INT(PyObject *operand1, PyObject... function PyObject (line 5092) | PyObject *RICH_COMPARE_GT_OBJECT_INT_OBJECT(PyObject *operand1, PyObject... function nuitka_bool (line 5386) | nuitka_bool RICH_COMPARE_GT_NBOOL_OBJECT_INT(PyObject *operand1, PyObjec... function nuitka_bool (line 5736) | nuitka_bool RICH_COMPARE_GT_NBOOL_INT_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 6084) | static PyObject *COMPARE_GT_OBJECT_LONG_LONG(PyObject *operand1, PyObjec... function PyObject (line 6122) | PyObject *RICH_COMPARE_GT_OBJECT_OBJECT_LONG(PyObject *operand1, PyObjec... function PyObject (line 6416) | PyObject *RICH_COMPARE_GT_OBJECT_LONG_OBJECT(PyObject *operand1, PyObjec... function COMPARE_GT_CBOOL_LONG_LONG (line 6709) | static bool COMPARE_GT_CBOOL_LONG_LONG(PyObject *operand1, PyObject *ope... function nuitka_bool (line 6747) | nuitka_bool RICH_COMPARE_GT_NBOOL_OBJECT_LONG(PyObject *operand1, PyObje... function nuitka_bool (line 7097) | nuitka_bool RICH_COMPARE_GT_NBOOL_LONG_OBJECT(PyObject *operand1, PyObje... function PyObject (line 7446) | static PyObject *COMPARE_GT_OBJECT_FLOAT_FLOAT(PyObject *operand1, PyObj... function PyObject (line 7463) | PyObject *RICH_COMPARE_GT_OBJECT_OBJECT_FLOAT(PyObject *operand1, PyObje... function PyObject (line 7755) | PyObject *RICH_COMPARE_GT_OBJECT_FLOAT_OBJECT(PyObject *operand1, PyObje... function COMPARE_GT_CBOOL_FLOAT_FLOAT (line 8046) | static bool COMPARE_GT_CBOOL_FLOAT_FLOAT(PyObject *operand1, PyObject *o... function nuitka_bool (line 8063) | nuitka_bool RICH_COMPARE_GT_NBOOL_OBJECT_FLOAT(PyObject *operand1, PyObj... function nuitka_bool (line 8411) | nuitka_bool RICH_COMPARE_GT_NBOOL_FLOAT_OBJECT(PyObject *operand1, PyObj... function PyObject (line 8758) | static PyObject *COMPARE_GT_OBJECT_TUPLE_TUPLE(PyObject *operand1, PyObj... function PyObject (line 8806) | PyObject *RICH_COMPARE_GT_OBJECT_OBJECT_TUPLE(PyObject *operand1, PyObje... function PyObject (line 9098) | PyObject *RICH_COMPARE_GT_OBJECT_TUPLE_OBJECT(PyObject *operand1, PyObje... function PyObject (line 9390) | PyObject *RICH_COMPARE_GT_OBJECT_TUPLE_TUPLE(PyObject *operand1, PyObjec... function nuitka_bool (line 9395) | static nuitka_bool COMPARE_GT_NBOOL_TUPLE_TUPLE(PyObject *operand1, PyOb... function nuitka_bool (line 9443) | nuitka_bool RICH_COMPARE_GT_NBOOL_OBJECT_TUPLE(PyObject *operand1, PyObj... function nuitka_bool (line 9791) | nuitka_bool RICH_COMPARE_GT_NBOOL_TUPLE_OBJECT(PyObject *operand1, PyObj... function nuitka_bool (line 10139) | nuitka_bool RICH_COMPARE_GT_NBOOL_TUPLE_TUPLE(PyObject *operand1, PyObje... function PyObject (line 10144) | static PyObject *COMPARE_GT_OBJECT_LIST_LIST(PyObject *operand1, PyObjec... function PyObject (line 10193) | PyObject *RICH_COMPARE_GT_OBJECT_OBJECT_LIST(PyObject *operand1, PyObjec... function PyObject (line 10485) | PyObject *RICH_COMPARE_GT_OBJECT_LIST_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 10777) | PyObject *RICH_COMPARE_GT_OBJECT_LIST_LIST(PyObject *operand1, PyObject ... function nuitka_bool (line 10782) | static nuitka_bool COMPARE_GT_NBOOL_LIST_LIST(PyObject *operand1, PyObje... function nuitka_bool (line 10831) | nuitka_bool RICH_COMPARE_GT_NBOOL_OBJECT_LIST(PyObject *operand1, PyObje... function nuitka_bool (line 11179) | nuitka_bool RICH_COMPARE_GT_NBOOL_LIST_OBJECT(PyObject *operand1, PyObje... function nuitka_bool (line 11527) | nuitka_bool RICH_COMPARE_GT_NBOOL_LIST_LIST(PyObject *operand1, PyObject... function PyObject (line 11533) | static PyObject *COMPARE_GT_OBJECT_LONG_CLONG(PyObject *operand1, long o... function PyObject (line 11590) | PyObject *RICH_COMPARE_GT_OBJECT_LONG_INT(PyObject *operand1, PyObject *... function COMPARE_GT_CBOOL_LONG_CLONG (line 11597) | static bool COMPARE_GT_CBOOL_LONG_CLONG(PyObject *operand1, long operand... function RICH_COMPARE_GT_CBOOL_LONG_INT (line 11654) | bool RICH_COMPARE_GT_CBOOL_LONG_INT(PyObject *operand1, PyObject *operan... function PyObject (line 11661) | static PyObject *COMPARE_GT_OBJECT_INT_CLONG(PyObject *operand1, long op... function PyObject (line 11676) | PyObject *RICH_COMPARE_GT_OBJECT_INT_CLONG(PyObject *operand1, long oper... function COMPARE_GT_CBOOL_INT_CLONG (line 11683) | static bool COMPARE_GT_CBOOL_INT_CLONG(PyObject *operand1, long operand2) { function RICH_COMPARE_GT_CBOOL_INT_CLONG (line 11698) | bool RICH_COMPARE_GT_CBOOL_INT_CLONG(PyObject *operand1, long operand2) { function PyObject (line 11704) | static PyObject *COMPARE_GT_OBJECT_LONG_DIGIT(PyObject *operand1, long o... function PyObject (line 11736) | PyObject *RICH_COMPARE_GT_OBJECT_LONG_DIGIT(PyObject *operand1, long ope... function COMPARE_GT_CBOOL_LONG_DIGIT (line 11741) | static bool COMPARE_GT_CBOOL_LONG_DIGIT(PyObject *operand1, long operand... function RICH_COMPARE_GT_CBOOL_LONG_DIGIT (line 11773) | bool RICH_COMPARE_GT_CBOOL_LONG_DIGIT(PyObject *operand1, long operand2) { function PyObject (line 11778) | static PyObject *COMPARE_GT_OBJECT_FLOAT_CFLOAT(PyObject *operand1, doub... function PyObject (line 11793) | PyObject *RICH_COMPARE_GT_OBJECT_FLOAT_CFLOAT(PyObject *operand1, double... function COMPARE_GT_CBOOL_FLOAT_CFLOAT (line 11798) | static bool COMPARE_GT_CBOOL_FLOAT_CFLOAT(PyObject *operand1, double ope... function RICH_COMPARE_GT_CBOOL_FLOAT_CFLOAT (line 11813) | bool RICH_COMPARE_GT_CBOOL_FLOAT_CFLOAT(PyObject *operand1, double opera... FILE: nuitka/build/static_src/HelpersComparisonLe.c function PyObject (line 13) | static PyObject *COMPARE_LE_OBJECT_INT_INT(PyObject *operand1, PyObject ... function COMPARE_LE_CBOOL_INT_INT (line 31) | static bool COMPARE_LE_CBOOL_INT_INT(PyObject *operand1, PyObject *opera... function PyObject (line 49) | PyObject *RICH_COMPARE_LE_OBJECT_OBJECT_OBJECT(PyObject *operand1, PyObj... function nuitka_bool (line 353) | nuitka_bool RICH_COMPARE_LE_NBOOL_OBJECT_OBJECT(PyObject *operand1, PyOb... function PyObject (line 713) | static PyObject *COMPARE_LE_OBJECT_STR_STR(PyObject *operand1, PyObject ... function PyObject (line 760) | PyObject *RICH_COMPARE_LE_OBJECT_OBJECT_STR(PyObject *operand1, PyObject... function PyObject (line 1054) | PyObject *RICH_COMPARE_LE_OBJECT_STR_OBJECT(PyObject *operand1, PyObject... function PyObject (line 1348) | PyObject *RICH_COMPARE_LE_OBJECT_STR_STR(PyObject *operand1, PyObject *o... function COMPARE_LE_CBOOL_STR_STR (line 1355) | static bool COMPARE_LE_CBOOL_STR_STR(PyObject *operand1, PyObject *opera... function RICH_COMPARE_LE_CBOOL_STR_STR (line 1402) | bool RICH_COMPARE_LE_CBOOL_STR_STR(PyObject *operand1, PyObject *operand... function nuitka_bool (line 1410) | nuitka_bool RICH_COMPARE_LE_NBOOL_OBJECT_STR(PyObject *operand1, PyObjec... function nuitka_bool (line 1760) | nuitka_bool RICH_COMPARE_LE_NBOOL_STR_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 2108) | static PyObject *COMPARE_LE_OBJECT_UNICODE_UNICODE(PyObject *operand1, P... function PyObject (line 2133) | PyObject *RICH_COMPARE_LE_OBJECT_OBJECT_UNICODE(PyObject *operand1, PyOb... function PyObject (line 2427) | PyObject *RICH_COMPARE_LE_OBJECT_UNICODE_OBJECT(PyObject *operand1, PyOb... function PyObject (line 2722) | PyObject *RICH_COMPARE_LE_OBJECT_UNICODE_UNICODE(PyObject *operand1, PyO... function COMPARE_LE_CBOOL_UNICODE_UNICODE (line 2727) | static bool COMPARE_LE_CBOOL_UNICODE_UNICODE(PyObject *operand1, PyObjec... function RICH_COMPARE_LE_CBOOL_UNICODE_UNICODE (line 2757) | bool RICH_COMPARE_LE_CBOOL_UNICODE_UNICODE(PyObject *operand1, PyObject ... function nuitka_bool (line 2763) | nuitka_bool RICH_COMPARE_LE_NBOOL_OBJECT_UNICODE(PyObject *operand1, PyO... function nuitka_bool (line 3113) | nuitka_bool RICH_COMPARE_LE_NBOOL_UNICODE_OBJECT(PyObject *operand1, PyO... function PyObject (line 3463) | static PyObject *COMPARE_LE_OBJECT_BYTES_BYTES(PyObject *operand1, PyObj... function PyObject (line 3510) | PyObject *RICH_COMPARE_LE_OBJECT_OBJECT_BYTES(PyObject *operand1, PyObje... function PyObject (line 3804) | PyObject *RICH_COMPARE_LE_OBJECT_BYTES_OBJECT(PyObject *operand1, PyObje... function PyObject (line 4098) | PyObject *RICH_COMPARE_LE_OBJECT_BYTES_BYTES(PyObject *operand1, PyObjec... function COMPARE_LE_CBOOL_BYTES_BYTES (line 4105) | static bool COMPARE_LE_CBOOL_BYTES_BYTES(PyObject *operand1, PyObject *o... function RICH_COMPARE_LE_CBOOL_BYTES_BYTES (line 4152) | bool RICH_COMPARE_LE_CBOOL_BYTES_BYTES(PyObject *operand1, PyObject *ope... function nuitka_bool (line 4160) | nuitka_bool RICH_COMPARE_LE_NBOOL_OBJECT_BYTES(PyObject *operand1, PyObj... function nuitka_bool (line 4510) | nuitka_bool RICH_COMPARE_LE_NBOOL_BYTES_OBJECT(PyObject *operand1, PyObj... function PyObject (line 4860) | PyObject *RICH_COMPARE_LE_OBJECT_OBJECT_INT(PyObject *operand1, PyObject... function PyObject (line 5154) | PyObject *RICH_COMPARE_LE_OBJECT_INT_OBJECT(PyObject *operand1, PyObject... function PyObject (line 5448) | PyObject *RICH_COMPARE_LE_OBJECT_INT_INT(PyObject *operand1, PyObject *o... function RICH_COMPARE_LE_CBOOL_INT_INT (line 5456) | bool RICH_COMPARE_LE_CBOOL_INT_INT(PyObject *operand1, PyObject *operand... function nuitka_bool (line 5464) | nuitka_bool RICH_COMPARE_LE_NBOOL_OBJECT_INT(PyObject *operand1, PyObjec... function nuitka_bool (line 5814) | nuitka_bool RICH_COMPARE_LE_NBOOL_INT_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 6162) | static PyObject *COMPARE_LE_OBJECT_LONG_LONG(PyObject *operand1, PyObjec... function PyObject (line 6200) | PyObject *RICH_COMPARE_LE_OBJECT_OBJECT_LONG(PyObject *operand1, PyObjec... function PyObject (line 6494) | PyObject *RICH_COMPARE_LE_OBJECT_LONG_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 6788) | PyObject *RICH_COMPARE_LE_OBJECT_LONG_LONG(PyObject *operand1, PyObject ... function COMPARE_LE_CBOOL_LONG_LONG (line 6793) | static bool COMPARE_LE_CBOOL_LONG_LONG(PyObject *operand1, PyObject *ope... function RICH_COMPARE_LE_CBOOL_LONG_LONG (line 6831) | bool RICH_COMPARE_LE_CBOOL_LONG_LONG(PyObject *operand1, PyObject *opera... function nuitka_bool (line 6837) | nuitka_bool RICH_COMPARE_LE_NBOOL_OBJECT_LONG(PyObject *operand1, PyObje... function nuitka_bool (line 7187) | nuitka_bool RICH_COMPARE_LE_NBOOL_LONG_OBJECT(PyObject *operand1, PyObje... function PyObject (line 7536) | static PyObject *COMPARE_LE_OBJECT_FLOAT_FLOAT(PyObject *operand1, PyObj... function PyObject (line 7553) | PyObject *RICH_COMPARE_LE_OBJECT_OBJECT_FLOAT(PyObject *operand1, PyObje... function PyObject (line 7845) | PyObject *RICH_COMPARE_LE_OBJECT_FLOAT_OBJECT(PyObject *operand1, PyObje... function PyObject (line 8137) | PyObject *RICH_COMPARE_LE_OBJECT_FLOAT_FLOAT(PyObject *operand1, PyObjec... function COMPARE_LE_CBOOL_FLOAT_FLOAT (line 8142) | static bool COMPARE_LE_CBOOL_FLOAT_FLOAT(PyObject *operand1, PyObject *o... function RICH_COMPARE_LE_CBOOL_FLOAT_FLOAT (line 8159) | bool RICH_COMPARE_LE_CBOOL_FLOAT_FLOAT(PyObject *operand1, PyObject *ope... function nuitka_bool (line 8165) | nuitka_bool RICH_COMPARE_LE_NBOOL_OBJECT_FLOAT(PyObject *operand1, PyObj... function nuitka_bool (line 8513) | nuitka_bool RICH_COMPARE_LE_NBOOL_FLOAT_OBJECT(PyObject *operand1, PyObj... function PyObject (line 8860) | static PyObject *COMPARE_LE_OBJECT_TUPLE_TUPLE(PyObject *operand1, PyObj... function PyObject (line 8908) | PyObject *RICH_COMPARE_LE_OBJECT_OBJECT_TUPLE(PyObject *operand1, PyObje... function PyObject (line 9200) | PyObject *RICH_COMPARE_LE_OBJECT_TUPLE_OBJECT(PyObject *operand1, PyObje... function PyObject (line 9492) | PyObject *RICH_COMPARE_LE_OBJECT_TUPLE_TUPLE(PyObject *operand1, PyObjec... function nuitka_bool (line 9497) | static nuitka_bool COMPARE_LE_NBOOL_TUPLE_TUPLE(PyObject *operand1, PyOb... function nuitka_bool (line 9545) | nuitka_bool RICH_COMPARE_LE_NBOOL_OBJECT_TUPLE(PyObject *operand1, PyObj... function nuitka_bool (line 9893) | nuitka_bool RICH_COMPARE_LE_NBOOL_TUPLE_OBJECT(PyObject *operand1, PyObj... function nuitka_bool (line 10241) | nuitka_bool RICH_COMPARE_LE_NBOOL_TUPLE_TUPLE(PyObject *operand1, PyObje... function PyObject (line 10246) | static PyObject *COMPARE_LE_OBJECT_LIST_LIST(PyObject *operand1, PyObjec... function PyObject (line 10295) | PyObject *RICH_COMPARE_LE_OBJECT_OBJECT_LIST(PyObject *operand1, PyObjec... function PyObject (line 10587) | PyObject *RICH_COMPARE_LE_OBJECT_LIST_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 10879) | PyObject *RICH_COMPARE_LE_OBJECT_LIST_LIST(PyObject *operand1, PyObject ... function nuitka_bool (line 10884) | static nuitka_bool COMPARE_LE_NBOOL_LIST_LIST(PyObject *operand1, PyObje... function nuitka_bool (line 10933) | nuitka_bool RICH_COMPARE_LE_NBOOL_OBJECT_LIST(PyObject *operand1, PyObje... function nuitka_bool (line 11281) | nuitka_bool RICH_COMPARE_LE_NBOOL_LIST_OBJECT(PyObject *operand1, PyObje... function nuitka_bool (line 11629) | nuitka_bool RICH_COMPARE_LE_NBOOL_LIST_LIST(PyObject *operand1, PyObject... function PyObject (line 11635) | static PyObject *COMPARE_LE_OBJECT_LONG_CLONG(PyObject *operand1, long o... function PyObject (line 11692) | PyObject *RICH_COMPARE_LE_OBJECT_LONG_INT(PyObject *operand1, PyObject *... function COMPARE_LE_CBOOL_LONG_CLONG (line 11699) | static bool COMPARE_LE_CBOOL_LONG_CLONG(PyObject *operand1, long operand... function RICH_COMPARE_LE_CBOOL_LONG_INT (line 11756) | bool RICH_COMPARE_LE_CBOOL_LONG_INT(PyObject *operand1, PyObject *operan... function PyObject (line 11763) | static PyObject *COMPARE_LE_OBJECT_INT_CLONG(PyObject *operand1, long op... function PyObject (line 11778) | PyObject *RICH_COMPARE_LE_OBJECT_INT_CLONG(PyObject *operand1, long oper... function COMPARE_LE_CBOOL_INT_CLONG (line 11785) | static bool COMPARE_LE_CBOOL_INT_CLONG(PyObject *operand1, long operand2) { function RICH_COMPARE_LE_CBOOL_INT_CLONG (line 11800) | bool RICH_COMPARE_LE_CBOOL_INT_CLONG(PyObject *operand1, long operand2) { function PyObject (line 11806) | static PyObject *COMPARE_LE_OBJECT_LONG_DIGIT(PyObject *operand1, long o... function PyObject (line 11838) | PyObject *RICH_COMPARE_LE_OBJECT_LONG_DIGIT(PyObject *operand1, long ope... function COMPARE_LE_CBOOL_LONG_DIGIT (line 11843) | static bool COMPARE_LE_CBOOL_LONG_DIGIT(PyObject *operand1, long operand... function RICH_COMPARE_LE_CBOOL_LONG_DIGIT (line 11875) | bool RICH_COMPARE_LE_CBOOL_LONG_DIGIT(PyObject *operand1, long operand2) { function PyObject (line 11880) | static PyObject *COMPARE_LE_OBJECT_FLOAT_CFLOAT(PyObject *operand1, doub... function PyObject (line 11895) | PyObject *RICH_COMPARE_LE_OBJECT_FLOAT_CFLOAT(PyObject *operand1, double... function COMPARE_LE_CBOOL_FLOAT_CFLOAT (line 11900) | static bool COMPARE_LE_CBOOL_FLOAT_CFLOAT(PyObject *operand1, double ope... function RICH_COMPARE_LE_CBOOL_FLOAT_CFLOAT (line 11915) | bool RICH_COMPARE_LE_CBOOL_FLOAT_CFLOAT(PyObject *operand1, double opera... FILE: nuitka/build/static_src/HelpersComparisonLt.c function PyObject (line 13) | static PyObject *COMPARE_LT_OBJECT_INT_INT(PyObject *operand1, PyObject ... function COMPARE_LT_CBOOL_INT_INT (line 31) | static bool COMPARE_LT_CBOOL_INT_INT(PyObject *operand1, PyObject *opera... function PyObject (line 49) | PyObject *RICH_COMPARE_LT_OBJECT_OBJECT_OBJECT(PyObject *operand1, PyObj... function nuitka_bool (line 345) | nuitka_bool RICH_COMPARE_LT_NBOOL_OBJECT_OBJECT(PyObject *operand1, PyOb... function PyObject (line 697) | static PyObject *COMPARE_LT_OBJECT_STR_STR(PyObject *operand1, PyObject ... function PyObject (line 744) | PyObject *RICH_COMPARE_LT_OBJECT_OBJECT_STR(PyObject *operand1, PyObject... function PyObject (line 1038) | PyObject *RICH_COMPARE_LT_OBJECT_STR_OBJECT(PyObject *operand1, PyObject... function PyObject (line 1332) | PyObject *RICH_COMPARE_LT_OBJECT_STR_STR(PyObject *operand1, PyObject *o... function COMPARE_LT_CBOOL_STR_STR (line 1339) | static bool COMPARE_LT_CBOOL_STR_STR(PyObject *operand1, PyObject *opera... function RICH_COMPARE_LT_CBOOL_STR_STR (line 1386) | bool RICH_COMPARE_LT_CBOOL_STR_STR(PyObject *operand1, PyObject *operand... function nuitka_bool (line 1394) | nuitka_bool RICH_COMPARE_LT_NBOOL_OBJECT_STR(PyObject *operand1, PyObjec... function nuitka_bool (line 1744) | nuitka_bool RICH_COMPARE_LT_NBOOL_STR_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 2092) | static PyObject *COMPARE_LT_OBJECT_UNICODE_UNICODE(PyObject *operand1, P... function PyObject (line 2117) | PyObject *RICH_COMPARE_LT_OBJECT_OBJECT_UNICODE(PyObject *operand1, PyOb... function PyObject (line 2411) | PyObject *RICH_COMPARE_LT_OBJECT_UNICODE_OBJECT(PyObject *operand1, PyOb... function PyObject (line 2706) | PyObject *RICH_COMPARE_LT_OBJECT_UNICODE_UNICODE(PyObject *operand1, PyO... function COMPARE_LT_CBOOL_UNICODE_UNICODE (line 2711) | static bool COMPARE_LT_CBOOL_UNICODE_UNICODE(PyObject *operand1, PyObjec... function RICH_COMPARE_LT_CBOOL_UNICODE_UNICODE (line 2741) | bool RICH_COMPARE_LT_CBOOL_UNICODE_UNICODE(PyObject *operand1, PyObject ... function nuitka_bool (line 2747) | nuitka_bool RICH_COMPARE_LT_NBOOL_OBJECT_UNICODE(PyObject *operand1, PyO... function nuitka_bool (line 3097) | nuitka_bool RICH_COMPARE_LT_NBOOL_UNICODE_OBJECT(PyObject *operand1, PyO... function PyObject (line 3447) | static PyObject *COMPARE_LT_OBJECT_BYTES_BYTES(PyObject *operand1, PyObj... function PyObject (line 3494) | PyObject *RICH_COMPARE_LT_OBJECT_OBJECT_BYTES(PyObject *operand1, PyObje... function PyObject (line 3788) | PyObject *RICH_COMPARE_LT_OBJECT_BYTES_OBJECT(PyObject *operand1, PyObje... function PyObject (line 4082) | PyObject *RICH_COMPARE_LT_OBJECT_BYTES_BYTES(PyObject *operand1, PyObjec... function COMPARE_LT_CBOOL_BYTES_BYTES (line 4089) | static bool COMPARE_LT_CBOOL_BYTES_BYTES(PyObject *operand1, PyObject *o... function RICH_COMPARE_LT_CBOOL_BYTES_BYTES (line 4136) | bool RICH_COMPARE_LT_CBOOL_BYTES_BYTES(PyObject *operand1, PyObject *ope... function nuitka_bool (line 4144) | nuitka_bool RICH_COMPARE_LT_NBOOL_OBJECT_BYTES(PyObject *operand1, PyObj... function nuitka_bool (line 4494) | nuitka_bool RICH_COMPARE_LT_NBOOL_BYTES_OBJECT(PyObject *operand1, PyObj... function PyObject (line 4844) | PyObject *RICH_COMPARE_LT_OBJECT_OBJECT_INT(PyObject *operand1, PyObject... function PyObject (line 5138) | PyObject *RICH_COMPARE_LT_OBJECT_INT_OBJECT(PyObject *operand1, PyObject... function PyObject (line 5432) | PyObject *RICH_COMPARE_LT_OBJECT_INT_INT(PyObject *operand1, PyObject *o... function RICH_COMPARE_LT_CBOOL_INT_INT (line 5440) | bool RICH_COMPARE_LT_CBOOL_INT_INT(PyObject *operand1, PyObject *operand... function nuitka_bool (line 5448) | nuitka_bool RICH_COMPARE_LT_NBOOL_OBJECT_INT(PyObject *operand1, PyObjec... function nuitka_bool (line 5798) | nuitka_bool RICH_COMPARE_LT_NBOOL_INT_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 6146) | static PyObject *COMPARE_LT_OBJECT_LONG_LONG(PyObject *operand1, PyObjec... function PyObject (line 6184) | PyObject *RICH_COMPARE_LT_OBJECT_OBJECT_LONG(PyObject *operand1, PyObjec... function PyObject (line 6478) | PyObject *RICH_COMPARE_LT_OBJECT_LONG_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 6772) | PyObject *RICH_COMPARE_LT_OBJECT_LONG_LONG(PyObject *operand1, PyObject ... function COMPARE_LT_CBOOL_LONG_LONG (line 6777) | static bool COMPARE_LT_CBOOL_LONG_LONG(PyObject *operand1, PyObject *ope... function RICH_COMPARE_LT_CBOOL_LONG_LONG (line 6815) | bool RICH_COMPARE_LT_CBOOL_LONG_LONG(PyObject *operand1, PyObject *opera... function nuitka_bool (line 6821) | nuitka_bool RICH_COMPARE_LT_NBOOL_OBJECT_LONG(PyObject *operand1, PyObje... function nuitka_bool (line 7171) | nuitka_bool RICH_COMPARE_LT_NBOOL_LONG_OBJECT(PyObject *operand1, PyObje... function PyObject (line 7520) | static PyObject *COMPARE_LT_OBJECT_FLOAT_FLOAT(PyObject *operand1, PyObj... function PyObject (line 7537) | PyObject *RICH_COMPARE_LT_OBJECT_OBJECT_FLOAT(PyObject *operand1, PyObje... function PyObject (line 7829) | PyObject *RICH_COMPARE_LT_OBJECT_FLOAT_OBJECT(PyObject *operand1, PyObje... function PyObject (line 8121) | PyObject *RICH_COMPARE_LT_OBJECT_FLOAT_FLOAT(PyObject *operand1, PyObjec... function COMPARE_LT_CBOOL_FLOAT_FLOAT (line 8126) | static bool COMPARE_LT_CBOOL_FLOAT_FLOAT(PyObject *operand1, PyObject *o... function RICH_COMPARE_LT_CBOOL_FLOAT_FLOAT (line 8143) | bool RICH_COMPARE_LT_CBOOL_FLOAT_FLOAT(PyObject *operand1, PyObject *ope... function nuitka_bool (line 8149) | nuitka_bool RICH_COMPARE_LT_NBOOL_OBJECT_FLOAT(PyObject *operand1, PyObj... function nuitka_bool (line 8497) | nuitka_bool RICH_COMPARE_LT_NBOOL_FLOAT_OBJECT(PyObject *operand1, PyObj... function PyObject (line 8844) | static PyObject *COMPARE_LT_OBJECT_TUPLE_TUPLE(PyObject *operand1, PyObj... function PyObject (line 8892) | PyObject *RICH_COMPARE_LT_OBJECT_OBJECT_TUPLE(PyObject *operand1, PyObje... function PyObject (line 9184) | PyObject *RICH_COMPARE_LT_OBJECT_TUPLE_OBJECT(PyObject *operand1, PyObje... function PyObject (line 9476) | PyObject *RICH_COMPARE_LT_OBJECT_TUPLE_TUPLE(PyObject *operand1, PyObjec... function nuitka_bool (line 9481) | static nuitka_bool COMPARE_LT_NBOOL_TUPLE_TUPLE(PyObject *operand1, PyOb... function nuitka_bool (line 9529) | nuitka_bool RICH_COMPARE_LT_NBOOL_OBJECT_TUPLE(PyObject *operand1, PyObj... function nuitka_bool (line 9877) | nuitka_bool RICH_COMPARE_LT_NBOOL_TUPLE_OBJECT(PyObject *operand1, PyObj... function nuitka_bool (line 10225) | nuitka_bool RICH_COMPARE_LT_NBOOL_TUPLE_TUPLE(PyObject *operand1, PyObje... function PyObject (line 10230) | static PyObject *COMPARE_LT_OBJECT_LIST_LIST(PyObject *operand1, PyObjec... function PyObject (line 10279) | PyObject *RICH_COMPARE_LT_OBJECT_OBJECT_LIST(PyObject *operand1, PyObjec... function PyObject (line 10571) | PyObject *RICH_COMPARE_LT_OBJECT_LIST_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 10863) | PyObject *RICH_COMPARE_LT_OBJECT_LIST_LIST(PyObject *operand1, PyObject ... function nuitka_bool (line 10868) | static nuitka_bool COMPARE_LT_NBOOL_LIST_LIST(PyObject *operand1, PyObje... function nuitka_bool (line 10917) | nuitka_bool RICH_COMPARE_LT_NBOOL_OBJECT_LIST(PyObject *operand1, PyObje... function nuitka_bool (line 11265) | nuitka_bool RICH_COMPARE_LT_NBOOL_LIST_OBJECT(PyObject *operand1, PyObje... function nuitka_bool (line 11613) | nuitka_bool RICH_COMPARE_LT_NBOOL_LIST_LIST(PyObject *operand1, PyObject... function PyObject (line 11619) | static PyObject *COMPARE_LT_OBJECT_LONG_CLONG(PyObject *operand1, long o... function PyObject (line 11676) | PyObject *RICH_COMPARE_LT_OBJECT_LONG_INT(PyObject *operand1, PyObject *... function COMPARE_LT_CBOOL_LONG_CLONG (line 11683) | static bool COMPARE_LT_CBOOL_LONG_CLONG(PyObject *operand1, long operand... function RICH_COMPARE_LT_CBOOL_LONG_INT (line 11740) | bool RICH_COMPARE_LT_CBOOL_LONG_INT(PyObject *operand1, PyObject *operan... function PyObject (line 11747) | static PyObject *COMPARE_LT_OBJECT_INT_CLONG(PyObject *operand1, long op... function PyObject (line 11762) | PyObject *RICH_COMPARE_LT_OBJECT_INT_CLONG(PyObject *operand1, long oper... function COMPARE_LT_CBOOL_INT_CLONG (line 11769) | static bool COMPARE_LT_CBOOL_INT_CLONG(PyObject *operand1, long operand2) { function RICH_COMPARE_LT_CBOOL_INT_CLONG (line 11784) | bool RICH_COMPARE_LT_CBOOL_INT_CLONG(PyObject *operand1, long operand2) { function PyObject (line 11790) | static PyObject *COMPARE_LT_OBJECT_LONG_DIGIT(PyObject *operand1, long o... function PyObject (line 11822) | PyObject *RICH_COMPARE_LT_OBJECT_LONG_DIGIT(PyObject *operand1, long ope... function COMPARE_LT_CBOOL_LONG_DIGIT (line 11827) | static bool COMPARE_LT_CBOOL_LONG_DIGIT(PyObject *operand1, long operand... function RICH_COMPARE_LT_CBOOL_LONG_DIGIT (line 11859) | bool RICH_COMPARE_LT_CBOOL_LONG_DIGIT(PyObject *operand1, long operand2) { function PyObject (line 11864) | static PyObject *COMPARE_LT_OBJECT_FLOAT_CFLOAT(PyObject *operand1, doub... function PyObject (line 11879) | PyObject *RICH_COMPARE_LT_OBJECT_FLOAT_CFLOAT(PyObject *operand1, double... function COMPARE_LT_CBOOL_FLOAT_CFLOAT (line 11884) | static bool COMPARE_LT_CBOOL_FLOAT_CFLOAT(PyObject *operand1, double ope... function RICH_COMPARE_LT_CBOOL_FLOAT_CFLOAT (line 11899) | bool RICH_COMPARE_LT_CBOOL_FLOAT_CFLOAT(PyObject *operand1, double opera... FILE: nuitka/build/static_src/HelpersComparisonNe.c function PyObject (line 13) | static PyObject *COMPARE_NE_OBJECT_INT_INT(PyObject *operand1, PyObject ... function COMPARE_NE_CBOOL_INT_INT (line 31) | static bool COMPARE_NE_CBOOL_INT_INT(PyObject *operand1, PyObject *opera... function PyObject (line 49) | PyObject *RICH_COMPARE_NE_OBJECT_OBJECT_OBJECT(PyObject *operand1, PyObj... function nuitka_bool (line 353) | nuitka_bool RICH_COMPARE_NE_NBOOL_OBJECT_OBJECT(PyObject *operand1, PyOb... function PyObject (line 713) | static PyObject *COMPARE_NE_OBJECT_STR_STR(PyObject *operand1, PyObject ... function PyObject (line 761) | PyObject *RICH_COMPARE_NE_OBJECT_OBJECT_STR(PyObject *operand1, PyObject... function PyObject (line 1055) | PyObject *RICH_COMPARE_NE_OBJECT_STR_OBJECT(PyObject *operand1, PyObject... function COMPARE_NE_CBOOL_STR_STR (line 1348) | static bool COMPARE_NE_CBOOL_STR_STR(PyObject *operand1, PyObject *opera... function nuitka_bool (line 1396) | nuitka_bool RICH_COMPARE_NE_NBOOL_OBJECT_STR(PyObject *operand1, PyObjec... function nuitka_bool (line 1746) | nuitka_bool RICH_COMPARE_NE_NBOOL_STR_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 2094) | static PyObject *COMPARE_NE_OBJECT_UNICODE_UNICODE(PyObject *operand1, P... function PyObject (line 2174) | PyObject *RICH_COMPARE_NE_OBJECT_OBJECT_UNICODE(PyObject *operand1, PyOb... function PyObject (line 2468) | PyObject *RICH_COMPARE_NE_OBJECT_UNICODE_OBJECT(PyObject *operand1, PyOb... function COMPARE_NE_CBOOL_UNICODE_UNICODE (line 2761) | static bool COMPARE_NE_CBOOL_UNICODE_UNICODE(PyObject *operand1, PyObjec... function nuitka_bool (line 2841) | nuitka_bool RICH_COMPARE_NE_NBOOL_OBJECT_UNICODE(PyObject *operand1, PyO... function nuitka_bool (line 3191) | nuitka_bool RICH_COMPARE_NE_NBOOL_UNICODE_OBJECT(PyObject *operand1, PyO... function PyObject (line 3541) | static PyObject *COMPARE_NE_OBJECT_BYTES_BYTES(PyObject *operand1, PyObj... function PyObject (line 3589) | PyObject *RICH_COMPARE_NE_OBJECT_OBJECT_BYTES(PyObject *operand1, PyObje... function PyObject (line 3883) | PyObject *RICH_COMPARE_NE_OBJECT_BYTES_OBJECT(PyObject *operand1, PyObje... function COMPARE_NE_CBOOL_BYTES_BYTES (line 4176) | static bool COMPARE_NE_CBOOL_BYTES_BYTES(PyObject *operand1, PyObject *o... function nuitka_bool (line 4224) | nuitka_bool RICH_COMPARE_NE_NBOOL_OBJECT_BYTES(PyObject *operand1, PyObj... function nuitka_bool (line 4574) | nuitka_bool RICH_COMPARE_NE_NBOOL_BYTES_OBJECT(PyObject *operand1, PyObj... function PyObject (line 4924) | PyObject *RICH_COMPARE_NE_OBJECT_OBJECT_INT(PyObject *operand1, PyObject... function PyObject (line 5218) | PyObject *RICH_COMPARE_NE_OBJECT_INT_OBJECT(PyObject *operand1, PyObject... function nuitka_bool (line 5512) | nuitka_bool RICH_COMPARE_NE_NBOOL_OBJECT_INT(PyObject *operand1, PyObjec... function nuitka_bool (line 5862) | nuitka_bool RICH_COMPARE_NE_NBOOL_INT_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 6210) | static PyObject *COMPARE_NE_OBJECT_LONG_LONG(PyObject *operand1, PyObjec... function PyObject (line 6244) | PyObject *RICH_COMPARE_NE_OBJECT_OBJECT_LONG(PyObject *operand1, PyObjec... function PyObject (line 6538) | PyObject *RICH_COMPARE_NE_OBJECT_LONG_OBJECT(PyObject *operand1, PyObjec... function COMPARE_NE_CBOOL_LONG_LONG (line 6831) | static bool COMPARE_NE_CBOOL_LONG_LONG(PyObject *operand1, PyObject *ope... function nuitka_bool (line 6865) | nuitka_bool RICH_COMPARE_NE_NBOOL_OBJECT_LONG(PyObject *operand1, PyObje... function nuitka_bool (line 7215) | nuitka_bool RICH_COMPARE_NE_NBOOL_LONG_OBJECT(PyObject *operand1, PyObje... function PyObject (line 7564) | static PyObject *COMPARE_NE_OBJECT_FLOAT_FLOAT(PyObject *operand1, PyObj... function PyObject (line 7581) | PyObject *RICH_COMPARE_NE_OBJECT_OBJECT_FLOAT(PyObject *operand1, PyObje... function PyObject (line 7873) | PyObject *RICH_COMPARE_NE_OBJECT_FLOAT_OBJECT(PyObject *operand1, PyObje... function COMPARE_NE_CBOOL_FLOAT_FLOAT (line 8164) | static bool COMPARE_NE_CBOOL_FLOAT_FLOAT(PyObject *operand1, PyObject *o... function nuitka_bool (line 8181) | nuitka_bool RICH_COMPARE_NE_NBOOL_OBJECT_FLOAT(PyObject *operand1, PyObj... function nuitka_bool (line 8529) | nuitka_bool RICH_COMPARE_NE_NBOOL_FLOAT_OBJECT(PyObject *operand1, PyObj... function PyObject (line 8876) | static PyObject *COMPARE_NE_OBJECT_TUPLE_TUPLE(PyObject *operand1, PyObj... function PyObject (line 8927) | PyObject *RICH_COMPARE_NE_OBJECT_OBJECT_TUPLE(PyObject *operand1, PyObje... function PyObject (line 9219) | PyObject *RICH_COMPARE_NE_OBJECT_TUPLE_OBJECT(PyObject *operand1, PyObje... function PyObject (line 9511) | PyObject *RICH_COMPARE_NE_OBJECT_TUPLE_TUPLE(PyObject *operand1, PyObjec... function nuitka_bool (line 9516) | static nuitka_bool COMPARE_NE_NBOOL_TUPLE_TUPLE(PyObject *operand1, PyOb... function nuitka_bool (line 9567) | nuitka_bool RICH_COMPARE_NE_NBOOL_OBJECT_TUPLE(PyObject *operand1, PyObj... function nuitka_bool (line 9915) | nuitka_bool RICH_COMPARE_NE_NBOOL_TUPLE_OBJECT(PyObject *operand1, PyObj... function nuitka_bool (line 10263) | nuitka_bool RICH_COMPARE_NE_NBOOL_TUPLE_TUPLE(PyObject *operand1, PyObje... function PyObject (line 10268) | static PyObject *COMPARE_NE_OBJECT_LIST_LIST(PyObject *operand1, PyObjec... function PyObject (line 10326) | PyObject *RICH_COMPARE_NE_OBJECT_OBJECT_LIST(PyObject *operand1, PyObjec... function PyObject (line 10618) | PyObject *RICH_COMPARE_NE_OBJECT_LIST_OBJECT(PyObject *operand1, PyObjec... function PyObject (line 10910) | PyObject *RICH_COMPARE_NE_OBJECT_LIST_LIST(PyObject *operand1, PyObject ... function nuitka_bool (line 10915) | static nuitka_bool COMPARE_NE_NBOOL_LIST_LIST(PyObject *operand1, PyObje... function nuitka_bool (line 10973) | nuitka_bool RICH_COMPARE_NE_NBOOL_OBJECT_LIST(PyObject *operand1, PyObje... function nuitka_bool (line 11321) | nuitka_bool RICH_COMPARE_NE_NBOOL_LIST_OBJECT(PyObject *operand1, PyObje... function nuitka_bool (line 11669) | nuitka_bool RICH_COMPARE_NE_NBOOL_LIST_LIST(PyObject *operand1, PyObject... function PyObject (line 11675) | static PyObject *COMPARE_NE_OBJECT_LONG_CLONG(PyObject *operand1, long o... function PyObject (line 11729) | PyObject *RICH_COMPARE_NE_OBJECT_LONG_INT(PyObject *operand1, PyObject *... function COMPARE_NE_CBOOL_LONG_CLONG (line 11736) | static bool COMPARE_NE_CBOOL_LONG_CLONG(PyObject *operand1, long operand... function RICH_COMPARE_NE_CBOOL_LONG_INT (line 11790) | bool RICH_COMPARE_NE_CBOOL_LONG_INT(PyObject *operand1, PyObject *operan... function PyObject (line 11797) | static PyObject *COMPARE_NE_OBJECT_INT_CLONG(PyObject *operand1, long op... function PyObject (line 11812) | PyObject *RICH_COMPARE_NE_OBJECT_INT_CLONG(PyObject *operand1, long oper... function COMPARE_NE_CBOOL_INT_CLONG (line 11819) | static bool COMPARE_NE_CBOOL_INT_CLONG(PyObject *operand1, long operand2) { function RICH_COMPARE_NE_CBOOL_INT_CLONG (line 11834) | bool RICH_COMPARE_NE_CBOOL_INT_CLONG(PyObject *operand1, long operand2) { function PyObject (line 11840) | static PyObject *COMPARE_NE_OBJECT_LONG_DIGIT(PyObject *operand1, long o... function PyObject (line 11869) | PyObject *RICH_COMPARE_NE_OBJECT_LONG_DIGIT(PyObject *operand1, long ope... function COMPARE_NE_CBOOL_LONG_DIGIT (line 11874) | static bool COMPARE_NE_CBOOL_LONG_DIGIT(PyObject *operand1, long operand... function RICH_COMPARE_NE_CBOOL_LONG_DIGIT (line 11903) | bool RICH_COMPARE_NE_CBOOL_LONG_DIGIT(PyObject *operand1, long operand2) { function PyObject (line 11908) | static PyObject *COMPARE_NE_OBJECT_FLOAT_CFLOAT(PyObject *operand1, doub... function PyObject (line 11923) | PyObject *RICH_COMPARE_NE_OBJECT_FLOAT_CFLOAT(PyObject *operand1, double... function COMPARE_NE_CBOOL_FLOAT_CFLOAT (line 11928) | static bool COMPARE_NE_CBOOL_FLOAT_CFLOAT(PyObject *operand1, double ope... function RICH_COMPARE_NE_CBOOL_FLOAT_CFLOAT (line 11943) | bool RICH_COMPARE_NE_CBOOL_FLOAT_CFLOAT(PyObject *operand1, double opera... FILE: nuitka/build/static_src/HelpersConstantsBlob.c function Py_hash_t (line 75) | static Py_hash_t Nuitka_FastHashBytes(const void *value, Py_ssize_t size) { function Py_hash_t (line 97) | static Py_hash_t our_list_hash(PyListObject *list) { function PyObject (line 101) | static PyObject *our_list_richcompare(PyListObject *list1, PyListObject ... function Py_hash_t (line 120) | static Py_hash_t our_tuple_hash(PyTupleObject *tuple) { function PyObject (line 124) | static PyObject *our_tuple_richcompare(PyTupleObject *tuple1, PyTupleObj... function Py_hash_t (line 143) | static Py_hash_t our_set_hash(PyObject *set) { function PyObject (line 167) | static PyObject *our_set_richcompare(PyObject *set1, PyObject *set2, int... function PyObject (line 217) | static PyObject *our_float_richcompare(PyFloatObject *a, PyFloatObject *... function Py_hash_t (line 233) | static Py_hash_t our_dict_hash(PyObject *dict) { function PyObject (line 249) | static PyObject *our_dict_richcompare(PyObject *a, PyObject *b, int op) { function initCaches (line 290) | static void initCaches(void) { function insertToDictCache (line 337) | static void insertToDictCache(PyObject *dict, PyObject **value) { function insertToDictCacheForcedHash (line 347) | static void insertToDictCacheForcedHash(PyObject *dict, PyObject **value... function unpackValueUint16 (line 365) | static uint16_t unpackValueUint16(unsigned char const **data) { function unpackValueUint32 (line 377) | static uint32_t unpackValueUint32(unsigned char const **data) { function unpackValueInt (line 389) | static int unpackValueInt(unsigned char const **data) { function unpackValueLong (line 398) | static long unpackValueLong(unsigned char const **data) { function unpackValueLongLong (line 407) | static long long unpackValueLongLong(unsigned char const **data) { function unpackValueUnsignedLongLong (line 416) | static unsigned long long unpackValueUnsignedLongLong(unsigned char cons... function unpackValueFloat (line 425) | static double unpackValueFloat(unsigned char const **data) { function _unpackVariableLength (line 442) | static uint64_t _unpackVariableLength(unsigned char const **data) { function PyObject (line 462) | static PyObject *_unpackAnonValue(unsigned char anon_index) { function PyObject (line 498) | PyObject *_unpackSpecialValue(unsigned char special_index) { function unpackBlobConstants (line 1162) | static void unpackBlobConstants(PyThreadState *tstate, PyObject **output... function findMacOSDllImageId (line 1177) | static int findMacOSDllImageId(void) { type mach_header (line 1204) | struct mach_header type mach_header (line 1209) | struct mach_header function loadConstantsBlob (line 1218) | void loadConstantsBlob(PyThreadState *tstate, PyObject **output, char co... FILE: nuitka/build/static_src/HelpersDeepcopy.c type GenericAliasObject (line 14) | typedef struct { type PyObject (line 21) | typedef PyObject *(*copy_func)(PyThreadState *tstate, PyObject *); function PyObject (line 25) | PyObject *DEEP_COPY_LIST(PyThreadState *tstate, PyObject *value) { function PyObject (line 59) | PyObject *DEEP_COPY_TUPLE(PyThreadState *tstate, PyObject *value) { function PyObject (line 73) | static PyObject *_DEEP_COPY_SET(PyObject *value) { function PyObject (line 79) | PyObject *DEEP_COPY_SET(PyThreadState *tstate, PyObject *value) { return... function PyObject (line 82) | PyObject *DEEP_COPY_GENERICALIAS(PyThreadState *tstate, PyObject *value) { function PyObject (line 102) | static PyObject *Nuitka_CapsuleNew(void *pointer) { type Nuitka_PyCapsule (line 111) | typedef struct { function PyObject (line 128) | static PyObject *_makeDeepCopyFunctionCapsule(copy_func func) { return N... function _initDeepCopy (line 130) | static void _initDeepCopy(void) { function PyObject (line 186) | static PyObject *DEEP_COPY_ITEM(PyThreadState *tstate, PyObject *value, ... function else (line 249) | else if (PyByteArray_CheckExact(value)) { function else (line 253) | else if (Py_TYPE(value) == &Py_GenericAliasType) { function Py_hash_t (line 274) | static Py_hash_t DEEP_HASH_INIT(PyThreadState *tstate, PyObject *value) { function DEEP_HASH_BLOB (line 287) | static void DEEP_HASH_BLOB(Py_hash_t *hash, char const *s, Py_ssize_t si... function DEEP_HASH_CSTR (line 294) | static void DEEP_HASH_CSTR(Py_hash_t *hash, char const *s) { DEEP_HASH_B... type Nuitka_ExceptionPreservationItem (line 364) | struct Nuitka_ExceptionPreservationItem type Nuitka_ExceptionPreservationItem (line 380) | struct Nuitka_ExceptionPreservationItem function else (line 403) | else if (PyString_Check(value)) { function else (line 417) | else if (PyBytes_Check(value)) { function else (line 431) | else if (PyByteArray_Check(value)) { function else (line 442) | else if (value == Py_None || value == Py_Ellipsis || value == Py_NotImpl... function else (line 444) | else if (PyComplex_Check(value)) { function else (line 455) | else if (PyFloat_Check(value)) { function else (line 479) | else if (Py_TYPE(value) == &Py_GenericAliasType) { function else (line 490) | else if (Py_TYPE(value) == Nuitka_PyUnion_Type) { function CHECK_OBJECT_DEEP (line 506) | void CHECK_OBJECT_DEEP(PyObject *value) { function CHECK_OBJECTS_DEEP (line 532) | void CHECK_OBJECTS_DEEP(PyObject *const *values, Py_ssize_t size) { function PyObject (line 541) | static PyObject *_DEEP_COPY_ELEMENT_GUIDED(PyThreadState *tstate, PyObje... function PyObject (line 573) | static PyObject *_DEEP_COPY_LIST_GUIDED(PyThreadState *tstate, PyObject ... function PyObject (line 589) | static PyObject *_DEEP_COPY_TUPLE_GUIDED(PyThreadState *tstate, PyObject... function PyObject (line 606) | PyObject *DEEP_COPY_LIST_GUIDED(PyThreadState *tstate, PyObject *value, ... function PyObject (line 612) | PyObject *DEEP_COPY_TUPLE_GUIDED(PyThreadState *tstate, PyObject *value,... FILE: nuitka/build/static_src/HelpersDictionaries.c function PyObject (line 16) | PyObject *DICT_GET_ITEM0(PyThreadState *tstate, PyObject *dict, PyObject... function PyObject (line 101) | PyObject *DICT_GET_ITEM1(PyThreadState *tstate, PyObject *dict, PyObject... function SET_CURRENT_EXCEPTION_KEY_ERROR (line 188) | static void SET_CURRENT_EXCEPTION_KEY_ERROR(PyThreadState *tstate, PyObj... function PyObject (line 215) | PyObject *DICT_GET_ITEM_WITH_ERROR(PyThreadState *tstate, PyObject *dict... function PyObject (line 322) | PyObject *DICT_GET_ITEM_WITH_HASH_ERROR0(PyThreadState *tstate, PyObject... function PyObject (line 410) | PyObject *DICT_GET_ITEM_WITH_HASH_ERROR1(PyThreadState *tstate, PyObject... function DICT_HAS_ITEM (line 497) | int DICT_HAS_ITEM(PyThreadState *tstate, PyObject *dict, PyObject *key) { function PyObject (line 577) | PyObject *DICT_ITEMS(PyObject *dict) { function PyObject (line 631) | PyObject *DICT_KEYS(PyObject *dict) { function PyObject (line 676) | PyObject *DICT_VALUES(PyObject *dict) { type dictiterobject (line 722) | typedef struct { type _PyDictViewObject (line 732) | typedef struct { function PyObject (line 739) | static inline PyObject *_MAKE_DICT_ITERATOR(PyDictObject *dict, PyTypeOb... function PyObject (line 773) | PyObject *DICT_ITERITEMS(PyObject *dict) { function PyObject (line 791) | PyObject *DICT_ITERKEYS(PyObject *dict) { function PyObject (line 809) | PyObject *DICT_ITERVALUES(PyObject *dict) { type dictviewobject (line 828) | typedef struct { function PyObject (line 832) | static PyObject *_MAKE_DICT_VIEW(PyDictObject *dict, PyTypeObject *type) { function PyObject (line 845) | PyObject *DICT_VIEWKEYS(PyObject *dict) { function PyObject (line 859) | PyObject *DICT_VIEWVALUES(PyObject *dict) { function PyObject (line 873) | PyObject *DICT_VIEWITEMS(PyObject *dict) { function DICT_CLEAR (line 889) | void DICT_CLEAR(PyObject *dict) { function Nuitka_py_get_index_from_order (line 899) | static inline int Nuitka_py_get_index_from_order(PyDictObject *mp, Py_ss... function Py_ssize_t (line 909) | static inline Py_ssize_t Nuitka_Py_dictkeys_get_index(const PyDictKeysOb... function Py_hash_t (line 935) | static inline Py_hash_t Nuitka_Py_unicode_get_hash(PyObject *o) { return... function Py_ssize_t (line 940) | static Py_ssize_t Nuitka_Py_unicodekeys_lookup_generic(PyDictObject *mp,... function Py_ssize_t (line 991) | static Py_ssize_t Nuitka_Py_unicodekeys_lookup_unicode(PyDictKeysObject ... function Py_ssize_t (line 1043) | static Py_ssize_t Nuitka_Py_dictkeys_generic_lookup(PyDictObject *mp, Py... function Py_ssize_t (line 1086) | Py_ssize_t Nuitka_PyDictLookup(PyDictObject *mp, PyObject *key, Py_hash_... function Py_ssize_t (line 1135) | Py_ssize_t Nuitka_PyDictLookupStr(PyDictObject *mp, PyObject *key, Py_ha... function PyObject (line 1289) | PyObject *TO_DICT(PyThreadState *tstate, PyObject *seq_obj, PyObject *di... function PyObject (line 1346) | PyObject *MAKE_DICT_EMPTY(void) { function PyObject (line 1367) | PyObject *MAKE_DICT(PyObject **pairs, Py_ssize_t size) { function PyObject (line 1387) | PyObject *MAKE_DICT_X(PyObject **pairs, Py_ssize_t size) { function PyObject (line 1412) | PyObject *MAKE_DICT_X_CSTR(char const **keys, PyObject **values, Py_ssiz... FILE: nuitka/build/static_src/HelpersDictionariesGenerated.c type PyObject (line 14) | typedef PyObject *PyDictValues; function PyDictValues (line 32) | static inline PyDictValues *_Nuitka_PyDict_new_values(Py_ssize_t size) { type _Py_dict_state (line 53) | struct _Py_dict_state function PyDictObject (line 60) | static PyDictObject *_Nuitka_AllocatePyDictObject(void) { function Py_ssize_t (line 84) | static Py_ssize_t _Nuitka_Py_PyDict_KeysSize(PyDictKeysObject *keys) { function PyObject (line 101) | PyObject *DICT_COPY(PyObject *dict_value) { function PyObject (line 303) | PyObject *DEEP_COPY_DICT(PyThreadState *tstate, PyObject *dict_value) { FILE: nuitka/build/static_src/HelpersDumpBacktraces.c type backtrace_state (line 7) | struct backtrace_state function INIT_C_BACKTRACES (line 9) | void INIT_C_BACKTRACES(void) { function ourBacktraceFullCallback (line 16) | static int ourBacktraceFullCallback(void *data, uintptr_t pc, const char... function DUMP_C_BACKTRACE (line 29) | void DUMP_C_BACKTRACE(void) { FILE: nuitka/build/static_src/HelpersEnvironmentVariables.c function undoEnvironmentVariable (line 10) | void undoEnvironmentVariable(PyThreadState *tstate, char const *variable... FILE: nuitka/build/static_src/HelpersEnvironmentVariablesSystem.c function environment_char_t (line 12) | environment_char_t const *getEnvironmentVariable(char const *name) { function setEnvironmentVariable (line 31) | void setEnvironmentVariable(char const *name, environment_char_t const *... function unsetEnvironmentVariable (line 45) | void unsetEnvironmentVariable(char const *name) { function environment_char_t (line 57) | environment_char_t const *getEnvironmentVariable(char const *name) { ret... function setEnvironmentVariable (line 59) | void setEnvironmentVariable(char const *name, environment_char_t const *... function unsetEnvironmentVariable (line 61) | void unsetEnvironmentVariable(char const *name) { unsetenv(name); } function setEnvironmentVariableFromLong (line 65) | void setEnvironmentVariableFromLong(char const *name, long value) { FILE: nuitka/build/static_src/HelpersExceptions.c function SET_CURRENT_EXCEPTION_TYPE0_FORMAT1 (line 15) | void SET_CURRENT_EXCEPTION_TYPE0_FORMAT1(PyObject *exception_type, char ... function SET_CURRENT_EXCEPTION_TYPE0_FORMAT2 (line 19) | void SET_CURRENT_EXCEPTION_TYPE0_FORMAT2(PyObject *exception_type, char ... function SET_CURRENT_EXCEPTION_TYPE0_FORMAT3 (line 24) | void SET_CURRENT_EXCEPTION_TYPE0_FORMAT3(PyObject *exception_type, char ... function SET_CURRENT_EXCEPTION_TYPE_COMPLAINT (line 29) | void SET_CURRENT_EXCEPTION_TYPE_COMPLAINT(char const *format, PyObject *... function SET_CURRENT_EXCEPTION_TYPE_COMPLAINT_NICE (line 41) | void SET_CURRENT_EXCEPTION_TYPE_COMPLAINT_NICE(char const *format, PyObj... function FORMAT_UNBOUND_LOCAL_ERROR (line 45) | void FORMAT_UNBOUND_LOCAL_ERROR(PyObject **exception_type, PyObject **ex... function FORMAT_UNBOUND_CLOSURE_ERROR (line 59) | void FORMAT_UNBOUND_CLOSURE_ERROR(PyObject **exception_type, PyObject **... function PyObject (line 73) | static PyObject *_Nuitka_Err_CreateException(PyThreadState *tstate, PyOb... function Nuitka_Err_NormalizeException (line 100) | void Nuitka_Err_NormalizeException(PyThreadState *tstate, PyObject **exc... function SET_CURRENT_EXCEPTION_NAME_ERROR (line 183) | void SET_CURRENT_EXCEPTION_NAME_ERROR(PyThreadState *tstate, PyObject *v... function SET_CURRENT_EXCEPTION_GLOBAL_NAME_ERROR (line 199) | void SET_CURRENT_EXCEPTION_GLOBAL_NAME_ERROR(PyThreadState *tstate, PyOb... FILE: nuitka/build/static_src/HelpersFiles.c function PyObject (line 12) | PyObject *BUILTIN_OPEN_SIMPLE(PyThreadState *tstate, PyObject *filename,... function PyObject (line 72) | PyObject *BUILTIN_OPEN_BINARY_READ_SIMPLE(PyThreadState *tstate, PyObjec... function PyObject (line 85) | PyObject *GET_FILE_BYTES(PyThreadState *tstate, PyObject *filename) { function PyObject (line 112) | static PyObject *IMPORT_HARD_OS_PATH(PyThreadState *tstate) { function PyObject (line 124) | PyObject *OS_PATH_FILE_EXISTS(PyThreadState *tstate, PyObject *filename) { function PyObject (line 139) | PyObject *OS_PATH_FILE_ISFILE(PyThreadState *tstate, PyObject *filename) { function PyObject (line 154) | PyObject *OS_PATH_FILE_ISDIR(PyThreadState *tstate, PyObject *filename) { function PyObject (line 169) | PyObject *OS_LISTDIR(PyThreadState *tstate, PyObject *path) { function PyObject (line 188) | PyObject *OS_PATH_BASENAME(PyThreadState *tstate, PyObject *filename) { function PyObject (line 199) | PyObject *OS_PATH_DIRNAME(PyThreadState *tstate, PyObject *filename) { function PyObject (line 210) | PyObject *OS_PATH_ABSPATH(PyThreadState *tstate, PyObject *filename) { function PyObject (line 221) | PyObject *OS_PATH_ISABS(PyThreadState *tstate, PyObject *filename) { function nuitka_bool (line 232) | nuitka_bool compareFilePaths(PyThreadState *tstate, PyObject *filename_a... FILE: nuitka/build/static_src/HelpersFilesystemPaths.c function filename_char_t (line 37) | filename_char_t *getBinaryPath(void) { function readFileChunk (line 83) | bool readFileChunk(FILE_HANDLE file_handle, void *buffer, size_t size) { function writeFileChunk (line 98) | bool writeFileChunk(FILE_HANDLE target_file, void const *chunk, size_t c... function FILE_HANDLE (line 108) | FILE_HANDLE createFileForWriting(filename_char_t const *filename) { function FILE_HANDLE (line 118) | FILE_HANDLE openFileForReading(filename_char_t const *filename) { function closeFile (line 128) | bool closeFile(FILE_HANDLE target_file) { function getFileSize (line 139) | int64_t getFileSize(FILE_HANDLE file_handle) { function sendfile (line 171) | static bool sendfile(int output_file, int input_file, off_t *bytesCopied... function getFileMode (line 202) | int getFileMode(filename_char_t const *filename) { function copyFile (line 216) | bool copyFile(filename_char_t const *source, filename_char_t const *dest... function deleteFile (line 258) | bool deleteFile(filename_char_t const *filename) { function renameFile (line 266) | bool renameFile(filename_char_t const *source, filename_char_t const *de... function error_code_t (line 277) | extern error_code_t getLastErrorCode(void) { type MapFileToMemoryInfo (line 286) | struct MapFileToMemoryInfo { function mapFileToMemory (line 296) | static struct MapFileToMemoryInfo mapFileToMemory(filename_char_t const ... function unmapFileFromMemory (line 353) | static void unmapFileFromMemory(struct MapFileToMemoryInfo *mapped_file) { type MapFileToMemoryInfo (line 362) | struct MapFileToMemoryInfo { function mapFileToMemory (line 371) | static struct MapFileToMemoryInfo mapFileToMemory(filename_char_t const ... function unmapFileFromMemory (line 421) | static void unmapFileFromMemory(struct MapFileToMemoryInfo *mapped_file) { function getFileCRC32 (line 429) | uint32_t getFileCRC32(filename_char_t const *filename) { function DWORD (line 449) | static DWORD Nuitka_GetFinalPathNameByHandleW(HANDLE hFile, LPWSTR FileP... function resolveFileSymbolicLink (line 464) | static void resolveFileSymbolicLink(wchar_t *resolved_filename, wchar_t ... function resolveFileSymbolicLink (line 516) | static void resolveFileSymbolicLink(char *resolved_filename, char const ... function wchar_t (line 538) | wchar_t const *getBinaryFilenameWideChars(bool resolve_symlinks) { function appendStringCSIDLPathW (line 677) | static bool appendStringCSIDLPathW(wchar_t *target, int csidl_id, size_t... function expandTemplatePathW (line 704) | bool expandTemplatePathW(wchar_t *target, wchar_t const *source, size_t ... function expandTemplatePath (line 836) | bool expandTemplatePath(char *target, char const *source, size_t buffer_... FILE: nuitka/build/static_src/HelpersFloats.c function PyObject (line 13) | PyObject *TO_FLOAT(PyObject *value) { type _Py_float_state (line 38) | struct _Py_float_state function PyFloatObject (line 43) | static PyFloatObject *_Nuitka_AllocatePyFloatObject(void) { function PyObject (line 64) | PyObject *MAKE_FLOAT_FROM_DOUBLE(double value) { FILE: nuitka/build/static_src/HelpersHeapStorage.c function Nuitka_PreserveHeap (line 15) | void Nuitka_PreserveHeap(void *dest, ...) { function Nuitka_RestoreHeap (line 33) | void Nuitka_RestoreHeap(void *source, ...) { FILE: nuitka/build/static_src/HelpersImport.c function PyObject (line 19) | PyObject *IMPORT_MODULE_KW(PyThreadState *tstate, PyObject *module_name,... function PyObject (line 41) | PyObject *IMPORT_MODULE1(PyThreadState *tstate, PyObject *module_name) { function PyObject (line 51) | PyObject *IMPORT_MODULE2(PyThreadState *tstate, PyObject *module_name, P... function PyObject (line 64) | PyObject *IMPORT_MODULE3(PyThreadState *tstate, PyObject *module_name, P... function PyObject (line 78) | PyObject *IMPORT_MODULE4(PyThreadState *tstate, PyObject *module_name, P... function PyObject (line 94) | PyObject *IMPORT_MODULE5(PyThreadState *tstate, PyObject *module_name, P... function IMPORT_MODULE_STAR (line 128) | bool IMPORT_MODULE_STAR(PyThreadState *tstate, PyObject *target, bool is... function PyObject (line 218) | PyObject *IMPORT_NAME_FROM_MODULE(PyThreadState *tstate, PyObject *modul... function PyObject (line 254) | static PyObject *resolveParentModuleName(PyThreadState *tstate, PyObject... function PyObject (line 401) | PyObject *IMPORT_NAME_OR_MODULE(PyThreadState *tstate, PyObject *module,... function PyObject (line 475) | PyObject *IMPORT_MODULE_FIXED(PyThreadState *tstate, PyObject *module_na... FILE: nuitka/build/static_src/HelpersImportHard.c function PyObject (line 11) | PyObject *IMPORT_HARD___FUTURE__(void) { function PyObject (line 31) | PyObject *IMPORT_HARD__FROZEN_IMPORTLIB(void) { function PyObject (line 52) | PyObject *IMPORT_HARD__FROZEN_IMPORTLIB_EXTERNAL(void) { function PyObject (line 72) | PyObject *IMPORT_HARD__IO(void) { function PyObject (line 91) | PyObject *IMPORT_HARD_BUILTINS(void) { function PyObject (line 110) | PyObject *IMPORT_HARD_CTYPES(void) { function PyObject (line 129) | PyObject *IMPORT_HARD_CTYPES__MACHOLIB(void) { function PyObject (line 149) | PyObject *IMPORT_HARD_CTYPES__WINTYPES(void) { function PyObject (line 169) | PyObject *IMPORT_HARD_FUNCTOOLS(void) { function PyObject (line 188) | PyObject *IMPORT_HARD_IMPORTLIB(void) { function PyObject (line 208) | PyObject *IMPORT_HARD_IMPORTLIB__METADATA(void) { function PyObject (line 229) | PyObject *IMPORT_HARD_IMPORTLIB__RESOURCES(void) { function PyObject (line 249) | PyObject *IMPORT_HARD_IMPORTLIB_METADATA(void) { function PyObject (line 264) | PyObject *IMPORT_HARD_IMPORTLIB_RESOURCES(void) { function PyObject (line 279) | PyObject *IMPORT_HARD_IO(void) { function PyObject (line 298) | PyObject *IMPORT_HARD_NTPATH(void) { function PyObject (line 317) | PyObject *IMPORT_HARD_OS(void) { function PyObject (line 336) | PyObject *IMPORT_HARD_PKG_RESOURCES(void) { function PyObject (line 351) | PyObject *IMPORT_HARD_PKGUTIL(void) { function PyObject (line 370) | PyObject *IMPORT_HARD_POSIXPATH(void) { function PyObject (line 389) | PyObject *IMPORT_HARD_SITE(void) { function PyObject (line 404) | PyObject *IMPORT_HARD_SYS(void) { function PyObject (line 423) | PyObject *IMPORT_HARD_SYSCONFIG(void) { function PyObject (line 442) | PyObject *IMPORT_HARD_TENSORFLOW(void) { function PyObject (line 457) | PyObject *IMPORT_HARD_TYPES(void) { function PyObject (line 477) | PyObject *IMPORT_HARD_TYPING(void) { function PyObject (line 497) | PyObject *IMPORT_HARD_UNITTEST(void) { function PyObject (line 517) | PyObject *IMPORT_HARD_UNITTEST__MOCK(void) { FILE: nuitka/build/static_src/HelpersJitSources.c function SET_UNCOMPILED_FUNCTION_SOURCE_DICT (line 13) | void SET_UNCOMPILED_FUNCTION_SOURCE_DICT(PyObject *name, PyObject *sourc... FILE: nuitka/build/static_src/HelpersLists.c type _Py_list_state (line 18) | struct _Py_list_state function PyObject (line 23) | PyObject *MAKE_LIST_EMPTY(Py_ssize_t size) { function PyObject (line 61) | PyObject *LIST_COPY(PyObject *list) { function LIST_RESIZE (line 81) | static bool LIST_RESIZE(PyListObject *list, Py_ssize_t newsize) { function LIST_EXTEND_FROM_LIST (line 113) | bool LIST_EXTEND_FROM_LIST(PyObject *list, PyObject *other) { function LIST_EXTEND_FROM_ITERABLE (line 152) | bool LIST_EXTEND_FROM_ITERABLE(PyThreadState *tstate, PyObject *target, ... function LIST_EXTEND_FOR_UNPACK (line 299) | bool LIST_EXTEND_FOR_UNPACK(PyThreadState *tstate, PyObject *list, PyObj... function LIST_APPEND1 (line 320) | bool LIST_APPEND1(PyObject *target, PyObject *item) { function LIST_APPEND0 (line 348) | bool LIST_APPEND0(PyObject *target, PyObject *item) { function LIST_REMOVE (line 375) | bool LIST_REMOVE(PyObject *target, PyObject *item) { function LIST_CLEAR (line 415) | void LIST_CLEAR(PyObject *target) { function PyObject (line 438) | PyObject *getListIndexObject(Py_ssize_t value) { function PyObject (line 448) | PyObject *LIST_COUNT(PyObject *list, PyObject *item) { function PyObject (line 484) | static PyObject *_LIST_INDEX_COMMON(PyThreadState *tstate, PyListObject ... function PyObject (line 538) | PyObject *LIST_INDEX2(PyThreadState *tstate, PyObject *list, PyObject *i... function PyObject (line 545) | PyObject *LIST_INDEX3(PyThreadState *tstate, PyObject *list, PyObject *i... function PyObject (line 574) | PyObject *LIST_INDEX4(PyThreadState *tstate, PyObject *list, PyObject *i... function LIST_INSERT (line 623) | bool LIST_INSERT(PyThreadState *tstate, PyObject *list, PyObject *index,... function LIST_INSERT_CONST (line 655) | void LIST_INSERT_CONST(PyObject *list, Py_ssize_t index, PyObject *item) { function _Nuitka_ReverseObjectsSlice (line 691) | static void _Nuitka_ReverseObjectsSlice(PyObject **lo, PyObject **hi) { function LIST_REVERSE (line 708) | void LIST_REVERSE(PyObject *list) { function allocateListItems (line 720) | static bool allocateListItems(PyListObject *list, Py_ssize_t size) { function PyObject (line 735) | PyObject *MAKE_LIST(PyThreadState *tstate, PyObject *iterable) { FILE: nuitka/build/static_src/HelpersListsGenerated.c function PyObject (line 10) | PyObject *MAKE_LIST1(PyObject *arg0) { function PyObject (line 24) | PyObject *MAKE_LIST2(PyObject *arg0, PyObject *arg1) { function PyObject (line 42) | PyObject *MAKE_LIST3(PyObject *arg0, PyObject *arg1, PyObject *arg2) { function PyObject (line 64) | PyObject *MAKE_LIST4(PyObject *list) { function PyObject (line 98) | PyObject *MAKE_LIST5(PyObject *list) { function PyObject (line 137) | PyObject *MAKE_LIST6(PyObject *list) { function PyObject (line 181) | PyObject *MAKE_LIST7(PyObject *list) { function PyObject (line 230) | PyObject *MAKE_LIST8(PyObject *list) { function PyObject (line 284) | PyObject *MAKE_LIST9(PyObject *list) { function PyObject (line 343) | PyObject *MAKE_LIST10(PyObject *list) { function PyObject (line 407) | PyObject *MAKE_LIST11(PyObject *list) { function PyObject (line 476) | PyObject *MAKE_LIST12(PyObject *list) { FILE: nuitka/build/static_src/HelpersMappings.c function Py_ssize_t (line 13) | Py_ssize_t Nuitka_PyMapping_Size(PyObject *mapping) { FILE: nuitka/build/static_src/HelpersMatching.c function FORMAT_MATCH_MISMATCH_ERROR (line 14) | static void FORMAT_MATCH_MISMATCH_ERROR(PyTypeObject *type, Py_ssize_t m... function PyObject (line 21) | PyObject *MATCH_CLASS_ARGS(PyThreadState *tstate, PyObject *matched, Py_... FILE: nuitka/build/static_src/HelpersOperationBinaryAdd.c function PyObject (line 15) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_INT_INT(PyObject *operand1... function PyObject (line 79) | PyObject *BINARY_OPERATION_ADD_OBJECT_INT_INT(PyObject *operand1, PyObje... function HEDLEY_NEVER_INLINE (line 86) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_ADD_OBJECT_OBJEC... function PyObject (line 230) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_OBJECT_INT(PyObject *opera... function PyObject (line 301) | PyObject *BINARY_OPERATION_ADD_OBJECT_OBJECT_INT(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 308) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_ADD_OBJECT_INT_O... function PyObject (line 457) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_INT_OBJECT(PyObject *opera... function PyObject (line 528) | PyObject *BINARY_OPERATION_ADD_OBJECT_INT_OBJECT(PyObject *operand1, PyO... function nuitka_bool (line 535) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_INT_INT(PyObject *operand... function nuitka_bool (line 579) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_INT_INT(PyObject *operand1, PyObj... function HEDLEY_NEVER_INLINE (line 586) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_ADD_NBOOL_OBJE... function nuitka_bool (line 738) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_OBJECT_INT(PyObject *oper... function nuitka_bool (line 789) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_OBJECT_INT(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 796) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_ADD_NBOOL_INT_... function nuitka_bool (line 953) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_INT_OBJECT(PyObject *oper... function nuitka_bool (line 1004) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_INT_OBJECT(PyObject *operand1, Py... function PyObject (line 1010) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_LONG_LONG(PyObject *operan... function PyObject (line 1087) | PyObject *BINARY_OPERATION_ADD_OBJECT_LONG_LONG(PyObject *operand1, PyOb... function HEDLEY_NEVER_INLINE (line 1092) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_ADD_OBJECT_OBJEC... function PyObject (line 1240) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_OBJECT_LONG(PyObject *oper... function PyObject (line 1324) | PyObject *BINARY_OPERATION_ADD_OBJECT_OBJECT_LONG(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 1329) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_ADD_OBJECT_LONG_... function PyObject (line 1482) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_LONG_OBJECT(PyObject *oper... function PyObject (line 1566) | PyObject *BINARY_OPERATION_ADD_OBJECT_LONG_OBJECT(PyObject *operand1, Py... function nuitka_bool (line 1571) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_LONG_LONG(PyObject *opera... function nuitka_bool (line 1649) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_LONG_LONG(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 1654) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_ADD_NBOOL_OBJE... function nuitka_bool (line 1811) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_OBJECT_LONG(PyObject *ope... function nuitka_bool (line 1896) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_OBJECT_LONG(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 1901) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_ADD_NBOOL_LONG... function nuitka_bool (line 2063) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_LONG_OBJECT(PyObject *ope... function nuitka_bool (line 2148) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_LONG_OBJECT(PyObject *operand1, P... function PyObject (line 2153) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_FLOAT_FLOAT(PyObject *oper... function PyObject (line 2194) | PyObject *BINARY_OPERATION_ADD_OBJECT_FLOAT_FLOAT(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 2199) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_ADD_OBJECT_OBJEC... function PyObject (line 2344) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_OBJECT_FLOAT(PyObject *ope... function PyObject (line 2392) | PyObject *BINARY_OPERATION_ADD_OBJECT_OBJECT_FLOAT(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 2397) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_ADD_OBJECT_FLOAT... function PyObject (line 2547) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_FLOAT_OBJECT(PyObject *ope... function PyObject (line 2595) | PyObject *BINARY_OPERATION_ADD_OBJECT_FLOAT_OBJECT(PyObject *operand1, P... function nuitka_bool (line 2600) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_FLOAT_FLOAT(PyObject *ope... function nuitka_bool (line 2641) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_FLOAT_FLOAT(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 2646) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_ADD_NBOOL_OBJE... function nuitka_bool (line 2799) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_OBJECT_FLOAT(PyObject *op... function nuitka_bool (line 2847) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_OBJECT_FLOAT(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 2852) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_ADD_NBOOL_FLOA... function nuitka_bool (line 3010) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_FLOAT_OBJECT(PyObject *op... function nuitka_bool (line 3058) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_FLOAT_OBJECT(PyObject *operand1, ... function PyObject (line 3063) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_FLOAT_LONG(PyObject *opera... function PyObject (line 3113) | PyObject *BINARY_OPERATION_ADD_OBJECT_FLOAT_LONG(PyObject *operand1, PyO... function nuitka_bool (line 3118) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_FLOAT_LONG(PyObject *oper... function nuitka_bool (line 3176) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_FLOAT_LONG(PyObject *operand1, Py... function PyObject (line 3182) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_FLOAT_INT(PyObject *operan... function PyObject (line 3228) | PyObject *BINARY_OPERATION_ADD_OBJECT_FLOAT_INT(PyObject *operand1, PyOb... function nuitka_bool (line 3235) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_FLOAT_INT(PyObject *opera... function nuitka_bool (line 3289) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_FLOAT_INT(PyObject *operand1, PyO... function PyObject (line 3296) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_LONG_INT(PyObject *operand... function PyObject (line 3342) | PyObject *BINARY_OPERATION_ADD_OBJECT_LONG_INT(PyObject *operand1, PyObj... function nuitka_bool (line 3349) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_LONG_INT(PyObject *operan... function nuitka_bool (line 3403) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_LONG_INT(PyObject *operand1, PyOb... function PyObject (line 3410) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_INT_CLONG(PyObject *operan... function PyObject (line 3472) | PyObject *BINARY_OPERATION_ADD_OBJECT_INT_CLONG(PyObject *operand1, long... function nuitka_bool (line 3479) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_INT_CLONG(PyObject *opera... function nuitka_bool (line 3519) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_INT_CLONG(PyObject *operand1, lon... function PyObject (line 3526) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_LONG_DIGIT(PyObject *opera... function PyObject (line 3600) | PyObject *BINARY_OPERATION_ADD_OBJECT_LONG_DIGIT(PyObject *operand1, lon... function nuitka_bool (line 3606) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_LONG_DIGIT(PyObject *oper... function nuitka_bool (line 3681) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_LONG_DIGIT(PyObject *operand1, lo... function PyObject (line 3686) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_FLOAT_CFLOAT(PyObject *ope... function PyObject (line 3723) | PyObject *BINARY_OPERATION_ADD_OBJECT_FLOAT_CFLOAT(PyObject *operand1, d... function nuitka_bool (line 3728) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_FLOAT_CFLOAT(PyObject *op... function nuitka_bool (line 3765) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_FLOAT_CFLOAT(PyObject *operand1, ... function PyObject (line 3771) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_STR_STR(PyObject *operand1... function PyObject (line 3802) | PyObject *BINARY_OPERATION_ADD_OBJECT_STR_STR(PyObject *operand1, PyObje... function HEDLEY_NEVER_INLINE (line 3809) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_ADD_OBJECT_OBJEC... function PyObject (line 3897) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_OBJECT_STR(PyObject *opera... function PyObject (line 3935) | PyObject *BINARY_OPERATION_ADD_OBJECT_OBJECT_STR(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 3942) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_ADD_OBJECT_STR_O... function PyObject (line 4030) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_STR_OBJECT(PyObject *opera... function PyObject (line 4068) | PyObject *BINARY_OPERATION_ADD_OBJECT_STR_OBJECT(PyObject *operand1, PyO... function PyObject (line 4075) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_UNICODE_UNICODE(PyObject *... function PyObject (line 4108) | PyObject *BINARY_OPERATION_ADD_OBJECT_UNICODE_UNICODE(PyObject *operand1... function HEDLEY_NEVER_INLINE (line 4113) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_ADD_OBJECT_OBJEC... function PyObject (line 4206) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_OBJECT_UNICODE(PyObject *o... function PyObject (line 4246) | PyObject *BINARY_OPERATION_ADD_OBJECT_OBJECT_UNICODE(PyObject *operand1,... function HEDLEY_NEVER_INLINE (line 4251) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_ADD_OBJECT_UNICO... function PyObject (line 4340) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_UNICODE_OBJECT(PyObject *o... function PyObject (line 4380) | PyObject *BINARY_OPERATION_ADD_OBJECT_UNICODE_OBJECT(PyObject *operand1,... function PyObject (line 4386) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_BYTES_BYTES(PyObject *oper... function PyObject (line 4417) | PyObject *BINARY_OPERATION_ADD_OBJECT_BYTES_BYTES(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 4424) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_ADD_OBJECT_OBJEC... function PyObject (line 4513) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_OBJECT_BYTES(PyObject *ope... function PyObject (line 4551) | PyObject *BINARY_OPERATION_ADD_OBJECT_OBJECT_BYTES(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 4558) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_ADD_OBJECT_BYTES... function PyObject (line 4647) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_BYTES_OBJECT(PyObject *ope... function PyObject (line 4685) | PyObject *BINARY_OPERATION_ADD_OBJECT_BYTES_OBJECT(PyObject *operand1, P... function PyObject (line 4691) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_TUPLE_TUPLE(PyObject *oper... function PyObject (line 4722) | PyObject *BINARY_OPERATION_ADD_OBJECT_TUPLE_TUPLE(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 4727) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_ADD_OBJECT_OBJEC... function PyObject (line 4816) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_OBJECT_TUPLE(PyObject *ope... function PyObject (line 4854) | PyObject *BINARY_OPERATION_ADD_OBJECT_OBJECT_TUPLE(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 4859) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_ADD_OBJECT_TUPLE... function PyObject (line 4948) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_TUPLE_OBJECT(PyObject *ope... function PyObject (line 4986) | PyObject *BINARY_OPERATION_ADD_OBJECT_TUPLE_OBJECT(PyObject *operand1, P... function PyObject (line 4991) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_LIST_LIST(PyObject *operan... function PyObject (line 5022) | PyObject *BINARY_OPERATION_ADD_OBJECT_LIST_LIST(PyObject *operand1, PyOb... function HEDLEY_NEVER_INLINE (line 5027) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_ADD_OBJECT_OBJEC... function PyObject (line 5115) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_OBJECT_LIST(PyObject *oper... function PyObject (line 5153) | PyObject *BINARY_OPERATION_ADD_OBJECT_OBJECT_LIST(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 5158) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_ADD_OBJECT_LIST_... function PyObject (line 5246) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_LIST_OBJECT(PyObject *oper... function PyObject (line 5284) | PyObject *BINARY_OPERATION_ADD_OBJECT_LIST_OBJECT(PyObject *operand1, Py... function nuitka_bool (line 5289) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_LIST_LIST(PyObject *opera... function nuitka_bool (line 5321) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_LIST_LIST(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 5326) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_ADD_NBOOL_OBJE... function nuitka_bool (line 5423) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_OBJECT_LIST(PyObject *ope... function nuitka_bool (line 5462) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_OBJECT_LIST(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 5467) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_ADD_NBOOL_LIST... function nuitka_bool (line 5564) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_LIST_OBJECT(PyObject *ope... function nuitka_bool (line 5603) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_LIST_OBJECT(PyObject *operand1, P... function PyObject (line 5609) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_UNICODE_STR(PyObject *oper... function PyObject (line 5639) | PyObject *BINARY_OPERATION_ADD_OBJECT_UNICODE_STR(PyObject *operand1, Py... function PyObject (line 5646) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_STR_UNICODE(PyObject *oper... function PyObject (line 5676) | PyObject *BINARY_OPERATION_ADD_OBJECT_STR_UNICODE(PyObject *operand1, Py... function nuitka_bool (line 5683) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_UNICODE_STR(PyObject *ope... function nuitka_bool (line 5721) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_UNICODE_STR(PyObject *operand1, P... function nuitka_bool (line 5728) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_STR_UNICODE(PyObject *ope... function nuitka_bool (line 5766) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_STR_UNICODE(PyObject *operand1, P... function PyObject (line 5772) | static PyObject *_BINARY_OPERATION_ADD_OBJECT_OBJECT_OBJECT(PyObject *op... function PyObject (line 5997) | PyObject *BINARY_OPERATION_ADD_OBJECT_OBJECT_OBJECT(PyObject *operand1, ... function nuitka_bool (line 6002) | static nuitka_bool _BINARY_OPERATION_ADD_NBOOL_OBJECT_OBJECT(PyObject *o... function nuitka_bool (line 6215) | nuitka_bool BINARY_OPERATION_ADD_NBOOL_OBJECT_OBJECT(PyObject *operand1,... FILE: nuitka/build/static_src/HelpersOperationBinaryAddUtils.c function PyObject (line 15) | static PyObject *LIST_CONCAT(PyObject *operand1, PyObject *operand2) { function PyLongObject (line 88) | static PyLongObject *Nuitka_LongNew(Py_ssize_t size) { function PyObject (line 111) | static PyObject *Nuitka_LongRealloc(PyObject *value, Py_ssize_t size) { function PyObject (line 119) | static PyObject *Nuitka_LongFromCLong(long ival) { function Nuitka_LongUpdateFromCLong (line 207) | static void Nuitka_LongUpdateFromCLong(PyObject **value, long ival) { function PyLongObject (line 327) | static PyLongObject *Nuitka_LongStripZeros(PyLongObject *v) { function PyLongObject (line 343) | static PyLongObject *_Nuitka_LongAddDigits(digit const *a, Py_ssize_t si... function PyObject (line 392) | static PyObject *_Nuitka_LongAddInplaceDigits(PyObject *left, digit cons... function PyLongObject (line 482) | static PyLongObject *_Nuitka_LongSubDigits(digit const *a, Py_ssize_t si... function PyObject (line 579) | static PyObject *_Nuitka_LongSubInplaceDigits(PyObject *left, digit cons... FILE: nuitka/build/static_src/HelpersOperationBinaryBitand.c function PyObject (line 13) | static PyObject *_BINARY_OPERATION_BITAND_OBJECT_LONG_LONG(PyObject *ope... function PyObject (line 52) | PyObject *BINARY_OPERATION_BITAND_OBJECT_LONG_LONG(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 57) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_BITAND_OBJECT_OB... function PyObject (line 194) | static PyObject *_BINARY_OPERATION_BITAND_OBJECT_OBJECT_LONG(PyObject *o... function PyObject (line 240) | PyObject *BINARY_OPERATION_BITAND_OBJECT_OBJECT_LONG(PyObject *operand1,... function HEDLEY_NEVER_INLINE (line 245) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_BITAND_OBJECT_LO... function PyObject (line 395) | static PyObject *_BINARY_OPERATION_BITAND_OBJECT_LONG_OBJECT(PyObject *o... function PyObject (line 441) | PyObject *BINARY_OPERATION_BITAND_OBJECT_LONG_OBJECT(PyObject *operand1,... function nuitka_bool (line 446) | static nuitka_bool _BINARY_OPERATION_BITAND_NBOOL_LONG_LONG(PyObject *op... function nuitka_bool (line 486) | nuitka_bool BINARY_OPERATION_BITAND_NBOOL_LONG_LONG(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 491) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_BITAND_NBOOL_O... function nuitka_bool (line 636) | static nuitka_bool _BINARY_OPERATION_BITAND_NBOOL_OBJECT_LONG(PyObject *... function nuitka_bool (line 683) | nuitka_bool BINARY_OPERATION_BITAND_NBOOL_OBJECT_LONG(PyObject *operand1... function HEDLEY_NEVER_INLINE (line 688) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_BITAND_NBOOL_L... function nuitka_bool (line 846) | static nuitka_bool _BINARY_OPERATION_BITAND_NBOOL_LONG_OBJECT(PyObject *... function nuitka_bool (line 893) | nuitka_bool BINARY_OPERATION_BITAND_NBOOL_LONG_OBJECT(PyObject *operand1... function PyObject (line 899) | static PyObject *_BINARY_OPERATION_BITAND_OBJECT_INT_INT(PyObject *opera... function PyObject (line 941) | PyObject *BINARY_OPERATION_BITAND_OBJECT_INT_INT(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 948) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_BITAND_OBJECT_OB... function PyObject (line 1081) | static PyObject *_BINARY_OPERATION_BITAND_OBJECT_OBJECT_INT(PyObject *op... function PyObject (line 1130) | PyObject *BINARY_OPERATION_BITAND_OBJECT_OBJECT_INT(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 1137) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_BITAND_OBJECT_IN... function PyObject (line 1283) | static PyObject *_BINARY_OPERATION_BITAND_OBJECT_INT_OBJECT(PyObject *op... function PyObject (line 1332) | PyObject *BINARY_OPERATION_BITAND_OBJECT_INT_OBJECT(PyObject *operand1, ... function nuitka_bool (line 1339) | static nuitka_bool _BINARY_OPERATION_BITAND_NBOOL_INT_INT(PyObject *oper... function nuitka_bool (line 1381) | nuitka_bool BINARY_OPERATION_BITAND_NBOOL_INT_INT(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 1388) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_BITAND_NBOOL_O... function nuitka_bool (line 1529) | static nuitka_bool _BINARY_OPERATION_BITAND_NBOOL_OBJECT_INT(PyObject *o... function nuitka_bool (line 1578) | nuitka_bool BINARY_OPERATION_BITAND_NBOOL_OBJECT_INT(PyObject *operand1,... function HEDLEY_NEVER_INLINE (line 1585) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_BITAND_NBOOL_I... function nuitka_bool (line 1739) | static nuitka_bool _BINARY_OPERATION_BITAND_NBOOL_INT_OBJECT(PyObject *o... function nuitka_bool (line 1788) | nuitka_bool BINARY_OPERATION_BITAND_NBOOL_INT_OBJECT(PyObject *operand1,... function PyObject (line 1795) | static PyObject *_BINARY_OPERATION_BITAND_OBJECT_INT_CLONG(PyObject *ope... function PyObject (line 1833) | PyObject *BINARY_OPERATION_BITAND_OBJECT_INT_CLONG(PyObject *operand1, l... function nuitka_bool (line 1840) | static nuitka_bool _BINARY_OPERATION_BITAND_NBOOL_INT_CLONG(PyObject *op... function nuitka_bool (line 1878) | nuitka_bool BINARY_OPERATION_BITAND_NBOOL_INT_CLONG(PyObject *operand1, ... function PyObject (line 1885) | static PyObject *_BINARY_OPERATION_BITAND_OBJECT_LONG_INT(PyObject *oper... function PyObject (line 1927) | PyObject *BINARY_OPERATION_BITAND_OBJECT_LONG_INT(PyObject *operand1, Py... function nuitka_bool (line 1934) | static nuitka_bool _BINARY_OPERATION_BITAND_NBOOL_LONG_INT(PyObject *ope... function nuitka_bool (line 1984) | nuitka_bool BINARY_OPERATION_BITAND_NBOOL_LONG_INT(PyObject *operand1, P... function PyObject (line 1990) | static PyObject *_BINARY_OPERATION_BITAND_OBJECT_SET_SET(PyObject *opera... function PyObject (line 2022) | PyObject *BINARY_OPERATION_BITAND_OBJECT_SET_SET(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 2027) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_BITAND_OBJECT_OB... function PyObject (line 2126) | static PyObject *_BINARY_OPERATION_BITAND_OBJECT_OBJECT_SET(PyObject *op... function PyObject (line 2165) | PyObject *BINARY_OPERATION_BITAND_OBJECT_OBJECT_SET(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 2170) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_BITAND_OBJECT_SE... function PyObject (line 2282) | static PyObject *_BINARY_OPERATION_BITAND_OBJECT_SET_OBJECT(PyObject *op... function PyObject (line 2321) | PyObject *BINARY_OPERATION_BITAND_OBJECT_SET_OBJECT(PyObject *operand1, ... function PyObject (line 2326) | static PyObject *_BINARY_OPERATION_BITAND_OBJECT_OBJECT_OBJECT(PyObject ... function PyObject (line 2517) | PyObject *BINARY_OPERATION_BITAND_OBJECT_OBJECT_OBJECT(PyObject *operand... function nuitka_bool (line 2522) | static nuitka_bool _BINARY_OPERATION_BITAND_NBOOL_OBJECT_OBJECT(PyObject... function nuitka_bool (line 2721) | nuitka_bool BINARY_OPERATION_BITAND_NBOOL_OBJECT_OBJECT(PyObject *operan... FILE: nuitka/build/static_src/HelpersOperationBinaryBitor.c function PyObject (line 13) | static PyObject *_BINARY_OPERATION_BITOR_OBJECT_LONG_LONG(PyObject *oper... function PyObject (line 52) | PyObject *BINARY_OPERATION_BITOR_OBJECT_LONG_LONG(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 57) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_BITOR_OBJECT_OBJ... function PyObject (line 194) | static PyObject *_BINARY_OPERATION_BITOR_OBJECT_OBJECT_LONG(PyObject *op... function PyObject (line 240) | PyObject *BINARY_OPERATION_BITOR_OBJECT_OBJECT_LONG(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 245) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_BITOR_OBJECT_LON... function PyObject (line 395) | static PyObject *_BINARY_OPERATION_BITOR_OBJECT_LONG_OBJECT(PyObject *op... function PyObject (line 441) | PyObject *BINARY_OPERATION_BITOR_OBJECT_LONG_OBJECT(PyObject *operand1, ... function nuitka_bool (line 446) | static nuitka_bool _BINARY_OPERATION_BITOR_NBOOL_LONG_LONG(PyObject *ope... function nuitka_bool (line 486) | nuitka_bool BINARY_OPERATION_BITOR_NBOOL_LONG_LONG(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 491) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_BITOR_NBOOL_OB... function nuitka_bool (line 636) | static nuitka_bool _BINARY_OPERATION_BITOR_NBOOL_OBJECT_LONG(PyObject *o... function nuitka_bool (line 683) | nuitka_bool BINARY_OPERATION_BITOR_NBOOL_OBJECT_LONG(PyObject *operand1,... function HEDLEY_NEVER_INLINE (line 688) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_BITOR_NBOOL_LO... function nuitka_bool (line 846) | static nuitka_bool _BINARY_OPERATION_BITOR_NBOOL_LONG_OBJECT(PyObject *o... function nuitka_bool (line 893) | nuitka_bool BINARY_OPERATION_BITOR_NBOOL_LONG_OBJECT(PyObject *operand1,... function PyObject (line 899) | static PyObject *_BINARY_OPERATION_BITOR_OBJECT_INT_INT(PyObject *operan... function PyObject (line 941) | PyObject *BINARY_OPERATION_BITOR_OBJECT_INT_INT(PyObject *operand1, PyOb... function HEDLEY_NEVER_INLINE (line 948) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_BITOR_OBJECT_OBJ... function PyObject (line 1081) | static PyObject *_BINARY_OPERATION_BITOR_OBJECT_OBJECT_INT(PyObject *ope... function PyObject (line 1130) | PyObject *BINARY_OPERATION_BITOR_OBJECT_OBJECT_INT(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 1137) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_BITOR_OBJECT_INT... function PyObject (line 1283) | static PyObject *_BINARY_OPERATION_BITOR_OBJECT_INT_OBJECT(PyObject *ope... function PyObject (line 1332) | PyObject *BINARY_OPERATION_BITOR_OBJECT_INT_OBJECT(PyObject *operand1, P... function nuitka_bool (line 1339) | static nuitka_bool _BINARY_OPERATION_BITOR_NBOOL_INT_INT(PyObject *opera... function nuitka_bool (line 1381) | nuitka_bool BINARY_OPERATION_BITOR_NBOOL_INT_INT(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 1388) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_BITOR_NBOOL_OB... function nuitka_bool (line 1529) | static nuitka_bool _BINARY_OPERATION_BITOR_NBOOL_OBJECT_INT(PyObject *op... function nuitka_bool (line 1578) | nuitka_bool BINARY_OPERATION_BITOR_NBOOL_OBJECT_INT(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 1585) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_BITOR_NBOOL_IN... function nuitka_bool (line 1739) | static nuitka_bool _BINARY_OPERATION_BITOR_NBOOL_INT_OBJECT(PyObject *op... function nuitka_bool (line 1788) | nuitka_bool BINARY_OPERATION_BITOR_NBOOL_INT_OBJECT(PyObject *operand1, ... function PyObject (line 1795) | static PyObject *_BINARY_OPERATION_BITOR_OBJECT_INT_CLONG(PyObject *oper... function PyObject (line 1833) | PyObject *BINARY_OPERATION_BITOR_OBJECT_INT_CLONG(PyObject *operand1, lo... function nuitka_bool (line 1840) | static nuitka_bool _BINARY_OPERATION_BITOR_NBOOL_INT_CLONG(PyObject *ope... function nuitka_bool (line 1878) | nuitka_bool BINARY_OPERATION_BITOR_NBOOL_INT_CLONG(PyObject *operand1, l... function PyObject (line 1885) | static PyObject *_BINARY_OPERATION_BITOR_OBJECT_LONG_INT(PyObject *opera... function PyObject (line 1927) | PyObject *BINARY_OPERATION_BITOR_OBJECT_LONG_INT(PyObject *operand1, PyO... function nuitka_bool (line 1934) | static nuitka_bool _BINARY_OPERATION_BITOR_NBOOL_LONG_INT(PyObject *oper... function nuitka_bool (line 1984) | nuitka_bool BINARY_OPERATION_BITOR_NBOOL_LONG_INT(PyObject *operand1, Py... function PyObject (line 1990) | static PyObject *_BINARY_OPERATION_BITOR_OBJECT_SET_SET(PyObject *operan... function PyObject (line 2022) | PyObject *BINARY_OPERATION_BITOR_OBJECT_SET_SET(PyObject *operand1, PyOb... function HEDLEY_NEVER_INLINE (line 2027) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_BITOR_OBJECT_OBJ... function PyObject (line 2126) | static PyObject *_BINARY_OPERATION_BITOR_OBJECT_OBJECT_SET(PyObject *ope... function PyObject (line 2165) | PyObject *BINARY_OPERATION_BITOR_OBJECT_OBJECT_SET(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 2170) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_BITOR_OBJECT_SET... function PyObject (line 2282) | static PyObject *_BINARY_OPERATION_BITOR_OBJECT_SET_OBJECT(PyObject *ope... function PyObject (line 2321) | PyObject *BINARY_OPERATION_BITOR_OBJECT_SET_OBJECT(PyObject *operand1, P... function PyObject (line 2326) | static PyObject *_BINARY_OPERATION_BITOR_OBJECT_OBJECT_OBJECT(PyObject *... function PyObject (line 2517) | PyObject *BINARY_OPERATION_BITOR_OBJECT_OBJECT_OBJECT(PyObject *operand1... function nuitka_bool (line 2522) | static nuitka_bool _BINARY_OPERATION_BITOR_NBOOL_OBJECT_OBJECT(PyObject ... function nuitka_bool (line 2721) | nuitka_bool BINARY_OPERATION_BITOR_NBOOL_OBJECT_OBJECT(PyObject *operand... FILE: nuitka/build/static_src/HelpersOperationBinaryBitxor.c function PyObject (line 13) | static PyObject *_BINARY_OPERATION_BITXOR_OBJECT_LONG_LONG(PyObject *ope... function PyObject (line 52) | PyObject *BINARY_OPERATION_BITXOR_OBJECT_LONG_LONG(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 57) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_BITXOR_OBJECT_OB... function PyObject (line 194) | static PyObject *_BINARY_OPERATION_BITXOR_OBJECT_OBJECT_LONG(PyObject *o... function PyObject (line 240) | PyObject *BINARY_OPERATION_BITXOR_OBJECT_OBJECT_LONG(PyObject *operand1,... function HEDLEY_NEVER_INLINE (line 245) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_BITXOR_OBJECT_LO... function PyObject (line 395) | static PyObject *_BINARY_OPERATION_BITXOR_OBJECT_LONG_OBJECT(PyObject *o... function PyObject (line 441) | PyObject *BINARY_OPERATION_BITXOR_OBJECT_LONG_OBJECT(PyObject *operand1,... function nuitka_bool (line 446) | static nuitka_bool _BINARY_OPERATION_BITXOR_NBOOL_LONG_LONG(PyObject *op... function nuitka_bool (line 486) | nuitka_bool BINARY_OPERATION_BITXOR_NBOOL_LONG_LONG(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 491) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_BITXOR_NBOOL_O... function nuitka_bool (line 636) | static nuitka_bool _BINARY_OPERATION_BITXOR_NBOOL_OBJECT_LONG(PyObject *... function nuitka_bool (line 683) | nuitka_bool BINARY_OPERATION_BITXOR_NBOOL_OBJECT_LONG(PyObject *operand1... function HEDLEY_NEVER_INLINE (line 688) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_BITXOR_NBOOL_L... function nuitka_bool (line 846) | static nuitka_bool _BINARY_OPERATION_BITXOR_NBOOL_LONG_OBJECT(PyObject *... function nuitka_bool (line 893) | nuitka_bool BINARY_OPERATION_BITXOR_NBOOL_LONG_OBJECT(PyObject *operand1... function PyObject (line 899) | static PyObject *_BINARY_OPERATION_BITXOR_OBJECT_INT_INT(PyObject *opera... function PyObject (line 941) | PyObject *BINARY_OPERATION_BITXOR_OBJECT_INT_INT(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 948) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_BITXOR_OBJECT_OB... function PyObject (line 1081) | static PyObject *_BINARY_OPERATION_BITXOR_OBJECT_OBJECT_INT(PyObject *op... function PyObject (line 1130) | PyObject *BINARY_OPERATION_BITXOR_OBJECT_OBJECT_INT(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 1137) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_BITXOR_OBJECT_IN... function PyObject (line 1283) | static PyObject *_BINARY_OPERATION_BITXOR_OBJECT_INT_OBJECT(PyObject *op... function PyObject (line 1332) | PyObject *BINARY_OPERATION_BITXOR_OBJECT_INT_OBJECT(PyObject *operand1, ... function nuitka_bool (line 1339) | static nuitka_bool _BINARY_OPERATION_BITXOR_NBOOL_INT_INT(PyObject *oper... function nuitka_bool (line 1381) | nuitka_bool BINARY_OPERATION_BITXOR_NBOOL_INT_INT(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 1388) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_BITXOR_NBOOL_O... function nuitka_bool (line 1529) | static nuitka_bool _BINARY_OPERATION_BITXOR_NBOOL_OBJECT_INT(PyObject *o... function nuitka_bool (line 1578) | nuitka_bool BINARY_OPERATION_BITXOR_NBOOL_OBJECT_INT(PyObject *operand1,... function HEDLEY_NEVER_INLINE (line 1585) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_BITXOR_NBOOL_I... function nuitka_bool (line 1739) | static nuitka_bool _BINARY_OPERATION_BITXOR_NBOOL_INT_OBJECT(PyObject *o... function nuitka_bool (line 1788) | nuitka_bool BINARY_OPERATION_BITXOR_NBOOL_INT_OBJECT(PyObject *operand1,... function PyObject (line 1795) | static PyObject *_BINARY_OPERATION_BITXOR_OBJECT_INT_CLONG(PyObject *ope... function PyObject (line 1833) | PyObject *BINARY_OPERATION_BITXOR_OBJECT_INT_CLONG(PyObject *operand1, l... function nuitka_bool (line 1840) | static nuitka_bool _BINARY_OPERATION_BITXOR_NBOOL_INT_CLONG(PyObject *op... function nuitka_bool (line 1878) | nuitka_bool BINARY_OPERATION_BITXOR_NBOOL_INT_CLONG(PyObject *operand1, ... function PyObject (line 1885) | static PyObject *_BINARY_OPERATION_BITXOR_OBJECT_LONG_INT(PyObject *oper... function PyObject (line 1927) | PyObject *BINARY_OPERATION_BITXOR_OBJECT_LONG_INT(PyObject *operand1, Py... function nuitka_bool (line 1934) | static nuitka_bool _BINARY_OPERATION_BITXOR_NBOOL_LONG_INT(PyObject *ope... function nuitka_bool (line 1984) | nuitka_bool BINARY_OPERATION_BITXOR_NBOOL_LONG_INT(PyObject *operand1, P... function PyObject (line 1990) | static PyObject *_BINARY_OPERATION_BITXOR_OBJECT_SET_SET(PyObject *opera... function PyObject (line 2022) | PyObject *BINARY_OPERATION_BITXOR_OBJECT_SET_SET(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 2027) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_BITXOR_OBJECT_OB... function PyObject (line 2126) | static PyObject *_BINARY_OPERATION_BITXOR_OBJECT_OBJECT_SET(PyObject *op... function PyObject (line 2165) | PyObject *BINARY_OPERATION_BITXOR_OBJECT_OBJECT_SET(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 2170) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_BITXOR_OBJECT_SE... function PyObject (line 2282) | static PyObject *_BINARY_OPERATION_BITXOR_OBJECT_SET_OBJECT(PyObject *op... function PyObject (line 2321) | PyObject *BINARY_OPERATION_BITXOR_OBJECT_SET_OBJECT(PyObject *operand1, ... function PyObject (line 2326) | static PyObject *_BINARY_OPERATION_BITXOR_OBJECT_OBJECT_OBJECT(PyObject ... function PyObject (line 2517) | PyObject *BINARY_OPERATION_BITXOR_OBJECT_OBJECT_OBJECT(PyObject *operand... function nuitka_bool (line 2522) | static nuitka_bool _BINARY_OPERATION_BITXOR_NBOOL_OBJECT_OBJECT(PyObject... function nuitka_bool (line 2721) | nuitka_bool BINARY_OPERATION_BITXOR_NBOOL_OBJECT_OBJECT(PyObject *operan... FILE: nuitka/build/static_src/HelpersOperationBinaryDivmod.c function PyObject (line 15) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_INT_INT(PyObject *opera... function PyObject (line 89) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_INT_INT(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 96) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_DIVMOD_OBJECT_OB... function PyObject (line 229) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_OBJECT_INT(PyObject *op... function PyObject (line 310) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_OBJECT_INT(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 317) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_DIVMOD_OBJECT_IN... function PyObject (line 463) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_INT_OBJECT(PyObject *op... function PyObject (line 544) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_INT_OBJECT(PyObject *operand1, ... function PyObject (line 550) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_LONG_LONG(PyObject *ope... function PyObject (line 589) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_LONG_LONG(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 594) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_DIVMOD_OBJECT_OB... function PyObject (line 731) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_OBJECT_LONG(PyObject *o... function PyObject (line 777) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_OBJECT_LONG(PyObject *operand1,... function HEDLEY_NEVER_INLINE (line 782) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_DIVMOD_OBJECT_LO... function PyObject (line 932) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_LONG_OBJECT(PyObject *o... function PyObject (line 978) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_LONG_OBJECT(PyObject *operand1,... function PyObject (line 983) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_FLOAT_FLOAT(PyObject *o... function PyObject (line 1061) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_FLOAT_FLOAT(PyObject *operand1,... function HEDLEY_NEVER_INLINE (line 1066) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_DIVMOD_OBJECT_OB... function PyObject (line 1199) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_OBJECT_FLOAT(PyObject *... function PyObject (line 1284) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_OBJECT_FLOAT(PyObject *operand1... function HEDLEY_NEVER_INLINE (line 1289) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_DIVMOD_OBJECT_FL... function PyObject (line 1435) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_FLOAT_OBJECT(PyObject *... function PyObject (line 1520) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_FLOAT_OBJECT(PyObject *operand1... function PyObject (line 1525) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_FLOAT_LONG(PyObject *op... function PyObject (line 1571) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_FLOAT_LONG(PyObject *operand1, ... function PyObject (line 1576) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_LONG_FLOAT(PyObject *op... function PyObject (line 1628) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_LONG_FLOAT(PyObject *operand1, ... function PyObject (line 1634) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_FLOAT_INT(PyObject *ope... function PyObject (line 1676) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_FLOAT_INT(PyObject *operand1, P... function PyObject (line 1683) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_INT_FLOAT(PyObject *ope... function PyObject (line 1731) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_INT_FLOAT(PyObject *operand1, P... function PyObject (line 1738) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_LONG_INT(PyObject *oper... function PyObject (line 1780) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_LONG_INT(PyObject *operand1, Py... function PyObject (line 1787) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_INT_LONG(PyObject *oper... function PyObject (line 1835) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_INT_LONG(PyObject *operand1, Py... function PyObject (line 1842) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_INT_CLONG(PyObject *ope... function PyObject (line 1914) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_INT_CLONG(PyObject *operand1, l... function PyObject (line 1921) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_CLONG_INT(long operand1... function PyObject (line 1994) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_CLONG_INT(long operand1, PyObje... function PyObject (line 2000) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_FLOAT_CFLOAT(PyObject *... function PyObject (line 2074) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_FLOAT_CFLOAT(PyObject *operand1... function PyObject (line 2079) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_CFLOAT_FLOAT(double ope... function PyObject (line 2154) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_CFLOAT_FLOAT(double operand1, P... function PyObject (line 2159) | static PyObject *_BINARY_OPERATION_DIVMOD_OBJECT_OBJECT_OBJECT(PyObject ... function PyObject (line 2383) | PyObject *BINARY_OPERATION_DIVMOD_OBJECT_OBJECT_OBJECT(PyObject *operand... FILE: nuitka/build/static_src/HelpersOperationBinaryFloordiv.c function PyObject (line 14) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_INT_INT(PyObject *ope... function PyObject (line 97) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_INT_INT(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 104) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_FLOORDIV_OBJECT_... function PyObject (line 237) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_OBJECT_INT(PyObject *... function PyObject (line 327) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_OBJECT_INT(PyObject *operand1... function HEDLEY_NEVER_INLINE (line 334) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_FLOORDIV_OBJECT_... function PyObject (line 481) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_INT_OBJECT(PyObject *... function PyObject (line 571) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_INT_OBJECT(PyObject *operand1... function PyObject (line 577) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_LONG_LONG(PyObject *o... function PyObject (line 616) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_LONG_LONG(PyObject *operand1,... function HEDLEY_NEVER_INLINE (line 621) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_FLOORDIV_OBJECT_... function PyObject (line 758) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_OBJECT_LONG(PyObject ... function PyObject (line 804) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_OBJECT_LONG(PyObject *operand... function HEDLEY_NEVER_INLINE (line 809) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_FLOORDIV_OBJECT_... function PyObject (line 960) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_LONG_OBJECT(PyObject ... function PyObject (line 1006) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_LONG_OBJECT(PyObject *operand... function PyObject (line 1011) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_FLOAT_FLOAT(PyObject ... function PyObject (line 1081) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_FLOAT_FLOAT(PyObject *operand... function HEDLEY_NEVER_INLINE (line 1086) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_FLOORDIV_OBJECT_... function PyObject (line 1219) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_OBJECT_FLOAT(PyObject... function PyObject (line 1296) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_OBJECT_FLOAT(PyObject *operan... function HEDLEY_NEVER_INLINE (line 1301) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_FLOORDIV_OBJECT_... function PyObject (line 1448) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_FLOAT_OBJECT(PyObject... function PyObject (line 1525) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_FLOAT_OBJECT(PyObject *operan... function PyObject (line 1530) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_FLOAT_LONG(PyObject *... function PyObject (line 1576) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_FLOAT_LONG(PyObject *operand1... function PyObject (line 1581) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_LONG_FLOAT(PyObject *... function PyObject (line 1633) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_LONG_FLOAT(PyObject *operand1... function PyObject (line 1639) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_FLOAT_INT(PyObject *o... function PyObject (line 1681) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_FLOAT_INT(PyObject *operand1,... function PyObject (line 1688) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_INT_FLOAT(PyObject *o... function PyObject (line 1736) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_INT_FLOAT(PyObject *operand1,... function PyObject (line 1743) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_LONG_INT(PyObject *op... function PyObject (line 1785) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_LONG_INT(PyObject *operand1, ... function PyObject (line 1792) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_INT_LONG(PyObject *op... function PyObject (line 1840) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_INT_LONG(PyObject *operand1, ... function PyObject (line 1847) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_INT_CLONG(PyObject *o... function PyObject (line 1928) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_INT_CLONG(PyObject *operand1,... function PyObject (line 1935) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_CLONG_INT(long operan... function PyObject (line 2017) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_CLONG_INT(long operand1, PyOb... function PyObject (line 2023) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_FLOAT_CFLOAT(PyObject... function PyObject (line 2089) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_FLOAT_CFLOAT(PyObject *operan... function PyObject (line 2094) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_CFLOAT_FLOAT(double o... function PyObject (line 2161) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_CFLOAT_FLOAT(double operand1,... function PyObject (line 2166) | static PyObject *_BINARY_OPERATION_FLOORDIV_OBJECT_OBJECT_OBJECT(PyObjec... function PyObject (line 2399) | PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_OBJECT_OBJECT(PyObject *opera... FILE: nuitka/build/static_src/HelpersOperationBinaryInplaceAdd.c function BINARY_OPERATION_ADD_OBJECT_UNICODE_INPLACE (line 11) | bool BINARY_OPERATION_ADD_OBJECT_UNICODE_INPLACE(PyObject **operand1, Py... function BINARY_OPERATION_ADD_UNICODE_OBJECT_INPLACE (line 54) | bool BINARY_OPERATION_ADD_UNICODE_OBJECT_INPLACE(PyObject **operand1, Py... function BINARY_OPERATION_ADD_UNICODE_UNICODE_INPLACE (line 97) | bool BINARY_OPERATION_ADD_UNICODE_UNICODE_INPLACE(PyObject **operand1, P... function BINARY_OPERATION_ADD_OBJECT_BYTES_INPLACE (line 125) | bool BINARY_OPERATION_ADD_OBJECT_BYTES_INPLACE(PyObject **operand1, PyOb... function BINARY_OPERATION_ADD_BYTES_OBJECT_INPLACE (line 151) | bool BINARY_OPERATION_ADD_BYTES_OBJECT_INPLACE(PyObject **operand1, PyOb... function BINARY_OPERATION_ADD_BYTES_BYTES_INPLACE (line 177) | bool BINARY_OPERATION_ADD_BYTES_BYTES_INPLACE(PyObject **operand1, PyObj... FILE: nuitka/build/static_src/HelpersOperationBinaryLshift.c function PyObject (line 13) | static PyObject *_BINARY_OPERATION_LSHIFT_OBJECT_LONG_LONG(PyObject *ope... function PyObject (line 52) | PyObject *BINARY_OPERATION_LSHIFT_OBJECT_LONG_LONG(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 57) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_LSHIFT_OBJECT_OB... function PyObject (line 194) | static PyObject *_BINARY_OPERATION_LSHIFT_OBJECT_OBJECT_LONG(PyObject *o... function PyObject (line 240) | PyObject *BINARY_OPERATION_LSHIFT_OBJECT_OBJECT_LONG(PyObject *operand1,... function HEDLEY_NEVER_INLINE (line 245) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_LSHIFT_OBJECT_LO... function PyObject (line 395) | static PyObject *_BINARY_OPERATION_LSHIFT_OBJECT_LONG_OBJECT(PyObject *o... function PyObject (line 441) | PyObject *BINARY_OPERATION_LSHIFT_OBJECT_LONG_OBJECT(PyObject *operand1,... function nuitka_bool (line 446) | static nuitka_bool _BINARY_OPERATION_LSHIFT_NBOOL_LONG_LONG(PyObject *op... function nuitka_bool (line 486) | nuitka_bool BINARY_OPERATION_LSHIFT_NBOOL_LONG_LONG(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 491) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_LSHIFT_NBOOL_O... function nuitka_bool (line 636) | static nuitka_bool _BINARY_OPERATION_LSHIFT_NBOOL_OBJECT_LONG(PyObject *... function nuitka_bool (line 683) | nuitka_bool BINARY_OPERATION_LSHIFT_NBOOL_OBJECT_LONG(PyObject *operand1... function HEDLEY_NEVER_INLINE (line 688) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_LSHIFT_NBOOL_L... function nuitka_bool (line 846) | static nuitka_bool _BINARY_OPERATION_LSHIFT_NBOOL_LONG_OBJECT(PyObject *... function nuitka_bool (line 893) | nuitka_bool BINARY_OPERATION_LSHIFT_NBOOL_LONG_OBJECT(PyObject *operand1... function PyObject (line 899) | static PyObject *_BINARY_OPERATION_LSHIFT_OBJECT_INT_INT(PyObject *opera... function PyObject (line 993) | PyObject *BINARY_OPERATION_LSHIFT_OBJECT_INT_INT(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 1000) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_LSHIFT_OBJECT_OB... function PyObject (line 1133) | static PyObject *_BINARY_OPERATION_LSHIFT_OBJECT_OBJECT_INT(PyObject *op... function PyObject (line 1234) | PyObject *BINARY_OPERATION_LSHIFT_OBJECT_OBJECT_INT(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 1241) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_LSHIFT_OBJECT_IN... function PyObject (line 1387) | static PyObject *_BINARY_OPERATION_LSHIFT_OBJECT_INT_OBJECT(PyObject *op... function PyObject (line 1488) | PyObject *BINARY_OPERATION_LSHIFT_OBJECT_INT_OBJECT(PyObject *operand1, ... function nuitka_bool (line 1495) | static nuitka_bool _BINARY_OPERATION_LSHIFT_NBOOL_INT_INT(PyObject *oper... function nuitka_bool (line 1589) | nuitka_bool BINARY_OPERATION_LSHIFT_NBOOL_INT_INT(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 1596) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_LSHIFT_NBOOL_O... function nuitka_bool (line 1737) | static nuitka_bool _BINARY_OPERATION_LSHIFT_NBOOL_OBJECT_INT(PyObject *o... function nuitka_bool (line 1838) | nuitka_bool BINARY_OPERATION_LSHIFT_NBOOL_OBJECT_INT(PyObject *operand1,... function HEDLEY_NEVER_INLINE (line 1845) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_LSHIFT_NBOOL_I... function nuitka_bool (line 1999) | static nuitka_bool _BINARY_OPERATION_LSHIFT_NBOOL_INT_OBJECT(PyObject *o... function nuitka_bool (line 2100) | nuitka_bool BINARY_OPERATION_LSHIFT_NBOOL_INT_OBJECT(PyObject *operand1,... function PyObject (line 2107) | static PyObject *_BINARY_OPERATION_LSHIFT_OBJECT_LONG_INT(PyObject *oper... function PyObject (line 2149) | PyObject *BINARY_OPERATION_LSHIFT_OBJECT_LONG_INT(PyObject *operand1, Py... function PyObject (line 2156) | static PyObject *_BINARY_OPERATION_LSHIFT_OBJECT_INT_LONG(PyObject *oper... function PyObject (line 2204) | PyObject *BINARY_OPERATION_LSHIFT_OBJECT_INT_LONG(PyObject *operand1, Py... function nuitka_bool (line 2211) | static nuitka_bool _BINARY_OPERATION_LSHIFT_NBOOL_LONG_INT(PyObject *ope... function nuitka_bool (line 2261) | nuitka_bool BINARY_OPERATION_LSHIFT_NBOOL_LONG_INT(PyObject *operand1, P... function nuitka_bool (line 2268) | static nuitka_bool _BINARY_OPERATION_LSHIFT_NBOOL_INT_LONG(PyObject *ope... function nuitka_bool (line 2324) | nuitka_bool BINARY_OPERATION_LSHIFT_NBOOL_INT_LONG(PyObject *operand1, P... function PyObject (line 2330) | static PyObject *_BINARY_OPERATION_LSHIFT_OBJECT_OBJECT_OBJECT(PyObject ... function PyObject (line 2573) | PyObject *BINARY_OPERATION_LSHIFT_OBJECT_OBJECT_OBJECT(PyObject *operand... function nuitka_bool (line 2578) | static nuitka_bool _BINARY_OPERATION_LSHIFT_NBOOL_OBJECT_OBJECT(PyObject... function nuitka_bool (line 2829) | nuitka_bool BINARY_OPERATION_LSHIFT_NBOOL_OBJECT_OBJECT(PyObject *operan... FILE: nuitka/build/static_src/HelpersOperationBinaryMatmult.c function PyObject (line 14) | static PyObject *_BINARY_OPERATION_MATMULT_OBJECT_LONG_LONG(PyObject *op... function PyObject (line 43) | PyObject *BINARY_OPERATION_MATMULT_OBJECT_LONG_LONG(PyObject *operand1, ... function PyObject (line 50) | static PyObject *_BINARY_OPERATION_MATMULT_OBJECT_OBJECT_LONG(PyObject *... function PyObject (line 97) | PyObject *BINARY_OPERATION_MATMULT_OBJECT_OBJECT_LONG(PyObject *operand1... function PyObject (line 104) | static PyObject *_BINARY_OPERATION_MATMULT_OBJECT_LONG_OBJECT(PyObject *... function PyObject (line 157) | PyObject *BINARY_OPERATION_MATMULT_OBJECT_LONG_OBJECT(PyObject *operand1... function PyObject (line 164) | static PyObject *_BINARY_OPERATION_MATMULT_OBJECT_FLOAT_FLOAT(PyObject *... function PyObject (line 189) | PyObject *BINARY_OPERATION_MATMULT_OBJECT_FLOAT_FLOAT(PyObject *operand1... function PyObject (line 196) | static PyObject *_BINARY_OPERATION_MATMULT_OBJECT_OBJECT_FLOAT(PyObject ... function PyObject (line 239) | PyObject *BINARY_OPERATION_MATMULT_OBJECT_OBJECT_FLOAT(PyObject *operand... function PyObject (line 246) | static PyObject *_BINARY_OPERATION_MATMULT_OBJECT_FLOAT_OBJECT(PyObject ... function PyObject (line 295) | PyObject *BINARY_OPERATION_MATMULT_OBJECT_FLOAT_OBJECT(PyObject *operand... function PyObject (line 302) | static PyObject *_BINARY_OPERATION_MATMULT_OBJECT_OBJECT_OBJECT(PyObject... function PyObject (line 434) | PyObject *BINARY_OPERATION_MATMULT_OBJECT_OBJECT_OBJECT(PyObject *operan... FILE: nuitka/build/static_src/HelpersOperationBinaryMod.c function PyObject (line 14) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_INT_INT(PyObject *operand1... function PyObject (line 89) | PyObject *BINARY_OPERATION_MOD_OBJECT_INT_INT(PyObject *operand1, PyObje... function HEDLEY_NEVER_INLINE (line 96) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_MOD_OBJECT_OBJEC... function PyObject (line 228) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_OBJECT_INT(PyObject *opera... function PyObject (line 310) | PyObject *BINARY_OPERATION_MOD_OBJECT_OBJECT_INT(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 317) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_MOD_OBJECT_INT_O... function PyObject (line 463) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_INT_OBJECT(PyObject *opera... function PyObject (line 545) | PyObject *BINARY_OPERATION_MOD_OBJECT_INT_OBJECT(PyObject *operand1, PyO... function nuitka_bool (line 552) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_INT_INT(PyObject *operand... function nuitka_bool (line 628) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_INT_INT(PyObject *operand1, PyObj... function HEDLEY_NEVER_INLINE (line 635) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_MOD_NBOOL_OBJE... function nuitka_bool (line 775) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_OBJECT_INT(PyObject *oper... function nuitka_bool (line 858) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_OBJECT_INT(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 865) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_MOD_NBOOL_INT_... function nuitka_bool (line 1019) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_INT_OBJECT(PyObject *oper... function nuitka_bool (line 1102) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_INT_OBJECT(PyObject *operand1, Py... function PyObject (line 1108) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_LONG_LONG(PyObject *operan... function PyObject (line 1147) | PyObject *BINARY_OPERATION_MOD_OBJECT_LONG_LONG(PyObject *operand1, PyOb... function HEDLEY_NEVER_INLINE (line 1152) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_MOD_OBJECT_OBJEC... function PyObject (line 1288) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_OBJECT_LONG(PyObject *oper... function PyObject (line 1334) | PyObject *BINARY_OPERATION_MOD_OBJECT_OBJECT_LONG(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 1339) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_MOD_OBJECT_LONG_... function PyObject (line 1489) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_LONG_OBJECT(PyObject *oper... function PyObject (line 1535) | PyObject *BINARY_OPERATION_MOD_OBJECT_LONG_OBJECT(PyObject *operand1, Py... function nuitka_bool (line 1540) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_LONG_LONG(PyObject *opera... function nuitka_bool (line 1580) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_LONG_LONG(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 1585) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_MOD_NBOOL_OBJE... function nuitka_bool (line 1730) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_OBJECT_LONG(PyObject *ope... function nuitka_bool (line 1777) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_OBJECT_LONG(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 1782) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_MOD_NBOOL_LONG... function nuitka_bool (line 1941) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_LONG_OBJECT(PyObject *ope... function nuitka_bool (line 1988) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_LONG_OBJECT(PyObject *operand1, P... function PyObject (line 1993) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_FLOAT_FLOAT(PyObject *oper... function PyObject (line 2053) | PyObject *BINARY_OPERATION_MOD_OBJECT_FLOAT_FLOAT(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 2058) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_MOD_OBJECT_OBJEC... function PyObject (line 2191) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_OBJECT_FLOAT(PyObject *ope... function PyObject (line 2258) | PyObject *BINARY_OPERATION_MOD_OBJECT_OBJECT_FLOAT(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 2263) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_MOD_OBJECT_FLOAT... function PyObject (line 2410) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_FLOAT_OBJECT(PyObject *ope... function PyObject (line 2477) | PyObject *BINARY_OPERATION_MOD_OBJECT_FLOAT_OBJECT(PyObject *operand1, P... function nuitka_bool (line 2482) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_FLOAT_FLOAT(PyObject *ope... function nuitka_bool (line 2542) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_FLOAT_FLOAT(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 2547) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_MOD_NBOOL_OBJE... function nuitka_bool (line 2688) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_OBJECT_FLOAT(PyObject *op... function nuitka_bool (line 2755) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_OBJECT_FLOAT(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 2760) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_MOD_NBOOL_FLOA... function nuitka_bool (line 2915) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_FLOAT_OBJECT(PyObject *op... function nuitka_bool (line 2982) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_FLOAT_OBJECT(PyObject *operand1, ... function PyObject (line 2987) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_FLOAT_LONG(PyObject *opera... function PyObject (line 3033) | PyObject *BINARY_OPERATION_MOD_OBJECT_FLOAT_LONG(PyObject *operand1, PyO... function PyObject (line 3038) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_LONG_FLOAT(PyObject *opera... function PyObject (line 3090) | PyObject *BINARY_OPERATION_MOD_OBJECT_LONG_FLOAT(PyObject *operand1, PyO... function nuitka_bool (line 3095) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_FLOAT_LONG(PyObject *oper... function nuitka_bool (line 3149) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_FLOAT_LONG(PyObject *operand1, Py... function nuitka_bool (line 3154) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_LONG_FLOAT(PyObject *oper... function nuitka_bool (line 3214) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_LONG_FLOAT(PyObject *operand1, Py... function PyObject (line 3220) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_FLOAT_INT(PyObject *operan... function PyObject (line 3262) | PyObject *BINARY_OPERATION_MOD_OBJECT_FLOAT_INT(PyObject *operand1, PyOb... function PyObject (line 3269) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_INT_FLOAT(PyObject *operan... function PyObject (line 3317) | PyObject *BINARY_OPERATION_MOD_OBJECT_INT_FLOAT(PyObject *operand1, PyOb... function nuitka_bool (line 3324) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_FLOAT_INT(PyObject *opera... function nuitka_bool (line 3374) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_FLOAT_INT(PyObject *operand1, PyO... function nuitka_bool (line 3381) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_INT_FLOAT(PyObject *opera... function nuitka_bool (line 3437) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_INT_FLOAT(PyObject *operand1, PyO... function PyObject (line 3444) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_LONG_INT(PyObject *operand... function PyObject (line 3486) | PyObject *BINARY_OPERATION_MOD_OBJECT_LONG_INT(PyObject *operand1, PyObj... function PyObject (line 3493) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_INT_LONG(PyObject *operand... function PyObject (line 3541) | PyObject *BINARY_OPERATION_MOD_OBJECT_INT_LONG(PyObject *operand1, PyObj... function nuitka_bool (line 3548) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_LONG_INT(PyObject *operan... function nuitka_bool (line 3598) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_LONG_INT(PyObject *operand1, PyOb... function nuitka_bool (line 3605) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_INT_LONG(PyObject *operan... function nuitka_bool (line 3661) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_INT_LONG(PyObject *operand1, PyOb... function PyObject (line 3668) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_INT_CLONG(PyObject *operan... function PyObject (line 3741) | PyObject *BINARY_OPERATION_MOD_OBJECT_INT_CLONG(PyObject *operand1, long... function PyObject (line 3748) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_CLONG_INT(long operand1, P... function PyObject (line 3822) | PyObject *BINARY_OPERATION_MOD_OBJECT_CLONG_INT(long operand1, PyObject ... function nuitka_bool (line 3829) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_INT_CLONG(PyObject *opera... function nuitka_bool (line 3903) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_INT_CLONG(PyObject *operand1, lon... function nuitka_bool (line 3910) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_CLONG_INT(long operand1, ... function nuitka_bool (line 3985) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_CLONG_INT(long operand1, PyObject... function PyObject (line 3991) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_FLOAT_CFLOAT(PyObject *ope... function PyObject (line 4047) | PyObject *BINARY_OPERATION_MOD_OBJECT_FLOAT_CFLOAT(PyObject *operand1, d... function PyObject (line 4052) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_CFLOAT_FLOAT(double operan... function PyObject (line 4109) | PyObject *BINARY_OPERATION_MOD_OBJECT_CFLOAT_FLOAT(double operand1, PyOb... function nuitka_bool (line 4114) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_FLOAT_CFLOAT(PyObject *op... function nuitka_bool (line 4170) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_FLOAT_CFLOAT(PyObject *operand1, ... function nuitka_bool (line 4175) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_CFLOAT_FLOAT(double opera... function nuitka_bool (line 4232) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_CFLOAT_FLOAT(double operand1, PyO... function PyObject (line 4238) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_STR_INT(PyObject *operand1... function PyObject (line 4297) | PyObject *BINARY_OPERATION_MOD_OBJECT_STR_INT(PyObject *operand1, PyObje... function PyObject (line 4304) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_STR_LONG(PyObject *operand... function PyObject (line 4363) | PyObject *BINARY_OPERATION_MOD_OBJECT_STR_LONG(PyObject *operand1, PyObj... function PyObject (line 4370) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_STR_FLOAT(PyObject *operan... function PyObject (line 4429) | PyObject *BINARY_OPERATION_MOD_OBJECT_STR_FLOAT(PyObject *operand1, PyOb... function PyObject (line 4436) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_STR_STR(PyObject *operand1... function PyObject (line 4466) | PyObject *BINARY_OPERATION_MOD_OBJECT_STR_STR(PyObject *operand1, PyObje... function PyObject (line 4473) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_STR_UNICODE(PyObject *oper... function PyObject (line 4532) | PyObject *BINARY_OPERATION_MOD_OBJECT_STR_UNICODE(PyObject *operand1, Py... function PyObject (line 4539) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_STR_TUPLE(PyObject *operan... function PyObject (line 4580) | PyObject *BINARY_OPERATION_MOD_OBJECT_STR_TUPLE(PyObject *operand1, PyOb... function PyObject (line 4587) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_STR_LIST(PyObject *operand... function PyObject (line 4628) | PyObject *BINARY_OPERATION_MOD_OBJECT_STR_LIST(PyObject *operand1, PyObj... function PyObject (line 4635) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_STR_DICT(PyObject *operand... function PyObject (line 4676) | PyObject *BINARY_OPERATION_MOD_OBJECT_STR_DICT(PyObject *operand1, PyObj... function HEDLEY_NEVER_INLINE (line 4683) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_MOD_OBJECT_STR_O... function PyObject (line 4795) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_STR_OBJECT(PyObject *opera... function PyObject (line 4832) | PyObject *BINARY_OPERATION_MOD_OBJECT_STR_OBJECT(PyObject *operand1, PyO... function PyObject (line 4839) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_UNICODE_INT(PyObject *oper... function PyObject (line 4898) | PyObject *BINARY_OPERATION_MOD_OBJECT_UNICODE_INT(PyObject *operand1, Py... function PyObject (line 4905) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_UNICODE_LONG(PyObject *ope... function PyObject (line 4968) | PyObject *BINARY_OPERATION_MOD_OBJECT_UNICODE_LONG(PyObject *operand1, P... function PyObject (line 4973) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_UNICODE_FLOAT(PyObject *op... function PyObject (line 5036) | PyObject *BINARY_OPERATION_MOD_OBJECT_UNICODE_FLOAT(PyObject *operand1, ... function PyObject (line 5042) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_UNICODE_STR(PyObject *oper... function PyObject (line 5101) | PyObject *BINARY_OPERATION_MOD_OBJECT_UNICODE_STR(PyObject *operand1, Py... function PyObject (line 5108) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_UNICODE_BYTES(PyObject *op... function PyObject (line 5167) | PyObject *BINARY_OPERATION_MOD_OBJECT_UNICODE_BYTES(PyObject *operand1, ... function PyObject (line 5174) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_UNICODE_UNICODE(PyObject *... function PyObject (line 5204) | PyObject *BINARY_OPERATION_MOD_OBJECT_UNICODE_UNICODE(PyObject *operand1... function PyObject (line 5209) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_UNICODE_TUPLE(PyObject *op... function PyObject (line 5254) | PyObject *BINARY_OPERATION_MOD_OBJECT_UNICODE_TUPLE(PyObject *operand1, ... function PyObject (line 5259) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_UNICODE_LIST(PyObject *ope... function PyObject (line 5304) | PyObject *BINARY_OPERATION_MOD_OBJECT_UNICODE_LIST(PyObject *operand1, P... function PyObject (line 5309) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_UNICODE_DICT(PyObject *ope... function PyObject (line 5354) | PyObject *BINARY_OPERATION_MOD_OBJECT_UNICODE_DICT(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 5359) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_MOD_OBJECT_UNICO... function PyObject (line 5476) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_UNICODE_OBJECT(PyObject *o... function PyObject (line 5513) | PyObject *BINARY_OPERATION_MOD_OBJECT_UNICODE_OBJECT(PyObject *operand1,... function PyObject (line 5519) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_BYTES_LONG(PyObject *opera... function PyObject (line 5578) | PyObject *BINARY_OPERATION_MOD_OBJECT_BYTES_LONG(PyObject *operand1, PyO... function PyObject (line 5585) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_BYTES_FLOAT(PyObject *oper... function PyObject (line 5644) | PyObject *BINARY_OPERATION_MOD_OBJECT_BYTES_FLOAT(PyObject *operand1, Py... function PyObject (line 5651) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_BYTES_BYTES(PyObject *oper... function PyObject (line 5682) | PyObject *BINARY_OPERATION_MOD_OBJECT_BYTES_BYTES(PyObject *operand1, Py... function PyObject (line 5689) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_BYTES_UNICODE(PyObject *op... function PyObject (line 5748) | PyObject *BINARY_OPERATION_MOD_OBJECT_BYTES_UNICODE(PyObject *operand1, ... function PyObject (line 5755) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_BYTES_TUPLE(PyObject *oper... function PyObject (line 5796) | PyObject *BINARY_OPERATION_MOD_OBJECT_BYTES_TUPLE(PyObject *operand1, Py... function PyObject (line 5803) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_BYTES_LIST(PyObject *opera... function PyObject (line 5844) | PyObject *BINARY_OPERATION_MOD_OBJECT_BYTES_LIST(PyObject *operand1, PyO... function PyObject (line 5851) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_BYTES_DICT(PyObject *opera... function PyObject (line 5892) | PyObject *BINARY_OPERATION_MOD_OBJECT_BYTES_DICT(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 5899) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_MOD_OBJECT_BYTES... function PyObject (line 6012) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_BYTES_OBJECT(PyObject *ope... function PyObject (line 6050) | PyObject *BINARY_OPERATION_MOD_OBJECT_BYTES_OBJECT(PyObject *operand1, P... function PyObject (line 6056) | static PyObject *_BINARY_OPERATION_MOD_OBJECT_OBJECT_OBJECT(PyObject *op... function PyObject (line 6281) | PyObject *BINARY_OPERATION_MOD_OBJECT_OBJECT_OBJECT(PyObject *operand1, ... function nuitka_bool (line 6286) | static nuitka_bool _BINARY_OPERATION_MOD_NBOOL_OBJECT_OBJECT(PyObject *o... function nuitka_bool (line 6520) | nuitka_bool BINARY_OPERATION_MOD_NBOOL_OBJECT_OBJECT(PyObject *operand1,... FILE: nuitka/build/static_src/HelpersOperationBinaryMult.c function PyObject (line 15) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_INT_INT(PyObject *operand... function PyObject (line 90) | PyObject *BINARY_OPERATION_MULT_OBJECT_INT_INT(PyObject *operand1, PyObj... function HEDLEY_NEVER_INLINE (line 97) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_MULT_OBJECT_OBJE... function PyObject (line 242) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_OBJECT_INT(PyObject *oper... function PyObject (line 324) | PyObject *BINARY_OPERATION_MULT_OBJECT_OBJECT_INT(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 331) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_MULT_OBJECT_INT_... function PyObject (line 490) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_INT_OBJECT(PyObject *oper... function PyObject (line 572) | PyObject *BINARY_OPERATION_MULT_OBJECT_INT_OBJECT(PyObject *operand1, Py... function nuitka_bool (line 579) | static nuitka_bool _BINARY_OPERATION_MULT_NBOOL_INT_INT(PyObject *operan... function nuitka_bool (line 655) | nuitka_bool BINARY_OPERATION_MULT_NBOOL_INT_INT(PyObject *operand1, PyOb... function HEDLEY_NEVER_INLINE (line 662) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_MULT_NBOOL_OBJ... function nuitka_bool (line 816) | static nuitka_bool _BINARY_OPERATION_MULT_NBOOL_OBJECT_INT(PyObject *ope... function nuitka_bool (line 899) | nuitka_bool BINARY_OPERATION_MULT_NBOOL_OBJECT_INT(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 906) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_MULT_NBOOL_INT... function nuitka_bool (line 1074) | static nuitka_bool _BINARY_OPERATION_MULT_NBOOL_INT_OBJECT(PyObject *ope... function nuitka_bool (line 1157) | nuitka_bool BINARY_OPERATION_MULT_NBOOL_INT_OBJECT(PyObject *operand1, P... function PyObject (line 1163) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_LONG_LONG(PyObject *opera... function PyObject (line 1202) | PyObject *BINARY_OPERATION_MULT_OBJECT_LONG_LONG(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 1207) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_MULT_OBJECT_OBJE... function PyObject (line 1357) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_OBJECT_LONG(PyObject *ope... function PyObject (line 1403) | PyObject *BINARY_OPERATION_MULT_OBJECT_OBJECT_LONG(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 1408) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_MULT_OBJECT_LONG... function PyObject (line 1572) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_LONG_OBJECT(PyObject *ope... function PyObject (line 1618) | PyObject *BINARY_OPERATION_MULT_OBJECT_LONG_OBJECT(PyObject *operand1, P... function nuitka_bool (line 1623) | static nuitka_bool _BINARY_OPERATION_MULT_NBOOL_LONG_LONG(PyObject *oper... function nuitka_bool (line 1663) | nuitka_bool BINARY_OPERATION_MULT_NBOOL_LONG_LONG(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 1668) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_MULT_NBOOL_OBJ... function nuitka_bool (line 1826) | static nuitka_bool _BINARY_OPERATION_MULT_NBOOL_OBJECT_LONG(PyObject *op... function nuitka_bool (line 1873) | nuitka_bool BINARY_OPERATION_MULT_NBOOL_OBJECT_LONG(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 1878) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_MULT_NBOOL_LON... function nuitka_bool (line 2050) | static nuitka_bool _BINARY_OPERATION_MULT_NBOOL_LONG_OBJECT(PyObject *op... function nuitka_bool (line 2097) | nuitka_bool BINARY_OPERATION_MULT_NBOOL_LONG_OBJECT(PyObject *operand1, ... function PyObject (line 2102) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_FLOAT_FLOAT(PyObject *ope... function PyObject (line 2143) | PyObject *BINARY_OPERATION_MULT_OBJECT_FLOAT_FLOAT(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 2148) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_MULT_OBJECT_OBJE... function PyObject (line 2294) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_OBJECT_FLOAT(PyObject *op... function PyObject (line 2342) | PyObject *BINARY_OPERATION_MULT_OBJECT_OBJECT_FLOAT(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 2347) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_MULT_OBJECT_FLOA... function PyObject (line 2507) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_FLOAT_OBJECT(PyObject *op... function PyObject (line 2555) | PyObject *BINARY_OPERATION_MULT_OBJECT_FLOAT_OBJECT(PyObject *operand1, ... function nuitka_bool (line 2560) | static nuitka_bool _BINARY_OPERATION_MULT_NBOOL_FLOAT_FLOAT(PyObject *op... function nuitka_bool (line 2601) | nuitka_bool BINARY_OPERATION_MULT_NBOOL_FLOAT_FLOAT(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 2606) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_MULT_NBOOL_OBJ... function nuitka_bool (line 2760) | static nuitka_bool _BINARY_OPERATION_MULT_NBOOL_OBJECT_FLOAT(PyObject *o... function nuitka_bool (line 2808) | nuitka_bool BINARY_OPERATION_MULT_NBOOL_OBJECT_FLOAT(PyObject *operand1,... function HEDLEY_NEVER_INLINE (line 2813) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_MULT_NBOOL_FLO... function nuitka_bool (line 2981) | static nuitka_bool _BINARY_OPERATION_MULT_NBOOL_FLOAT_OBJECT(PyObject *o... function nuitka_bool (line 3029) | nuitka_bool BINARY_OPERATION_MULT_NBOOL_FLOAT_OBJECT(PyObject *operand1,... function PyObject (line 3034) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_FLOAT_LONG(PyObject *oper... function PyObject (line 3085) | PyObject *BINARY_OPERATION_MULT_OBJECT_FLOAT_LONG(PyObject *operand1, Py... function nuitka_bool (line 3090) | static nuitka_bool _BINARY_OPERATION_MULT_NBOOL_FLOAT_LONG(PyObject *ope... function nuitka_bool (line 3149) | nuitka_bool BINARY_OPERATION_MULT_NBOOL_FLOAT_LONG(PyObject *operand1, P... function PyObject (line 3155) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_FLOAT_INT(PyObject *opera... function PyObject (line 3202) | PyObject *BINARY_OPERATION_MULT_OBJECT_FLOAT_INT(PyObject *operand1, PyO... function nuitka_bool (line 3209) | static nuitka_bool _BINARY_OPERATION_MULT_NBOOL_FLOAT_INT(PyObject *oper... function nuitka_bool (line 3264) | nuitka_bool BINARY_OPERATION_MULT_NBOOL_FLOAT_INT(PyObject *operand1, Py... function PyObject (line 3271) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_LONG_INT(PyObject *operan... function PyObject (line 3318) | PyObject *BINARY_OPERATION_MULT_OBJECT_LONG_INT(PyObject *operand1, PyOb... function nuitka_bool (line 3325) | static nuitka_bool _BINARY_OPERATION_MULT_NBOOL_LONG_INT(PyObject *opera... function nuitka_bool (line 3380) | nuitka_bool BINARY_OPERATION_MULT_NBOOL_LONG_INT(PyObject *operand1, PyO... function PyObject (line 3387) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_INT_CLONG(PyObject *opera... function PyObject (line 3460) | PyObject *BINARY_OPERATION_MULT_OBJECT_INT_CLONG(PyObject *operand1, lon... function nuitka_bool (line 3467) | static nuitka_bool _BINARY_OPERATION_MULT_NBOOL_INT_CLONG(PyObject *oper... function nuitka_bool (line 3541) | nuitka_bool BINARY_OPERATION_MULT_NBOOL_INT_CLONG(PyObject *operand1, lo... function PyObject (line 3547) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_FLOAT_CFLOAT(PyObject *op... function PyObject (line 3584) | PyObject *BINARY_OPERATION_MULT_OBJECT_FLOAT_CFLOAT(PyObject *operand1, ... function nuitka_bool (line 3589) | static nuitka_bool _BINARY_OPERATION_MULT_NBOOL_FLOAT_CFLOAT(PyObject *o... function nuitka_bool (line 3626) | nuitka_bool BINARY_OPERATION_MULT_NBOOL_FLOAT_CFLOAT(PyObject *operand1,... function PyObject (line 3632) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_STR_INT(PyObject *operand... function PyObject (line 3682) | PyObject *BINARY_OPERATION_MULT_OBJECT_STR_INT(PyObject *operand1, PyObj... function PyObject (line 3689) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_INT_STR(PyObject *operand... function PyObject (line 3742) | PyObject *BINARY_OPERATION_MULT_OBJECT_INT_STR(PyObject *operand1, PyObj... function PyObject (line 3749) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_UNICODE_INT(PyObject *ope... function PyObject (line 3799) | PyObject *BINARY_OPERATION_MULT_OBJECT_UNICODE_INT(PyObject *operand1, P... function PyObject (line 3806) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_INT_UNICODE(PyObject *ope... function PyObject (line 3859) | PyObject *BINARY_OPERATION_MULT_OBJECT_INT_UNICODE(PyObject *operand1, P... function PyObject (line 3866) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_TUPLE_INT(PyObject *opera... function PyObject (line 3916) | PyObject *BINARY_OPERATION_MULT_OBJECT_TUPLE_INT(PyObject *operand1, PyO... function PyObject (line 3923) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_INT_TUPLE(PyObject *opera... function PyObject (line 3976) | PyObject *BINARY_OPERATION_MULT_OBJECT_INT_TUPLE(PyObject *operand1, PyO... function PyObject (line 3983) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_LIST_INT(PyObject *operan... function PyObject (line 4033) | PyObject *BINARY_OPERATION_MULT_OBJECT_LIST_INT(PyObject *operand1, PyOb... function PyObject (line 4040) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_INT_LIST(PyObject *operan... function PyObject (line 4093) | PyObject *BINARY_OPERATION_MULT_OBJECT_INT_LIST(PyObject *operand1, PyOb... function PyObject (line 4100) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_UNICODE_LONG(PyObject *op... function PyObject (line 4160) | PyObject *BINARY_OPERATION_MULT_OBJECT_UNICODE_LONG(PyObject *operand1, ... function PyObject (line 4166) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_LONG_UNICODE(PyObject *op... function PyObject (line 4229) | PyObject *BINARY_OPERATION_MULT_OBJECT_LONG_UNICODE(PyObject *operand1, ... function PyObject (line 4235) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_BYTES_LONG(PyObject *oper... function PyObject (line 4291) | PyObject *BINARY_OPERATION_MULT_OBJECT_BYTES_LONG(PyObject *operand1, Py... function PyObject (line 4298) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_LONG_BYTES(PyObject *oper... function PyObject (line 4357) | PyObject *BINARY_OPERATION_MULT_OBJECT_LONG_BYTES(PyObject *operand1, Py... function PyObject (line 4363) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_TUPLE_LONG(PyObject *oper... function PyObject (line 4423) | PyObject *BINARY_OPERATION_MULT_OBJECT_TUPLE_LONG(PyObject *operand1, Py... function PyObject (line 4428) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_LONG_TUPLE(PyObject *oper... function PyObject (line 4491) | PyObject *BINARY_OPERATION_MULT_OBJECT_LONG_TUPLE(PyObject *operand1, Py... function PyObject (line 4496) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_LIST_LONG(PyObject *opera... function PyObject (line 4556) | PyObject *BINARY_OPERATION_MULT_OBJECT_LIST_LONG(PyObject *operand1, PyO... function PyObject (line 4561) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_LONG_LIST(PyObject *opera... function PyObject (line 4624) | PyObject *BINARY_OPERATION_MULT_OBJECT_LONG_LIST(PyObject *operand1, PyO... function PyObject (line 4630) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_OBJECT_STR(PyObject *oper... function PyObject (line 4754) | PyObject *BINARY_OPERATION_MULT_OBJECT_OBJECT_STR(PyObject *operand1, Py... function PyObject (line 4761) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_STR_OBJECT(PyObject *oper... function PyObject (line 4879) | PyObject *BINARY_OPERATION_MULT_OBJECT_STR_OBJECT(PyObject *operand1, Py... function PyObject (line 4885) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_OBJECT_UNICODE(PyObject *... function PyObject (line 5009) | PyObject *BINARY_OPERATION_MULT_OBJECT_OBJECT_UNICODE(PyObject *operand1... function PyObject (line 5014) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_UNICODE_OBJECT(PyObject *... function PyObject (line 5132) | PyObject *BINARY_OPERATION_MULT_OBJECT_UNICODE_OBJECT(PyObject *operand1... function PyObject (line 5138) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_OBJECT_BYTES(PyObject *op... function PyObject (line 5262) | PyObject *BINARY_OPERATION_MULT_OBJECT_OBJECT_BYTES(PyObject *operand1, ... function PyObject (line 5269) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_BYTES_OBJECT(PyObject *op... function PyObject (line 5387) | PyObject *BINARY_OPERATION_MULT_OBJECT_BYTES_OBJECT(PyObject *operand1, ... function PyObject (line 5393) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_OBJECT_TUPLE(PyObject *op... function PyObject (line 5517) | PyObject *BINARY_OPERATION_MULT_OBJECT_OBJECT_TUPLE(PyObject *operand1, ... function PyObject (line 5522) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_TUPLE_OBJECT(PyObject *op... function PyObject (line 5640) | PyObject *BINARY_OPERATION_MULT_OBJECT_TUPLE_OBJECT(PyObject *operand1, ... function PyObject (line 5645) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_OBJECT_LIST(PyObject *ope... function PyObject (line 5769) | PyObject *BINARY_OPERATION_MULT_OBJECT_OBJECT_LIST(PyObject *operand1, P... function PyObject (line 5774) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_LIST_OBJECT(PyObject *ope... function PyObject (line 5892) | PyObject *BINARY_OPERATION_MULT_OBJECT_LIST_OBJECT(PyObject *operand1, P... function PyObject (line 5897) | static PyObject *_BINARY_OPERATION_MULT_OBJECT_OBJECT_OBJECT(PyObject *o... function PyObject (line 6144) | PyObject *BINARY_OPERATION_MULT_OBJECT_OBJECT_OBJECT(PyObject *operand1,... function nuitka_bool (line 6149) | static nuitka_bool _BINARY_OPERATION_MULT_NBOOL_OBJECT_OBJECT(PyObject *... function nuitka_bool (line 6405) | nuitka_bool BINARY_OPERATION_MULT_NBOOL_OBJECT_OBJECT(PyObject *operand1... FILE: nuitka/build/static_src/HelpersOperationBinaryMultUtils.c function Py_ssize_t (line 15) | static Py_ssize_t CONVERT_LONG_TO_REPEAT_FACTOR(PyObject *value) { function Py_ssize_t (line 54) | static Py_ssize_t CONVERT_TO_REPEAT_FACTOR(PyObject *value) { function PyObject (line 80) | static PyObject *SEQUENCE_REPEAT(ssizeargfunc repeatfunc, PyObject *seq,... FILE: nuitka/build/static_src/HelpersOperationBinaryOlddiv.c function PyObject (line 14) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_INT_INT(PyObject *opera... function PyObject (line 97) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_INT_INT(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 104) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_OLDDIV_OBJECT_OB... function PyObject (line 237) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_OBJECT_INT(PyObject *op... function PyObject (line 327) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_OBJECT_INT(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 334) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_OLDDIV_OBJECT_IN... function PyObject (line 480) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_INT_OBJECT(PyObject *op... function PyObject (line 570) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_INT_OBJECT(PyObject *operand1, ... function PyObject (line 577) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_LONG_LONG(PyObject *ope... function PyObject (line 616) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_LONG_LONG(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 623) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_OLDDIV_OBJECT_OB... function PyObject (line 760) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_OBJECT_LONG(PyObject *o... function PyObject (line 806) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_OBJECT_LONG(PyObject *operand1,... function HEDLEY_NEVER_INLINE (line 813) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_OLDDIV_OBJECT_LO... function PyObject (line 963) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_LONG_OBJECT(PyObject *o... function PyObject (line 1009) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_LONG_OBJECT(PyObject *operand1,... function PyObject (line 1016) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_FLOAT_FLOAT(PyObject *o... function PyObject (line 1069) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_FLOAT_FLOAT(PyObject *operand1,... function HEDLEY_NEVER_INLINE (line 1076) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_OLDDIV_OBJECT_OB... function PyObject (line 1209) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_OBJECT_FLOAT(PyObject *... function PyObject (line 1269) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_OBJECT_FLOAT(PyObject *operand1... function HEDLEY_NEVER_INLINE (line 1276) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_OLDDIV_OBJECT_FL... function PyObject (line 1422) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_FLOAT_OBJECT(PyObject *... function PyObject (line 1482) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_FLOAT_OBJECT(PyObject *operand1... function PyObject (line 1489) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_FLOAT_LONG(PyObject *op... function PyObject (line 1535) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_FLOAT_LONG(PyObject *operand1, ... function PyObject (line 1542) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_LONG_FLOAT(PyObject *op... function PyObject (line 1594) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_LONG_FLOAT(PyObject *operand1, ... function PyObject (line 1601) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_FLOAT_INT(PyObject *ope... function PyObject (line 1643) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_FLOAT_INT(PyObject *operand1, P... function PyObject (line 1650) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_INT_FLOAT(PyObject *ope... function PyObject (line 1698) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_INT_FLOAT(PyObject *operand1, P... function PyObject (line 1705) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_LONG_INT(PyObject *oper... function PyObject (line 1747) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_LONG_INT(PyObject *operand1, Py... function PyObject (line 1754) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_INT_LONG(PyObject *oper... function PyObject (line 1802) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_INT_LONG(PyObject *operand1, Py... function PyObject (line 1809) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_INT_CLONG(PyObject *ope... function PyObject (line 1890) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_INT_CLONG(PyObject *operand1, l... function PyObject (line 1897) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_CLONG_INT(long operand1... function PyObject (line 1979) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_CLONG_INT(long operand1, PyObje... function PyObject (line 1986) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_FLOAT_CFLOAT(PyObject *... function PyObject (line 2035) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_FLOAT_CFLOAT(PyObject *operand1... function PyObject (line 2042) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_CFLOAT_FLOAT(double ope... function PyObject (line 2092) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_CFLOAT_FLOAT(double operand1, P... function PyObject (line 2099) | static PyObject *_BINARY_OPERATION_OLDDIV_OBJECT_OBJECT_OBJECT(PyObject ... function PyObject (line 2331) | PyObject *BINARY_OPERATION_OLDDIV_OBJECT_OBJECT_OBJECT(PyObject *operand... FILE: nuitka/build/static_src/HelpersOperationBinaryPow.c function PyObject (line 14) | static PyObject *_BINARY_OPERATION_POW_OBJECT_FLOAT_FLOAT(PyObject *oper... function PyObject (line 176) | PyObject *BINARY_OPERATION_POW_OBJECT_FLOAT_FLOAT(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 181) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_POW_OBJECT_OBJEC... function PyObject (line 314) | static PyObject *_BINARY_OPERATION_POW_OBJECT_OBJECT_FLOAT(PyObject *ope... function PyObject (line 483) | PyObject *BINARY_OPERATION_POW_OBJECT_OBJECT_FLOAT(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 488) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_POW_OBJECT_FLOAT... function PyObject (line 634) | static PyObject *_BINARY_OPERATION_POW_OBJECT_FLOAT_OBJECT(PyObject *ope... function PyObject (line 803) | PyObject *BINARY_OPERATION_POW_OBJECT_FLOAT_OBJECT(PyObject *operand1, P... function PyObject (line 808) | static PyObject *_BINARY_OPERATION_POW_OBJECT_LONG_LONG(PyObject *operan... function PyObject (line 847) | PyObject *BINARY_OPERATION_POW_OBJECT_LONG_LONG(PyObject *operand1, PyOb... function HEDLEY_NEVER_INLINE (line 852) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_POW_OBJECT_OBJEC... function PyObject (line 988) | static PyObject *_BINARY_OPERATION_POW_OBJECT_OBJECT_LONG(PyObject *oper... function PyObject (line 1034) | PyObject *BINARY_OPERATION_POW_OBJECT_OBJECT_LONG(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 1039) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_POW_OBJECT_LONG_... function PyObject (line 1188) | static PyObject *_BINARY_OPERATION_POW_OBJECT_LONG_OBJECT(PyObject *oper... function PyObject (line 1234) | PyObject *BINARY_OPERATION_POW_OBJECT_LONG_OBJECT(PyObject *operand1, Py... function PyObject (line 1240) | static PyObject *_BINARY_OPERATION_POW_OBJECT_INT_INT(PyObject *operand1... function PyObject (line 1349) | PyObject *BINARY_OPERATION_POW_OBJECT_INT_INT(PyObject *operand1, PyObje... function HEDLEY_NEVER_INLINE (line 1356) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_POW_OBJECT_OBJEC... function PyObject (line 1488) | static PyObject *_BINARY_OPERATION_POW_OBJECT_OBJECT_INT(PyObject *opera... function PyObject (line 1604) | PyObject *BINARY_OPERATION_POW_OBJECT_OBJECT_INT(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 1611) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_POW_OBJECT_INT_O... function PyObject (line 1756) | static PyObject *_BINARY_OPERATION_POW_OBJECT_INT_OBJECT(PyObject *opera... function PyObject (line 1872) | PyObject *BINARY_OPERATION_POW_OBJECT_INT_OBJECT(PyObject *operand1, PyO... function PyObject (line 1878) | static PyObject *_BINARY_OPERATION_POW_OBJECT_FLOAT_LONG(PyObject *opera... function PyObject (line 1924) | PyObject *BINARY_OPERATION_POW_OBJECT_FLOAT_LONG(PyObject *operand1, PyO... function PyObject (line 1929) | static PyObject *_BINARY_OPERATION_POW_OBJECT_LONG_FLOAT(PyObject *opera... function PyObject (line 1981) | PyObject *BINARY_OPERATION_POW_OBJECT_LONG_FLOAT(PyObject *operand1, PyO... function PyObject (line 1987) | static PyObject *_BINARY_OPERATION_POW_OBJECT_FLOAT_INT(PyObject *operan... function PyObject (line 2029) | PyObject *BINARY_OPERATION_POW_OBJECT_FLOAT_INT(PyObject *operand1, PyOb... function PyObject (line 2036) | static PyObject *_BINARY_OPERATION_POW_OBJECT_INT_FLOAT(PyObject *operan... function PyObject (line 2084) | PyObject *BINARY_OPERATION_POW_OBJECT_INT_FLOAT(PyObject *operand1, PyOb... function PyObject (line 2091) | static PyObject *_BINARY_OPERATION_POW_OBJECT_LONG_INT(PyObject *operand... function PyObject (line 2133) | PyObject *BINARY_OPERATION_POW_OBJECT_LONG_INT(PyObject *operand1, PyObj... function PyObject (line 2140) | static PyObject *_BINARY_OPERATION_POW_OBJECT_INT_LONG(PyObject *operand... function PyObject (line 2188) | PyObject *BINARY_OPERATION_POW_OBJECT_INT_LONG(PyObject *operand1, PyObj... function PyObject (line 2194) | static PyObject *_BINARY_OPERATION_POW_OBJECT_OBJECT_OBJECT(PyObject *op... function PyObject (line 2453) | PyObject *BINARY_OPERATION_POW_OBJECT_OBJECT_OBJECT(PyObject *operand1, ... function nuitka_bool (line 2458) | static nuitka_bool _BINARY_OPERATION_POW_NBOOL_OBJECT_OBJECT(PyObject *o... function nuitka_bool (line 2726) | nuitka_bool BINARY_OPERATION_POW_NBOOL_OBJECT_OBJECT(PyObject *operand1,... FILE: nuitka/build/static_src/HelpersOperationBinaryRshift.c function PyObject (line 13) | static PyObject *_BINARY_OPERATION_RSHIFT_OBJECT_LONG_LONG(PyObject *ope... function PyObject (line 52) | PyObject *BINARY_OPERATION_RSHIFT_OBJECT_LONG_LONG(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 57) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_RSHIFT_OBJECT_OB... function PyObject (line 194) | static PyObject *_BINARY_OPERATION_RSHIFT_OBJECT_OBJECT_LONG(PyObject *o... function PyObject (line 240) | PyObject *BINARY_OPERATION_RSHIFT_OBJECT_OBJECT_LONG(PyObject *operand1,... function HEDLEY_NEVER_INLINE (line 245) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_RSHIFT_OBJECT_LO... function PyObject (line 395) | static PyObject *_BINARY_OPERATION_RSHIFT_OBJECT_LONG_OBJECT(PyObject *o... function PyObject (line 441) | PyObject *BINARY_OPERATION_RSHIFT_OBJECT_LONG_OBJECT(PyObject *operand1,... function nuitka_bool (line 446) | static nuitka_bool _BINARY_OPERATION_RSHIFT_NBOOL_LONG_LONG(PyObject *op... function nuitka_bool (line 486) | nuitka_bool BINARY_OPERATION_RSHIFT_NBOOL_LONG_LONG(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 491) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_RSHIFT_NBOOL_O... function nuitka_bool (line 636) | static nuitka_bool _BINARY_OPERATION_RSHIFT_NBOOL_OBJECT_LONG(PyObject *... function nuitka_bool (line 683) | nuitka_bool BINARY_OPERATION_RSHIFT_NBOOL_OBJECT_LONG(PyObject *operand1... function HEDLEY_NEVER_INLINE (line 688) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_RSHIFT_NBOOL_L... function nuitka_bool (line 846) | static nuitka_bool _BINARY_OPERATION_RSHIFT_NBOOL_LONG_OBJECT(PyObject *... function nuitka_bool (line 893) | nuitka_bool BINARY_OPERATION_RSHIFT_NBOOL_LONG_OBJECT(PyObject *operand1... function PyObject (line 899) | static PyObject *_BINARY_OPERATION_RSHIFT_OBJECT_INT_INT(PyObject *opera... function PyObject (line 977) | PyObject *BINARY_OPERATION_RSHIFT_OBJECT_INT_INT(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 984) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_RSHIFT_OBJECT_OB... function PyObject (line 1117) | static PyObject *_BINARY_OPERATION_RSHIFT_OBJECT_OBJECT_INT(PyObject *op... function PyObject (line 1202) | PyObject *BINARY_OPERATION_RSHIFT_OBJECT_OBJECT_INT(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 1209) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_RSHIFT_OBJECT_IN... function PyObject (line 1355) | static PyObject *_BINARY_OPERATION_RSHIFT_OBJECT_INT_OBJECT(PyObject *op... function PyObject (line 1440) | PyObject *BINARY_OPERATION_RSHIFT_OBJECT_INT_OBJECT(PyObject *operand1, ... function nuitka_bool (line 1447) | static nuitka_bool _BINARY_OPERATION_RSHIFT_NBOOL_INT_INT(PyObject *oper... function nuitka_bool (line 1522) | nuitka_bool BINARY_OPERATION_RSHIFT_NBOOL_INT_INT(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 1529) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_RSHIFT_NBOOL_O... function nuitka_bool (line 1670) | static nuitka_bool _BINARY_OPERATION_RSHIFT_NBOOL_OBJECT_INT(PyObject *o... function nuitka_bool (line 1752) | nuitka_bool BINARY_OPERATION_RSHIFT_NBOOL_OBJECT_INT(PyObject *operand1,... function HEDLEY_NEVER_INLINE (line 1759) | static HEDLEY_NEVER_INLINE nuitka_bool __BINARY_OPERATION_RSHIFT_NBOOL_I... function nuitka_bool (line 1913) | static nuitka_bool _BINARY_OPERATION_RSHIFT_NBOOL_INT_OBJECT(PyObject *o... function nuitka_bool (line 1995) | nuitka_bool BINARY_OPERATION_RSHIFT_NBOOL_INT_OBJECT(PyObject *operand1,... function PyObject (line 2002) | static PyObject *_BINARY_OPERATION_RSHIFT_OBJECT_LONG_INT(PyObject *oper... function PyObject (line 2044) | PyObject *BINARY_OPERATION_RSHIFT_OBJECT_LONG_INT(PyObject *operand1, Py... function PyObject (line 2051) | static PyObject *_BINARY_OPERATION_RSHIFT_OBJECT_INT_LONG(PyObject *oper... function PyObject (line 2099) | PyObject *BINARY_OPERATION_RSHIFT_OBJECT_INT_LONG(PyObject *operand1, Py... function nuitka_bool (line 2106) | static nuitka_bool _BINARY_OPERATION_RSHIFT_NBOOL_LONG_INT(PyObject *ope... function nuitka_bool (line 2156) | nuitka_bool BINARY_OPERATION_RSHIFT_NBOOL_LONG_INT(PyObject *operand1, P... function nuitka_bool (line 2163) | static nuitka_bool _BINARY_OPERATION_RSHIFT_NBOOL_INT_LONG(PyObject *ope... function nuitka_bool (line 2219) | nuitka_bool BINARY_OPERATION_RSHIFT_NBOOL_INT_LONG(PyObject *operand1, P... function PyObject (line 2225) | static PyObject *_BINARY_OPERATION_RSHIFT_OBJECT_OBJECT_OBJECT(PyObject ... function PyObject (line 2452) | PyObject *BINARY_OPERATION_RSHIFT_OBJECT_OBJECT_OBJECT(PyObject *operand... function nuitka_bool (line 2457) | static nuitka_bool _BINARY_OPERATION_RSHIFT_NBOOL_OBJECT_OBJECT(PyObject... function nuitka_bool (line 2689) | nuitka_bool BINARY_OPERATION_RSHIFT_NBOOL_OBJECT_OBJECT(PyObject *operan... FILE: nuitka/build/static_src/HelpersOperationBinarySub.c function PyObject (line 14) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_INT_INT(PyObject *operand1... function PyObject (line 78) | PyObject *BINARY_OPERATION_SUB_OBJECT_INT_INT(PyObject *operand1, PyObje... function HEDLEY_NEVER_INLINE (line 85) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_SUB_OBJECT_OBJEC... function PyObject (line 217) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_OBJECT_INT(PyObject *opera... function PyObject (line 288) | PyObject *BINARY_OPERATION_SUB_OBJECT_OBJECT_INT(PyObject *operand1, PyO... function HEDLEY_NEVER_INLINE (line 295) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_SUB_OBJECT_INT_O... function PyObject (line 440) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_INT_OBJECT(PyObject *opera... function PyObject (line 511) | PyObject *BINARY_OPERATION_SUB_OBJECT_INT_OBJECT(PyObject *operand1, PyO... function PyObject (line 517) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_LONG_LONG(PyObject *operan... function PyObject (line 595) | PyObject *BINARY_OPERATION_SUB_OBJECT_LONG_LONG(PyObject *operand1, PyOb... function HEDLEY_NEVER_INLINE (line 600) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_SUB_OBJECT_OBJEC... function PyObject (line 736) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_OBJECT_LONG(PyObject *oper... function PyObject (line 821) | PyObject *BINARY_OPERATION_SUB_OBJECT_OBJECT_LONG(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 826) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_SUB_OBJECT_LONG_... function PyObject (line 975) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_LONG_OBJECT(PyObject *oper... function PyObject (line 1060) | PyObject *BINARY_OPERATION_SUB_OBJECT_LONG_OBJECT(PyObject *operand1, Py... function PyObject (line 1065) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_FLOAT_FLOAT(PyObject *oper... function PyObject (line 1106) | PyObject *BINARY_OPERATION_SUB_OBJECT_FLOAT_FLOAT(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 1111) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_SUB_OBJECT_OBJEC... function PyObject (line 1244) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_OBJECT_FLOAT(PyObject *ope... function PyObject (line 1292) | PyObject *BINARY_OPERATION_SUB_OBJECT_OBJECT_FLOAT(PyObject *operand1, P... function HEDLEY_NEVER_INLINE (line 1297) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_SUB_OBJECT_FLOAT... function PyObject (line 1443) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_FLOAT_OBJECT(PyObject *ope... function PyObject (line 1491) | PyObject *BINARY_OPERATION_SUB_OBJECT_FLOAT_OBJECT(PyObject *operand1, P... function PyObject (line 1496) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_FLOAT_LONG(PyObject *opera... function PyObject (line 1542) | PyObject *BINARY_OPERATION_SUB_OBJECT_FLOAT_LONG(PyObject *operand1, PyO... function PyObject (line 1547) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_LONG_FLOAT(PyObject *opera... function PyObject (line 1599) | PyObject *BINARY_OPERATION_SUB_OBJECT_LONG_FLOAT(PyObject *operand1, PyO... function PyObject (line 1605) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_FLOAT_INT(PyObject *operan... function PyObject (line 1647) | PyObject *BINARY_OPERATION_SUB_OBJECT_FLOAT_INT(PyObject *operand1, PyOb... function PyObject (line 1654) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_INT_FLOAT(PyObject *operan... function PyObject (line 1702) | PyObject *BINARY_OPERATION_SUB_OBJECT_INT_FLOAT(PyObject *operand1, PyOb... function PyObject (line 1709) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_LONG_INT(PyObject *operand... function PyObject (line 1751) | PyObject *BINARY_OPERATION_SUB_OBJECT_LONG_INT(PyObject *operand1, PyObj... function PyObject (line 1758) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_INT_LONG(PyObject *operand... function PyObject (line 1806) | PyObject *BINARY_OPERATION_SUB_OBJECT_INT_LONG(PyObject *operand1, PyObj... function PyObject (line 1813) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_INT_CLONG(PyObject *operan... function PyObject (line 1875) | PyObject *BINARY_OPERATION_SUB_OBJECT_INT_CLONG(PyObject *operand1, long... function PyObject (line 1882) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_CLONG_INT(long operand1, P... function PyObject (line 1945) | PyObject *BINARY_OPERATION_SUB_OBJECT_CLONG_INT(long operand1, PyObject ... function PyObject (line 1952) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_LONG_DIGIT(PyObject *opera... function PyObject (line 2027) | PyObject *BINARY_OPERATION_SUB_OBJECT_LONG_DIGIT(PyObject *operand1, lon... function PyObject (line 2033) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_DIGIT_LONG(long operand1, ... function PyObject (line 2108) | PyObject *BINARY_OPERATION_SUB_OBJECT_DIGIT_LONG(long operand1, PyObject... function PyObject (line 2113) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_FLOAT_CFLOAT(PyObject *ope... function PyObject (line 2150) | PyObject *BINARY_OPERATION_SUB_OBJECT_FLOAT_CFLOAT(PyObject *operand1, d... function PyObject (line 2155) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_CFLOAT_FLOAT(double operan... function PyObject (line 2193) | PyObject *BINARY_OPERATION_SUB_OBJECT_CFLOAT_FLOAT(double operand1, PyOb... function PyObject (line 2198) | static PyObject *_BINARY_OPERATION_SUB_OBJECT_OBJECT_OBJECT(PyObject *op... function PyObject (line 2411) | PyObject *BINARY_OPERATION_SUB_OBJECT_OBJECT_OBJECT(PyObject *operand1, ... FILE: nuitka/build/static_src/HelpersOperationBinaryTruediv.c function PyObject (line 14) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_INT_INT(PyObject *oper... function PyObject (line 110) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_INT_INT(PyObject *operand1, Py... function HEDLEY_NEVER_INLINE (line 117) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_TRUEDIV_OBJECT_O... function PyObject (line 250) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_OBJECT_INT(PyObject *o... function PyObject (line 353) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_OBJECT_INT(PyObject *operand1,... function HEDLEY_NEVER_INLINE (line 360) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_TRUEDIV_OBJECT_I... function PyObject (line 507) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_INT_OBJECT(PyObject *o... function PyObject (line 610) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_INT_OBJECT(PyObject *operand1,... function PyObject (line 616) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_LONG_LONG(PyObject *op... function PyObject (line 655) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_LONG_LONG(PyObject *operand1, ... function HEDLEY_NEVER_INLINE (line 660) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_TRUEDIV_OBJECT_O... function PyObject (line 797) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_OBJECT_LONG(PyObject *... function PyObject (line 843) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_OBJECT_LONG(PyObject *operand1... function HEDLEY_NEVER_INLINE (line 848) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_TRUEDIV_OBJECT_L... function PyObject (line 999) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_LONG_OBJECT(PyObject *... function PyObject (line 1045) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_LONG_OBJECT(PyObject *operand1... function PyObject (line 1050) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_FLOAT_FLOAT(PyObject *... function PyObject (line 1103) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_FLOAT_FLOAT(PyObject *operand1... function HEDLEY_NEVER_INLINE (line 1108) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_TRUEDIV_OBJECT_O... function PyObject (line 1241) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_OBJECT_FLOAT(PyObject ... function PyObject (line 1301) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_OBJECT_FLOAT(PyObject *operand... function HEDLEY_NEVER_INLINE (line 1306) | static HEDLEY_NEVER_INLINE PyObject *__BINARY_OPERATION_TRUEDIV_OBJECT_F... function PyObject (line 1453) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_FLOAT_OBJECT(PyObject ... function PyObject (line 1513) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_FLOAT_OBJECT(PyObject *operand... function PyObject (line 1518) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_FLOAT_LONG(PyObject *o... function PyObject (line 1564) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_FLOAT_LONG(PyObject *operand1,... function PyObject (line 1569) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_LONG_FLOAT(PyObject *o... function PyObject (line 1621) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_LONG_FLOAT(PyObject *operand1,... function PyObject (line 1627) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_FLOAT_INT(PyObject *op... function PyObject (line 1669) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_FLOAT_INT(PyObject *operand1, ... function PyObject (line 1676) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_INT_FLOAT(PyObject *op... function PyObject (line 1724) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_INT_FLOAT(PyObject *operand1, ... function PyObject (line 1731) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_LONG_INT(PyObject *ope... function PyObject (line 1773) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_LONG_INT(PyObject *operand1, P... function PyObject (line 1780) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_INT_LONG(PyObject *ope... function PyObject (line 1828) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_INT_LONG(PyObject *operand1, P... function PyObject (line 1835) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_INT_CLONG(PyObject *op... function PyObject (line 1929) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_INT_CLONG(PyObject *operand1, ... function PyObject (line 1936) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_CLONG_INT(long operand... function PyObject (line 2031) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_CLONG_INT(long operand1, PyObj... function PyObject (line 2037) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_FLOAT_CFLOAT(PyObject ... function PyObject (line 2086) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_FLOAT_CFLOAT(PyObject *operand... function PyObject (line 2091) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_CFLOAT_FLOAT(double op... function PyObject (line 2141) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_CFLOAT_FLOAT(double operand1, ... function PyObject (line 2146) | static PyObject *_BINARY_OPERATION_TRUEDIV_OBJECT_OBJECT_OBJECT(PyObject... function PyObject (line 2392) | PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_OBJECT_OBJECT(PyObject *operan... FILE: nuitka/build/static_src/HelpersOperationInplaceAdd.c function _INPLACE_OPERATION_ADD_INT_INT (line 15) | static inline bool _INPLACE_OPERATION_ADD_INT_INT(PyObject **operand1, P... function INPLACE_OPERATION_ADD_INT_INT (line 88) | bool INPLACE_OPERATION_ADD_INT_INT(PyObject **operand1, PyObject *operan... function HEDLEY_NEVER_INLINE (line 95) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_ADD_OBJECT_INT(PyObj... function _INPLACE_OPERATION_ADD_OBJECT_INT (line 269) | static inline bool _INPLACE_OPERATION_ADD_OBJECT_INT(PyObject **operand1... function INPLACE_OPERATION_ADD_OBJECT_INT (line 349) | bool INPLACE_OPERATION_ADD_OBJECT_INT(PyObject **operand1, PyObject *ope... function HEDLEY_NEVER_INLINE (line 356) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_ADD_INT_OBJECT(PyObj... function _INPLACE_OPERATION_ADD_INT_OBJECT (line 521) | static inline bool _INPLACE_OPERATION_ADD_INT_OBJECT(PyObject **operand1... function INPLACE_OPERATION_ADD_INT_OBJECT (line 601) | bool INPLACE_OPERATION_ADD_INT_OBJECT(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_ADD_LONG_LONG (line 607) | static inline bool _INPLACE_OPERATION_ADD_LONG_LONG(PyObject **operand1,... function INPLACE_OPERATION_ADD_LONG_LONG (line 725) | bool INPLACE_OPERATION_ADD_LONG_LONG(PyObject **operand1, PyObject *oper... function HEDLEY_NEVER_INLINE (line 730) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_ADD_OBJECT_LONG(PyOb... function _INPLACE_OPERATION_ADD_OBJECT_LONG (line 908) | static inline bool _INPLACE_OPERATION_ADD_OBJECT_LONG(PyObject **operand... function INPLACE_OPERATION_ADD_OBJECT_LONG (line 1033) | bool INPLACE_OPERATION_ADD_OBJECT_LONG(PyObject **operand1, PyObject *op... function HEDLEY_NEVER_INLINE (line 1038) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_ADD_LONG_OBJECT(PyOb... function _INPLACE_OPERATION_ADD_LONG_OBJECT (line 1207) | static inline bool _INPLACE_OPERATION_ADD_LONG_OBJECT(PyObject **operand... function INPLACE_OPERATION_ADD_LONG_OBJECT (line 1332) | bool INPLACE_OPERATION_ADD_LONG_OBJECT(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_ADD_FLOAT_FLOAT (line 1337) | static inline bool _INPLACE_OPERATION_ADD_FLOAT_FLOAT(PyObject **operand... function INPLACE_OPERATION_ADD_FLOAT_FLOAT (line 1385) | bool INPLACE_OPERATION_ADD_FLOAT_FLOAT(PyObject **operand1, PyObject *op... function HEDLEY_NEVER_INLINE (line 1390) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_ADD_OBJECT_FLOAT(PyO... function _INPLACE_OPERATION_ADD_OBJECT_FLOAT (line 1564) | static inline bool _INPLACE_OPERATION_ADD_OBJECT_FLOAT(PyObject **operan... function INPLACE_OPERATION_ADD_OBJECT_FLOAT (line 1619) | bool INPLACE_OPERATION_ADD_OBJECT_FLOAT(PyObject **operand1, PyObject *o... function HEDLEY_NEVER_INLINE (line 1624) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_ADD_FLOAT_OBJECT(PyO... function _INPLACE_OPERATION_ADD_FLOAT_OBJECT (line 1789) | static inline bool _INPLACE_OPERATION_ADD_FLOAT_OBJECT(PyObject **operan... function INPLACE_OPERATION_ADD_FLOAT_OBJECT (line 1844) | bool INPLACE_OPERATION_ADD_FLOAT_OBJECT(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_ADD_FLOAT_LONG (line 1849) | static inline bool _INPLACE_OPERATION_ADD_FLOAT_LONG(PyObject **operand1... function INPLACE_OPERATION_ADD_FLOAT_LONG (line 1917) | bool INPLACE_OPERATION_ADD_FLOAT_LONG(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_ADD_LONG_FLOAT (line 1922) | static inline bool _INPLACE_OPERATION_ADD_LONG_FLOAT(PyObject **operand1... function INPLACE_OPERATION_ADD_LONG_FLOAT (line 1996) | bool INPLACE_OPERATION_ADD_LONG_FLOAT(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_ADD_FLOAT_INT (line 2002) | static inline bool _INPLACE_OPERATION_ADD_FLOAT_INT(PyObject **operand1,... function INPLACE_OPERATION_ADD_FLOAT_INT (line 2066) | bool INPLACE_OPERATION_ADD_FLOAT_INT(PyObject **operand1, PyObject *oper... function _INPLACE_OPERATION_ADD_INT_FLOAT (line 2073) | static inline bool _INPLACE_OPERATION_ADD_INT_FLOAT(PyObject **operand1,... function INPLACE_OPERATION_ADD_INT_FLOAT (line 2143) | bool INPLACE_OPERATION_ADD_INT_FLOAT(PyObject **operand1, PyObject *oper... function _INPLACE_OPERATION_ADD_LONG_INT (line 2150) | static inline bool _INPLACE_OPERATION_ADD_LONG_INT(PyObject **operand1, ... function INPLACE_OPERATION_ADD_LONG_INT (line 2214) | bool INPLACE_OPERATION_ADD_LONG_INT(PyObject **operand1, PyObject *opera... function _INPLACE_OPERATION_ADD_INT_LONG (line 2221) | static inline bool _INPLACE_OPERATION_ADD_INT_LONG(PyObject **operand1, ... function INPLACE_OPERATION_ADD_INT_LONG (line 2291) | bool INPLACE_OPERATION_ADD_INT_LONG(PyObject **operand1, PyObject *opera... function _INPLACE_OPERATION_ADD_INT_CLONG (line 2298) | static inline bool _INPLACE_OPERATION_ADD_INT_CLONG(PyObject **operand1,... function INPLACE_OPERATION_ADD_INT_CLONG (line 2369) | bool INPLACE_OPERATION_ADD_INT_CLONG(PyObject **operand1, long operand2) { function _INPLACE_OPERATION_ADD_LONG_DIGIT (line 2376) | static inline bool _INPLACE_OPERATION_ADD_LONG_DIGIT(PyObject **operand1... function INPLACE_OPERATION_ADD_LONG_DIGIT (line 2491) | bool INPLACE_OPERATION_ADD_LONG_DIGIT(PyObject **operand1, long operand2) { function _INPLACE_OPERATION_ADD_FLOAT_CFLOAT (line 2496) | static inline bool _INPLACE_OPERATION_ADD_FLOAT_CFLOAT(PyObject **operan... function INPLACE_OPERATION_ADD_FLOAT_CFLOAT (line 2540) | bool INPLACE_OPERATION_ADD_FLOAT_CFLOAT(PyObject **operand1, double oper... function _INPLACE_OPERATION_ADD_STR_STR (line 2546) | static inline bool _INPLACE_OPERATION_ADD_STR_STR(PyObject **operand1, P... function INPLACE_OPERATION_ADD_STR_STR (line 2602) | bool INPLACE_OPERATION_ADD_STR_STR(PyObject **operand1, PyObject *operan... function HEDLEY_NEVER_INLINE (line 2609) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_ADD_OBJECT_STR(PyObj... function _INPLACE_OPERATION_ADD_OBJECT_STR (line 2727) | static inline bool _INPLACE_OPERATION_ADD_OBJECT_STR(PyObject **operand1... function INPLACE_OPERATION_ADD_OBJECT_STR (line 2778) | bool INPLACE_OPERATION_ADD_OBJECT_STR(PyObject **operand1, PyObject *ope... function HEDLEY_NEVER_INLINE (line 2785) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_ADD_STR_OBJECT(PyObj... function _INPLACE_OPERATION_ADD_STR_OBJECT (line 2888) | static inline bool _INPLACE_OPERATION_ADD_STR_OBJECT(PyObject **operand1... function INPLACE_OPERATION_ADD_STR_OBJECT (line 2939) | bool INPLACE_OPERATION_ADD_STR_OBJECT(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_ADD_UNICODE_UNICODE (line 2946) | static inline bool _INPLACE_OPERATION_ADD_UNICODE_UNICODE(PyObject **ope... function INPLACE_OPERATION_ADD_UNICODE_UNICODE (line 2996) | bool INPLACE_OPERATION_ADD_UNICODE_UNICODE(PyObject **operand1, PyObject... function HEDLEY_NEVER_INLINE (line 3001) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_ADD_OBJECT_UNICODE(P... function _INPLACE_OPERATION_ADD_OBJECT_UNICODE (line 3123) | static inline bool _INPLACE_OPERATION_ADD_OBJECT_UNICODE(PyObject **oper... function INPLACE_OPERATION_ADD_OBJECT_UNICODE (line 3180) | bool INPLACE_OPERATION_ADD_OBJECT_UNICODE(PyObject **operand1, PyObject ... function HEDLEY_NEVER_INLINE (line 3185) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_ADD_UNICODE_OBJECT(P... function _INPLACE_OPERATION_ADD_UNICODE_OBJECT (line 3288) | static inline bool _INPLACE_OPERATION_ADD_UNICODE_OBJECT(PyObject **oper... function INPLACE_OPERATION_ADD_UNICODE_OBJECT (line 3345) | bool INPLACE_OPERATION_ADD_UNICODE_OBJECT(PyObject **operand1, PyObject ... function _INPLACE_OPERATION_ADD_BYTES_BYTES (line 3351) | static inline bool _INPLACE_OPERATION_ADD_BYTES_BYTES(PyObject **operand... function INPLACE_OPERATION_ADD_BYTES_BYTES (line 3396) | bool INPLACE_OPERATION_ADD_BYTES_BYTES(PyObject **operand1, PyObject *op... function HEDLEY_NEVER_INLINE (line 3403) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_ADD_OBJECT_BYTES(PyO... function _INPLACE_OPERATION_ADD_OBJECT_BYTES (line 3521) | static inline bool _INPLACE_OPERATION_ADD_OBJECT_BYTES(PyObject **operan... function INPLACE_OPERATION_ADD_OBJECT_BYTES (line 3573) | bool INPLACE_OPERATION_ADD_OBJECT_BYTES(PyObject **operand1, PyObject *o... function HEDLEY_NEVER_INLINE (line 3580) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_ADD_BYTES_OBJECT(PyO... function _INPLACE_OPERATION_ADD_BYTES_OBJECT (line 3683) | static inline bool _INPLACE_OPERATION_ADD_BYTES_OBJECT(PyObject **operan... function INPLACE_OPERATION_ADD_BYTES_OBJECT (line 3735) | bool INPLACE_OPERATION_ADD_BYTES_OBJECT(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_ADD_TUPLE_TUPLE (line 3741) | static inline bool _INPLACE_OPERATION_ADD_TUPLE_TUPLE(PyObject **operand... function INPLACE_OPERATION_ADD_TUPLE_TUPLE (line 3788) | bool INPLACE_OPERATION_ADD_TUPLE_TUPLE(PyObject **operand1, PyObject *op... function HEDLEY_NEVER_INLINE (line 3793) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_ADD_OBJECT_TUPLE(PyO... function _INPLACE_OPERATION_ADD_OBJECT_TUPLE (line 3911) | static inline bool _INPLACE_OPERATION_ADD_OBJECT_TUPLE(PyObject **operan... function INPLACE_OPERATION_ADD_OBJECT_TUPLE (line 3952) | bool INPLACE_OPERATION_ADD_OBJECT_TUPLE(PyObject **operand1, PyObject *o... function HEDLEY_NEVER_INLINE (line 3957) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_ADD_TUPLE_OBJECT(PyO... function _INPLACE_OPERATION_ADD_TUPLE_OBJECT (line 4060) | static inline bool _INPLACE_OPERATION_ADD_TUPLE_OBJECT(PyObject **operan... function INPLACE_OPERATION_ADD_TUPLE_OBJECT (line 4114) | bool INPLACE_OPERATION_ADD_TUPLE_OBJECT(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_ADD_LIST_LIST (line 4119) | static inline bool _INPLACE_OPERATION_ADD_LIST_LIST(PyObject **operand1,... function INPLACE_OPERATION_ADD_LIST_LIST (line 4171) | bool INPLACE_OPERATION_ADD_LIST_LIST(PyObject **operand1, PyObject *oper... function HEDLEY_NEVER_INLINE (line 4176) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_ADD_OBJECT_LIST(PyOb... function _INPLACE_OPERATION_ADD_OBJECT_LIST (line 4294) | static inline bool _INPLACE_OPERATION_ADD_OBJECT_LIST(PyObject **operand... function INPLACE_OPERATION_ADD_OBJECT_LIST (line 4340) | bool INPLACE_OPERATION_ADD_OBJECT_LIST(PyObject **operand1, PyObject *op... function HEDLEY_NEVER_INLINE (line 4345) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_ADD_LIST_OBJECT(PyOb... function _INPLACE_OPERATION_ADD_LIST_OBJECT (line 4453) | static inline bool _INPLACE_OPERATION_ADD_LIST_OBJECT(PyObject **operand... function INPLACE_OPERATION_ADD_LIST_OBJECT (line 4512) | bool INPLACE_OPERATION_ADD_LIST_OBJECT(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_ADD_UNICODE_STR (line 4518) | static inline bool _INPLACE_OPERATION_ADD_UNICODE_STR(PyObject **operand... function INPLACE_OPERATION_ADD_UNICODE_STR (line 4566) | bool INPLACE_OPERATION_ADD_UNICODE_STR(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_ADD_STR_UNICODE (line 4573) | static inline bool _INPLACE_OPERATION_ADD_STR_UNICODE(PyObject **operand... function INPLACE_OPERATION_ADD_STR_UNICODE (line 4621) | bool INPLACE_OPERATION_ADD_STR_UNICODE(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_ADD_OBJECT_OBJECT (line 4627) | static inline bool _INPLACE_OPERATION_ADD_OBJECT_OBJECT(PyObject **opera... function INPLACE_OPERATION_ADD_OBJECT_OBJECT (line 4953) | bool INPLACE_OPERATION_ADD_OBJECT_OBJECT(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_ADD_LIST_TUPLE (line 4958) | static inline bool _INPLACE_OPERATION_ADD_LIST_TUPLE(PyObject **operand1... function INPLACE_OPERATION_ADD_LIST_TUPLE (line 5024) | bool INPLACE_OPERATION_ADD_LIST_TUPLE(PyObject **operand1, PyObject *ope... FILE: nuitka/build/static_src/HelpersOperationInplaceAddUtils.c function NUITKA_MAY_BE_UNUSED (line 14) | NUITKA_MAY_BE_UNUSED static bool STRING_RESIZE(PyObject **value, Py_ssiz... function NUITKA_MAY_BE_UNUSED (line 38) | NUITKA_MAY_BE_UNUSED static bool STRING_ADD_INPLACE(PyObject **operand1,... function NUITKA_MAY_BE_UNUSED (line 65) | NUITKA_MAY_BE_UNUSED static bool BYTES_ADD_INCREMENTAL(PyObject **operan... function NUITKA_MAY_BE_UNUSED (line 97) | NUITKA_MAY_BE_UNUSED static bool UNICODE_ADD_INCREMENTAL(PyThreadState *... FILE: nuitka/build/static_src/HelpersOperationInplaceBitand.c function _INPLACE_OPERATION_BITAND_LONG_LONG (line 13) | static inline bool _INPLACE_OPERATION_BITAND_LONG_LONG(PyObject **operan... function INPLACE_OPERATION_BITAND_LONG_LONG (line 54) | bool INPLACE_OPERATION_BITAND_LONG_LONG(PyObject **operand1, PyObject *o... function HEDLEY_NEVER_INLINE (line 59) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_BITAND_OBJECT_LONG(P... function _INPLACE_OPERATION_BITAND_OBJECT_LONG (line 222) | static inline bool _INPLACE_OPERATION_BITAND_OBJECT_LONG(PyObject **oper... function INPLACE_OPERATION_BITAND_OBJECT_LONG (line 270) | bool INPLACE_OPERATION_BITAND_OBJECT_LONG(PyObject **operand1, PyObject ... function HEDLEY_NEVER_INLINE (line 275) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_BITAND_LONG_OBJECT(P... function _INPLACE_OPERATION_BITAND_LONG_OBJECT (line 439) | static inline bool _INPLACE_OPERATION_BITAND_LONG_OBJECT(PyObject **oper... function INPLACE_OPERATION_BITAND_LONG_OBJECT (line 487) | bool INPLACE_OPERATION_BITAND_LONG_OBJECT(PyObject **operand1, PyObject ... function _INPLACE_OPERATION_BITAND_INT_INT (line 493) | static inline bool _INPLACE_OPERATION_BITAND_INT_INT(PyObject **operand1... function INPLACE_OPERATION_BITAND_INT_INT (line 541) | bool INPLACE_OPERATION_BITAND_INT_INT(PyObject **operand1, PyObject *ope... function HEDLEY_NEVER_INLINE (line 548) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_BITAND_OBJECT_INT(Py... function _INPLACE_OPERATION_BITAND_OBJECT_INT (line 707) | static inline bool _INPLACE_OPERATION_BITAND_OBJECT_INT(PyObject **opera... function INPLACE_OPERATION_BITAND_OBJECT_INT (line 762) | bool INPLACE_OPERATION_BITAND_OBJECT_INT(PyObject **operand1, PyObject *... function HEDLEY_NEVER_INLINE (line 769) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_BITAND_INT_OBJECT(Py... function _INPLACE_OPERATION_BITAND_INT_OBJECT (line 929) | static inline bool _INPLACE_OPERATION_BITAND_INT_OBJECT(PyObject **opera... function INPLACE_OPERATION_BITAND_INT_OBJECT (line 984) | bool INPLACE_OPERATION_BITAND_INT_OBJECT(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_BITAND_INT_CLONG (line 991) | static inline bool _INPLACE_OPERATION_BITAND_INT_CLONG(PyObject **operan... function INPLACE_OPERATION_BITAND_INT_CLONG (line 1035) | bool INPLACE_OPERATION_BITAND_INT_CLONG(PyObject **operand1, long operan... function _INPLACE_OPERATION_BITAND_LONG_INT (line 1042) | static inline bool _INPLACE_OPERATION_BITAND_LONG_INT(PyObject **operand... function INPLACE_OPERATION_BITAND_LONG_INT (line 1101) | bool INPLACE_OPERATION_BITAND_LONG_INT(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_BITAND_INT_LONG (line 1108) | static inline bool _INPLACE_OPERATION_BITAND_INT_LONG(PyObject **operand... function INPLACE_OPERATION_BITAND_INT_LONG (line 1173) | bool INPLACE_OPERATION_BITAND_INT_LONG(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_BITAND_SET_SET (line 1179) | static inline bool _INPLACE_OPERATION_BITAND_SET_SET(PyObject **operand1... function INPLACE_OPERATION_BITAND_SET_SET (line 1214) | bool INPLACE_OPERATION_BITAND_SET_SET(PyObject **operand1, PyObject *ope... function HEDLEY_NEVER_INLINE (line 1219) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_BITAND_OBJECT_SET(Py... function _INPLACE_OPERATION_BITAND_OBJECT_SET (line 1344) | static inline bool _INPLACE_OPERATION_BITAND_OBJECT_SET(PyObject **opera... function INPLACE_OPERATION_BITAND_OBJECT_SET (line 1386) | bool INPLACE_OPERATION_BITAND_OBJECT_SET(PyObject **operand1, PyObject *... function HEDLEY_NEVER_INLINE (line 1391) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_BITAND_SET_OBJECT(Py... function _INPLACE_OPERATION_BITAND_SET_OBJECT (line 1528) | static inline bool _INPLACE_OPERATION_BITAND_SET_OBJECT(PyObject **opera... function INPLACE_OPERATION_BITAND_SET_OBJECT (line 1570) | bool INPLACE_OPERATION_BITAND_SET_OBJECT(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_BITAND_OBJECT_OBJECT (line 1575) | static inline bool _INPLACE_OPERATION_BITAND_OBJECT_OBJECT(PyObject **op... function INPLACE_OPERATION_BITAND_OBJECT_OBJECT (line 1809) | bool INPLACE_OPERATION_BITAND_OBJECT_OBJECT(PyObject **operand1, PyObjec... FILE: nuitka/build/static_src/HelpersOperationInplaceBitor.c function _INPLACE_OPERATION_BITOR_LONG_LONG (line 13) | static inline bool _INPLACE_OPERATION_BITOR_LONG_LONG(PyObject **operand... function INPLACE_OPERATION_BITOR_LONG_LONG (line 54) | bool INPLACE_OPERATION_BITOR_LONG_LONG(PyObject **operand1, PyObject *op... function HEDLEY_NEVER_INLINE (line 59) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_BITOR_OBJECT_LONG(Py... function _INPLACE_OPERATION_BITOR_OBJECT_LONG (line 222) | static inline bool _INPLACE_OPERATION_BITOR_OBJECT_LONG(PyObject **opera... function INPLACE_OPERATION_BITOR_OBJECT_LONG (line 270) | bool INPLACE_OPERATION_BITOR_OBJECT_LONG(PyObject **operand1, PyObject *... function HEDLEY_NEVER_INLINE (line 275) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_BITOR_LONG_OBJECT(Py... function _INPLACE_OPERATION_BITOR_LONG_OBJECT (line 439) | static inline bool _INPLACE_OPERATION_BITOR_LONG_OBJECT(PyObject **opera... function INPLACE_OPERATION_BITOR_LONG_OBJECT (line 487) | bool INPLACE_OPERATION_BITOR_LONG_OBJECT(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_BITOR_INT_INT (line 493) | static inline bool _INPLACE_OPERATION_BITOR_INT_INT(PyObject **operand1,... function INPLACE_OPERATION_BITOR_INT_INT (line 541) | bool INPLACE_OPERATION_BITOR_INT_INT(PyObject **operand1, PyObject *oper... function HEDLEY_NEVER_INLINE (line 548) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_BITOR_OBJECT_INT(PyO... function _INPLACE_OPERATION_BITOR_OBJECT_INT (line 707) | static inline bool _INPLACE_OPERATION_BITOR_OBJECT_INT(PyObject **operan... function INPLACE_OPERATION_BITOR_OBJECT_INT (line 762) | bool INPLACE_OPERATION_BITOR_OBJECT_INT(PyObject **operand1, PyObject *o... function HEDLEY_NEVER_INLINE (line 769) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_BITOR_INT_OBJECT(PyO... function _INPLACE_OPERATION_BITOR_INT_OBJECT (line 929) | static inline bool _INPLACE_OPERATION_BITOR_INT_OBJECT(PyObject **operan... function INPLACE_OPERATION_BITOR_INT_OBJECT (line 984) | bool INPLACE_OPERATION_BITOR_INT_OBJECT(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_BITOR_INT_CLONG (line 991) | static inline bool _INPLACE_OPERATION_BITOR_INT_CLONG(PyObject **operand... function INPLACE_OPERATION_BITOR_INT_CLONG (line 1035) | bool INPLACE_OPERATION_BITOR_INT_CLONG(PyObject **operand1, long operand... function _INPLACE_OPERATION_BITOR_LONG_INT (line 1042) | static inline bool _INPLACE_OPERATION_BITOR_LONG_INT(PyObject **operand1... function INPLACE_OPERATION_BITOR_LONG_INT (line 1101) | bool INPLACE_OPERATION_BITOR_LONG_INT(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_BITOR_INT_LONG (line 1108) | static inline bool _INPLACE_OPERATION_BITOR_INT_LONG(PyObject **operand1... function INPLACE_OPERATION_BITOR_INT_LONG (line 1173) | bool INPLACE_OPERATION_BITOR_INT_LONG(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_BITOR_SET_SET (line 1179) | static inline bool _INPLACE_OPERATION_BITOR_SET_SET(PyObject **operand1,... function INPLACE_OPERATION_BITOR_SET_SET (line 1214) | bool INPLACE_OPERATION_BITOR_SET_SET(PyObject **operand1, PyObject *oper... function HEDLEY_NEVER_INLINE (line 1219) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_BITOR_OBJECT_SET(PyO... function _INPLACE_OPERATION_BITOR_OBJECT_SET (line 1344) | static inline bool _INPLACE_OPERATION_BITOR_OBJECT_SET(PyObject **operan... function INPLACE_OPERATION_BITOR_OBJECT_SET (line 1386) | bool INPLACE_OPERATION_BITOR_OBJECT_SET(PyObject **operand1, PyObject *o... function HEDLEY_NEVER_INLINE (line 1391) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_BITOR_SET_OBJECT(PyO... function _INPLACE_OPERATION_BITOR_SET_OBJECT (line 1528) | static inline bool _INPLACE_OPERATION_BITOR_SET_OBJECT(PyObject **operan... function INPLACE_OPERATION_BITOR_SET_OBJECT (line 1570) | bool INPLACE_OPERATION_BITOR_SET_OBJECT(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_BITOR_OBJECT_OBJECT (line 1575) | static inline bool _INPLACE_OPERATION_BITOR_OBJECT_OBJECT(PyObject **ope... function INPLACE_OPERATION_BITOR_OBJECT_OBJECT (line 1809) | bool INPLACE_OPERATION_BITOR_OBJECT_OBJECT(PyObject **operand1, PyObject... FILE: nuitka/build/static_src/HelpersOperationInplaceBitxor.c function _INPLACE_OPERATION_BITXOR_LONG_LONG (line 13) | static inline bool _INPLACE_OPERATION_BITXOR_LONG_LONG(PyObject **operan... function INPLACE_OPERATION_BITXOR_LONG_LONG (line 54) | bool INPLACE_OPERATION_BITXOR_LONG_LONG(PyObject **operand1, PyObject *o... function HEDLEY_NEVER_INLINE (line 59) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_BITXOR_OBJECT_LONG(P... function _INPLACE_OPERATION_BITXOR_OBJECT_LONG (line 222) | static inline bool _INPLACE_OPERATION_BITXOR_OBJECT_LONG(PyObject **oper... function INPLACE_OPERATION_BITXOR_OBJECT_LONG (line 270) | bool INPLACE_OPERATION_BITXOR_OBJECT_LONG(PyObject **operand1, PyObject ... function HEDLEY_NEVER_INLINE (line 275) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_BITXOR_LONG_OBJECT(P... function _INPLACE_OPERATION_BITXOR_LONG_OBJECT (line 439) | static inline bool _INPLACE_OPERATION_BITXOR_LONG_OBJECT(PyObject **oper... function INPLACE_OPERATION_BITXOR_LONG_OBJECT (line 487) | bool INPLACE_OPERATION_BITXOR_LONG_OBJECT(PyObject **operand1, PyObject ... function _INPLACE_OPERATION_BITXOR_INT_INT (line 493) | static inline bool _INPLACE_OPERATION_BITXOR_INT_INT(PyObject **operand1... function INPLACE_OPERATION_BITXOR_INT_INT (line 541) | bool INPLACE_OPERATION_BITXOR_INT_INT(PyObject **operand1, PyObject *ope... function HEDLEY_NEVER_INLINE (line 548) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_BITXOR_OBJECT_INT(Py... function _INPLACE_OPERATION_BITXOR_OBJECT_INT (line 707) | static inline bool _INPLACE_OPERATION_BITXOR_OBJECT_INT(PyObject **opera... function INPLACE_OPERATION_BITXOR_OBJECT_INT (line 762) | bool INPLACE_OPERATION_BITXOR_OBJECT_INT(PyObject **operand1, PyObject *... function HEDLEY_NEVER_INLINE (line 769) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_BITXOR_INT_OBJECT(Py... function _INPLACE_OPERATION_BITXOR_INT_OBJECT (line 929) | static inline bool _INPLACE_OPERATION_BITXOR_INT_OBJECT(PyObject **opera... function INPLACE_OPERATION_BITXOR_INT_OBJECT (line 984) | bool INPLACE_OPERATION_BITXOR_INT_OBJECT(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_BITXOR_INT_CLONG (line 991) | static inline bool _INPLACE_OPERATION_BITXOR_INT_CLONG(PyObject **operan... function INPLACE_OPERATION_BITXOR_INT_CLONG (line 1035) | bool INPLACE_OPERATION_BITXOR_INT_CLONG(PyObject **operand1, long operan... function _INPLACE_OPERATION_BITXOR_LONG_INT (line 1042) | static inline bool _INPLACE_OPERATION_BITXOR_LONG_INT(PyObject **operand... function INPLACE_OPERATION_BITXOR_LONG_INT (line 1101) | bool INPLACE_OPERATION_BITXOR_LONG_INT(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_BITXOR_INT_LONG (line 1108) | static inline bool _INPLACE_OPERATION_BITXOR_INT_LONG(PyObject **operand... function INPLACE_OPERATION_BITXOR_INT_LONG (line 1173) | bool INPLACE_OPERATION_BITXOR_INT_LONG(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_BITXOR_SET_SET (line 1179) | static inline bool _INPLACE_OPERATION_BITXOR_SET_SET(PyObject **operand1... function INPLACE_OPERATION_BITXOR_SET_SET (line 1214) | bool INPLACE_OPERATION_BITXOR_SET_SET(PyObject **operand1, PyObject *ope... function HEDLEY_NEVER_INLINE (line 1219) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_BITXOR_OBJECT_SET(Py... function _INPLACE_OPERATION_BITXOR_OBJECT_SET (line 1344) | static inline bool _INPLACE_OPERATION_BITXOR_OBJECT_SET(PyObject **opera... function INPLACE_OPERATION_BITXOR_OBJECT_SET (line 1386) | bool INPLACE_OPERATION_BITXOR_OBJECT_SET(PyObject **operand1, PyObject *... function HEDLEY_NEVER_INLINE (line 1391) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_BITXOR_SET_OBJECT(Py... function _INPLACE_OPERATION_BITXOR_SET_OBJECT (line 1528) | static inline bool _INPLACE_OPERATION_BITXOR_SET_OBJECT(PyObject **opera... function INPLACE_OPERATION_BITXOR_SET_OBJECT (line 1570) | bool INPLACE_OPERATION_BITXOR_SET_OBJECT(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_BITXOR_OBJECT_OBJECT (line 1575) | static inline bool _INPLACE_OPERATION_BITXOR_OBJECT_OBJECT(PyObject **op... function INPLACE_OPERATION_BITXOR_OBJECT_OBJECT (line 1809) | bool INPLACE_OPERATION_BITXOR_OBJECT_OBJECT(PyObject **operand1, PyObjec... FILE: nuitka/build/static_src/HelpersOperationInplaceFloordiv.c function _INPLACE_OPERATION_FLOORDIV_INT_INT (line 14) | static inline bool _INPLACE_OPERATION_FLOORDIV_INT_INT(PyObject **operan... function INPLACE_OPERATION_FLOORDIV_INT_INT (line 106) | bool INPLACE_OPERATION_FLOORDIV_INT_INT(PyObject **operand1, PyObject *o... function HEDLEY_NEVER_INLINE (line 113) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_FLOORDIV_OBJECT_INT(... function _INPLACE_OPERATION_FLOORDIV_OBJECT_INT (line 273) | static inline bool _INPLACE_OPERATION_FLOORDIV_OBJECT_INT(PyObject **ope... function INPLACE_OPERATION_FLOORDIV_OBJECT_INT (line 372) | bool INPLACE_OPERATION_FLOORDIV_OBJECT_INT(PyObject **operand1, PyObject... function HEDLEY_NEVER_INLINE (line 379) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_FLOORDIV_INT_OBJECT(... function _INPLACE_OPERATION_FLOORDIV_INT_OBJECT (line 540) | static inline bool _INPLACE_OPERATION_FLOORDIV_INT_OBJECT(PyObject **ope... function INPLACE_OPERATION_FLOORDIV_INT_OBJECT (line 639) | bool INPLACE_OPERATION_FLOORDIV_INT_OBJECT(PyObject **operand1, PyObject... function _INPLACE_OPERATION_FLOORDIV_LONG_LONG (line 645) | static inline bool _INPLACE_OPERATION_FLOORDIV_LONG_LONG(PyObject **oper... function INPLACE_OPERATION_FLOORDIV_LONG_LONG (line 686) | bool INPLACE_OPERATION_FLOORDIV_LONG_LONG(PyObject **operand1, PyObject ... function HEDLEY_NEVER_INLINE (line 691) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_FLOORDIV_OBJECT_LONG... function _INPLACE_OPERATION_FLOORDIV_OBJECT_LONG (line 855) | static inline bool _INPLACE_OPERATION_FLOORDIV_OBJECT_LONG(PyObject **op... function INPLACE_OPERATION_FLOORDIV_OBJECT_LONG (line 903) | bool INPLACE_OPERATION_FLOORDIV_OBJECT_LONG(PyObject **operand1, PyObjec... function HEDLEY_NEVER_INLINE (line 908) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_FLOORDIV_LONG_OBJECT... function _INPLACE_OPERATION_FLOORDIV_LONG_OBJECT (line 1073) | static inline bool _INPLACE_OPERATION_FLOORDIV_LONG_OBJECT(PyObject **op... function INPLACE_OPERATION_FLOORDIV_LONG_OBJECT (line 1121) | bool INPLACE_OPERATION_FLOORDIV_LONG_OBJECT(PyObject **operand1, PyObjec... function _INPLACE_OPERATION_FLOORDIV_FLOAT_FLOAT (line 1126) | static inline bool _INPLACE_OPERATION_FLOORDIV_FLOAT_FLOAT(PyObject **op... function INPLACE_OPERATION_FLOORDIV_FLOAT_FLOAT (line 1203) | bool INPLACE_OPERATION_FLOORDIV_FLOAT_FLOAT(PyObject **operand1, PyObjec... function HEDLEY_NEVER_INLINE (line 1208) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_FLOORDIV_OBJECT_FLOA... function _INPLACE_OPERATION_FLOORDIV_OBJECT_FLOAT (line 1368) | static inline bool _INPLACE_OPERATION_FLOORDIV_OBJECT_FLOAT(PyObject **o... function INPLACE_OPERATION_FLOORDIV_OBJECT_FLOAT (line 1452) | bool INPLACE_OPERATION_FLOORDIV_OBJECT_FLOAT(PyObject **operand1, PyObje... function HEDLEY_NEVER_INLINE (line 1457) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_FLOORDIV_FLOAT_OBJEC... function _INPLACE_OPERATION_FLOORDIV_FLOAT_OBJECT (line 1618) | static inline bool _INPLACE_OPERATION_FLOORDIV_FLOAT_OBJECT(PyObject **o... function INPLACE_OPERATION_FLOORDIV_FLOAT_OBJECT (line 1702) | bool INPLACE_OPERATION_FLOORDIV_FLOAT_OBJECT(PyObject **operand1, PyObje... function _INPLACE_OPERATION_FLOORDIV_FLOAT_LONG (line 1707) | static inline bool _INPLACE_OPERATION_FLOORDIV_FLOAT_LONG(PyObject **ope... function INPLACE_OPERATION_FLOORDIV_FLOAT_LONG (line 1770) | bool INPLACE_OPERATION_FLOORDIV_FLOAT_LONG(PyObject **operand1, PyObject... function _INPLACE_OPERATION_FLOORDIV_LONG_FLOAT (line 1775) | static inline bool _INPLACE_OPERATION_FLOORDIV_LONG_FLOAT(PyObject **ope... function INPLACE_OPERATION_FLOORDIV_LONG_FLOAT (line 1844) | bool INPLACE_OPERATION_FLOORDIV_LONG_FLOAT(PyObject **operand1, PyObject... function _INPLACE_OPERATION_FLOORDIV_FLOAT_INT (line 1850) | static inline bool _INPLACE_OPERATION_FLOORDIV_FLOAT_INT(PyObject **oper... function INPLACE_OPERATION_FLOORDIV_FLOAT_INT (line 1909) | bool INPLACE_OPERATION_FLOORDIV_FLOAT_INT(PyObject **operand1, PyObject ... function _INPLACE_OPERATION_FLOORDIV_INT_FLOAT (line 1916) | static inline bool _INPLACE_OPERATION_FLOORDIV_INT_FLOAT(PyObject **oper... function INPLACE_OPERATION_FLOORDIV_INT_FLOAT (line 1981) | bool INPLACE_OPERATION_FLOORDIV_INT_FLOAT(PyObject **operand1, PyObject ... function _INPLACE_OPERATION_FLOORDIV_LONG_INT (line 1988) | static inline bool _INPLACE_OPERATION_FLOORDIV_LONG_INT(PyObject **opera... function INPLACE_OPERATION_FLOORDIV_LONG_INT (line 2047) | bool INPLACE_OPERATION_FLOORDIV_LONG_INT(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_FLOORDIV_INT_LONG (line 2054) | static inline bool _INPLACE_OPERATION_FLOORDIV_INT_LONG(PyObject **opera... function INPLACE_OPERATION_FLOORDIV_INT_LONG (line 2119) | bool INPLACE_OPERATION_FLOORDIV_INT_LONG(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_FLOORDIV_INT_CLONG (line 2126) | static inline bool _INPLACE_OPERATION_FLOORDIV_INT_CLONG(PyObject **oper... function INPLACE_OPERATION_FLOORDIV_INT_CLONG (line 2216) | bool INPLACE_OPERATION_FLOORDIV_INT_CLONG(PyObject **operand1, long oper... function _INPLACE_OPERATION_FLOORDIV_FLOAT_CFLOAT (line 2222) | static inline bool _INPLACE_OPERATION_FLOORDIV_FLOAT_CFLOAT(PyObject **o... function INPLACE_OPERATION_FLOORDIV_FLOAT_CFLOAT (line 2295) | bool INPLACE_OPERATION_FLOORDIV_FLOAT_CFLOAT(PyObject **operand1, double... function _INPLACE_OPERATION_FLOORDIV_OBJECT_OBJECT (line 2300) | static inline bool _INPLACE_OPERATION_FLOORDIV_OBJECT_OBJECT(PyObject **... function INPLACE_OPERATION_FLOORDIV_OBJECT_OBJECT (line 2583) | bool INPLACE_OPERATION_FLOORDIV_OBJECT_OBJECT(PyObject **operand1, PyObj... FILE: nuitka/build/static_src/HelpersOperationInplaceLshift.c function _INPLACE_OPERATION_LSHIFT_LONG_LONG (line 13) | static inline bool _INPLACE_OPERATION_LSHIFT_LONG_LONG(PyObject **operan... function INPLACE_OPERATION_LSHIFT_LONG_LONG (line 54) | bool INPLACE_OPERATION_LSHIFT_LONG_LONG(PyObject **operand1, PyObject *o... function HEDLEY_NEVER_INLINE (line 59) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_LSHIFT_OBJECT_LONG(P... function _INPLACE_OPERATION_LSHIFT_OBJECT_LONG (line 222) | static inline bool _INPLACE_OPERATION_LSHIFT_OBJECT_LONG(PyObject **oper... function INPLACE_OPERATION_LSHIFT_OBJECT_LONG (line 270) | bool INPLACE_OPERATION_LSHIFT_OBJECT_LONG(PyObject **operand1, PyObject ... function HEDLEY_NEVER_INLINE (line 275) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_LSHIFT_LONG_OBJECT(P... function _INPLACE_OPERATION_LSHIFT_LONG_OBJECT (line 440) | static inline bool _INPLACE_OPERATION_LSHIFT_LONG_OBJECT(PyObject **oper... function INPLACE_OPERATION_LSHIFT_LONG_OBJECT (line 488) | bool INPLACE_OPERATION_LSHIFT_LONG_OBJECT(PyObject **operand1, PyObject ... function _INPLACE_OPERATION_LSHIFT_INT_INT (line 494) | static inline bool _INPLACE_OPERATION_LSHIFT_INT_INT(PyObject **operand1... function INPLACE_OPERATION_LSHIFT_INT_INT (line 595) | bool INPLACE_OPERATION_LSHIFT_INT_INT(PyObject **operand1, PyObject *ope... function HEDLEY_NEVER_INLINE (line 602) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_LSHIFT_OBJECT_INT(Py... function _INPLACE_OPERATION_LSHIFT_OBJECT_INT (line 761) | static inline bool _INPLACE_OPERATION_LSHIFT_OBJECT_INT(PyObject **opera... function INPLACE_OPERATION_LSHIFT_OBJECT_INT (line 869) | bool INPLACE_OPERATION_LSHIFT_OBJECT_INT(PyObject **operand1, PyObject *... function HEDLEY_NEVER_INLINE (line 876) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_LSHIFT_INT_OBJECT(Py... function _INPLACE_OPERATION_LSHIFT_INT_OBJECT (line 1037) | static inline bool _INPLACE_OPERATION_LSHIFT_INT_OBJECT(PyObject **opera... function INPLACE_OPERATION_LSHIFT_INT_OBJECT (line 1145) | bool INPLACE_OPERATION_LSHIFT_INT_OBJECT(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_LSHIFT_LONG_INT (line 1152) | static inline bool _INPLACE_OPERATION_LSHIFT_LONG_INT(PyObject **operand... function INPLACE_OPERATION_LSHIFT_LONG_INT (line 1211) | bool INPLACE_OPERATION_LSHIFT_LONG_INT(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_LSHIFT_INT_LONG (line 1218) | static inline bool _INPLACE_OPERATION_LSHIFT_INT_LONG(PyObject **operand... function INPLACE_OPERATION_LSHIFT_INT_LONG (line 1283) | bool INPLACE_OPERATION_LSHIFT_INT_LONG(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_LSHIFT_OBJECT_OBJECT (line 1289) | static inline bool _INPLACE_OPERATION_LSHIFT_OBJECT_OBJECT(PyObject **op... function INPLACE_OPERATION_LSHIFT_OBJECT_OBJECT (line 1577) | bool INPLACE_OPERATION_LSHIFT_OBJECT_OBJECT(PyObject **operand1, PyObjec... FILE: nuitka/build/static_src/HelpersOperationInplaceMatmult.c function _INPLACE_OPERATION_MATMULT_LONG_LONG (line 14) | static inline bool _INPLACE_OPERATION_MATMULT_LONG_LONG(PyObject **opera... function INPLACE_OPERATION_MATMULT_LONG_LONG (line 50) | bool INPLACE_OPERATION_MATMULT_LONG_LONG(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_MATMULT_OBJECT_LONG (line 57) | static inline bool _INPLACE_OPERATION_MATMULT_OBJECT_LONG(PyObject **ope... function INPLACE_OPERATION_MATMULT_OBJECT_LONG (line 135) | bool INPLACE_OPERATION_MATMULT_OBJECT_LONG(PyObject **operand1, PyObject... function _INPLACE_OPERATION_MATMULT_LONG_OBJECT (line 142) | static inline bool _INPLACE_OPERATION_MATMULT_LONG_OBJECT(PyObject **ope... function INPLACE_OPERATION_MATMULT_LONG_OBJECT (line 213) | bool INPLACE_OPERATION_MATMULT_LONG_OBJECT(PyObject **operand1, PyObject... function _INPLACE_OPERATION_MATMULT_FLOAT_FLOAT (line 220) | static inline bool _INPLACE_OPERATION_MATMULT_FLOAT_FLOAT(PyObject **ope... function INPLACE_OPERATION_MATMULT_FLOAT_FLOAT (line 252) | bool INPLACE_OPERATION_MATMULT_FLOAT_FLOAT(PyObject **operand1, PyObject... function _INPLACE_OPERATION_MATMULT_OBJECT_FLOAT (line 259) | static inline bool _INPLACE_OPERATION_MATMULT_OBJECT_FLOAT(PyObject **op... function INPLACE_OPERATION_MATMULT_OBJECT_FLOAT (line 333) | bool INPLACE_OPERATION_MATMULT_OBJECT_FLOAT(PyObject **operand1, PyObjec... function _INPLACE_OPERATION_MATMULT_FLOAT_OBJECT (line 340) | static inline bool _INPLACE_OPERATION_MATMULT_FLOAT_OBJECT(PyObject **op... function INPLACE_OPERATION_MATMULT_FLOAT_OBJECT (line 407) | bool INPLACE_OPERATION_MATMULT_FLOAT_OBJECT(PyObject **operand1, PyObjec... function _INPLACE_OPERATION_MATMULT_OBJECT_OBJECT (line 414) | static inline bool _INPLACE_OPERATION_MATMULT_OBJECT_OBJECT(PyObject **o... function INPLACE_OPERATION_MATMULT_OBJECT_OBJECT (line 584) | bool INPLACE_OPERATION_MATMULT_OBJECT_OBJECT(PyObject **operand1, PyObje... FILE: nuitka/build/static_src/HelpersOperationInplaceMod.c function _INPLACE_OPERATION_MOD_INT_INT (line 14) | static inline bool _INPLACE_OPERATION_MOD_INT_INT(PyObject **operand1, P... function INPLACE_OPERATION_MOD_INT_INT (line 98) | bool INPLACE_OPERATION_MOD_INT_INT(PyObject **operand1, PyObject *operan... function HEDLEY_NEVER_INLINE (line 105) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_MOD_OBJECT_INT(PyObj... function _INPLACE_OPERATION_MOD_OBJECT_INT (line 265) | static inline bool _INPLACE_OPERATION_MOD_OBJECT_INT(PyObject **operand1... function INPLACE_OPERATION_MOD_OBJECT_INT (line 356) | bool INPLACE_OPERATION_MOD_OBJECT_INT(PyObject **operand1, PyObject *ope... function HEDLEY_NEVER_INLINE (line 363) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_MOD_INT_OBJECT(PyObj... function _INPLACE_OPERATION_MOD_INT_OBJECT (line 524) | static inline bool _INPLACE_OPERATION_MOD_INT_OBJECT(PyObject **operand1... function INPLACE_OPERATION_MOD_INT_OBJECT (line 615) | bool INPLACE_OPERATION_MOD_INT_OBJECT(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_MOD_LONG_LONG (line 621) | static inline bool _INPLACE_OPERATION_MOD_LONG_LONG(PyObject **operand1,... function INPLACE_OPERATION_MOD_LONG_LONG (line 662) | bool INPLACE_OPERATION_MOD_LONG_LONG(PyObject **operand1, PyObject *oper... function HEDLEY_NEVER_INLINE (line 667) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_MOD_OBJECT_LONG(PyOb... function _INPLACE_OPERATION_MOD_OBJECT_LONG (line 831) | static inline bool _INPLACE_OPERATION_MOD_OBJECT_LONG(PyObject **operand... function INPLACE_OPERATION_MOD_OBJECT_LONG (line 879) | bool INPLACE_OPERATION_MOD_OBJECT_LONG(PyObject **operand1, PyObject *op... function HEDLEY_NEVER_INLINE (line 884) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_MOD_LONG_OBJECT(PyOb... function _INPLACE_OPERATION_MOD_LONG_OBJECT (line 1049) | static inline bool _INPLACE_OPERATION_MOD_LONG_OBJECT(PyObject **operand... function INPLACE_OPERATION_MOD_LONG_OBJECT (line 1097) | bool INPLACE_OPERATION_MOD_LONG_OBJECT(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_MOD_FLOAT_FLOAT (line 1102) | static inline bool _INPLACE_OPERATION_MOD_FLOAT_FLOAT(PyObject **operand... function INPLACE_OPERATION_MOD_FLOAT_FLOAT (line 1169) | bool INPLACE_OPERATION_MOD_FLOAT_FLOAT(PyObject **operand1, PyObject *op... function HEDLEY_NEVER_INLINE (line 1174) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_MOD_OBJECT_FLOAT(PyO... function _INPLACE_OPERATION_MOD_OBJECT_FLOAT (line 1334) | static inline bool _INPLACE_OPERATION_MOD_OBJECT_FLOAT(PyObject **operan... function INPLACE_OPERATION_MOD_OBJECT_FLOAT (line 1408) | bool INPLACE_OPERATION_MOD_OBJECT_FLOAT(PyObject **operand1, PyObject *o... function HEDLEY_NEVER_INLINE (line 1413) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_MOD_FLOAT_OBJECT(PyO... function _INPLACE_OPERATION_MOD_FLOAT_OBJECT (line 1574) | static inline bool _INPLACE_OPERATION_MOD_FLOAT_OBJECT(PyObject **operan... function INPLACE_OPERATION_MOD_FLOAT_OBJECT (line 1648) | bool INPLACE_OPERATION_MOD_FLOAT_OBJECT(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_MOD_FLOAT_LONG (line 1653) | static inline bool _INPLACE_OPERATION_MOD_FLOAT_LONG(PyObject **operand1... function INPLACE_OPERATION_MOD_FLOAT_LONG (line 1716) | bool INPLACE_OPERATION_MOD_FLOAT_LONG(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_MOD_LONG_FLOAT (line 1721) | static inline bool _INPLACE_OPERATION_MOD_LONG_FLOAT(PyObject **operand1... function INPLACE_OPERATION_MOD_LONG_FLOAT (line 1790) | bool INPLACE_OPERATION_MOD_LONG_FLOAT(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_MOD_FLOAT_INT (line 1796) | static inline bool _INPLACE_OPERATION_MOD_FLOAT_INT(PyObject **operand1,... function INPLACE_OPERATION_MOD_FLOAT_INT (line 1855) | bool INPLACE_OPERATION_MOD_FLOAT_INT(PyObject **operand1, PyObject *oper... function _INPLACE_OPERATION_MOD_INT_FLOAT (line 1862) | static inline bool _INPLACE_OPERATION_MOD_INT_FLOAT(PyObject **operand1,... function INPLACE_OPERATION_MOD_INT_FLOAT (line 1927) | bool INPLACE_OPERATION_MOD_INT_FLOAT(PyObject **operand1, PyObject *oper... function _INPLACE_OPERATION_MOD_LONG_INT (line 1934) | static inline bool _INPLACE_OPERATION_MOD_LONG_INT(PyObject **operand1, ... function INPLACE_OPERATION_MOD_LONG_INT (line 1993) | bool INPLACE_OPERATION_MOD_LONG_INT(PyObject **operand1, PyObject *opera... function _INPLACE_OPERATION_MOD_INT_LONG (line 2000) | static inline bool _INPLACE_OPERATION_MOD_INT_LONG(PyObject **operand1, ... function INPLACE_OPERATION_MOD_INT_LONG (line 2065) | bool INPLACE_OPERATION_MOD_INT_LONG(PyObject **operand1, PyObject *opera... function _INPLACE_OPERATION_MOD_INT_CLONG (line 2072) | static inline bool _INPLACE_OPERATION_MOD_INT_CLONG(PyObject **operand1,... function INPLACE_OPERATION_MOD_INT_CLONG (line 2154) | bool INPLACE_OPERATION_MOD_INT_CLONG(PyObject **operand1, long operand2) { function _INPLACE_OPERATION_MOD_FLOAT_CFLOAT (line 2160) | static inline bool _INPLACE_OPERATION_MOD_FLOAT_CFLOAT(PyObject **operan... function INPLACE_OPERATION_MOD_FLOAT_CFLOAT (line 2223) | bool INPLACE_OPERATION_MOD_FLOAT_CFLOAT(PyObject **operand1, double oper... function _INPLACE_OPERATION_MOD_STR_INT (line 2229) | static inline bool _INPLACE_OPERATION_MOD_STR_INT(PyObject **operand1, P... function INPLACE_OPERATION_MOD_STR_INT (line 2305) | bool INPLACE_OPERATION_MOD_STR_INT(PyObject **operand1, PyObject *operan... function _INPLACE_OPERATION_MOD_STR_LONG (line 2312) | static inline bool _INPLACE_OPERATION_MOD_STR_LONG(PyObject **operand1, ... function INPLACE_OPERATION_MOD_STR_LONG (line 2388) | bool INPLACE_OPERATION_MOD_STR_LONG(PyObject **operand1, PyObject *opera... function _INPLACE_OPERATION_MOD_STR_FLOAT (line 2395) | static inline bool _INPLACE_OPERATION_MOD_STR_FLOAT(PyObject **operand1,... function INPLACE_OPERATION_MOD_STR_FLOAT (line 2471) | bool INPLACE_OPERATION_MOD_STR_FLOAT(PyObject **operand1, PyObject *oper... function _INPLACE_OPERATION_MOD_STR_STR (line 2478) | static inline bool _INPLACE_OPERATION_MOD_STR_STR(PyObject **operand1, P... function INPLACE_OPERATION_MOD_STR_STR (line 2511) | bool INPLACE_OPERATION_MOD_STR_STR(PyObject **operand1, PyObject *operan... function _INPLACE_OPERATION_MOD_STR_UNICODE (line 2518) | static inline bool _INPLACE_OPERATION_MOD_STR_UNICODE(PyObject **operand... function INPLACE_OPERATION_MOD_STR_UNICODE (line 2594) | bool INPLACE_OPERATION_MOD_STR_UNICODE(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_MOD_STR_TUPLE (line 2601) | static inline bool _INPLACE_OPERATION_MOD_STR_TUPLE(PyObject **operand1,... function INPLACE_OPERATION_MOD_STR_TUPLE (line 2659) | bool INPLACE_OPERATION_MOD_STR_TUPLE(PyObject **operand1, PyObject *oper... function _INPLACE_OPERATION_MOD_STR_LIST (line 2666) | static inline bool _INPLACE_OPERATION_MOD_STR_LIST(PyObject **operand1, ... function INPLACE_OPERATION_MOD_STR_LIST (line 2724) | bool INPLACE_OPERATION_MOD_STR_LIST(PyObject **operand1, PyObject *opera... function _INPLACE_OPERATION_MOD_STR_DICT (line 2731) | static inline bool _INPLACE_OPERATION_MOD_STR_DICT(PyObject **operand1, ... function INPLACE_OPERATION_MOD_STR_DICT (line 2789) | bool INPLACE_OPERATION_MOD_STR_DICT(PyObject **operand1, PyObject *opera... function HEDLEY_NEVER_INLINE (line 2796) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_MOD_STR_OBJECT(PyObj... function _INPLACE_OPERATION_MOD_STR_OBJECT (line 2923) | static inline bool _INPLACE_OPERATION_MOD_STR_OBJECT(PyObject **operand1... function INPLACE_OPERATION_MOD_STR_OBJECT (line 2963) | bool INPLACE_OPERATION_MOD_STR_OBJECT(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_MOD_UNICODE_INT (line 2970) | static inline bool _INPLACE_OPERATION_MOD_UNICODE_INT(PyObject **operand... function INPLACE_OPERATION_MOD_UNICODE_INT (line 3046) | bool INPLACE_OPERATION_MOD_UNICODE_INT(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_MOD_UNICODE_LONG (line 3053) | static inline bool _INPLACE_OPERATION_MOD_UNICODE_LONG(PyObject **operan... function INPLACE_OPERATION_MOD_UNICODE_LONG (line 3133) | bool INPLACE_OPERATION_MOD_UNICODE_LONG(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_MOD_UNICODE_FLOAT (line 3138) | static inline bool _INPLACE_OPERATION_MOD_UNICODE_FLOAT(PyObject **opera... function INPLACE_OPERATION_MOD_UNICODE_FLOAT (line 3218) | bool INPLACE_OPERATION_MOD_UNICODE_FLOAT(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_MOD_UNICODE_STR (line 3224) | static inline bool _INPLACE_OPERATION_MOD_UNICODE_STR(PyObject **operand... function INPLACE_OPERATION_MOD_UNICODE_STR (line 3300) | bool INPLACE_OPERATION_MOD_UNICODE_STR(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_MOD_UNICODE_BYTES (line 3307) | static inline bool _INPLACE_OPERATION_MOD_UNICODE_BYTES(PyObject **opera... function INPLACE_OPERATION_MOD_UNICODE_BYTES (line 3383) | bool INPLACE_OPERATION_MOD_UNICODE_BYTES(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_MOD_UNICODE_UNICODE (line 3390) | static inline bool _INPLACE_OPERATION_MOD_UNICODE_UNICODE(PyObject **ope... function INPLACE_OPERATION_MOD_UNICODE_UNICODE (line 3423) | bool INPLACE_OPERATION_MOD_UNICODE_UNICODE(PyObject **operand1, PyObject... function _INPLACE_OPERATION_MOD_UNICODE_TUPLE (line 3428) | static inline bool _INPLACE_OPERATION_MOD_UNICODE_TUPLE(PyObject **opera... function INPLACE_OPERATION_MOD_UNICODE_TUPLE (line 3490) | bool INPLACE_OPERATION_MOD_UNICODE_TUPLE(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_MOD_UNICODE_LIST (line 3495) | static inline bool _INPLACE_OPERATION_MOD_UNICODE_LIST(PyObject **operan... function INPLACE_OPERATION_MOD_UNICODE_LIST (line 3557) | bool INPLACE_OPERATION_MOD_UNICODE_LIST(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_MOD_UNICODE_DICT (line 3562) | static inline bool _INPLACE_OPERATION_MOD_UNICODE_DICT(PyObject **operan... function INPLACE_OPERATION_MOD_UNICODE_DICT (line 3624) | bool INPLACE_OPERATION_MOD_UNICODE_DICT(PyObject **operand1, PyObject *o... function HEDLEY_NEVER_INLINE (line 3629) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_MOD_UNICODE_OBJECT(P... function _INPLACE_OPERATION_MOD_UNICODE_OBJECT (line 3760) | static inline bool _INPLACE_OPERATION_MOD_UNICODE_OBJECT(PyObject **oper... function INPLACE_OPERATION_MOD_UNICODE_OBJECT (line 3800) | bool INPLACE_OPERATION_MOD_UNICODE_OBJECT(PyObject **operand1, PyObject ... function _INPLACE_OPERATION_MOD_BYTES_LONG (line 3806) | static inline bool _INPLACE_OPERATION_MOD_BYTES_LONG(PyObject **operand1... function INPLACE_OPERATION_MOD_BYTES_LONG (line 3882) | bool INPLACE_OPERATION_MOD_BYTES_LONG(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_MOD_BYTES_FLOAT (line 3889) | static inline bool _INPLACE_OPERATION_MOD_BYTES_FLOAT(PyObject **operand... function INPLACE_OPERATION_MOD_BYTES_FLOAT (line 3965) | bool INPLACE_OPERATION_MOD_BYTES_FLOAT(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_MOD_BYTES_BYTES (line 3972) | static inline bool _INPLACE_OPERATION_MOD_BYTES_BYTES(PyObject **operand... function INPLACE_OPERATION_MOD_BYTES_BYTES (line 4006) | bool INPLACE_OPERATION_MOD_BYTES_BYTES(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_MOD_BYTES_UNICODE (line 4013) | static inline bool _INPLACE_OPERATION_MOD_BYTES_UNICODE(PyObject **opera... function INPLACE_OPERATION_MOD_BYTES_UNICODE (line 4089) | bool INPLACE_OPERATION_MOD_BYTES_UNICODE(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_MOD_BYTES_TUPLE (line 4096) | static inline bool _INPLACE_OPERATION_MOD_BYTES_TUPLE(PyObject **operand... function INPLACE_OPERATION_MOD_BYTES_TUPLE (line 4154) | bool INPLACE_OPERATION_MOD_BYTES_TUPLE(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_MOD_BYTES_LIST (line 4161) | static inline bool _INPLACE_OPERATION_MOD_BYTES_LIST(PyObject **operand1... function INPLACE_OPERATION_MOD_BYTES_LIST (line 4219) | bool INPLACE_OPERATION_MOD_BYTES_LIST(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_MOD_BYTES_DICT (line 4226) | static inline bool _INPLACE_OPERATION_MOD_BYTES_DICT(PyObject **operand1... function INPLACE_OPERATION_MOD_BYTES_DICT (line 4284) | bool INPLACE_OPERATION_MOD_BYTES_DICT(PyObject **operand1, PyObject *ope... function HEDLEY_NEVER_INLINE (line 4291) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_MOD_BYTES_OBJECT(PyO... function _INPLACE_OPERATION_MOD_BYTES_OBJECT (line 4418) | static inline bool _INPLACE_OPERATION_MOD_BYTES_OBJECT(PyObject **operan... function INPLACE_OPERATION_MOD_BYTES_OBJECT (line 4459) | bool INPLACE_OPERATION_MOD_BYTES_OBJECT(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_MOD_OBJECT_OBJECT (line 4465) | static inline bool _INPLACE_OPERATION_MOD_OBJECT_OBJECT(PyObject **opera... function INPLACE_OPERATION_MOD_OBJECT_OBJECT (line 4740) | bool INPLACE_OPERATION_MOD_OBJECT_OBJECT(PyObject **operand1, PyObject *... FILE: nuitka/build/static_src/HelpersOperationInplaceMult.c function _INPLACE_OPERATION_MULT_INT_INT (line 14) | static inline bool _INPLACE_OPERATION_MULT_INT_INT(PyObject **operand1, ... function INPLACE_OPERATION_MULT_INT_INT (line 98) | bool INPLACE_OPERATION_MULT_INT_INT(PyObject **operand1, PyObject *opera... function HEDLEY_NEVER_INLINE (line 105) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_MULT_OBJECT_INT(PyOb... function _INPLACE_OPERATION_MULT_OBJECT_INT (line 280) | static inline bool _INPLACE_OPERATION_MULT_OBJECT_INT(PyObject **operand... function INPLACE_OPERATION_MULT_OBJECT_INT (line 371) | bool INPLACE_OPERATION_MULT_OBJECT_INT(PyObject **operand1, PyObject *op... function HEDLEY_NEVER_INLINE (line 378) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_MULT_INT_OBJECT(PyOb... function _INPLACE_OPERATION_MULT_INT_OBJECT (line 555) | static inline bool _INPLACE_OPERATION_MULT_INT_OBJECT(PyObject **operand... function INPLACE_OPERATION_MULT_INT_OBJECT (line 646) | bool INPLACE_OPERATION_MULT_INT_OBJECT(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_MULT_LONG_LONG (line 652) | static inline bool _INPLACE_OPERATION_MULT_LONG_LONG(PyObject **operand1... function INPLACE_OPERATION_MULT_LONG_LONG (line 693) | bool INPLACE_OPERATION_MULT_LONG_LONG(PyObject **operand1, PyObject *ope... function HEDLEY_NEVER_INLINE (line 698) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_MULT_OBJECT_LONG(PyO... function _INPLACE_OPERATION_MULT_OBJECT_LONG (line 877) | static inline bool _INPLACE_OPERATION_MULT_OBJECT_LONG(PyObject **operan... function INPLACE_OPERATION_MULT_OBJECT_LONG (line 925) | bool INPLACE_OPERATION_MULT_OBJECT_LONG(PyObject **operand1, PyObject *o... function HEDLEY_NEVER_INLINE (line 930) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_MULT_LONG_OBJECT(PyO... function _INPLACE_OPERATION_MULT_LONG_OBJECT (line 1111) | static inline bool _INPLACE_OPERATION_MULT_LONG_OBJECT(PyObject **operan... function INPLACE_OPERATION_MULT_LONG_OBJECT (line 1159) | bool INPLACE_OPERATION_MULT_LONG_OBJECT(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_MULT_FLOAT_FLOAT (line 1164) | static inline bool _INPLACE_OPERATION_MULT_FLOAT_FLOAT(PyObject **operan... function INPLACE_OPERATION_MULT_FLOAT_FLOAT (line 1212) | bool INPLACE_OPERATION_MULT_FLOAT_FLOAT(PyObject **operand1, PyObject *o... function HEDLEY_NEVER_INLINE (line 1217) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_MULT_OBJECT_FLOAT(Py... function _INPLACE_OPERATION_MULT_OBJECT_FLOAT (line 1392) | static inline bool _INPLACE_OPERATION_MULT_OBJECT_FLOAT(PyObject **opera... function INPLACE_OPERATION_MULT_OBJECT_FLOAT (line 1447) | bool INPLACE_OPERATION_MULT_OBJECT_FLOAT(PyObject **operand1, PyObject *... function HEDLEY_NEVER_INLINE (line 1452) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_MULT_FLOAT_OBJECT(Py... function _INPLACE_OPERATION_MULT_FLOAT_OBJECT (line 1629) | static inline bool _INPLACE_OPERATION_MULT_FLOAT_OBJECT(PyObject **opera... function INPLACE_OPERATION_MULT_FLOAT_OBJECT (line 1684) | bool INPLACE_OPERATION_MULT_FLOAT_OBJECT(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_MULT_FLOAT_LONG (line 1689) | static inline bool _INPLACE_OPERATION_MULT_FLOAT_LONG(PyObject **operand... function INPLACE_OPERATION_MULT_FLOAT_LONG (line 1758) | bool INPLACE_OPERATION_MULT_FLOAT_LONG(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_MULT_LONG_FLOAT (line 1763) | static inline bool _INPLACE_OPERATION_MULT_LONG_FLOAT(PyObject **operand... function INPLACE_OPERATION_MULT_LONG_FLOAT (line 1838) | bool INPLACE_OPERATION_MULT_LONG_FLOAT(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_MULT_FLOAT_INT (line 1844) | static inline bool _INPLACE_OPERATION_MULT_FLOAT_INT(PyObject **operand1... function INPLACE_OPERATION_MULT_FLOAT_INT (line 1909) | bool INPLACE_OPERATION_MULT_FLOAT_INT(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_MULT_INT_FLOAT (line 1916) | static inline bool _INPLACE_OPERATION_MULT_INT_FLOAT(PyObject **operand1... function INPLACE_OPERATION_MULT_INT_FLOAT (line 1987) | bool INPLACE_OPERATION_MULT_INT_FLOAT(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_MULT_LONG_INT (line 1994) | static inline bool _INPLACE_OPERATION_MULT_LONG_INT(PyObject **operand1,... function INPLACE_OPERATION_MULT_LONG_INT (line 2059) | bool INPLACE_OPERATION_MULT_LONG_INT(PyObject **operand1, PyObject *oper... function _INPLACE_OPERATION_MULT_INT_LONG (line 2066) | static inline bool _INPLACE_OPERATION_MULT_INT_LONG(PyObject **operand1,... function INPLACE_OPERATION_MULT_INT_LONG (line 2137) | bool INPLACE_OPERATION_MULT_INT_LONG(PyObject **operand1, PyObject *oper... function _INPLACE_OPERATION_MULT_INT_CLONG (line 2144) | static inline bool _INPLACE_OPERATION_MULT_INT_CLONG(PyObject **operand1... function INPLACE_OPERATION_MULT_INT_CLONG (line 2226) | bool INPLACE_OPERATION_MULT_INT_CLONG(PyObject **operand1, long operand2) { function _INPLACE_OPERATION_MULT_FLOAT_CFLOAT (line 2232) | static inline bool _INPLACE_OPERATION_MULT_FLOAT_CFLOAT(PyObject **opera... function INPLACE_OPERATION_MULT_FLOAT_CFLOAT (line 2276) | bool INPLACE_OPERATION_MULT_FLOAT_CFLOAT(PyObject **operand1, double ope... function _INPLACE_OPERATION_MULT_STR_INT (line 2282) | static inline bool _INPLACE_OPERATION_MULT_STR_INT(PyObject **operand1, ... function INPLACE_OPERATION_MULT_STR_INT (line 2352) | bool INPLACE_OPERATION_MULT_STR_INT(PyObject **operand1, PyObject *opera... function _INPLACE_OPERATION_MULT_INT_STR (line 2359) | static inline bool _INPLACE_OPERATION_MULT_INT_STR(PyObject **operand1, ... function INPLACE_OPERATION_MULT_INT_STR (line 2436) | bool INPLACE_OPERATION_MULT_INT_STR(PyObject **operand1, PyObject *opera... function _INPLACE_OPERATION_MULT_UNICODE_INT (line 2443) | static inline bool _INPLACE_OPERATION_MULT_UNICODE_INT(PyObject **operan... function INPLACE_OPERATION_MULT_UNICODE_INT (line 2513) | bool INPLACE_OPERATION_MULT_UNICODE_INT(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_MULT_INT_UNICODE (line 2520) | static inline bool _INPLACE_OPERATION_MULT_INT_UNICODE(PyObject **operan... function INPLACE_OPERATION_MULT_INT_UNICODE (line 2597) | bool INPLACE_OPERATION_MULT_INT_UNICODE(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_MULT_TUPLE_INT (line 2604) | static inline bool _INPLACE_OPERATION_MULT_TUPLE_INT(PyObject **operand1... function INPLACE_OPERATION_MULT_TUPLE_INT (line 2674) | bool INPLACE_OPERATION_MULT_TUPLE_INT(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_MULT_INT_TUPLE (line 2681) | static inline bool _INPLACE_OPERATION_MULT_INT_TUPLE(PyObject **operand1... function INPLACE_OPERATION_MULT_INT_TUPLE (line 2758) | bool INPLACE_OPERATION_MULT_INT_TUPLE(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_MULT_LIST_INT (line 2765) | static inline bool _INPLACE_OPERATION_MULT_LIST_INT(PyObject **operand1,... function INPLACE_OPERATION_MULT_LIST_INT (line 2835) | bool INPLACE_OPERATION_MULT_LIST_INT(PyObject **operand1, PyObject *oper... function _INPLACE_OPERATION_MULT_INT_LIST (line 2842) | static inline bool _INPLACE_OPERATION_MULT_INT_LIST(PyObject **operand1,... function INPLACE_OPERATION_MULT_INT_LIST (line 2919) | bool INPLACE_OPERATION_MULT_INT_LIST(PyObject **operand1, PyObject *oper... function _INPLACE_OPERATION_MULT_UNICODE_LONG (line 2926) | static inline bool _INPLACE_OPERATION_MULT_UNICODE_LONG(PyObject **opera... function INPLACE_OPERATION_MULT_UNICODE_LONG (line 3006) | bool INPLACE_OPERATION_MULT_UNICODE_LONG(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_MULT_LONG_UNICODE (line 3012) | static inline bool _INPLACE_OPERATION_MULT_LONG_UNICODE(PyObject **opera... function INPLACE_OPERATION_MULT_LONG_UNICODE (line 3103) | bool INPLACE_OPERATION_MULT_LONG_UNICODE(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_MULT_BYTES_LONG (line 3109) | static inline bool _INPLACE_OPERATION_MULT_BYTES_LONG(PyObject **operand... function INPLACE_OPERATION_MULT_BYTES_LONG (line 3185) | bool INPLACE_OPERATION_MULT_BYTES_LONG(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_MULT_LONG_BYTES (line 3192) | static inline bool _INPLACE_OPERATION_MULT_LONG_BYTES(PyObject **operand... function INPLACE_OPERATION_MULT_LONG_BYTES (line 3275) | bool INPLACE_OPERATION_MULT_LONG_BYTES(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_MULT_TUPLE_LONG (line 3281) | static inline bool _INPLACE_OPERATION_MULT_TUPLE_LONG(PyObject **operand... function INPLACE_OPERATION_MULT_TUPLE_LONG (line 3361) | bool INPLACE_OPERATION_MULT_TUPLE_LONG(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_MULT_LONG_TUPLE (line 3366) | static inline bool _INPLACE_OPERATION_MULT_LONG_TUPLE(PyObject **operand... function INPLACE_OPERATION_MULT_LONG_TUPLE (line 3457) | bool INPLACE_OPERATION_MULT_LONG_TUPLE(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_MULT_LIST_LONG (line 3462) | static inline bool _INPLACE_OPERATION_MULT_LIST_LONG(PyObject **operand1... function INPLACE_OPERATION_MULT_LIST_LONG (line 3542) | bool INPLACE_OPERATION_MULT_LIST_LONG(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_MULT_LONG_LIST (line 3547) | static inline bool _INPLACE_OPERATION_MULT_LONG_LIST(PyObject **operand1... function INPLACE_OPERATION_MULT_LONG_LIST (line 3638) | bool INPLACE_OPERATION_MULT_LONG_LIST(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_MULT_STR_OBJECT (line 3644) | static inline bool _INPLACE_OPERATION_MULT_STR_OBJECT(PyObject **operand... function INPLACE_OPERATION_MULT_STR_OBJECT (line 3783) | bool INPLACE_OPERATION_MULT_STR_OBJECT(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_MULT_UNICODE_OBJECT (line 3789) | static inline bool _INPLACE_OPERATION_MULT_UNICODE_OBJECT(PyObject **ope... function INPLACE_OPERATION_MULT_UNICODE_OBJECT (line 3928) | bool INPLACE_OPERATION_MULT_UNICODE_OBJECT(PyObject **operand1, PyObject... function _INPLACE_OPERATION_MULT_BYTES_OBJECT (line 3934) | static inline bool _INPLACE_OPERATION_MULT_BYTES_OBJECT(PyObject **opera... function INPLACE_OPERATION_MULT_BYTES_OBJECT (line 4073) | bool INPLACE_OPERATION_MULT_BYTES_OBJECT(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_MULT_TUPLE_OBJECT (line 4079) | static inline bool _INPLACE_OPERATION_MULT_TUPLE_OBJECT(PyObject **opera... function INPLACE_OPERATION_MULT_TUPLE_OBJECT (line 4218) | bool INPLACE_OPERATION_MULT_TUPLE_OBJECT(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_MULT_LIST_OBJECT (line 4223) | static inline bool _INPLACE_OPERATION_MULT_LIST_OBJECT(PyObject **operan... function INPLACE_OPERATION_MULT_LIST_OBJECT (line 4362) | bool INPLACE_OPERATION_MULT_LIST_OBJECT(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_MULT_OBJECT_OBJECT (line 4367) | static inline bool _INPLACE_OPERATION_MULT_OBJECT_OBJECT(PyObject **oper... function INPLACE_OPERATION_MULT_OBJECT_OBJECT (line 4667) | bool INPLACE_OPERATION_MULT_OBJECT_OBJECT(PyObject **operand1, PyObject ... FILE: nuitka/build/static_src/HelpersOperationInplaceOlddiv.c function _INPLACE_OPERATION_OLDDIV_INT_INT (line 14) | static inline bool _INPLACE_OPERATION_OLDDIV_INT_INT(PyObject **operand1... function INPLACE_OPERATION_OLDDIV_INT_INT (line 106) | bool INPLACE_OPERATION_OLDDIV_INT_INT(PyObject **operand1, PyObject *ope... function HEDLEY_NEVER_INLINE (line 113) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_OLDDIV_OBJECT_INT(Py... function _INPLACE_OPERATION_OLDDIV_OBJECT_INT (line 272) | static inline bool _INPLACE_OPERATION_OLDDIV_OBJECT_INT(PyObject **opera... function INPLACE_OPERATION_OLDDIV_OBJECT_INT (line 371) | bool INPLACE_OPERATION_OLDDIV_OBJECT_INT(PyObject **operand1, PyObject *... function HEDLEY_NEVER_INLINE (line 378) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_OLDDIV_INT_OBJECT(Py... function _INPLACE_OPERATION_OLDDIV_INT_OBJECT (line 539) | static inline bool _INPLACE_OPERATION_OLDDIV_INT_OBJECT(PyObject **opera... function INPLACE_OPERATION_OLDDIV_INT_OBJECT (line 638) | bool INPLACE_OPERATION_OLDDIV_INT_OBJECT(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_OLDDIV_LONG_LONG (line 645) | static inline bool _INPLACE_OPERATION_OLDDIV_LONG_LONG(PyObject **operan... function INPLACE_OPERATION_OLDDIV_LONG_LONG (line 686) | bool INPLACE_OPERATION_OLDDIV_LONG_LONG(PyObject **operand1, PyObject *o... function HEDLEY_NEVER_INLINE (line 693) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_OLDDIV_OBJECT_LONG(P... function _INPLACE_OPERATION_OLDDIV_OBJECT_LONG (line 856) | static inline bool _INPLACE_OPERATION_OLDDIV_OBJECT_LONG(PyObject **oper... function INPLACE_OPERATION_OLDDIV_OBJECT_LONG (line 904) | bool INPLACE_OPERATION_OLDDIV_OBJECT_LONG(PyObject **operand1, PyObject ... function HEDLEY_NEVER_INLINE (line 911) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_OLDDIV_LONG_OBJECT(P... function _INPLACE_OPERATION_OLDDIV_LONG_OBJECT (line 1076) | static inline bool _INPLACE_OPERATION_OLDDIV_LONG_OBJECT(PyObject **oper... function INPLACE_OPERATION_OLDDIV_LONG_OBJECT (line 1124) | bool INPLACE_OPERATION_OLDDIV_LONG_OBJECT(PyObject **operand1, PyObject ... function _INPLACE_OPERATION_OLDDIV_FLOAT_FLOAT (line 1131) | static inline bool _INPLACE_OPERATION_OLDDIV_FLOAT_FLOAT(PyObject **oper... function INPLACE_OPERATION_OLDDIV_FLOAT_FLOAT (line 1191) | bool INPLACE_OPERATION_OLDDIV_FLOAT_FLOAT(PyObject **operand1, PyObject ... function HEDLEY_NEVER_INLINE (line 1198) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_OLDDIV_OBJECT_FLOAT(... function _INPLACE_OPERATION_OLDDIV_OBJECT_FLOAT (line 1357) | static inline bool _INPLACE_OPERATION_OLDDIV_OBJECT_FLOAT(PyObject **ope... function INPLACE_OPERATION_OLDDIV_OBJECT_FLOAT (line 1424) | bool INPLACE_OPERATION_OLDDIV_OBJECT_FLOAT(PyObject **operand1, PyObject... function HEDLEY_NEVER_INLINE (line 1431) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_OLDDIV_FLOAT_OBJECT(... function _INPLACE_OPERATION_OLDDIV_FLOAT_OBJECT (line 1592) | static inline bool _INPLACE_OPERATION_OLDDIV_FLOAT_OBJECT(PyObject **ope... function INPLACE_OPERATION_OLDDIV_FLOAT_OBJECT (line 1659) | bool INPLACE_OPERATION_OLDDIV_FLOAT_OBJECT(PyObject **operand1, PyObject... function _INPLACE_OPERATION_OLDDIV_FLOAT_LONG (line 1666) | static inline bool _INPLACE_OPERATION_OLDDIV_FLOAT_LONG(PyObject **opera... function INPLACE_OPERATION_OLDDIV_FLOAT_LONG (line 1729) | bool INPLACE_OPERATION_OLDDIV_FLOAT_LONG(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_OLDDIV_LONG_FLOAT (line 1736) | static inline bool _INPLACE_OPERATION_OLDDIV_LONG_FLOAT(PyObject **opera... function INPLACE_OPERATION_OLDDIV_LONG_FLOAT (line 1805) | bool INPLACE_OPERATION_OLDDIV_LONG_FLOAT(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_OLDDIV_FLOAT_INT (line 1812) | static inline bool _INPLACE_OPERATION_OLDDIV_FLOAT_INT(PyObject **operan... function INPLACE_OPERATION_OLDDIV_FLOAT_INT (line 1871) | bool INPLACE_OPERATION_OLDDIV_FLOAT_INT(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_OLDDIV_INT_FLOAT (line 1878) | static inline bool _INPLACE_OPERATION_OLDDIV_INT_FLOAT(PyObject **operan... function INPLACE_OPERATION_OLDDIV_INT_FLOAT (line 1943) | bool INPLACE_OPERATION_OLDDIV_INT_FLOAT(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_OLDDIV_LONG_INT (line 1950) | static inline bool _INPLACE_OPERATION_OLDDIV_LONG_INT(PyObject **operand... function INPLACE_OPERATION_OLDDIV_LONG_INT (line 2009) | bool INPLACE_OPERATION_OLDDIV_LONG_INT(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_OLDDIV_INT_LONG (line 2016) | static inline bool _INPLACE_OPERATION_OLDDIV_INT_LONG(PyObject **operand... function INPLACE_OPERATION_OLDDIV_INT_LONG (line 2081) | bool INPLACE_OPERATION_OLDDIV_INT_LONG(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_OLDDIV_INT_CLONG (line 2088) | static inline bool _INPLACE_OPERATION_OLDDIV_INT_CLONG(PyObject **operan... function INPLACE_OPERATION_OLDDIV_INT_CLONG (line 2178) | bool INPLACE_OPERATION_OLDDIV_INT_CLONG(PyObject **operand1, long operan... function _INPLACE_OPERATION_OLDDIV_FLOAT_CFLOAT (line 2185) | static inline bool _INPLACE_OPERATION_OLDDIV_FLOAT_CFLOAT(PyObject **ope... function INPLACE_OPERATION_OLDDIV_FLOAT_CFLOAT (line 2241) | bool INPLACE_OPERATION_OLDDIV_FLOAT_CFLOAT(PyObject **operand1, double o... function _INPLACE_OPERATION_OLDDIV_OBJECT_OBJECT (line 2248) | static inline bool _INPLACE_OPERATION_OLDDIV_OBJECT_OBJECT(PyObject **op... function INPLACE_OPERATION_OLDDIV_OBJECT_OBJECT (line 2530) | bool INPLACE_OPERATION_OLDDIV_OBJECT_OBJECT(PyObject **operand1, PyObjec... FILE: nuitka/build/static_src/HelpersOperationInplacePow.c function _INPLACE_OPERATION_POW_FLOAT_FLOAT (line 13) | static inline bool _INPLACE_OPERATION_POW_FLOAT_FLOAT(PyObject **operand... function INPLACE_OPERATION_POW_FLOAT_FLOAT (line 184) | bool INPLACE_OPERATION_POW_FLOAT_FLOAT(PyObject **operand1, PyObject *op... function HEDLEY_NEVER_INLINE (line 189) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_POW_OBJECT_FLOAT(PyO... function _INPLACE_OPERATION_POW_OBJECT_FLOAT (line 348) | static inline bool _INPLACE_OPERATION_POW_OBJECT_FLOAT(PyObject **operan... function INPLACE_OPERATION_POW_OBJECT_FLOAT (line 526) | bool INPLACE_OPERATION_POW_OBJECT_FLOAT(PyObject **operand1, PyObject *o... function HEDLEY_NEVER_INLINE (line 531) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_POW_FLOAT_OBJECT(PyO... function _INPLACE_OPERATION_POW_FLOAT_OBJECT (line 692) | static inline bool _INPLACE_OPERATION_POW_FLOAT_OBJECT(PyObject **operan... function INPLACE_OPERATION_POW_FLOAT_OBJECT (line 870) | bool INPLACE_OPERATION_POW_FLOAT_OBJECT(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_POW_LONG_LONG (line 875) | static inline bool _INPLACE_OPERATION_POW_LONG_LONG(PyObject **operand1,... function INPLACE_OPERATION_POW_LONG_LONG (line 916) | bool INPLACE_OPERATION_POW_LONG_LONG(PyObject **operand1, PyObject *oper... function HEDLEY_NEVER_INLINE (line 921) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_POW_OBJECT_LONG(PyOb... function _INPLACE_OPERATION_POW_OBJECT_LONG (line 1084) | static inline bool _INPLACE_OPERATION_POW_OBJECT_LONG(PyObject **operand... function INPLACE_OPERATION_POW_OBJECT_LONG (line 1132) | bool INPLACE_OPERATION_POW_OBJECT_LONG(PyObject **operand1, PyObject *op... function HEDLEY_NEVER_INLINE (line 1137) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_POW_LONG_OBJECT(PyOb... function _INPLACE_OPERATION_POW_LONG_OBJECT (line 1302) | static inline bool _INPLACE_OPERATION_POW_LONG_OBJECT(PyObject **operand... function INPLACE_OPERATION_POW_LONG_OBJECT (line 1350) | bool INPLACE_OPERATION_POW_LONG_OBJECT(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_POW_INT_INT (line 1356) | static inline bool _INPLACE_OPERATION_POW_INT_INT(PyObject **operand1, P... function INPLACE_OPERATION_POW_INT_INT (line 1474) | bool INPLACE_OPERATION_POW_INT_INT(PyObject **operand1, PyObject *operan... function HEDLEY_NEVER_INLINE (line 1481) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_POW_OBJECT_INT(PyObj... function _INPLACE_OPERATION_POW_OBJECT_INT (line 1640) | static inline bool _INPLACE_OPERATION_POW_OBJECT_INT(PyObject **operand1... function INPLACE_OPERATION_POW_OBJECT_INT (line 1765) | bool INPLACE_OPERATION_POW_OBJECT_INT(PyObject **operand1, PyObject *ope... function HEDLEY_NEVER_INLINE (line 1772) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_POW_INT_OBJECT(PyObj... function _INPLACE_OPERATION_POW_INT_OBJECT (line 1933) | static inline bool _INPLACE_OPERATION_POW_INT_OBJECT(PyObject **operand1... function INPLACE_OPERATION_POW_INT_OBJECT (line 2058) | bool INPLACE_OPERATION_POW_INT_OBJECT(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_POW_FLOAT_LONG (line 2064) | static inline bool _INPLACE_OPERATION_POW_FLOAT_LONG(PyObject **operand1... function INPLACE_OPERATION_POW_FLOAT_LONG (line 2127) | bool INPLACE_OPERATION_POW_FLOAT_LONG(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_POW_LONG_FLOAT (line 2132) | static inline bool _INPLACE_OPERATION_POW_LONG_FLOAT(PyObject **operand1... function INPLACE_OPERATION_POW_LONG_FLOAT (line 2201) | bool INPLACE_OPERATION_POW_LONG_FLOAT(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_POW_FLOAT_INT (line 2207) | static inline bool _INPLACE_OPERATION_POW_FLOAT_INT(PyObject **operand1,... function INPLACE_OPERATION_POW_FLOAT_INT (line 2266) | bool INPLACE_OPERATION_POW_FLOAT_INT(PyObject **operand1, PyObject *oper... function _INPLACE_OPERATION_POW_INT_FLOAT (line 2273) | static inline bool _INPLACE_OPERATION_POW_INT_FLOAT(PyObject **operand1,... function INPLACE_OPERATION_POW_INT_FLOAT (line 2338) | bool INPLACE_OPERATION_POW_INT_FLOAT(PyObject **operand1, PyObject *oper... function _INPLACE_OPERATION_POW_LONG_INT (line 2345) | static inline bool _INPLACE_OPERATION_POW_LONG_INT(PyObject **operand1, ... function INPLACE_OPERATION_POW_LONG_INT (line 2404) | bool INPLACE_OPERATION_POW_LONG_INT(PyObject **operand1, PyObject *opera... function _INPLACE_OPERATION_POW_INT_LONG (line 2411) | static inline bool _INPLACE_OPERATION_POW_INT_LONG(PyObject **operand1, ... function INPLACE_OPERATION_POW_INT_LONG (line 2476) | bool INPLACE_OPERATION_POW_INT_LONG(PyObject **operand1, PyObject *opera... function _INPLACE_OPERATION_POW_OBJECT_OBJECT (line 2482) | static inline bool _INPLACE_OPERATION_POW_OBJECT_OBJECT(PyObject **opera... function INPLACE_OPERATION_POW_OBJECT_OBJECT (line 2790) | bool INPLACE_OPERATION_POW_OBJECT_OBJECT(PyObject **operand1, PyObject *... FILE: nuitka/build/static_src/HelpersOperationInplaceRshift.c function _INPLACE_OPERATION_RSHIFT_LONG_LONG (line 13) | static inline bool _INPLACE_OPERATION_RSHIFT_LONG_LONG(PyObject **operan... function INPLACE_OPERATION_RSHIFT_LONG_LONG (line 54) | bool INPLACE_OPERATION_RSHIFT_LONG_LONG(PyObject **operand1, PyObject *o... function HEDLEY_NEVER_INLINE (line 59) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_RSHIFT_OBJECT_LONG(P... function _INPLACE_OPERATION_RSHIFT_OBJECT_LONG (line 222) | static inline bool _INPLACE_OPERATION_RSHIFT_OBJECT_LONG(PyObject **oper... function INPLACE_OPERATION_RSHIFT_OBJECT_LONG (line 270) | bool INPLACE_OPERATION_RSHIFT_OBJECT_LONG(PyObject **operand1, PyObject ... function HEDLEY_NEVER_INLINE (line 275) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_RSHIFT_LONG_OBJECT(P... function _INPLACE_OPERATION_RSHIFT_LONG_OBJECT (line 440) | static inline bool _INPLACE_OPERATION_RSHIFT_LONG_OBJECT(PyObject **oper... function INPLACE_OPERATION_RSHIFT_LONG_OBJECT (line 488) | bool INPLACE_OPERATION_RSHIFT_LONG_OBJECT(PyObject **operand1, PyObject ... function _INPLACE_OPERATION_RSHIFT_INT_INT (line 494) | static inline bool _INPLACE_OPERATION_RSHIFT_INT_INT(PyObject **operand1... function INPLACE_OPERATION_RSHIFT_INT_INT (line 580) | bool INPLACE_OPERATION_RSHIFT_INT_INT(PyObject **operand1, PyObject *ope... function HEDLEY_NEVER_INLINE (line 587) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_RSHIFT_OBJECT_INT(Py... function _INPLACE_OPERATION_RSHIFT_OBJECT_INT (line 746) | static inline bool _INPLACE_OPERATION_RSHIFT_OBJECT_INT(PyObject **opera... function INPLACE_OPERATION_RSHIFT_OBJECT_INT (line 839) | bool INPLACE_OPERATION_RSHIFT_OBJECT_INT(PyObject **operand1, PyObject *... function HEDLEY_NEVER_INLINE (line 846) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_RSHIFT_INT_OBJECT(Py... function _INPLACE_OPERATION_RSHIFT_INT_OBJECT (line 1007) | static inline bool _INPLACE_OPERATION_RSHIFT_INT_OBJECT(PyObject **opera... function INPLACE_OPERATION_RSHIFT_INT_OBJECT (line 1100) | bool INPLACE_OPERATION_RSHIFT_INT_OBJECT(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_RSHIFT_LONG_INT (line 1107) | static inline bool _INPLACE_OPERATION_RSHIFT_LONG_INT(PyObject **operand... function INPLACE_OPERATION_RSHIFT_LONG_INT (line 1166) | bool INPLACE_OPERATION_RSHIFT_LONG_INT(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_RSHIFT_INT_LONG (line 1173) | static inline bool _INPLACE_OPERATION_RSHIFT_INT_LONG(PyObject **operand... function INPLACE_OPERATION_RSHIFT_INT_LONG (line 1238) | bool INPLACE_OPERATION_RSHIFT_INT_LONG(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_RSHIFT_OBJECT_OBJECT (line 1244) | static inline bool _INPLACE_OPERATION_RSHIFT_OBJECT_OBJECT(PyObject **op... function INPLACE_OPERATION_RSHIFT_OBJECT_OBJECT (line 1517) | bool INPLACE_OPERATION_RSHIFT_OBJECT_OBJECT(PyObject **operand1, PyObjec... FILE: nuitka/build/static_src/HelpersOperationInplaceSub.c function _INPLACE_OPERATION_SUB_INT_INT (line 14) | static inline bool _INPLACE_OPERATION_SUB_INT_INT(PyObject **operand1, P... function INPLACE_OPERATION_SUB_INT_INT (line 87) | bool INPLACE_OPERATION_SUB_INT_INT(PyObject **operand1, PyObject *operan... function HEDLEY_NEVER_INLINE (line 94) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_SUB_OBJECT_INT(PyObj... function _INPLACE_OPERATION_SUB_OBJECT_INT (line 253) | static inline bool _INPLACE_OPERATION_SUB_OBJECT_INT(PyObject **operand1... function INPLACE_OPERATION_SUB_OBJECT_INT (line 333) | bool INPLACE_OPERATION_SUB_OBJECT_INT(PyObject **operand1, PyObject *ope... function HEDLEY_NEVER_INLINE (line 340) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_SUB_INT_OBJECT(PyObj... function _INPLACE_OPERATION_SUB_INT_OBJECT (line 501) | static inline bool _INPLACE_OPERATION_SUB_INT_OBJECT(PyObject **operand1... function INPLACE_OPERATION_SUB_INT_OBJECT (line 581) | bool INPLACE_OPERATION_SUB_INT_OBJECT(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_SUB_LONG_LONG (line 587) | static inline bool _INPLACE_OPERATION_SUB_LONG_LONG(PyObject **operand1,... function INPLACE_OPERATION_SUB_LONG_LONG (line 706) | bool INPLACE_OPERATION_SUB_LONG_LONG(PyObject **operand1, PyObject *oper... function HEDLEY_NEVER_INLINE (line 711) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_SUB_OBJECT_LONG(PyOb... function _INPLACE_OPERATION_SUB_OBJECT_LONG (line 874) | static inline bool _INPLACE_OPERATION_SUB_OBJECT_LONG(PyObject **operand... function INPLACE_OPERATION_SUB_OBJECT_LONG (line 1000) | bool INPLACE_OPERATION_SUB_OBJECT_LONG(PyObject **operand1, PyObject *op... function HEDLEY_NEVER_INLINE (line 1005) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_SUB_LONG_OBJECT(PyOb... function _INPLACE_OPERATION_SUB_LONG_OBJECT (line 1170) | static inline bool _INPLACE_OPERATION_SUB_LONG_OBJECT(PyObject **operand... function INPLACE_OPERATION_SUB_LONG_OBJECT (line 1296) | bool INPLACE_OPERATION_SUB_LONG_OBJECT(PyObject **operand1, PyObject *op... function _INPLACE_OPERATION_SUB_FLOAT_FLOAT (line 1301) | static inline bool _INPLACE_OPERATION_SUB_FLOAT_FLOAT(PyObject **operand... function INPLACE_OPERATION_SUB_FLOAT_FLOAT (line 1349) | bool INPLACE_OPERATION_SUB_FLOAT_FLOAT(PyObject **operand1, PyObject *op... function HEDLEY_NEVER_INLINE (line 1354) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_SUB_OBJECT_FLOAT(PyO... function _INPLACE_OPERATION_SUB_OBJECT_FLOAT (line 1513) | static inline bool _INPLACE_OPERATION_SUB_OBJECT_FLOAT(PyObject **operan... function INPLACE_OPERATION_SUB_OBJECT_FLOAT (line 1568) | bool INPLACE_OPERATION_SUB_OBJECT_FLOAT(PyObject **operand1, PyObject *o... function HEDLEY_NEVER_INLINE (line 1573) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_SUB_FLOAT_OBJECT(PyO... function _INPLACE_OPERATION_SUB_FLOAT_OBJECT (line 1734) | static inline bool _INPLACE_OPERATION_SUB_FLOAT_OBJECT(PyObject **operan... function INPLACE_OPERATION_SUB_FLOAT_OBJECT (line 1789) | bool INPLACE_OPERATION_SUB_FLOAT_OBJECT(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_SUB_FLOAT_LONG (line 1794) | static inline bool _INPLACE_OPERATION_SUB_FLOAT_LONG(PyObject **operand1... function INPLACE_OPERATION_SUB_FLOAT_LONG (line 1857) | bool INPLACE_OPERATION_SUB_FLOAT_LONG(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_SUB_LONG_FLOAT (line 1862) | static inline bool _INPLACE_OPERATION_SUB_LONG_FLOAT(PyObject **operand1... function INPLACE_OPERATION_SUB_LONG_FLOAT (line 1931) | bool INPLACE_OPERATION_SUB_LONG_FLOAT(PyObject **operand1, PyObject *ope... function _INPLACE_OPERATION_SUB_FLOAT_INT (line 1937) | static inline bool _INPLACE_OPERATION_SUB_FLOAT_INT(PyObject **operand1,... function INPLACE_OPERATION_SUB_FLOAT_INT (line 1996) | bool INPLACE_OPERATION_SUB_FLOAT_INT(PyObject **operand1, PyObject *oper... function _INPLACE_OPERATION_SUB_INT_FLOAT (line 2003) | static inline bool _INPLACE_OPERATION_SUB_INT_FLOAT(PyObject **operand1,... function INPLACE_OPERATION_SUB_INT_FLOAT (line 2068) | bool INPLACE_OPERATION_SUB_INT_FLOAT(PyObject **operand1, PyObject *oper... function _INPLACE_OPERATION_SUB_LONG_INT (line 2075) | static inline bool _INPLACE_OPERATION_SUB_LONG_INT(PyObject **operand1, ... function INPLACE_OPERATION_SUB_LONG_INT (line 2134) | bool INPLACE_OPERATION_SUB_LONG_INT(PyObject **operand1, PyObject *opera... function _INPLACE_OPERATION_SUB_INT_LONG (line 2141) | static inline bool _INPLACE_OPERATION_SUB_INT_LONG(PyObject **operand1, ... function INPLACE_OPERATION_SUB_INT_LONG (line 2206) | bool INPLACE_OPERATION_SUB_INT_LONG(PyObject **operand1, PyObject *opera... function _INPLACE_OPERATION_SUB_INT_CLONG (line 2213) | static inline bool _INPLACE_OPERATION_SUB_INT_CLONG(PyObject **operand1,... function INPLACE_OPERATION_SUB_INT_CLONG (line 2284) | bool INPLACE_OPERATION_SUB_INT_CLONG(PyObject **operand1, long operand2) { function _INPLACE_OPERATION_SUB_LONG_DIGIT (line 2291) | static inline bool _INPLACE_OPERATION_SUB_LONG_DIGIT(PyObject **operand1... function INPLACE_OPERATION_SUB_LONG_DIGIT (line 2407) | bool INPLACE_OPERATION_SUB_LONG_DIGIT(PyObject **operand1, long operand2) { function _INPLACE_OPERATION_SUB_FLOAT_CFLOAT (line 2412) | static inline bool _INPLACE_OPERATION_SUB_FLOAT_CFLOAT(PyObject **operan... function INPLACE_OPERATION_SUB_FLOAT_CFLOAT (line 2456) | bool INPLACE_OPERATION_SUB_FLOAT_CFLOAT(PyObject **operand1, double oper... function _INPLACE_OPERATION_SUB_OBJECT_OBJECT (line 2461) | static inline bool _INPLACE_OPERATION_SUB_OBJECT_OBJECT(PyObject **opera... function INPLACE_OPERATION_SUB_OBJECT_OBJECT (line 2724) | bool INPLACE_OPERATION_SUB_OBJECT_OBJECT(PyObject **operand1, PyObject *... FILE: nuitka/build/static_src/HelpersOperationInplaceTruediv.c function _INPLACE_OPERATION_TRUEDIV_INT_INT (line 14) | static inline bool _INPLACE_OPERATION_TRUEDIV_INT_INT(PyObject **operand... function INPLACE_OPERATION_TRUEDIV_INT_INT (line 121) | bool INPLACE_OPERATION_TRUEDIV_INT_INT(PyObject **operand1, PyObject *op... function HEDLEY_NEVER_INLINE (line 128) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_TRUEDIV_OBJECT_INT(P... function _INPLACE_OPERATION_TRUEDIV_OBJECT_INT (line 288) | static inline bool _INPLACE_OPERATION_TRUEDIV_OBJECT_INT(PyObject **oper... function INPLACE_OPERATION_TRUEDIV_OBJECT_INT (line 402) | bool INPLACE_OPERATION_TRUEDIV_OBJECT_INT(PyObject **operand1, PyObject ... function HEDLEY_NEVER_INLINE (line 409) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_TRUEDIV_INT_OBJECT(P... function _INPLACE_OPERATION_TRUEDIV_INT_OBJECT (line 570) | static inline bool _INPLACE_OPERATION_TRUEDIV_INT_OBJECT(PyObject **oper... function INPLACE_OPERATION_TRUEDIV_INT_OBJECT (line 684) | bool INPLACE_OPERATION_TRUEDIV_INT_OBJECT(PyObject **operand1, PyObject ... function _INPLACE_OPERATION_TRUEDIV_LONG_LONG (line 690) | static inline bool _INPLACE_OPERATION_TRUEDIV_LONG_LONG(PyObject **opera... function INPLACE_OPERATION_TRUEDIV_LONG_LONG (line 731) | bool INPLACE_OPERATION_TRUEDIV_LONG_LONG(PyObject **operand1, PyObject *... function HEDLEY_NEVER_INLINE (line 736) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_TRUEDIV_OBJECT_LONG(... function _INPLACE_OPERATION_TRUEDIV_OBJECT_LONG (line 900) | static inline bool _INPLACE_OPERATION_TRUEDIV_OBJECT_LONG(PyObject **ope... function INPLACE_OPERATION_TRUEDIV_OBJECT_LONG (line 948) | bool INPLACE_OPERATION_TRUEDIV_OBJECT_LONG(PyObject **operand1, PyObject... function HEDLEY_NEVER_INLINE (line 953) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_TRUEDIV_LONG_OBJECT(... function _INPLACE_OPERATION_TRUEDIV_LONG_OBJECT (line 1118) | static inline bool _INPLACE_OPERATION_TRUEDIV_LONG_OBJECT(PyObject **ope... function INPLACE_OPERATION_TRUEDIV_LONG_OBJECT (line 1166) | bool INPLACE_OPERATION_TRUEDIV_LONG_OBJECT(PyObject **operand1, PyObject... function _INPLACE_OPERATION_TRUEDIV_FLOAT_FLOAT (line 1171) | static inline bool _INPLACE_OPERATION_TRUEDIV_FLOAT_FLOAT(PyObject **ope... function INPLACE_OPERATION_TRUEDIV_FLOAT_FLOAT (line 1231) | bool INPLACE_OPERATION_TRUEDIV_FLOAT_FLOAT(PyObject **operand1, PyObject... function HEDLEY_NEVER_INLINE (line 1236) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_TRUEDIV_OBJECT_FLOAT... function _INPLACE_OPERATION_TRUEDIV_OBJECT_FLOAT (line 1396) | static inline bool _INPLACE_OPERATION_TRUEDIV_OBJECT_FLOAT(PyObject **op... function INPLACE_OPERATION_TRUEDIV_OBJECT_FLOAT (line 1463) | bool INPLACE_OPERATION_TRUEDIV_OBJECT_FLOAT(PyObject **operand1, PyObjec... function HEDLEY_NEVER_INLINE (line 1468) | static HEDLEY_NEVER_INLINE bool __INPLACE_OPERATION_TRUEDIV_FLOAT_OBJECT... function _INPLACE_OPERATION_TRUEDIV_FLOAT_OBJECT (line 1629) | static inline bool _INPLACE_OPERATION_TRUEDIV_FLOAT_OBJECT(PyObject **op... function INPLACE_OPERATION_TRUEDIV_FLOAT_OBJECT (line 1696) | bool INPLACE_OPERATION_TRUEDIV_FLOAT_OBJECT(PyObject **operand1, PyObjec... function _INPLACE_OPERATION_TRUEDIV_FLOAT_LONG (line 1701) | static inline bool _INPLACE_OPERATION_TRUEDIV_FLOAT_LONG(PyObject **oper... function INPLACE_OPERATION_TRUEDIV_FLOAT_LONG (line 1764) | bool INPLACE_OPERATION_TRUEDIV_FLOAT_LONG(PyObject **operand1, PyObject ... function _INPLACE_OPERATION_TRUEDIV_LONG_FLOAT (line 1769) | static inline bool _INPLACE_OPERATION_TRUEDIV_LONG_FLOAT(PyObject **oper... function INPLACE_OPERATION_TRUEDIV_LONG_FLOAT (line 1838) | bool INPLACE_OPERATION_TRUEDIV_LONG_FLOAT(PyObject **operand1, PyObject ... function _INPLACE_OPERATION_TRUEDIV_FLOAT_INT (line 1844) | static inline bool _INPLACE_OPERATION_TRUEDIV_FLOAT_INT(PyObject **opera... function INPLACE_OPERATION_TRUEDIV_FLOAT_INT (line 1903) | bool INPLACE_OPERATION_TRUEDIV_FLOAT_INT(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_TRUEDIV_INT_FLOAT (line 1910) | static inline bool _INPLACE_OPERATION_TRUEDIV_INT_FLOAT(PyObject **opera... function INPLACE_OPERATION_TRUEDIV_INT_FLOAT (line 1975) | bool INPLACE_OPERATION_TRUEDIV_INT_FLOAT(PyObject **operand1, PyObject *... function _INPLACE_OPERATION_TRUEDIV_LONG_INT (line 1982) | static inline bool _INPLACE_OPERATION_TRUEDIV_LONG_INT(PyObject **operan... function INPLACE_OPERATION_TRUEDIV_LONG_INT (line 2041) | bool INPLACE_OPERATION_TRUEDIV_LONG_INT(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_TRUEDIV_INT_LONG (line 2048) | static inline bool _INPLACE_OPERATION_TRUEDIV_INT_LONG(PyObject **operan... function INPLACE_OPERATION_TRUEDIV_INT_LONG (line 2113) | bool INPLACE_OPERATION_TRUEDIV_INT_LONG(PyObject **operand1, PyObject *o... function _INPLACE_OPERATION_TRUEDIV_INT_CLONG (line 2120) | static inline bool _INPLACE_OPERATION_TRUEDIV_INT_CLONG(PyObject **opera... function INPLACE_OPERATION_TRUEDIV_INT_CLONG (line 2225) | bool INPLACE_OPERATION_TRUEDIV_INT_CLONG(PyObject **operand1, long opera... function _INPLACE_OPERATION_TRUEDIV_FLOAT_CFLOAT (line 2231) | static inline bool _INPLACE_OPERATION_TRUEDIV_FLOAT_CFLOAT(PyObject **op... function INPLACE_OPERATION_TRUEDIV_FLOAT_CFLOAT (line 2287) | bool INPLACE_OPERATION_TRUEDIV_FLOAT_CFLOAT(PyObject **operand1, double ... function _INPLACE_OPERATION_TRUEDIV_OBJECT_OBJECT (line 2292) | static inline bool _INPLACE_OPERATION_TRUEDIV_OBJECT_OBJECT(PyObject **o... function INPLACE_OPERATION_TRUEDIV_OBJECT_OBJECT (line 2590) | bool INPLACE_OPERATION_TRUEDIV_OBJECT_OBJECT(PyObject **operand1, PyObje... FILE: nuitka/build/static_src/HelpersProfiling.c type timespec (line 11) | struct timespec type timespec (line 11) | struct timespec type timespec (line 11) | struct timespec function getTimespecDiff (line 13) | static struct timespec getTimespecDiff(struct timespec start, struct tim... type timespec (line 30) | struct timespec function startProfiling (line 32) | void startProfiling(void) { function stopProfiling (line 60) | void stopProfiling(void) { FILE: nuitka/build/static_src/HelpersPythonPgo.c function PGO_getStringID (line 23) | uint32_t PGO_getStringID(char const *str) { function PGO_writeString (line 41) | static void PGO_writeString(char const *value) { function PGO_Initialize (line 46) | void PGO_Initialize(void) { function PGO_Finalize (line 69) | void PGO_Finalize(void) { function PGO_onProbePassed (line 86) | void PGO_onProbePassed(char const *probe_str, char const *module_name, u... function PGO_onModuleEntered (line 93) | void PGO_onModuleEntered(char const *module_name) { PGO_onProbePassed("M... function PGO_onModuleExit (line 94) | void PGO_onModuleExit(char const *module_name, bool error) { PGO_onProbe... function PGO_onTechnicalModule (line 95) | void PGO_onTechnicalModule(char const *module_name) { PGO_onProbePassed(... FILE: nuitka/build/static_src/HelpersRaising.c function FORMAT_TYPE_ERROR1 (line 13) | static void FORMAT_TYPE_ERROR1(PyObject **exception_type, PyObject **exc... function FORMAT_TYPE_ERROR2 (line 23) | static void FORMAT_TYPE_ERROR2(PyObject **exception_type, PyObject **exc... function RAISE_EXCEPTION_WITH_TYPE (line 41) | void RAISE_EXCEPTION_WITH_TYPE(PyThreadState *tstate, PyObject **excepti... function RAISE_EXCEPTION_WITH_CAUSE (line 106) | void RAISE_EXCEPTION_WITH_CAUSE(PyThreadState *tstate, PyObject **except... function RAISE_EXCEPTION_WITH_VALUE (line 203) | void RAISE_EXCEPTION_WITH_VALUE(PyThreadState *tstate, PyObject **except... function RAISE_EXCEPTION_IMPLICIT (line 261) | void RAISE_EXCEPTION_IMPLICIT(PyThreadState *tstate, PyObject **exceptio... function RAISE_EXCEPTION_WITH_TRACEBACK (line 307) | void RAISE_EXCEPTION_WITH_TRACEBACK(PyThreadState *tstate, PyObject **ex... function RERAISE_EXCEPTION (line 370) | bool RERAISE_EXCEPTION(PyObject **exception_type, PyObject **exception_v... function RAISE_CURRENT_EXCEPTION_NAME_ERROR (line 429) | void RAISE_CURRENT_EXCEPTION_NAME_ERROR(PyThreadState *tstate, PyObject ... function RAISE_CURRENT_EXCEPTION_GLOBAL_NAME_ERROR (line 446) | void RAISE_CURRENT_EXCEPTION_GLOBAL_NAME_ERROR(PyThreadState *tstate, Py... function RAISE_EXCEPTION_WITH_CAUSE_STATE (line 461) | void RAISE_EXCEPTION_WITH_CAUSE_STATE(PyThreadState *tstate, struct Nuit... FILE: nuitka/build/static_src/HelpersSafeStrings.c function copyStringSafe (line 22) | void copyStringSafe(char *buffer, char const *source, size_t buffer_size) { function copyStringSafeN (line 32) | void copyStringSafeN(char *buffer, char const *source, size_t n, size_t ... function copyStringSafeW (line 40) | void copyStringSafeW(wchar_t *buffer, wchar_t const *source, size_t buff... function appendStringSafe (line 53) | void appendStringSafe(char *target, char const *source, size_t buffer_si... function appendCharSafe (line 60) | void appendCharSafe(char *target, char c, size_t buffer_size) { function appendWStringSafeW (line 66) | void appendWStringSafeW(wchar_t *target, wchar_t const *source, size_t b... function appendCharSafeW (line 84) | void appendCharSafeW(wchar_t *target, char c, size_t buffer_size) { function appendStringSafeW (line 100) | void appendStringSafeW(wchar_t *target, char const *source, size_t buffe... function printOSErrorMessage (line 114) | void printOSErrorMessage(char const *message, error_code_t error_code) { FILE: nuitka/build/static_src/HelpersSequences.c function SEQUENCE_SET_ITEM (line 13) | bool SEQUENCE_SET_ITEM(PyObject *sequence, Py_ssize_t index, PyObject *v... function Py_ssize_t (line 45) | Py_ssize_t Nuitka_PyObject_Size(PyObject *sequence) { function PyObject (line 108) | PyObject *Nuitka_Number_IndexAsLong(PyObject *item) { FILE: nuitka/build/static_src/HelpersSlices.c function PyObject (line 12) | PyObject *Nuitka_Slice_New(PyObject *start, PyObject *stop, PyObject *st... FILE: nuitka/build/static_src/HelpersStrings.c function PyObject (line 15) | PyObject *STRING_FROM_CHAR(unsigned char c) { function PyObject (line 30) | PyObject *BUILTIN_CHR(PyThreadState *tstate, PyObject *value) { function PyObject (line 71) | PyObject *BUILTIN_ORD(PyObject *value) { function _NuitkaUnicode_FastCopyCharacters (line 178) | static void _NuitkaUnicode_FastCopyCharacters(PyObject *to, Py_ssize_t t... function _NuitkaUnicode_modifiable (line 226) | static int _NuitkaUnicode_modifiable(PyObject *unicode) { function PyObject (line 238) | static PyObject *_NuitkaUnicode_New(Py_ssize_t length) { function PyObject (line 277) | static PyObject *_NuitkaUnicode_resize_copy(PyObject *unicode, Py_ssize_... function PyObject (line 320) | static PyObject *_NuitkaUnicode_resize_compact(PyObject *unicode, Py_ssi... function _NuitkaUnicode_resize_inplace (line 377) | static int _NuitkaUnicode_resize_inplace(PyObject *unicode, Py_ssize_t l... function _NuitkaUnicode_resize (line 441) | static int _NuitkaUnicode_resize(PyObject **p_unicode, Py_ssize_t length) { function PyObject (line 485) | PyObject *UNICODE_CONCAT(PyThreadState *tstate, PyObject *left, PyObject... function UNICODE_APPEND (line 522) | bool UNICODE_APPEND(PyThreadState *tstate, PyObject **p_left, PyObject *... function PyObject (line 579) | PyObject *UNICODE_JOIN(PyThreadState *tstate, PyObject *str, PyObject *i... function PyObject (line 587) | PyObject *UNICODE_PARTITION(PyThreadState *tstate, PyObject *str, PyObje... function PyObject (line 595) | PyObject *UNICODE_RPARTITION(PyThreadState *tstate, PyObject *str, PyObj... function PyObject (line 604) | PyObject *STR_JOIN(PyThreadState *tstate, PyObject *str, PyObject *itera... function PyObject (line 614) | PyObject *NuitkaUnicode_FromWideChar(wchar_t const *str, Py_ssize_t size) { function PyObject (line 624) | PyObject *BUILTIN_UNICODE1(PyObject *value) { function PyObject (line 676) | PyObject *BUILTIN_UNICODE3(PyObject *value, PyObject *encoding, PyObject... function PyObject (line 733) | PyObject *_BUILTIN_STR(PyObject *value) { function PyObject (line 782) | PyObject *BUILTIN_STR(PyObject *value) { FILE: nuitka/build/static_src/HelpersTuples.c type _Py_tuple_state (line 14) | struct _Py_tuple_state function PyObject (line 19) | PyObject *MAKE_TUPLE_EMPTY(Py_ssize_t size) { function PyObject (line 68) | PyObject *MAKE_TUPLE_EMPTY_VAR(Py_ssize_t size) { function PyObject (line 80) | PyObject *TUPLE_CONCAT(PyObject *tuple1, PyObject *tuple2) { function PyObject (line 110) | PyObject *TUPLE_COPY(PyObject *tuple) { FILE: nuitka/build/static_src/HelpersTypes.c function Nuitka_Type_IsSubtype (line 10) | bool Nuitka_Type_IsSubtype(PyTypeObject *a, PyTypeObject *b) { function Nuitka_Object_IsSubclass (line 49) | int Nuitka_Object_IsSubclass(PyThreadState *tstate, PyObject *derived, P... function Nuitka_PyType_Ready (line 132) | void Nuitka_PyType_Ready(PyTypeObject *type, PyTypeObject *base, bool ge... FILE: nuitka/build/static_src/InspectPatcher.c function PyObject (line 25) | static PyObject *_inspect_getgeneratorstate_replacement(PyObject *self, ... function PyObject (line 52) | static PyObject *_inspect_getcoroutinestate_replacement(PyObject *self, ... function PyObject (line 80) | static PyObject *_types_coroutine_replacement(PyObject *self, PyObject *... function patchInspectModule (line 116) | void patchInspectModule(PyThreadState *tstate) { function PyObject (line 228) | static PyObject *Nuitka_type_tp_richcompare(PyObject *a, PyObject *b, in... function patchTypeComparison (line 271) | void patchTypeComparison(void) { function PyTracebackObject (line 286) | PyTracebackObject *MAKE_TRACEBACK(struct Nuitka_FrameObject *frame, int ... function Nuitka_tb_dealloc (line 314) | static void Nuitka_tb_dealloc(PyTracebackObject *tb) { function patchTracebackDealloc (line 340) | void patchTracebackDealloc(void) { PyTraceBack_Type.tp_dealloc = (destru... FILE: nuitka/build/static_src/MainProgram.c type _frozen (line 62) | struct _frozen type _frozen (line 66) | struct _frozen type _frozen (line 68) | struct _frozen function prepareFrozenModules (line 71) | static void prepareFrozenModules(void) { function prepareStandaloneEnvironment (line 113) | static void prepareStandaloneEnvironment(void) { function restoreStandaloneEnvironment (line 152) | static void restoreStandaloneEnvironment(void) { function wchar_t (line 191) | static wchar_t **convertCommandLineParameters(int argc, char **argv) { function PRINT_REFCOUNTS (line 220) | static void PRINT_REFCOUNTS(void) { function HANDLE_PROGRAM_EXIT (line 262) | static int HANDLE_PROGRAM_EXIT(PyThreadState *tstate) { function PyObject (line 301) | static PyObject *EXECUTE_MAIN_MODULE(PyThreadState *tstate, char const *... function SvcStartPython (line 335) | bool SvcStartPython(void) { function SvcStopPython (line 347) | void SvcStopPython(void) { PyErr_SetInterrupt(); } function setCommandLineParameters (line 372) | static void setCommandLineParameters(int argc, wchar_t **argv) { function DWORD (line 476) | DWORD WINAPI doOnefileParentMonitoring(LPVOID lpParam) { function setStdFileHandleNumber (line 685) | static void setStdFileHandleNumber(PyThreadState *tstate, DWORD std_hand... function shallSetOutputHandleToNull (line 709) | static bool shallSetOutputHandleToNull(char const *name) { function setStdinHandle (line 730) | static void setStdinHandle(PyThreadState *tstate, PyObject *stdin_file) { function setStdoutHandle (line 740) | static void setStdoutHandle(PyThreadState *tstate, PyObject *stdout_file) { function setStderrHandle (line 749) | static void setStderrHandle(PyThreadState *tstate, PyObject *stderr_file) { function PyObject (line 762) | static PyObject *getExpandedTemplatePath(wchar_t const *template_path) { function PyObject (line 774) | static PyObject *getExpandedTemplatePath(char const *template_path) { function setInputOutputHandles (line 789) | static void setInputOutputHandles(PyThreadState *tstate) { function Nuitka_Py_Initialize (line 914) | static void Nuitka_Py_Initialize(void) { function changeStandardHandleTarget (line 998) | static void changeStandardHandleTarget(int std_handle_id, FILE *std_hand... function changeStandardHandleTarget (line 1080) | static void changeStandardHandleTarget(FILE *std_handle, filename_char_t... function Nuitka_at_exit (line 1108) | static void Nuitka_at_exit(void) { NUITKA_PRINT_TIMING("Nuitka_at_exit()... function Py_GetArgcArgv (line 1659) | __attribute__((weak)) function Py_GetArgcArgv (line 1669) | __attribute__((weak)) function Py_Main (line 1683) | int Py_Main(int argc, wchar_t **argv) { function Py_Main (line 1687) | int Py_Main(int argc, char **argv) { return 0; } FILE: nuitka/build/static_src/MetaPathBasedLoader.c type Nuitka_LoaderObject (line 33) | struct Nuitka_LoaderObject { function isVerbose (line 42) | static inline bool isVerbose(void) { return Py_VerboseFlag != 0; } function isVerbose (line 44) | static inline bool isVerbose(void) { return true; } function isVerbose (line 46) | static inline bool isVerbose(void) { return false; } type Nuitka_MetaPathBasedLoaderEntry (line 49) | struct Nuitka_MetaPathBasedLoaderEntry function hasFrozenModule (line 51) | static bool hasFrozenModule(char const *name) { function appendModuleNameAsPathW (line 93) | static void appendModuleNameAsPathW(wchar_t *buffer, char const *module_... function NUITKA_MAY_BE_UNUSED (line 135) | NUITKA_MAY_BE_UNUSED static PyObject *MAKE_RELATIVE_PATH_FROM_NAME(char ... function PyObject (line 168) | static PyObject *loadModuleFromCodeObject(PyObject *module, PyCodeObject... type Nuitka_MetaPathBasedLoaderEntry (line 242) | struct Nuitka_MetaPathBasedLoaderEntry type Nuitka_MetaPathBasedLoaderEntry (line 243) | struct Nuitka_MetaPathBasedLoaderEntry type Nuitka_MetaPathBasedLoaderEntry (line 263) | struct Nuitka_MetaPathBasedLoaderEntry type Nuitka_MetaPathBasedLoaderEntry (line 264) | struct Nuitka_MetaPathBasedLoaderEntry function PyObject (line 292) | static PyObject *_getFileList(PyThreadState *tstate, PyObject *dirname) { function PyObject (line 311) | static PyObject *_getImportingSuffixesByPriority(PyThreadState *tstate, ... function PyObject (line 337) | static PyObject *getExtensionModuleSuffixesByPriority(PyThreadState *tst... function scanModuleInPackagePath (line 360) | static bool scanModuleInPackagePath(PyThreadState *tstate, PyObject *mod... function PyObject (line 466) | static PyObject *callIntoInstalledExtensionModule(PyThreadState *tstate,... type Nuitka_MetaPathBasedLoaderEntry (line 487) | struct Nuitka_MetaPathBasedLoaderEntry function PyObject (line 501) | static PyObject *_nuitka_loader_find_module(PyObject *self, PyObject *ar... function PyObject (line 569) | static PyObject *_nuitka_loader_get_data(PyObject *self, PyObject *args,... function setModuleFileValue (line 586) | static void setModuleFileValue(PyThreadState *tstate, PyObject *module, ... type PyObject (line 628) | typedef PyObject *(*entrypoint_t)(void); function PyObject (line 643) | static PyObject *callIntoExtensionModule(PyThreadState *tstate, char con... function loadTriggeredModule (line 932) | static void loadTriggeredModule(PyThreadState *tstate, char const *name,... function _fixupSpecAttribute (line 961) | static void _fixupSpecAttribute(PyThreadState *tstate, PyObject *module) { function PyObject (line 975) | static PyObject *loadModule(PyThreadState *tstate, PyObject *module, PyO... function PyObject (line 1058) | static PyObject *_EXECUTE_EMBEDDED_MODULE(PyThreadState *tstate, PyObjec... function PyObject (line 1122) | PyObject *IMPORT_EMBEDDED_MODULE(PyThreadState *tstate, char const *name) { function PyObject (line 1152) | PyObject *EXECUTE_EMBEDDED_MODULE(PyThreadState *tstate, PyObject *modul... function PyObject (line 1161) | static PyObject *_nuitka_loader_load_module(PyObject *self, PyObject *ar... function PyObject (line 1199) | static PyObject *_nuitka_loader_is_package(PyObject *self, PyObject *arg... function PyObject (line 1230) | static PyObject *_nuitka_loader_iter_modules(struct Nuitka_LoaderObject ... function PyObject (line 1307) | static PyObject *getModuleDirectory(PyThreadState *tstate, struct Nuitka... function PyObject (line 1358) | PyObject *getImportLibBootstrapModule(void) { function PyObject (line 1370) | static PyObject *_nuitka_loader_repr_module(PyObject *self, PyObject *ar... function PyObject (line 1387) | static PyObject *getModuleSpecClass(PyObject *importlib_module) { function PyObject (line 1397) | static PyObject *getModuleFileValue(PyThreadState *tstate, struct Nuitka... function PyObject (line 1433) | static PyObject *createModuleSpec(PyThreadState *tstate, PyObject *modul... function PyObject (line 1468) | static PyObject *createModuleSpecViaPathFinder(PyThreadState *tstate, Py... function PyObject (line 1481) | static PyObject *_nuitka_loader_find_spec(PyObject *self, PyObject *args... function PyObject (line 1552) | static PyObject *_nuitka_loader_create_module(PyObject *self, PyObject *... function PyObject (line 1580) | static PyObject *_nuitka_loader_exec_module(PyObject *self, PyObject *ar... function PyObject (line 1626) | static PyObject *_nuitka_loader_get_resource_reader(PyObject *self, PyOb... function PyObject (line 1660) | static PyObject *_nuitka_loader_find_distributions(PyObject *self, PyObj... function PyObject (line 1720) | static PyObject *_nuitka_loader_sys_path_hook(PyObject *self, PyObject *... function PyObject (line 1802) | static PyObject *Nuitka_Loader_tp_repr(struct Nuitka_LoaderObject *loade... type Nuitka_LoaderObject (line 1818) | struct Nuitka_LoaderObject function Nuitka_Loader_tp_dealloc (line 1821) | static void Nuitka_Loader_tp_dealloc(struct Nuitka_LoaderObject *loader) { function Nuitka_Loader_tp_traverse (line 1827) | static int Nuitka_Loader_tp_traverse(struct Nuitka_LoaderObject *loader,... function PyObject (line 1829) | static PyObject *Nuitka_Loader_get__module__(struct Nuitka_LoaderObject ... type Nuitka_LoaderObject (line 1841) | struct Nuitka_LoaderObject function PyObject (line 1872) | PyObject *Nuitka_Loader_New(struct Nuitka_MetaPathBasedLoaderEntry const... function registerMetaPathBasedUnfreezer (line 1883) | void registerMetaPathBasedUnfreezer(struct Nuitka_MetaPathBasedLoaderEnt... function setEarlyFrozenModulesFileAttribute (line 1968) | void setEarlyFrozenModulesFileAttribute(PyThreadState *tstate) { FILE: nuitka/build/static_src/MetaPathBasedLoaderImportlibMetadataDistribution.c function setDistributionsMetadata (line 16) | void setDistributionsMetadata(PyObject *metadata_values) { metadata_valu... function Nuitka_DistributionNext (line 18) | bool Nuitka_DistributionNext(Py_ssize_t *pos, PyObject **distribution_na... function PyObject (line 23) | PyObject *Nuitka_Distribution_New(PyThreadState *tstate, PyObject *name) { FILE: nuitka/build/static_src/MetaPathBasedLoaderResourceReader.c type Nuitka_ResourceReaderObject (line 17) | struct Nuitka_ResourceReaderObject { function Nuitka_ResourceReader_tp_dealloc (line 25) | static void Nuitka_ResourceReader_tp_dealloc(struct Nuitka_ResourceReade... function PyObject (line 31) | static PyObject *Nuitka_ResourceReader_tp_repr(struct Nuitka_ResourceRea... function Nuitka_ResourceReader_tp_traverse (line 36) | static int Nuitka_ResourceReader_tp_traverse(struct Nuitka_ResourceReade... function PyObject (line 40) | static PyObject *_Nuitka_ResourceReader_resource_path(PyThreadState *tst... function PyObject (line 54) | static PyObject *Nuitka_ResourceReader_resource_path(struct Nuitka_Resou... function PyObject (line 69) | static PyObject *Nuitka_ResourceReader_open_resource(struct Nuitka_Resou... function PyObject (line 88) | static PyObject *Nuitka_ResourceReader_files(struct Nuitka_ResourceReade... type Nuitka_ResourceReaderObject (line 103) | struct Nuitka_ResourceReaderObject function PyObject (line 133) | static PyObject *Nuitka_ResourceReader_New(struct Nuitka_MetaPathBasedLo... FILE: nuitka/build/static_src/MetaPathBasedLoaderResourceReaderFiles.c type Nuitka_ResourceReaderFilesObject (line 14) | struct Nuitka_ResourceReaderFilesObject { type Nuitka_MetaPathBasedLoaderEntry (line 26) | struct Nuitka_MetaPathBasedLoaderEntry function PyObject (line 28) | static PyObject *_Nuitka_ResourceReaderFiles_GetPath(PyThreadState *tstate, function Nuitka_ResourceReaderFiles_tp_dealloc (line 68) | static void Nuitka_ResourceReaderFiles_tp_dealloc(struct Nuitka_Resource... function PyObject (line 76) | static PyObject *Nuitka_ResourceReaderFiles_tp_repr(struct Nuitka_Resour... function PyObject (line 81) | static PyObject *Nuitka_ResourceReaderFiles_tp_str(struct Nuitka_Resourc... function Nuitka_ResourceReaderFiles_tp_traverse (line 87) | static int Nuitka_ResourceReaderFiles_tp_traverse(struct Nuitka_Resource... function PyObject (line 100) | static PyObject *Nuitka_ResourceReaderFiles_iterdir(struct Nuitka_Resour... function PyObject (line 148) | static PyObject *Nuitka_ResourceReaderFiles_read_bytes(struct Nuitka_Res... function PyObject (line 170) | static PyObject *Nuitka_ResourceReaderFiles_read_text(struct Nuitka_Reso... function PyObject (line 209) | static PyObject *Nuitka_ResourceReaderFiles_exists(struct Nuitka_Resourc... function PyObject (line 226) | static PyObject *Nuitka_ResourceReaderFiles_is_dir(struct Nuitka_Resourc... function PyObject (line 241) | static PyObject *Nuitka_ResourceReaderFiles_is_file(struct Nuitka_Resour... function PyObject (line 263) | static PyObject *Nuitka_ResourceReaderFiles_joinpath(struct Nuitka_Resou... function PyObject (line 320) | static PyObject *Nuitka_ResourceReaderFiles_as_posix(struct Nuitka_Resou... function PyObject (line 347) | PyObject *Nuitka_ResourceReaderFiles_nb_truediv(struct Nuitka_ResourceRe... function PyObject (line 381) | static PyObject *Nuitka_ResourceReaderFiles_open(struct Nuitka_ResourceR... function PyObject (line 404) | static PyObject *Nuitka_ResourceReaderFiles_as_file(struct Nuitka_Resour... function PyObject (line 411) | static PyObject *Nuitka_ResourceReaderFiles_enter(struct Nuitka_Resource... function PyObject (line 418) | static PyObject *Nuitka_ResourceReaderFiles_exit(struct Nuitka_ResourceR... function PyObject (line 425) | static PyObject *Nuitka_ResourceReaderFiles_fspath(struct Nuitka_Resourc... function PyObject (line 431) | static PyObject *Nuitka_ResourceReaderFiles_absolute(struct Nuitka_Resou... function PyObject (line 471) | static PyObject *Nuitka_ResourceReaderFiles_get_name(struct Nuitka_Resou... function Nuitka_ResourceReaderFiles_set_name (line 481) | static int Nuitka_ResourceReaderFiles_set_name(struct Nuitka_ResourceRea... function PyObject (line 488) | static PyObject *Nuitka_ResourceReaderFiles_tp_richcompare(struct Nuitka... type Nuitka_ResourceReaderFilesObject (line 515) | struct Nuitka_ResourceReaderFilesObject function registerResourceReaderFiles (line 546) | static void registerResourceReaderFiles(PyThreadState *tstate, PyObject ... function PyObject (line 568) | static PyObject *Nuitka_ResourceReaderFiles_New(PyThreadState *tstate, FILE: nuitka/build/static_src/OnefileBootstrap.c function fatalError (line 113) | static void fatalError(char const *message) { function fatalIOError (line 118) | static void fatalIOError(char const *message, error_code_t error_code) { function fatalErrorTempFiles (line 124) | static void fatalErrorTempFiles(void) { function fatalErrorAttachedData (line 129) | static void fatalErrorAttachedData(void) { fatalError("Error, couldn't d... function fatalErrorHeaderAttachedData (line 132) | static void fatalErrorHeaderAttachedData(void) { fatalError("Error, coul... function fatalErrorMemory (line 136) | static void fatalErrorMemory(void) { fatalError("Error, couldn't allocat... function fatalErrorChild (line 140) | static void fatalErrorChild(char const *message, error_code_t error_code... function appendWCharSafeW (line 143) | static void appendWCharSafeW(wchar_t *target, wchar_t c, size_t buffer_s... function fatalErrorTempFileCreate (line 158) | static void fatalErrorTempFileCreate(filename_char_t const *filename) { function fatalErrorSpec (line 163) | static void fatalErrorSpec(filename_char_t const *spec) { function FILE_HANDLE (line 168) | static FILE_HANDLE createFileForWritingChecked(filename_char_t const *fi... function initPayloadData (line 187) | static void initPayloadData(void) { function closePayloadData (line 197) | static void closePayloadData(void) {} function initPayloadData (line 201) | static void initPayloadData(void) { function closePayloadData (line 211) | static void closePayloadData(void) {} function fatalErrorFindAttachedData (line 215) | static void fatalErrorFindAttachedData(char const *erroring_function, er... type MapFileToMemoryInfo (line 222) | struct MapFileToMemoryInfo function initPayloadData (line 224) | static void initPayloadData(void) { function closePayloadData (line 235) | static void closePayloadData(void) { unmapFileFromMemory(&exe_file_mappe... function initZSTD (line 245) | static void initZSTD(void) { function releaseZSTD (line 260) | static void releaseZSTD(void) { function readChunk (line 268) | static void readChunk(void *buffer, size_t size) { function readPayloadChunk (line 275) | static void readPayloadChunk(void *buffer, size_t size) { function readPayloadChecksumValue (line 334) | static uint32_t readPayloadChecksumValue(void) { function readPayloadFileFlagsValue (line 343) | static unsigned char readPayloadFileFlagsValue(void) { function readPayloadSizeValue (line 351) | static unsigned long long readPayloadSizeValue(void) { function readArchiveFileSizeValue (line 359) | static unsigned long long readArchiveFileSizeValue(void) { function filename_char_t (line 367) | static filename_char_t readPayloadFilenameCharacter(void) { function filename_char_t (line 375) | static filename_char_t *readPayloadFilename(void) { function writeContainedFile (line 393) | static void writeContainedFile(FILE_HANDLE target_file, unsigned long lo... function createDirectory (line 478) | static bool createDirectory(filename_char_t const *path) { function createContainingDirectory (line 532) | static bool createContainingDirectory(filename_char_t const *path) { function isDirectory (line 562) | static bool isDirectory(wchar_t const *path) { function _removeDirectory (line 568) | static void _removeDirectory(wchar_t const *path) { function removeDirectory (line 574) | static void removeDirectory(wchar_t const *path) { function removeDirectory (line 590) | static int removeDirectory(char const *path) { function waitpid_retried (line 643) | static int waitpid_retried(pid_t pid, int *status, bool async) { function waitpid_timeout (line 663) | static int waitpid_timeout(pid_t pid) { function cleanupChildProcess (line 706) | static void cleanupChildProcess(bool send_sigint) { function BOOL (line 758) | BOOL WINAPI ourConsoleCtrlHandler(DWORD fdwCtrlType) { function ourConsoleCtrlHandler (line 804) | void ourConsoleCtrlHandler(int sig) { cleanupChildProcess(false); } function main (line 834) | int main(int argc, char **argv) { FILE: nuitka/build/static_src/OnefileSplashScreen.cpp function IStream (line 24) | IStream *createImageStream(void) { function IWICBitmapSource (line 66) | IWICBitmapSource *getBitmapFromImageStream(IStream *image_stream) { function HBITMAP (line 96) | HBITMAP CreateHBITMAP(IWICBitmapSource *ipBitmap) { function HWND (line 132) | HWND createSplashWindow(HBITMAP splash_bitmap) { function initSplashScreen (line 185) | void initSplashScreen(void) { function closeSplashScreen (line 220) | static void closeSplashScreen(void) { function checkSplashScreen (line 227) | bool checkSplashScreen(void) { FILE: nuitka/code_generation/AsyncgenCodes.py function _getAsyncgenMakerIdentifier (line 30) | def _getAsyncgenMakerIdentifier(function_identifier): function getAsyncgenObjectDeclCode (line 34) | def getAsyncgenObjectDeclCode(function_identifier, closure_variables): function getAsyncgenObjectCode (line 49) | def getAsyncgenObjectCode( function generateMakeAsyncgenObjectCode (line 150) | def generateMakeAsyncgenObjectCode(to_name, expression, emit, context): FILE: nuitka/code_generation/AttributeCodes.py function generateAssignmentAttributeCode (line 25) | def generateAssignmentAttributeCode(statement, emit, context): function generateDelAttributeCode (line 69) | def generateDelAttributeCode(statement, emit, context): function getAttributeLookupCode (line 94) | def getAttributeLookupCode( function generateAttributeLookupCode (line 118) | def generateAttributeLookupCode(to_name, expression, emit, context): function getAttributeAssignmentCode (line 142) | def getAttributeAssignmentCode(target_name, attribute_name, value_name, ... function getAttributeAssignmentDictSlotCode (line 158) | def getAttributeAssignmentDictSlotCode(target_name, value_name, emit, co... function getAttributeAssignmentClassSlotCode (line 176) | def getAttributeAssignmentClassSlotCode(target_name, value_name, emit, c... function getAttributeDelCode (line 194) | def getAttributeDelCode(target_name, attribute_name, emit, context): function generateAttributeLookupSpecialCode (line 207) | def generateAttributeLookupSpecialCode(to_name, expression, emit, context): function getAttributeLookupSpecialCode (line 226) | def getAttributeLookupSpecialCode( function generateBuiltinHasattrCode (line 242) | def generateBuiltinHasattrCode(to_name, expression, emit, context): function generateAttributeCheckCode (line 267) | def generateAttributeCheckCode(to_name, expression, emit, context): function generateBuiltinGetattrCode (line 313) | def generateBuiltinGetattrCode(to_name, expression, emit, context): function generateBuiltinSetattrCode (line 328) | def generateBuiltinSetattrCode(to_name, expression, emit, context): FILE: nuitka/code_generation/BinaryOperationHelperDefinitions.py function parseTypesFromHelper (line 20) | def parseTypesFromHelper(helper_name): function deriveInplaceFromBinaryOperations (line 35) | def deriveInplaceFromBinaryOperations(operations_set): function _makeTypeSemiOps (line 57) | def _makeTypeSemiOps(op_code, type_name, in_place=False): function _makeTypeOps (line 65) | def _makeTypeOps(op_code, type_name, include_nbool, in_place=False): function _makeTypeOpsNbool (line 80) | def _makeTypeOpsNbool(op_code, type_name): function _isCommutativeOperation (line 86) | def _isCommutativeOperation(op_code): function _isCommutativeType (line 90) | def _isCommutativeType(type_name): function _makeFriendOps (line 111) | def _makeFriendOps(op_code, include_nbool, in_place, *type_names): function _makeDefaultOps (line 173) | def _makeDefaultOps(op_code, include_nbool, in_place=False): function _makeNonContainerMathOps (line 183) | def _makeNonContainerMathOps(op_code): function _makeNumberOps (line 194) | def _makeNumberOps(op_code, include_nbool, in_place): function _makeAddOps (line 212) | def _makeAddOps(in_place): function makeSubOps (line 237) | def makeSubOps(in_place): function _makeMultOps (line 255) | def _makeMultOps(in_place): function _makeDivOps (line 282) | def _makeDivOps(op_code, in_place): function _makeModOps (line 312) | def _makeModOps(in_place): function _makeBitOps (line 391) | def _makeBitOps(op_name, in_place): function _makeShiftOps (line 423) | def _makeShiftOps(op_name, in_place): function getSpecializedBinaryOperations (line 593) | def getSpecializedBinaryOperations(operator): function getNonSpecializedBinaryOperations (line 597) | def getNonSpecializedBinaryOperations(operator): function getCodeNameForBinaryOperation (line 601) | def getCodeNameForBinaryOperation(operator): FILE: nuitka/code_generation/BranchCodes.py function generateBranchCode (line 14) | def generateBranchCode(statement, emit, context): FILE: nuitka/code_generation/BuiltinCodes.py function generateBuiltinAbsCode (line 26) | def generateBuiltinAbsCode(to_name, expression, emit, context): function generateBuiltinRefCode (line 40) | def generateBuiltinRefCode(to_name, expression, emit, context): function generateBuiltinAnonymousRefCode (line 56) | def generateBuiltinAnonymousRefCode(to_name, expression, emit, context): function generateBuiltinType1Code (line 68) | def generateBuiltinType1Code(to_name, expression, emit, context): function generateBuiltinType3Code (line 82) | def generateBuiltinType3Code(to_name, expression, emit, context): function generateBuiltinInputCode (line 111) | def generateBuiltinInputCode(to_name, expression, emit, context): function generateBuiltinOpenCode (line 126) | def generateBuiltinOpenCode(to_name, expression, emit, context): function generateBuiltinSum1Code (line 156) | def generateBuiltinSum1Code(to_name, expression, emit, context): function generateBuiltinSum2Code (line 170) | def generateBuiltinSum2Code(to_name, expression, emit, context): function generateBuiltinRange1Code (line 187) | def generateBuiltinRange1Code(to_name, expression, emit, context): function generateBuiltinRange2Code (line 201) | def generateBuiltinRange2Code(to_name, expression, emit, context): function generateBuiltinRange3Code (line 218) | def generateBuiltinRange3Code(to_name, expression, emit, context): function generateBuiltinXrange1Code (line 236) | def generateBuiltinXrange1Code(to_name, expression, emit, context): function generateBuiltinXrange2Code (line 251) | def generateBuiltinXrange2Code(to_name, expression, emit, context): function generateBuiltinXrange3Code (line 269) | def generateBuiltinXrange3Code(to_name, expression, emit, context): function generateBuiltinFloatCode (line 288) | def generateBuiltinFloatCode(to_name, expression, emit, context): function generateBuiltinComplex1Code (line 302) | def generateBuiltinComplex1Code(to_name, expression, emit, context): function generateBuiltinComplex2Code (line 317) | def generateBuiltinComplex2Code(to_name, expression, emit, context): function generateBuiltinBoolCode (line 335) | def generateBuiltinBoolCode(to_name, expression, emit, context): function generateBuiltinBinCode (line 357) | def generateBuiltinBinCode(to_name, expression, emit, context): function generateBuiltinOctCode (line 371) | def generateBuiltinOctCode(to_name, expression, emit, context): function generateBuiltinHexCode (line 385) | def generateBuiltinHexCode(to_name, expression, emit, context): function generateBuiltinBytearray1Code (line 399) | def generateBuiltinBytearray1Code(to_name, expression, emit, context): function generateBuiltinBytearray3Code (line 413) | def generateBuiltinBytearray3Code(to_name, expression, emit, context): function generateBuiltinStaticmethodCode (line 432) | def generateBuiltinStaticmethodCode(to_name, expression, emit, context): function generateBuiltinClassmethodCode (line 446) | def generateBuiltinClassmethodCode(to_name, expression, emit, context): function getBuiltinCallViaSpecCode (line 460) | def getBuiltinCallViaSpecCode(spec, to_name, called_name, expression, em... FILE: nuitka/code_generation/CallCodes.py function _generateCallCodePosOnly (line 28) | def _generateCallCodePosOnly( function _getCallCodeKwSplitFromConstant (line 183) | def _getCallCodeKwSplitFromConstant( function getCallCodeKwSplit (line 233) | def getCallCodeKwSplit( function getCallCodeKwPairs (line 266) | def getCallCodeKwPairs( function _generateCallCodeKwDict (line 327) | def _generateCallCodeKwDict( function generateCallCode (line 370) | def generateCallCode(to_name, expression, emit, context): function getCallCodeNoArgs (line 532) | def getCallCodeNoArgs(to_name, called_name, expression, emit, context): function _getInstanceCallCodeNoArgs (line 548) | def _getInstanceCallCodeNoArgs( function _getInstanceCallCodePosArgsQuick (line 575) | def _getInstanceCallCodePosArgsQuick( function getCallCodePosArgsQuick (line 633) | def getCallCodePosArgsQuick(to_name, called_name, arg_names, expression,... function _getInstanceCallCodeFromTuple (line 677) | def _getInstanceCallCodeFromTuple( function _getCallCodeFromTuple (line 735) | def _getCallCodeFromTuple(to_name, called_name, expression, args_value, ... function _getInstanceCallCodePosArgs (line 781) | def _getInstanceCallCodePosArgs( function _getCallCodePosArgs (line 808) | def _getCallCodePosArgs(to_name, called_name, expression, args_name, emi... function _getCallCodePosConstKeywordVariableArgs (line 827) | def _getCallCodePosConstKeywordVariableArgs( function getCallCodePosVariableKeywordVariableArgs (line 906) | def getCallCodePosVariableKeywordVariableArgs( function _getCallCodePosConstantKeywordConstArgs (line 994) | def _getCallCodePosConstantKeywordConstArgs( function _getCallCodePosKeywordArgs (line 1046) | def _getCallCodePosKeywordArgs( function getQuickCallCode (line 1070) | def getQuickCallCode(args_count, has_tuple_arg): function getQuickMethodCallCode (line 1077) | def getQuickMethodCallCode(args_count): function getQuickMixedCallCode (line 1084) | def getQuickMixedCallCode(args_count, has_tuple_arg, has_dict_values): function getQuickMethodDescriptorCallCode (line 1094) | def getQuickMethodDescriptorCallCode(args_count): function getTemplateCodeDeclaredFunction (line 1104) | def getTemplateCodeDeclaredFunction(code): function getCallsCode (line 1118) | def getCallsCode(): FILE: nuitka/code_generation/ClassCodes.py function generateSelectMetaclassCode (line 20) | def generateSelectMetaclassCode(to_name, expression, emit, context): function generateBuiltinSuper1Code (line 45) | def generateBuiltinSuper1Code(to_name, expression, emit, context): function generateBuiltinSuperCode (line 72) | def generateBuiltinSuperCode(to_name, expression, emit, context): function generateTypeOperationPrepareCode (line 101) | def generateTypeOperationPrepareCode(to_name, expression, emit, context): FILE: nuitka/code_generation/CodeGeneration.py function generateFunctionBodyCode (line 362) | def generateFunctionBodyCode(function_body, context): function _generateModuleCode (line 500) | def _generateModuleCode(module, data_filename): function generateModuleCode (line 564) | def generateModuleCode(module, data_filename): function generateHelpersCode (line 571) | def generateHelpersCode(): FILE: nuitka/code_generation/CodeHelperSelection.py function selectCodeHelper (line 15) | def selectCodeHelper( FILE: nuitka/code_generation/CodeHelpers.py function addExpressionDispatchDict (line 26) | def addExpressionDispatchDict(dispatch_dict): function generateExpressionCode (line 37) | def generateExpressionCode(to_name, expression, emit, context, allow_non... function _generateExpressionCode (line 61) | def _generateExpressionCode(to_name, expression, emit, context, allow_no... function generateExpressionsCode (line 87) | def generateExpressionsCode(names, expressions, emit, context): function generateChildExpressionsCode (line 106) | def generateChildExpressionsCode(expression, emit, context): function generateChildExpressionCode (line 144) | def generateChildExpressionCode(expression, emit, context, child_name=No... function setStatementDispatchDict (line 165) | def setStatementDispatchDict(dispatch_dict): function generateStatementCode (line 176) | def generateStatementCode(statement, emit, context): function _generateStatementSequenceCode (line 192) | def _generateStatementSequenceCode(statement_sequence, emit, context): function generateStatementSequenceCode (line 223) | def generateStatementSequenceCode(statement_sequence, emit, context, all... function decideConversionCheckNeeded (line 234) | def decideConversionCheckNeeded(to_name, expression): function withObjectCodeTemporaryAssignment2 (line 248) | def withObjectCodeTemporaryAssignment2( function withObjectCodeTemporaryAssignment (line 272) | def withObjectCodeTemporaryAssignment(to_name, value_name, expression, e... function assignConstantNoneResult (line 296) | def assignConstantNoneResult(to_name, emit, context): class HelperCallHandle (line 309) | class HelperCallHandle(object): method __init__ (line 310) | def __init__( method __str__ (line 328) | def __str__(self): method emitHelperCall (line 331) | def emitHelperCall(self, to_name, arg_names, ref_count, needs_check, e... function withCleanupFinally (line 407) | def withCleanupFinally(name, release_name, needs_exception, emit, context): FILE: nuitka/code_generation/CodeObjectCodes.py function getCodeObjectsDeclCode (line 16) | def getCodeObjectsDeclCode(context): function _getMakeCodeObjectArgs (line 31) | def _getMakeCodeObjectArgs(code_object_handle, context): function getCodeObjectsInitCode (line 89) | def getCodeObjectsInitCode(context): FILE: nuitka/code_generation/ComparisonCodes.py function _handleArgumentSwapAndInversion (line 42) | def _handleArgumentSwapAndInversion( function getRichComparisonCode (line 60) | def getRichComparisonCode( function generateComparisonExpressionCode (line 260) | def generateComparisonExpressionCode(to_name, expression, emit, context): function generateRichComparisonExpressionCode (line 360) | def generateRichComparisonExpressionCode(to_name, expression, emit, cont... function generateBuiltinIsinstanceCode (line 373) | def generateBuiltinIsinstanceCode(to_name, expression, emit, context): function generateBuiltinIssubclassCode (line 408) | def generateBuiltinIssubclassCode(to_name, expression, emit, context): function generateTypeCheckCode (line 443) | def generateTypeCheckCode(to_name, expression, emit, context): function generateSubtypeCheckCode (line 469) | def generateSubtypeCheckCode(to_name, expression, emit, context): function generateMatchTypeCheckMappingCode (line 495) | def generateMatchTypeCheckMappingCode(to_name, expression, emit, context): function generateMatchTypeCheckSequenceCode (line 520) | def generateMatchTypeCheckSequenceCode(to_name, expression, emit, context): FILE: nuitka/code_generation/ComparisonHelperDefinitions.py function _makeDefaultOps (line 35) | def _makeDefaultOps(): function _makeTypeOps (line 41) | def _makeTypeOps(type_name, may_raise_same_type, shortcut=False): function _makeFriendOps (line 68) | def _makeFriendOps(type_name1, type_name2, may_raise): function getSpecializedComparisonOperations (line 110) | def getSpecializedComparisonOperations(): function getNonSpecializedComparisonOperations (line 114) | def getNonSpecializedComparisonOperations(): FILE: nuitka/code_generation/ConditionalCodes.py function generateConditionCode (line 19) | def generateConditionCode(condition, emit, context): function generateConditionalAndOrCode (line 38) | def generateConditionalAndOrCode(to_name, expression, emit, context): function generateConditionalCode (line 148) | def generateConditionalCode(to_name, expression, emit, context): FILE: nuitka/code_generation/ConstantCodes.py function generateConstantReferenceCode (line 33) | def generateConstantReferenceCode(to_name, expression, emit, context): function generateConstantGenericAliasCode (line 46) | def generateConstantGenericAliasCode(to_name, expression, emit, context): function getConstantsDefinitionCode (line 78) | def getConstantsDefinitionCode(): function addDistributionMetadataValue (line 165) | def addDistributionMetadataValue(name, distribution): function getDistributionMetadataValues (line 178) | def getDistributionMetadataValues(): FILE: nuitka/code_generation/Contexts.py class TempMixin (line 30) | class TempMixin(object): method __init__ (line 37) | def __init__(self): method _formatTempName (line 58) | def _formatTempName(self, base_name, number): method allocateTempName (line 64) | def allocateTempName(self, base_name, type_name="PyObject *", unique=F... method skipTempName (line 116) | def skipTempName(self, base_name): method getIntResName (line 121) | def getIntResName(self): method getBoolResName (line 124) | def getBoolResName(self): method hasTempName (line 127) | def hasTempName(self, base_name): method getExceptionEscape (line 130) | def getExceptionEscape(self): method setExceptionEscape (line 133) | def setExceptionEscape(self, label): method getLoopBreakTarget (line 138) | def getLoopBreakTarget(self): method setLoopBreakTarget (line 141) | def setLoopBreakTarget(self, label): method getLoopContinueTarget (line 146) | def getLoopContinueTarget(self): method setLoopContinueTarget (line 149) | def setLoopContinueTarget(self, label): method allocateLabel (line 154) | def allocateLabel(self, label): method getLabelCount (line 161) | def getLabelCount(self, label): method allocateExceptionKeeperVariables (line 164) | def allocateExceptionKeeperVariables(self): method getExceptionKeeperVariables (line 199) | def getExceptionKeeperVariables(self): method setExceptionKeeperVariables (line 202) | def setExceptionKeeperVariables(self, keeper_vars): method addExceptionPreserverVariables (line 207) | def addExceptionPreserverVariables(self, preserver_id): method getTrueBranchTarget (line 228) | def getTrueBranchTarget(self): method getFalseBranchTarget (line 231) | def getFalseBranchTarget(self): method setTrueBranchTarget (line 234) | def setTrueBranchTarget(self, label): method setFalseBranchTarget (line 237) | def setFalseBranchTarget(self, label): method getCleanupTempNames (line 240) | def getCleanupTempNames(self): method addCleanupTempName (line 243) | def addCleanupTempName(self, tmp_name): method removeCleanupTempName (line 251) | def removeCleanupTempName(self, tmp_name): method transferCleanupTempName (line 255) | def transferCleanupTempName(self, tmp_source, tmp_dest): method needsCleanup (line 260) | def needsCleanup(self, tmp_name): method pushCleanupScope (line 263) | def pushCleanupScope(self): method popCleanupScope (line 266) | def popCleanupScope(self): class CodeObjectsMixin (line 293) | class CodeObjectsMixin(object): method __init__ (line 297) | def __init__(self): method getCodeObjects (line 301) | def getCodeObjects(self): method getCodeObjectHandle (line 304) | def getCodeObjectHandle(self, code_object): method _calcHash (line 328) | def _calcHash(self, key): class PythonContextBase (line 332) | class PythonContextBase(getMetaClassBase("Context", require_slots=True)): method __init__ (line 336) | def __init__(self): method getCurrentSourceCodeReference (line 344) | def getCurrentSourceCodeReference(self): method setCurrentSourceCodeReference (line 347) | def setCurrentSourceCodeReference(self, value): method withCurrentSourceCodeReference (line 354) | def withCurrentSourceCodeReference(self, value): method getInplaceLeftName (line 361) | def getInplaceLeftName(self): method getConstantCode (line 365) | def getConstantCode(self, constant, deep_check=False): method addModuleInitCode (line 369) | def addModuleInitCode(self, code): method getModuleCodeName (line 373) | def getModuleCodeName(self): method getModuleName (line 377) | def getModuleName(self): method addHelperCode (line 381) | def addHelperCode(self, key, code): method hasHelperCode (line 385) | def hasHelperCode(self, key): method addDeclaration (line 389) | def addDeclaration(self, key, code): method pushFrameVariables (line 393) | def pushFrameVariables(self, frame_variables): method popFrameVariables (line 397) | def popFrameVariables(self): method getFrameVariableTypeDescriptions (line 401) | def getFrameVariableTypeDescriptions(self): method getFrameVariableTypeDescription (line 405) | def getFrameVariableTypeDescription(self): method getFrameTypeDescriptionDeclaration (line 409) | def getFrameTypeDescriptionDeclaration(self): method getFrameVariableCodeNames (line 413) | def getFrameVariableCodeNames(self): method allocateTempName (line 417) | def allocateTempName(self, base_name, type_name="PyObject *", unique=F... method skipTempName (line 421) | def skipTempName(self, base_name): method getIntResName (line 425) | def getIntResName(self): method getBoolResName (line 429) | def getBoolResName(self): method hasTempName (line 433) | def hasTempName(self, base_name): method getExceptionEscape (line 437) | def getExceptionEscape(self): method setExceptionEscape (line 441) | def setExceptionEscape(self, label): method getLoopBreakTarget (line 445) | def getLoopBreakTarget(self): method setLoopBreakTarget (line 449) | def setLoopBreakTarget(self, label): method getLoopContinueTarget (line 453) | def getLoopContinueTarget(self): method setLoopContinueTarget (line 457) | def setLoopContinueTarget(self, label): method allocateLabel (line 461) | def allocateLabel(self, label): method allocateExceptionKeeperVariables (line 465) | def allocateExceptionKeeperVariables(self): method getExceptionKeeperVariables (line 469) | def getExceptionKeeperVariables(self): method setExceptionKeeperVariables (line 473) | def setExceptionKeeperVariables(self, keeper_vars): method addExceptionPreserverVariables (line 477) | def addExceptionPreserverVariables(self, count): method getTrueBranchTarget (line 481) | def getTrueBranchTarget(self): method getFalseBranchTarget (line 485) | def getFalseBranchTarget(self): method setTrueBranchTarget (line 489) | def setTrueBranchTarget(self, label): method setFalseBranchTarget (line 493) | def setFalseBranchTarget(self, label): method getCleanupTempNames (line 497) | def getCleanupTempNames(self): method addCleanupTempName (line 501) | def addCleanupTempName(self, tmp_name): method removeCleanupTempName (line 505) | def removeCleanupTempName(self, tmp_name): method needsCleanup (line 509) | def needsCleanup(self, tmp_name): method pushCleanupScope (line 513) | def pushCleanupScope(self): method popCleanupScope (line 517) | def popCleanupScope(self): class PythonChildContextBase (line 521) | class PythonChildContextBase(PythonContextBase): method __init__ (line 526) | def __init__(self, parent): method getConstantCode (line 531) | def getConstantCode(self, constant, deep_check=False): method addModuleInitCode (line 534) | def addModuleInitCode(self, code): method getModuleCodeName (line 537) | def getModuleCodeName(self): method getModuleName (line 540) | def getModuleName(self): method addHelperCode (line 543) | def addHelperCode(self, key, code): method hasHelperCode (line 546) | def hasHelperCode(self, key): method addDeclaration (line 549) | def addDeclaration(self, key, code): method pushFrameVariables (line 552) | def pushFrameVariables(self, frame_variables): method popFrameVariables (line 555) | def popFrameVariables(self): method getFrameVariableTypeDescriptions (line 558) | def getFrameVariableTypeDescriptions(self): method getFrameVariableTypeDescription (line 561) | def getFrameVariableTypeDescription(self): method getFrameTypeDescriptionDeclaration (line 564) | def getFrameTypeDescriptionDeclaration(self): method getFrameVariableCodeNames (line 567) | def getFrameVariableCodeNames(self): method addFunctionCreationInfo (line 570) | def addFunctionCreationInfo(self, creation_info): class FrameDeclarationsMixin (line 574) | class FrameDeclarationsMixin(object): method __init__ (line 578) | def __init__(self): method getFrameHandle (line 594) | def getFrameHandle(self): method pushFrameHandle (line 597) | def pushFrameHandle(self, code_identifier, is_light): method popFrameHandle (line 627) | def popFrameHandle(self): method getFramesCount (line 633) | def getFramesCount(self): method pushFrameVariables (line 636) | def pushFrameVariables(self, frame_variables): method popFrameVariables (line 641) | def popFrameVariables(self): method setVariableType (line 646) | def setVariableType(self, variable, variable_declaration): method getFrameVariableTypeDescriptions (line 655) | def getFrameVariableTypeDescriptions(self): method getFrameTypeDescriptionDeclaration (line 658) | def getFrameTypeDescriptionDeclaration(self): method getFrameVariableTypeDescription (line 663) | def getFrameVariableTypeDescription(self): method getFrameVariableCodeNames (line 674) | def getFrameVariableCodeNames(self): method getLocalsDictNames (line 689) | def getLocalsDictNames(self): method addLocalsDictName (line 692) | def addLocalsDictName(self, locals_dict_name): class ReturnReleaseModeMixin (line 708) | class ReturnReleaseModeMixin(object): method __init__ (line 712) | def __init__(self): method setReturnReleaseMode (line 717) | def setReturnReleaseMode(self, value): method getReturnReleaseMode (line 722) | def getReturnReleaseMode(self): method setReturnTarget (line 725) | def setReturnTarget(self, label): method getReturnTarget (line 730) | def getReturnTarget(self): class ReturnValueNameMixin (line 734) | class ReturnValueNameMixin(object): method __init__ (line 738) | def __init__(self): method getReturnValueName (line 741) | def getReturnValueName(self): method setReturnValueName (line 747) | def setReturnValueName(self, value): class PythonModuleContext (line 753) | class PythonModuleContext( method __init__ (line 803) | def __init__(self, module, data_filename): method __repr__ (line 833) | def __repr__(self): method getOwner (line 836) | def getOwner(self): method getEntryPoint (line 839) | def getEntryPoint(self): method isCompiledPythonModule (line 842) | def isCompiledPythonModule(self): method getName (line 845) | def getName(self): method mayRaiseException (line 848) | def mayRaiseException(self): method getModuleCodeName (line 855) | def getModuleCodeName(self): method setFrameGuardMode (line 858) | def setFrameGuardMode(self, guard_mode): method addHelperCode (line 861) | def addHelperCode(self, key, code): method hasHelperCode (line 866) | def hasHelperCode(self, key): method getHelperCodes (line 869) | def getHelperCodes(self): method addDeclaration (line 872) | def addDeclaration(self, key, code): method getDeclarations (line 877) | def getDeclarations(self): method mayRecurse (line 880) | def mayRecurse(self): method getConstantCode (line 883) | def getConstantCode(self, constant, deep_check=False): method getConstantsCount (line 889) | def getConstantsCount(self): method getModuleInitCodes (line 892) | def getModuleInitCodes(self): method addModuleInitCode (line 895) | def addModuleInitCode(self, code): method addFunctionCreationInfo (line 898) | def addFunctionCreationInfo(self, creation_info): method getFunctionCreationInfos (line 901) | def getFunctionCreationInfos(self): method getContextObjectName (line 909) | def getContextObjectName(): class PythonFunctionContext (line 913) | class PythonFunctionContext( method __init__ (line 950) | def __init__(self, parent, function): method _makeVariableStorage (line 967) | def _makeVariableStorage(self): method __repr__ (line 970) | def __repr__(self): method getFunction (line 977) | def getFunction(self): method getOwner (line 980) | def getOwner(self): method getEntryPoint (line 983) | def getEntryPoint(self): method mayRecurse (line 986) | def mayRecurse(self): method getCodeObjectHandle (line 990) | def getCodeObjectHandle(self, code_object): class PythonFunctionDirectContext (line 994) | class PythonFunctionDirectContext(PythonFunctionContext): method getContextObjectName (line 998) | def getContextObjectName(): method isForDirectCall (line 1002) | def isForDirectCall(): method isForCreatedFunction (line 1006) | def isForCreatedFunction(): class PythonGeneratorObjectContext (line 1010) | class PythonGeneratorObjectContext(PythonFunctionContext): method _makeVariableStorage (line 1013) | def _makeVariableStorage(self): method isForDirectCall (line 1017) | def isForDirectCall(): method isForCreatedFunction (line 1021) | def isForCreatedFunction(): method getContextObjectName (line 1025) | def getContextObjectName(): method getGeneratorReturnValueName (line 1028) | def getGeneratorReturnValueName(self): class PythonCoroutineObjectContext (line 1035) | class PythonCoroutineObjectContext(PythonGeneratorObjectContext): method getContextObjectName (line 1039) | def getContextObjectName(): class PythonAsyncgenObjectContext (line 1043) | class PythonAsyncgenObjectContext(PythonGeneratorObjectContext): method getContextObjectName (line 1047) | def getContextObjectName(): class PythonFunctionCreatedContext (line 1051) | class PythonFunctionCreatedContext(PythonFunctionContext): method getContextObjectName (line 1055) | def getContextObjectName(): method isForDirectCall (line 1059) | def isForDirectCall(): method isForCreatedFunction (line 1063) | def isForCreatedFunction(): class PythonFunctionOutlineContext (line 1067) | class PythonFunctionOutlineContext( method __init__ (line 1080) | def __init__(self, parent, outline): method getOwner (line 1090) | def getOwner(self): method getEntryPoint (line 1093) | def getEntryPoint(self): method allocateLabel (line 1096) | def allocateLabel(self, label): method allocateTempName (line 1099) | def allocateTempName(self, base_name, type_name="PyObject *", unique=F... method skipTempName (line 1102) | def skipTempName(self, base_name): method hasTempName (line 1105) | def hasTempName(self, base_name): method getCleanupTempNames (line 1108) | def getCleanupTempNames(self): method addCleanupTempName (line 1112) | def addCleanupTempName(self, tmp_name): method transferCleanupTempName (line 1115) | def transferCleanupTempName(self, tmp_source, tmp_dest): method removeCleanupTempName (line 1118) | def removeCleanupTempName(self, tmp_name): method needsCleanup (line 1121) | def needsCleanup(self, tmp_name): method pushCleanupScope (line 1124) | def pushCleanupScope(self): method popCleanupScope (line 1127) | def popCleanupScope(self): method getCodeObjectHandle (line 1130) | def getCodeObjectHandle(self, code_object): method getExceptionEscape (line 1133) | def getExceptionEscape(self): method setExceptionEscape (line 1136) | def setExceptionEscape(self, label): method getLoopBreakTarget (line 1139) | def getLoopBreakTarget(self): method setLoopBreakTarget (line 1142) | def setLoopBreakTarget(self, label): method getLoopContinueTarget (line 1145) | def getLoopContinueTarget(self): method setLoopContinueTarget (line 1148) | def setLoopContinueTarget(self, label): method getTrueBranchTarget (line 1151) | def getTrueBranchTarget(self): method getFalseBranchTarget (line 1154) | def getFalseBranchTarget(self): method setTrueBranchTarget (line 1157) | def setTrueBranchTarget(self, label): method setFalseBranchTarget (line 1160) | def setFalseBranchTarget(self, label): method getFrameHandle (line 1163) | def getFrameHandle(self): method pushFrameHandle (line 1166) | def pushFrameHandle(self, code_identifier, is_light): method popFrameHandle (line 1169) | def popFrameHandle(self): method getExceptionKeeperVariables (line 1172) | def getExceptionKeeperVariables(self): method setExceptionKeeperVariables (line 1175) | def setExceptionKeeperVariables(self, keeper_vars): method setVariableType (line 1178) | def setVariableType(self, variable, variable_declaration): method getIntResName (line 1181) | def getIntResName(self): method getBoolResName (line 1184) | def getBoolResName(self): method allocateExceptionKeeperVariables (line 1187) | def allocateExceptionKeeperVariables(self): method isForDirectCall (line 1190) | def isForDirectCall(self): method mayRecurse (line 1193) | def mayRecurse(self): method getLocalsDictNames (line 1197) | def getLocalsDictNames(self): method addLocalsDictName (line 1200) | def addLocalsDictName(self, locals_dict_name): method addExceptionPreserverVariables (line 1203) | def addExceptionPreserverVariables(self, count): method getContextObjectName (line 1206) | def getContextObjectName(self): FILE: nuitka/code_generation/CoroutineCodes.py function _getCoroutineMakerIdentifier (line 36) | def _getCoroutineMakerIdentifier(function_identifier): function getCoroutineObjectDeclCode (line 40) | def getCoroutineObjectDeclCode(function_identifier, closure_variables): function getCoroutineObjectCode (line 55) | def getCoroutineObjectCode( function generateMakeCoroutineObjectCode (line 160) | def generateMakeCoroutineObjectCode(to_name, expression, emit, context): function generateAsyncWaitCode (line 188) | def generateAsyncWaitCode(to_name, expression, emit, context): function generateAsyncIterCode (line 211) | def generateAsyncIterCode(to_name, expression, emit, context): function generateAsyncNextCode (line 228) | def generateAsyncNextCode(to_name, expression, emit, context): FILE: nuitka/code_generation/CtypesCodes.py function generateCtypesCdllCallCode (line 10) | def generateCtypesCdllCallCode(to_name, expression, emit, context): FILE: nuitka/code_generation/DictCodes.py function generateBuiltinDictCode (line 30) | def generateBuiltinDictCode(to_name, expression, emit, context): function generateDictionaryCreationCode (line 88) | def generateDictionaryCreationCode(to_name, expression, emit, context): function getDictionaryCreationCode (line 100) | def getDictionaryCreationCode(to_name, pairs, emit, context): function generateDictOperationUpdateCode (line 200) | def generateDictOperationUpdateCode(statement, emit, context): function generateDictOperationItemCode (line 232) | def generateDictOperationItemCode(to_name, expression, emit, context): function generateDictOperationGet2Code (line 256) | def generateDictOperationGet2Code(to_name, expression, emit, context): function generateDictOperationGet3Code (line 298) | def generateDictOperationGet3Code(to_name, expression, emit, context): function generateDictOperationSetdefault2Code (line 342) | def generateDictOperationSetdefault2Code(to_name, expression, emit, cont... function generateDictOperationSetdefault3Code (line 356) | def generateDictOperationSetdefault3Code(to_name, expression, emit, cont... function generateDictOperationPop2Code (line 370) | def generateDictOperationPop2Code(to_name, expression, emit, context): function generateDictOperationPop3Code (line 384) | def generateDictOperationPop3Code(to_name, expression, emit, context): function generateDictOperationPopitemCode (line 398) | def generateDictOperationPopitemCode(to_name, expression, emit, context): function _generateDictOperationUpdateCommonCode (line 412) | def _generateDictOperationUpdateCommonCode( function generateDictOperationUpdate2Code (line 459) | def generateDictOperationUpdate2Code(to_name, expression, emit, context): function generateDictOperationUpdate3Code (line 476) | def generateDictOperationUpdate3Code(to_name, expression, emit, context): function generateDictOperationCopyCode (line 540) | def generateDictOperationCopyCode(to_name, expression, emit, context): function generateDictOperationClearCode (line 554) | def generateDictOperationClearCode(to_name, expression, emit, context): function generateDictOperationItemsCode (line 571) | def generateDictOperationItemsCode(to_name, expression, emit, context): function generateDictOperationIteritemsCode (line 585) | def generateDictOperationIteritemsCode(to_name, expression, emit, context): function generateDictOperationViewitemsCode (line 599) | def generateDictOperationViewitemsCode(to_name, expression, emit, context): function generateDictOperationKeysCode (line 613) | def generateDictOperationKeysCode(to_name, expression, emit, context): function generateDictOperationIterkeysCode (line 627) | def generateDictOperationIterkeysCode(to_name, expression, emit, context): function generateDictOperationViewkeysCode (line 641) | def generateDictOperationViewkeysCode(to_name, expression, emit, context): function generateDictOperationValuesCode (line 655) | def generateDictOperationValuesCode(to_name, expression, emit, context): function generateDictOperationFromkeysRefCode (line 669) | def generateDictOperationFromkeysRefCode(to_name, expression, emit, cont... function generateDictOperationFromkeys2Code (line 678) | def generateDictOperationFromkeys2Code(to_name, expression, emit, context): function generateDictOperationFromkeys3Code (line 696) | def generateDictOperationFromkeys3Code(to_name, expression, emit, context): function generateDictOperationItervaluesCode (line 714) | def generateDictOperationItervaluesCode(to_name, expression, emit, conte... function generateDictOperationViewvaluesCode (line 728) | def generateDictOperationViewvaluesCode(to_name, expression, emit, conte... function generateDictOperationInCode (line 742) | def generateDictOperationInCode(to_name, expression, emit, context): function generateDictOperationSetCode (line 779) | def generateDictOperationSetCode(statement, emit, context): function generateDictOperationSetCodeKeyValue (line 824) | def generateDictOperationSetCodeKeyValue(statement, emit, context): function generateDictOperationRemoveCode (line 870) | def generateDictOperationRemoveCode(statement, emit, context): FILE: nuitka/code_generation/Emission.py class SourceCodeCollector (line 17) | class SourceCodeCollector(object): method __init__ (line 18) | def __init__(self): method __call__ (line 21) | def __call__(self, code): method emit (line 24) | def emit(self, code): method emitTo (line 28) | def emitTo(self, emit, level): function withSubCollector (line 36) | def withSubCollector(emit, context): FILE: nuitka/code_generation/ErrorCodes.py function getErrorExitReleaseCode (line 30) | def getErrorExitReleaseCode(context): function getFrameVariableTypeDescriptionCode (line 45) | def getFrameVariableTypeDescriptionCode(context): function getErrorExitBoolCode (line 57) | def getErrorExitBoolCode( function getErrorExitCode (line 129) | def getErrorExitCode( function _getExceptionChainingCode (line 149) | def _getExceptionChainingCode(context): function getTakeReferenceCode (line 172) | def getTakeReferenceCode(value_name, emit): function getReleaseCode (line 176) | def getReleaseCode(release_name, emit, context): function getReleaseCodes (line 185) | def getReleaseCodes(release_names, emit, context): function getMustNotGetHereCode (line 190) | def getMustNotGetHereCode(reason, emit): function getAssertionCode (line 199) | def getAssertionCode(check, emit): function getLocalVariableReferenceErrorCode (line 203) | def getLocalVariableReferenceErrorCode(variable, condition, emit, context): function getNameReferenceErrorCode (line 249) | def getNameReferenceErrorCode(variable_name, condition, emit, context): FILE: nuitka/code_generation/EvalCodes.py function _getStoreLocalsCode (line 18) | def _getStoreLocalsCode(locals_name, variable_traces, is_dict, emit, con... function generateBuiltinCompileCode (line 66) | def generateBuiltinCompileCode(to_name, expression, emit, context): function _getBuiltinCompileCode (line 144) | def _getBuiltinCompileCode( function getBuiltinEvalCode (line 189) | def getBuiltinEvalCode( function generateExecCode (line 229) | def generateExecCode(statement, emit, context): function _generateEvalCode (line 329) | def _generateEvalCode(to_name, node, emit, context): function generateEvalCode (line 393) | def generateEvalCode(to_name, expression, emit, context): function generateExecfileCode (line 402) | def generateExecfileCode(to_name, expression, emit, context): function generateLocalsDictSyncCode (line 413) | def generateLocalsDictSyncCode(statement, emit, context): FILE: nuitka/code_generation/ExceptionCodes.py function getExceptionIdentifier (line 19) | def getExceptionIdentifier(exception_type): function generateExceptionRefCode (line 28) | def generateExceptionRefCode(to_name, expression, emit, context): function getTracebackMakingIdentifier (line 37) | def getTracebackMakingIdentifier(context, lineno_name): function generateExceptionCaughtTypeCode (line 44) | def generateExceptionCaughtTypeCode(to_name, expression, emit, context): function generateExceptionCaughtValueCode (line 56) | def generateExceptionCaughtValueCode(to_name, expression, emit, context): function generateExceptionCaughtTracebackCode (line 74) | def generateExceptionCaughtTracebackCode(to_name, expression, emit, cont... function getExceptionUnpublishedReleaseCode (line 113) | def getExceptionUnpublishedReleaseCode(emit, context): function generateExceptionPublishCode (line 122) | def generateExceptionPublishCode(statement, emit, context): function generateBuiltinMakeExceptionCode (line 153) | def generateBuiltinMakeExceptionCode(to_name, expression, emit, context): FILE: nuitka/code_generation/ExpressionCTypeSelectionHelpers.py function _pickIntFamilyType (line 31) | def _pickIntFamilyType(expression): function _pickFloatFamilyType (line 49) | def _pickFloatFamilyType(expression): function _pickStrFamilyType (line 58) | def _pickStrFamilyType(expression): function _pickBytesFamilyType (line 63) | def _pickBytesFamilyType(expression): function decideExpressionCTypes (line 98) | def decideExpressionCTypes(left, right, may_swap_arguments): FILE: nuitka/code_generation/ExpressionCodes.py function generateExpressionOnlyCode (line 15) | def generateExpressionOnlyCode(statement, emit, context): function getStatementOnlyCode (line 21) | def getStatementOnlyCode(value, emit, context): function generateSideEffectsCode (line 36) | def generateSideEffectsCode(to_name, expression, emit, context): FILE: nuitka/code_generation/FrameCodes.py function getFrameLocalsStorageSize (line 30) | def getFrameLocalsStorageSize(type_descriptions): function _searchLocalVariableByName (line 54) | def _searchLocalVariableByName(local_variables, variable_name): function generateStatementsFrameCode (line 62) | def generateStatementsFrameCode(statement_sequence, emit, context): function getTypeSizeOf (line 179) | def getTypeSizeOf(type_indicator): function getFrameAttachLocalsCode (line 190) | def getFrameAttachLocalsCode(context, frame_identifier): function getFrameGuardHeavyCode (line 203) | def getFrameGuardHeavyCode( function getFrameGuardGeneratorCode (line 356) | def getFrameGuardGeneratorCode( function generateFramePreserveExceptionCode (line 452) | def generateFramePreserveExceptionCode(statement, emit, context): function generateFrameRestoreExceptionCode (line 478) | def generateFrameRestoreExceptionCode(statement, emit, context): FILE: nuitka/code_generation/FunctionCodes.py function getFunctionCreationArgs (line 43) | def getFunctionCreationArgs( function getFunctionMakerDecl (line 66) | def getFunctionMakerDecl( function _getFunctionEntryPointIdentifier (line 87) | def _getFunctionEntryPointIdentifier(function_identifier): function _getFunctionMakerIdentifier (line 91) | def _getFunctionMakerIdentifier(function_identifier): function getFunctionQualnameObj (line 95) | def getFunctionQualnameObj(owner, context): function getFunctionMakerCode (line 121) | def getFunctionMakerCode( function generateFunctionCreationCode (line 209) | def generateFunctionCreationCode(to_name, expression, emit, context): function getClosureCopyCode (line 309) | def getClosureCopyCode(closure_variables, context): function getFunctionCreationCode (line 341) | def getFunctionCreationCode( function getDirectFunctionCallCode (line 395) | def getDirectFunctionCallCode( function getFunctionDirectDecl (line 471) | def getFunctionDirectDecl(function_identifier, closure_variables, file_s... function setupFunctionLocalVariables (line 496) | def setupFunctionLocalVariables( function finalizeFunctionLocalVariables (line 564) | def finalizeFunctionLocalVariables(context): function getFunctionCode (line 587) | def getFunctionCode( function _getFunctionCode (line 615) | def _getFunctionCode( function getExportScopeCode (line 724) | def getExportScopeCode(cross_module): function generateFunctionCallCode (line 731) | def generateFunctionCallCode(to_name, expression, emit, context): function generateFunctionOutlineCode (line 767) | def generateFunctionOutlineCode(to_name, expression, emit, context): function generateFunctionErrorStrCode (line 840) | def generateFunctionErrorStrCode(to_name, expression, emit, context): FILE: nuitka/code_generation/GeneratorCodes.py function _getGeneratorMakerIdentifier (line 33) | def _getGeneratorMakerIdentifier(function_identifier): function getGeneratorObjectDeclCode (line 37) | def getGeneratorObjectDeclCode(function_identifier, closure_variables): function getGeneratorObjectCode (line 52) | def getGeneratorObjectCode( function generateMakeGeneratorObjectCode (line 160) | def generateMakeGeneratorObjectCode(to_name, expression, emit, context): FILE: nuitka/code_generation/GlobalConstants.py function getConstantDefaultPopulation (line 17) | def getConstantDefaultPopulation(): FILE: nuitka/code_generation/GlobalsLocalsCodes.py function generateBuiltinLocalsRefCode (line 30) | def generateBuiltinLocalsRefCode(to_name, expression, emit, context): function generateBuiltinLocalsCode (line 41) | def generateBuiltinLocalsCode(to_name, expression, emit, context): function generateBuiltinGlobalsCode (line 93) | def generateBuiltinGlobalsCode(to_name, expression, emit, context): function _getVariableDictUpdateCode (line 103) | def _getVariableDictUpdateCode( function generateBuiltinDir1Code (line 170) | def generateBuiltinDir1Code(to_name, expression, emit, context): function generateBuiltinVarsCode (line 184) | def generateBuiltinVarsCode(to_name, expression, emit, context): FILE: nuitka/code_generation/IdCodes.py function generateBuiltinIdCode (line 12) | def generateBuiltinIdCode(to_name, expression, emit, context): function generateBuiltinHashCode (line 26) | def generateBuiltinHashCode(to_name, expression, emit, context): FILE: nuitka/code_generation/ImportCodes.py function generateBuiltinImportCode (line 27) | def generateBuiltinImportCode(to_name, expression, emit, context): function _getCountedArgumentsHelperCallCode (line 55) | def _getCountedArgumentsHelperCallCode( function _getBuiltinImportCode (line 92) | def _getBuiltinImportCode( function generateImportModuleFixedCode (line 119) | def generateImportModuleFixedCode(to_name, expression, emit, context): function getImportModuleHardCodeName (line 144) | def getImportModuleHardCodeName(module_name): function generateImportModuleHardCode (line 152) | def generateImportModuleHardCode(to_name, expression, emit, context): function generateConstantSysVersionInfoCode (line 203) | def generateConstantSysVersionInfoCode(to_name, expression, emit, context): function getImportHardModuleGetterCode (line 214) | def getImportHardModuleGetterCode(module_name, context): function getImportModuleNameHardCode (line 230) | def getImportModuleNameHardCode( function generateImportModuleNameHardCode (line 291) | def generateImportModuleNameHardCode(to_name, expression, emit, context): function generateImportlibImportCallCode (line 307) | def generateImportlibImportCallCode(to_name, expression, emit, context): function generateImportStarCode (line 354) | def generateImportStarCode(statement, emit, context): function generateImportNameCode (line 394) | def generateImportNameCode(to_name, expression, emit, context): FILE: nuitka/code_generation/Indentation.py function _indentedCode (line 11) | def _indentedCode(codes, count): function indented (line 18) | def indented(codes, level=1, vert_block=False): function getCommentCode (line 29) | def getCommentCode(comment, emit): FILE: nuitka/code_generation/IndexCodes.py function getMaxIndexCode (line 15) | def getMaxIndexCode(to_name, emit): function getMinIndexCode (line 19) | def getMinIndexCode(to_name, emit): function getIndexCode (line 23) | def getIndexCode(to_name, value_name, emit, context): function getIndexValueCode (line 33) | def getIndexValueCode(to_name, value, emit): FILE: nuitka/code_generation/InjectCCodes.py function generateInjectCCode (line 10) | def generateInjectCCode(statement, emit, context): FILE: nuitka/code_generation/IntegerCodes.py function generateBuiltinLong1Code (line 19) | def generateBuiltinLong1Code(to_name, expression, emit, context): function generateBuiltinLong2Code (line 36) | def generateBuiltinLong2Code(to_name, expression, emit, context): function generateBuiltinInt1Code (line 60) | def generateBuiltinInt1Code(to_name, expression, emit, context): function generateBuiltinInt2Code (line 75) | def generateBuiltinInt2Code(to_name, expression, emit, context): FILE: nuitka/code_generation/IteratorCodes.py function generateBuiltinNext1Code (line 35) | def generateBuiltinNext1Code(to_name, expression, emit, context): function getBuiltinLoopBreakNextCode (line 56) | def getBuiltinLoopBreakNextCode(to_name, value, emit, context): function generateSpecialUnpackCode (line 96) | def generateSpecialUnpackCode(to_name, expression, emit, context): function generateUnpackCheckCode (line 145) | def generateUnpackCheckCode(statement, emit, context): function generateUnpackCheckFromIteratedCode (line 198) | def generateUnpackCheckFromIteratedCode(statement, emit, context): function generateBuiltinNext2Code (line 244) | def generateBuiltinNext2Code(to_name, expression, emit, context): function generateBuiltinIter1Code (line 261) | def generateBuiltinIter1Code(to_name, expression, emit, context): function generateBuiltinIterForUnpackCode (line 277) | def generateBuiltinIterForUnpackCode(to_name, expression, emit, context): function generateBuiltinIter2Code (line 293) | def generateBuiltinIter2Code(to_name, expression, emit, context): function generateBuiltinLenCode (line 310) | def generateBuiltinLenCode(to_name, expression, emit, context): function generateBuiltinAnyCode (line 324) | def generateBuiltinAnyCode(to_name, expression, emit, context): function generateBuiltinAllCode (line 338) | def generateBuiltinAllCode(to_name, expression, emit, context): FILE: nuitka/code_generation/LabelCodes.py function getGotoCode (line 14) | def getGotoCode(label, emit): function getLabelCode (line 20) | def getLabelCode(label, emit): function getBranchingCode (line 26) | def getBranchingCode(condition, emit, context): function getStatementTrace (line 48) | def getStatementTrace(source_desc, statement_repr): FILE: nuitka/code_generation/LineNumberCodes.py function getCurrentLineNumberCode (line 9) | def getCurrentLineNumberCode(context): function getLineNumberUpdateCode (line 23) | def getLineNumberUpdateCode(context): function getErrorLineNumberUpdateCode (line 34) | def getErrorLineNumberUpdateCode(context): function emitErrorLineNumberUpdateCode (line 50) | def emitErrorLineNumberUpdateCode(emit, context): function emitLineNumberUpdateCode (line 57) | def emitLineNumberUpdateCode(expression, emit, context): function getSetLineNumberCodeRaw (line 68) | def getSetLineNumberCodeRaw(to_name, emit, context): function getLineNumberCode (line 74) | def getLineNumberCode(to_name, emit, context): FILE: nuitka/code_generation/ListCodes.py function generateListCreationCode (line 32) | def generateListCreationCode(to_name, expression, emit, context): function generateListOperationAppendCode (line 77) | def generateListOperationAppendCode(statement, emit, context): function generateListOperationAppendCode2 (line 113) | def generateListOperationAppendCode2(to_name, expression, emit, context): function generateListOperationExtendCode (line 140) | def generateListOperationExtendCode(to_name, expression, emit, context): function generateListOperationClearCode (line 170) | def generateListOperationClearCode(to_name, expression, emit, context): function generateListOperationCopyCode (line 182) | def generateListOperationCopyCode(to_name, expression, emit, context): function generateListOperationReverseCode (line 203) | def generateListOperationReverseCode(to_name, expression, emit, context): function generateListOperationIndex2Code (line 215) | def generateListOperationIndex2Code(to_name, expression, emit, context): function generateListOperationIndex3Code (line 239) | def generateListOperationIndex3Code(to_name, expression, emit, context): function generateListOperationIndex4Code (line 263) | def generateListOperationIndex4Code(to_name, expression, emit, context): function generateListOperationInsertCode (line 301) | def generateListOperationInsertCode(to_name, expression, emit, context): function generateListOperationCountCode (line 363) | def generateListOperationCountCode(to_name, expression, emit, context): function generateListOperationPop1Code (line 384) | def generateListOperationPop1Code(to_name, expression, emit, context): function generateListOperationPop2Code (line 398) | def generateListOperationPop2Code(to_name, expression, emit, context): function generateListOperationRemoveCode (line 412) | def generateListOperationRemoveCode(to_name, expression, emit, context): function generateListOperationSort1Code (line 432) | def generateListOperationSort1Code(to_name, expression, emit, context): function generateListOperationSort2Code (line 446) | def generateListOperationSort2Code(to_name, expression, emit, context): function generateListOperationSort3Code (line 460) | def generateListOperationSort3Code(to_name, expression, emit, context): function generateBuiltinListCode (line 475) | def generateBuiltinListCode(to_name, expression, emit, context): FILE: nuitka/code_generation/LoaderCodes.py function getModuleMetaPathLoaderEntryCode (line 42) | def getModuleMetaPathLoaderEntryCode(module, bytecode_accessor): function getMetaPathLoaderBodyCode (line 105) | def getMetaPathLoaderBodyCode(bytecode_accessor): FILE: nuitka/code_generation/LocalsDictCodes.py function generateSetLocalsDictCode (line 30) | def generateSetLocalsDictCode(statement, emit, context): function generateSetLocalsMappingCode (line 42) | def generateSetLocalsMappingCode(statement, emit, context): function generateReleaseLocalsDictCode (line 68) | def generateReleaseLocalsDictCode(statement, emit, context): function generateLocalsDictSetCode (line 81) | def generateLocalsDictSetCode(statement, emit, context): function generateLocalsDictDelCode (line 130) | def generateLocalsDictDelCode(statement, emit, context): function generateLocalsDictVariableRefOrFallbackCode (line 177) | def generateLocalsDictVariableRefOrFallbackCode(to_name, expression, emi... function generateLocalsDictVariableRefCode (line 232) | def generateLocalsDictVariableRefCode(to_name, expression, emit, context): function generateLocalsDictVariableCheckCode (line 271) | def generateLocalsDictVariableCheckCode(to_name, expression, emit, conte... FILE: nuitka/code_generation/LoopCodes.py function generateLoopBreakCode (line 20) | def generateLoopBreakCode(statement, emit, context): function generateLoopContinueCode (line 30) | def generateLoopContinueCode(statement, emit, context): function generateLoopCode (line 40) | def generateLoopCode(statement, emit, context): FILE: nuitka/code_generation/MatchCodes.py function generateMatchArgsCode (line 15) | def generateMatchArgsCode(to_name, expression, emit, context): FILE: nuitka/code_generation/ModuleCodes.py function getModuleAccessCode (line 31) | def getModuleAccessCode(context): function getModuleCode (line 35) | def getModuleCode( function generateModuleAttributeFileCode (line 144) | def generateModuleAttributeFileCode(to_name, expression, emit, context): function generateModuleAttributeCode (line 152) | def generateModuleAttributeCode(to_name, expression, emit, context): function generateNuitkaLoaderCreationCode (line 164) | def generateNuitkaLoaderCreationCode(to_name, expression, emit, context): FILE: nuitka/code_generation/Namify.py class ExceptionCannotNamify (line 22) | class ExceptionCannotNamify(Exception): function namifyConstant (line 26) | def namifyConstant(constant): function _namifyString (line 179) | def _namifyString(string): function _isAscii (line 221) | def _isAscii(string): function _digest (line 230) | def _digest(value): FILE: nuitka/code_generation/OperationCodes.py function generateOperationBinaryCode (line 38) | def generateOperationBinaryCode(to_name, expression, emit, context): function generateOperationNotCode (line 52) | def generateOperationNotCode(to_name, expression, emit, context): function generateOperationUnaryCode (line 75) | def generateOperationUnaryCode(to_name, expression, emit, context): function _getBinaryOperationCode (line 91) | def _getBinaryOperationCode( function _getUnaryOperationCode (line 322) | def _getUnaryOperationCode( FILE: nuitka/code_generation/PackageResourceCodes.py function generatePkglibGetDataCallCode (line 28) | def generatePkglibGetDataCallCode(to_name, expression, emit, context): function generatePkgResourcesDistributionValueCode (line 58) | def generatePkgResourcesDistributionValueCode(to_name, expression, emit,... function generateImportlibMetadataEntryPointsSince310CallCode (line 99) | def generateImportlibMetadataEntryPointsSince310CallCode( function generateImportlibMetadataBackportEntryPointsCallCode (line 129) | def generateImportlibMetadataBackportEntryPointsCallCode( function generateImportlibMetadataDistributionValueCode (line 159) | def generateImportlibMetadataDistributionValueCode(to_name, expression, ... function generatePkgResourcesEntryPointValueCode (line 181) | def generatePkgResourcesEntryPointValueCode(to_name, expression, emit, c... function generateImportlibMetadataEntryPointValueCode (line 215) | def generateImportlibMetadataEntryPointValueCode(to_name, expression, em... function generateImportlibMetadataBackportEntryPointValueCode (line 249) | def generateImportlibMetadataBackportEntryPointValueCode( function generateImportlibMetadataSelectableGroupsValueCode (line 285) | def generateImportlibMetadataSelectableGroupsValueCode( function generateImportlibMetadataBackportSelectableGroupsValueCode (line 323) | def generateImportlibMetadataBackportSelectableGroupsValueCode( function generateImportlibMetadataEntryPointsValueCode (line 361) | def generateImportlibMetadataEntryPointsValueCode(to_name, expression, e... function generateImportlibMetadataBackportEntryPointsValueCode (line 397) | def generateImportlibMetadataBackportEntryPointsValueCode( function generatePkgResourcesRequireCallCode (line 435) | def generatePkgResourcesRequireCallCode(to_name, expression, emit, conte... function generatePkgResourcesGetDistributionCallCode (line 466) | def generatePkgResourcesGetDistributionCallCode(to_name, expression, emi... function generatePkgResourcesIterEntryPointsCallCode (line 497) | def generatePkgResourcesIterEntryPointsCallCode(to_name, expression, emi... function generateImportlibMetadataVersionCallCode (line 535) | def generateImportlibMetadataVersionCallCode(to_name, expression, emit, ... function generateImportlibMetadataBackportVersionCallCode (line 566) | def generateImportlibMetadataBackportVersionCallCode( function generateImportlibMetadataDistributionCallCode (line 599) | def generateImportlibMetadataDistributionCallCode(to_name, expression, e... function generatePkgResourcesResourceStringCallCode (line 630) | def generatePkgResourcesResourceStringCallCode(to_name, expression, emit... function generateImportlibResourcesReadBinaryCallCode (line 661) | def generateImportlibResourcesReadBinaryCallCode(to_name, expression, em... function generateImportlibResourcesReadTextCallCode (line 692) | def generateImportlibResourcesReadTextCallCode(to_name, expression, emit... function generateImportlibResourcesFilesCallCode (line 724) | def generateImportlibResourcesFilesCallCode(to_name, expression, emit, c... function generatePkgResourcesResourceStreamCallCode (line 756) | def generatePkgResourcesResourceStreamCallCode(to_name, expression, emit... function generateOsUnameCallCode (line 787) | def generateOsUnameCallCode(to_name, expression, emit, context): function generateOsPathExistsCallCode (line 811) | def generateOsPathExistsCallCode(to_name, expression, emit, context): function generateOsPathIsfileCallCode (line 825) | def generateOsPathIsfileCallCode(to_name, expression, emit, context): function generateOsPathIsdirCallCode (line 839) | def generateOsPathIsdirCallCode(to_name, expression, emit, context): function generateOsPathBasenameCallCode (line 853) | def generateOsPathBasenameCallCode(to_name, expression, emit, context): function generateOsPathDirnameCallCode (line 867) | def generateOsPathDirnameCallCode(to_name, expression, emit, context): function generateOsPathAbspathCallCode (line 881) | def generateOsPathAbspathCallCode(to_name, expression, emit, context): function generateOsPathIsabsCallCode (line 895) | def generateOsPathIsabsCallCode(to_name, expression, emit, context): function generateOsListdirCallCode (line 909) | def generateOsListdirCallCode(to_name, expression, emit, context): FILE: nuitka/code_generation/PrintCodes.py function generatePrintValueCode (line 16) | def generatePrintValueCode(statement, emit, context): function generatePrintNewlineCode (line 57) | def generatePrintNewlineCode(statement, emit, context): FILE: nuitka/code_generation/PythonAPICodes.py function makeArgDescFromExpression (line 23) | def makeArgDescFromExpression(expression): function generateCAPIObjectCodeCommon (line 32) | def generateCAPIObjectCodeCommon( function generateCAPIObjectCode (line 79) | def generateCAPIObjectCode( function generateCAPIObjectCode0 (line 106) | def generateCAPIObjectCode0( function getCAPIObjectCode (line 133) | def getCAPIObjectCode( function getReferenceExportCode (line 197) | def getReferenceExportCode(base_name, emit, context): FILE: nuitka/code_generation/RaisingCodes.py function generateReraiseCode (line 26) | def generateReraiseCode(statement, emit, context): function generateRaiseCode (line 33) | def generateRaiseCode(statement, emit, context): function generateRaiseExpressionCode (line 155) | def generateRaiseExpressionCode(to_name, expression, emit, context): function getReRaiseExceptionCode (line 190) | def getReRaiseExceptionCode(emit, context): function _getRaiseExceptionWithCauseCode (line 262) | def _getRaiseExceptionWithCauseCode(raise_type_name, raise_cause_name, e... function _getRaiseExceptionWithTypeCode (line 293) | def _getRaiseExceptionWithTypeCode(raise_type_name, emit, context): function _getRaiseExceptionWithValueCode (line 318) | def _getRaiseExceptionWithValueCode( function _getRaiseExceptionWithTracebackCode (line 356) | def _getRaiseExceptionWithTracebackCode( FILE: nuitka/code_generation/Reports.py function doMissingOptimizationReport (line 26) | def doMissingOptimizationReport(): function onMissingHelper (line 64) | def onMissingHelper(helper_name, source_ref): function onMissingOperation (line 72) | def onMissingOperation(operation, left, right): function onMissingTrust (line 78) | def onMissingTrust(operation, source_ref, *args): function onMissingOverload (line 87) | def onMissingOverload(method_name, node): FILE: nuitka/code_generation/ReturnCodes.py function generateReturnCode (line 19) | def generateReturnCode(statement, emit, context): function generateReturnedValueCode (line 45) | def generateReturnedValueCode(statement, emit, context): function generateReturnConstantCode (line 53) | def generateReturnConstantCode(statement, emit, context): function generateGeneratorReturnValueCode (line 78) | def generateGeneratorReturnValueCode(statement, emit, context): function generateGeneratorReturnNoneCode (line 110) | def generateGeneratorReturnNoneCode(statement, emit, context): FILE: nuitka/code_generation/SetCodes.py function generateSetCreationCode (line 23) | def generateSetCreationCode(to_name, expression, emit, context): function generateSetLiteralCreationCode (line 61) | def generateSetLiteralCreationCode(to_name, expression, emit, context): function generateSetOperationAddCode (line 103) | def generateSetOperationAddCode(statement, emit, context): function generateSetOperationUpdateCode (line 135) | def generateSetOperationUpdateCode(to_name, expression, emit, context): function generateBuiltinSetCode (line 155) | def generateBuiltinSetCode(to_name, expression, emit, context): function generateBuiltinFrozensetCode (line 169) | def generateBuiltinFrozensetCode(to_name, expression, emit, context): FILE: nuitka/code_generation/SliceCodes.py function _isSmallNumberConstant (line 29) | def _isSmallNumberConstant(node): function _generateSliceRangeIdentifier (line 37) | def _generateSliceRangeIdentifier(lower, upper, scope, emit, context): function _decideSlicing (line 78) | def _decideSlicing(lower, upper): function generateSliceLookupCode (line 84) | def generateSliceLookupCode(to_name, expression, emit, context): function generateAssignmentSliceCode (line 140) | def generateAssignmentSliceCode(statement, emit, context): function generateDelSliceCode (line 201) | def generateDelSliceCode(statement, emit, context): function generateBuiltinSlice3Code (line 253) | def generateBuiltinSlice3Code(to_name, expression, emit, context): function generateBuiltinSlice2Code (line 282) | def generateBuiltinSlice2Code(to_name, expression, emit, context): function generateBuiltinSlice1Code (line 310) | def generateBuiltinSlice1Code(to_name, expression, emit, context): function _getSliceLookupCode (line 337) | def _getSliceLookupCode(to_name, source_name, lower_name, upper_name, em... function _getSliceLookupIndexesCode (line 358) | def _getSliceLookupIndexesCode( function _getSliceAssignmentIndexesCode (line 373) | def _getSliceAssignmentIndexesCode( function _getSliceAssignmentCode (line 391) | def _getSliceAssignmentCode( function _getSliceDelIndexesCode (line 415) | def _getSliceDelIndexesCode(target_name, lower_name, upper_name, emit, c... function _getSliceDelCode (line 431) | def _getSliceDelCode(target_name, lower_name, upper_name, emit, context): FILE: nuitka/code_generation/StringCodes.py function generateBuiltinBytes1Code (line 21) | def generateBuiltinBytes1Code(to_name, expression, emit, context): function generateBuiltinBytes3Code (line 36) | def generateBuiltinBytes3Code(to_name, expression, emit, context): function generateBuiltinUnicodeCode (line 58) | def generateBuiltinUnicodeCode(to_name, expression, emit, context): function generateBuiltinStrCode (line 98) | def generateBuiltinStrCode(to_name, expression, emit, context): function generateBuiltinChrCode (line 117) | def generateBuiltinChrCode(to_name, expression, emit, context): function generateBuiltinOrdCode (line 131) | def generateBuiltinOrdCode(to_name, expression, emit, context): function generateStringConcatenationCode (line 145) | def generateStringConcatenationCode(to_name, expression, emit, context): function generateBuiltinFormatCode (line 174) | def generateBuiltinFormatCode(to_name, expression, emit, context): function generateBuiltinAsciiCode (line 213) | def generateBuiltinAsciiCode(to_name, expression, emit, context): function generateStrOperationCode (line 227) | def generateStrOperationCode(to_name, expression, emit, context): function generateBytesOperationCode (line 252) | def generateBytesOperationCode(to_name, expression, emit, context): function generateStrFormatMethodCode (line 270) | def generateStrFormatMethodCode(to_name, expression, emit, context): FILE: nuitka/code_generation/SubscriptCodes.py function decideIntegerSubscript (line 21) | def decideIntegerSubscript(subscript): function generateAssignmentSubscriptCode (line 32) | def generateAssignmentSubscriptCode(statement, emit, context): function generateDelSubscriptCode (line 79) | def generateDelSubscriptCode(statement, emit, context): function generateSubscriptLookupCode (line 103) | def generateSubscriptLookupCode(to_name, expression, emit, context): function generateSubscriptCheckCode (line 139) | def generateSubscriptCheckCode(to_name, expression, emit, context): function _getIntegerSubscriptLookupCode (line 175) | def _getIntegerSubscriptLookupCode( function _getSubscriptLookupCode (line 193) | def _getSubscriptLookupCode(to_name, subscript_name, subscribed_name, em... function _getIntegerSubscriptAssignmentCode (line 209) | def _getIntegerSubscriptAssignmentCode( function _getSubscriptAssignmentCode (line 229) | def _getSubscriptAssignmentCode(target_name, subscript_name, value_name,... function _getSubscriptDelCode (line 245) | def _getSubscriptDelCode(target_name, subscript_name, emit, context): FILE: nuitka/code_generation/TensorflowCodes.py function generateTensorflowFunctionCallCode (line 12) | def generateTensorflowFunctionCallCode(to_name, expression, emit, context): FILE: nuitka/code_generation/TryCodes.py function generateTryCode (line 21) | def generateTryCode(statement, emit, context): function generateTryNextExceptStopIterationCode (line 231) | def generateTryNextExceptStopIterationCode(statement, emit, context): FILE: nuitka/code_generation/TupleCodes.py function _areConstants (line 17) | def _areConstants(expressions): function generateTupleCreationCode (line 28) | def generateTupleCreationCode(to_name, expression, emit, context): function getTupleCreationCode (line 40) | def getTupleCreationCode(to_name, elements, emit, context): function generateBuiltinTupleCode (line 88) | def generateBuiltinTupleCode(to_name, expression, emit, context): FILE: nuitka/code_generation/VariableCodes.py function generateAssignmentVariableCode (line 34) | def generateAssignmentVariableCode(statement, emit, context): function generateDelVariableCode (line 78) | def generateDelVariableCode(statement, emit, context): function getVariableReferenceCode (line 92) | def getVariableReferenceCode( function generateVariableReferenceCode (line 163) | def generateVariableReferenceCode(to_name, expression, emit, context): function _getVariableCodeName (line 180) | def _getVariableCodeName(in_context, variable): function getPickedCType (line 192) | def getPickedCType(variable, context): function decideLocalVariableCodeType (line 226) | def decideLocalVariableCodeType(context, variable): function getLocalVariableDeclaration (line 291) | def getLocalVariableDeclaration(context, variable, variable_trace): function getVariableAssignmentCode (line 328) | def getVariableAssignmentCode( function _getVariableDelCode (line 365) | def _getVariableDelCode( function generateVariableReleaseCode (line 421) | def generateVariableReleaseCode(statement, emit, context): FILE: nuitka/code_generation/VariableDeclarations.py class VariableDeclaration (line 25) | class VariableDeclaration(object): method __init__ (line 28) | def __init__(self, c_type, code_name, init_value, heap_name): method makeCFunctionLevelDeclaration (line 40) | def makeCFunctionLevelDeclaration(self): method makeCStructDeclaration (line 58) | def makeCStructDeclaration(self): method makeCStructInit (line 74) | def makeCStructInit(self): method getCType (line 86) | def getCType(self): method __str__ (line 117) | def __str__(self): method __repr__ (line 123) | def __repr__(self): class VariableStorage (line 131) | class VariableStorage(object): method __init__ (line 141) | def __init__(self, heap_name): method withLocalStorage (line 153) | def withLocalStorage(self): method getVariableDeclarationTop (line 167) | def getVariableDeclarationTop(self, code_name): method getVariableDeclarationClosure (line 178) | def getVariableDeclarationClosure(self, closure_index): method addFrameCacheDeclaration (line 181) | def addFrameCacheDeclaration(self, frame_identifier): method makeCStructLevelDeclarations (line 186) | def makeCStructLevelDeclarations(self): method makeCStructInits (line 192) | def makeCStructInits(self): method getExceptionVariableDescriptions (line 199) | def getExceptionVariableDescriptions(self): method addVariableDeclarationLocal (line 214) | def addVariableDeclarationLocal(self, c_type, code_name): method addVariableDeclarationClosure (line 221) | def addVariableDeclarationClosure(self, c_type, code_name): method addVariableDeclarationFunction (line 228) | def addVariableDeclarationFunction(self, c_type, code_name, init_value): method addVariableDeclarationTop (line 235) | def addVariableDeclarationTop(self, c_type, code_name, init_value): method makeCLocalDeclarations (line 245) | def makeCLocalDeclarations(self): method makeCFunctionLevelDeclarations (line 251) | def makeCFunctionLevelDeclarations(self): method getLocalPreservationDeclarations (line 257) | def getLocalPreservationDeclarations(self): FILE: nuitka/code_generation/YieldCodes.py function _getYieldPreserveCode (line 18) | def _getYieldPreserveCode( function generateYieldCode (line 115) | def generateYieldCode(to_name, expression, emit, context): function generateYieldFromCode (line 151) | def generateYieldFromCode(to_name, expression, emit, context): function generateYieldFromAwaitableCode (line 184) | def generateYieldFromAwaitableCode(to_name, expression, emit, context): function getYieldReturnDispatchCode (line 225) | def getYieldReturnDispatchCode(context): FILE: nuitka/code_generation/c_types/CTypeBases.py class CTypeBase (line 19) | class CTypeBase(object): method getTypeIndicator (line 24) | def getTypeIndicator(cls): method getInitValue (line 28) | def getInitValue(cls, init_from): method getInitTestConditionCode (line 35) | def getInitTestConditionCode(cls, value_name, inverted): method emitVariableAssignCode (line 42) | def emitVariableAssignCode( method getDeleteObjectCode (line 51) | def getDeleteObjectCode( method getVariableArgReferencePassingCode (line 60) | def getVariableArgReferencePassingCode(cls, variable_code_name): method getVariableArgDeclarationCode (line 67) | def getVariableArgDeclarationCode(cls, variable_code_name): method getCellObjectAssignmentCode (line 74) | def getCellObjectAssignmentCode(cls, target_cell_code, variable_code_n... method emitAssignmentCodeFromBoolCondition (line 81) | def emitAssignmentCodeFromBoolCondition(cls, to_name, condition, emit): method emitAssignmentCodeToNuitkaIntOrLong (line 87) | def emitAssignmentCodeToNuitkaIntOrLong( method getReleaseCode (line 95) | def getReleaseCode(cls, value_name, needs_check, emit): method emitReinitCode (line 101) | def emitReinitCode(cls, value_name, emit): method getTakeReferenceCode (line 107) | def getTakeReferenceCode(cls, value_name, emit): method emitTruthCheckCode (line 114) | def emitTruthCheckCode(cls, to_name, value_name, emit): method emitValueAssertionCode (line 121) | def emitValueAssertionCode(cls, value_name, emit): method emitReleaseAssertionCode (line 128) | def emitReleaseAssertionCode(cls, value_name, emit): method emitAssignConversionCode (line 133) | def emitAssignConversionCode(cls, to_name, value_name, needs_check, em... class CTypeNotReferenceCountedMixin (line 138) | class CTypeNotReferenceCountedMixin(object): method getReleaseCode (line 142) | def getReleaseCode(cls, value_name, needs_check, emit): method getTakeReferenceCode (line 148) | def getTakeReferenceCode(cls, value_name, emit): method emitReleaseAssertionCode (line 152) | def emitReleaseAssertionCode(cls, value_name, emit): FILE: nuitka/code_generation/c_types/CTypeBooleans.py class CTypeBool (line 11) | class CTypeBool(CTypeNotReferenceCountedMixin, CTypeBase): method emitValueAccessCode (line 18) | def emitValueAccessCode(cls, value_name, emit, context): method emitValueAssertionCode (line 23) | def emitValueAssertionCode(cls, value_name, emit): method emitAssignConversionCode (line 27) | def emitAssignConversionCode(cls, to_name, value_name, needs_check, em... method emitAssignmentCodeFromConstant (line 41) | def emitAssignmentCodeFromConstant( method getInitValue (line 48) | def getInitValue(cls, init_from): method getInitTestConditionCode (line 52) | def getInitTestConditionCode(cls, value_name, inverted): method getDeleteObjectCode (line 56) | def getDeleteObjectCode( method emitAssignmentCodeToNuitkaBool (line 62) | def emitAssignmentCodeToNuitkaBool( method emitAssignmentCodeFromBoolCondition (line 69) | def emitAssignmentCodeFromBoolCondition(cls, to_name, condition, emit): method emitAssignInplaceNegatedValueCode (line 73) | def emitAssignInplaceNegatedValueCode(cls, to_name, needs_check, emit,... method getExceptionCheckCondition (line 78) | def getExceptionCheckCondition(cls, value_name): method hasErrorIndicator (line 83) | def hasErrorIndicator(cls): method getTruthCheckCode (line 87) | def getTruthCheckCode(cls, value_name): FILE: nuitka/code_generation/c_types/CTypeCFloats.py class CTypeCFloat (line 13) | class CTypeCFloat(CTypeBase): method emitAssignmentCodeFromConstant (line 19) | def emitAssignmentCodeFromConstant( FILE: nuitka/code_generation/c_types/CTypeCLongs.py class CTypeCLongMixin (line 11) | class CTypeCLongMixin(CTypeBase): method emitAssignmentCodeFromConstant (line 13) | def emitAssignmentCodeFromConstant( class CTypeCLong (line 20) | class CTypeCLong(CTypeCLongMixin, CTypeBase): class CTypeCLongDigit (line 26) | class CTypeCLongDigit(CTypeCLongMixin, CTypeBase): FILE: nuitka/code_generation/c_types/CTypeModuleDictVariables.py class CTypeModuleDictVariable (line 21) | class CTypeModuleDictVariable(CTypeBase): method emitVariableAssignCode (line 23) | def emitVariableAssignCode( method emitValueAccessCode (line 56) | def emitValueAccessCode(cls, value_name, emit, context): method getDeleteObjectCode (line 71) | def getDeleteObjectCode( FILE: nuitka/code_generation/c_types/CTypeNuitkaBooleans.py class CTypeNuitkaBoolEnum (line 13) | class CTypeNuitkaBoolEnum(CTypeNotReferenceCountedMixin, CTypeBase): method emitVariableAssignCode (line 19) | def emitVariableAssignCode( method emitAssignmentCodeToNuitkaIntOrLong (line 41) | def emitAssignmentCodeToNuitkaIntOrLong( method getTruthCheckCode (line 47) | def getTruthCheckCode(cls, value_name): method emitValueAccessCode (line 51) | def emitValueAccessCode(cls, value_name, emit, context): method emitValueAssertionCode (line 56) | def emitValueAssertionCode(cls, value_name, emit): method emitAssignConversionCode (line 60) | def emitAssignConversionCode(cls, to_name, value_name, needs_check, em... method emitAssignmentCodeFromConstant (line 75) | def emitAssignmentCodeFromConstant( method getInitValue (line 85) | def getInitValue(cls, init_from): method getInitTestConditionCode (line 93) | def getInitTestConditionCode(cls, value_name, inverted): method emitReinitCode (line 97) | def emitReinitCode(cls, value_name, emit): method getDeleteObjectCode (line 101) | def getDeleteObjectCode( method emitAssignmentCodeFromBoolCondition (line 113) | def emitAssignmentCodeFromBoolCondition(cls, to_name, condition, emit): method emitAssignInplaceNegatedValueCode (line 120) | def emitAssignInplaceNegatedValueCode(cls, to_name, needs_check, emit,... method getExceptionCheckCondition (line 130) | def getExceptionCheckCondition(cls, value_name): method hasErrorIndicator (line 134) | def hasErrorIndicator(cls): FILE: nuitka/code_generation/c_types/CTypeNuitkaInts.py class CTypeNuitkaIntOrLongStruct (line 16) | class CTypeNuitkaIntOrLongStruct(CTypeBase): method emitVariableAssignCode (line 22) | def emitVariableAssignCode( method emitVariantAssignmentCode (line 44) | def emitVariantAssignmentCode(cls, int_name, value_name, int_value, em... method getTruthCheckCode (line 59) | def getTruthCheckCode(cls, value_name): method emitValueAccessCode (line 63) | def emitValueAccessCode(cls, value_name, emit, context): method emitValueAssertionCode (line 68) | def emitValueAssertionCode(cls, value_name, emit): method emitAssignConversionCode (line 72) | def emitAssignConversionCode(cls, to_name, value_name, needs_check, em... method getInitValue (line 85) | def getInitValue(cls, init_from): method getInitTestConditionCode (line 94) | def getInitTestConditionCode(cls, value_name, inverted): method getReleaseCode (line 101) | def getReleaseCode(cls, value_name, needs_check, emit): method getDeleteObjectCode (line 119) | def getDeleteObjectCode( method emitAssignmentCodeFromBoolCondition (line 133) | def emitAssignmentCodeFromBoolCondition(cls, to_name, condition, emit): FILE: nuitka/code_generation/c_types/CTypeNuitkaVoids.py class CTypeNuitkaVoidEnum (line 19) | class CTypeNuitkaVoidEnum(CTypeNotReferenceCountedMixin, CTypeBase): method emitValueAccessCode (line 26) | def emitValueAccessCode(cls, value_name, emit, context): method emitValueAssertionCode (line 31) | def emitValueAssertionCode(cls, value_name, emit): method emitReinitCode (line 35) | def emitReinitCode(cls, value_name, emit): method emitAssignConversionCode (line 39) | def emitAssignConversionCode(cls, to_name, value_name, needs_check, em... method emitAssignmentCodeFromConstant (line 50) | def emitAssignmentCodeFromConstant( method getInitValue (line 62) | def getInitValue(cls, init_from): method getDeleteObjectCode (line 66) | def getDeleteObjectCode( method emitAssignmentCodeFromBoolCondition (line 72) | def emitAssignmentCodeFromBoolCondition(cls, to_name, condition, emit): method emitAssignInplaceNegatedValueCode (line 79) | def emitAssignInplaceNegatedValueCode(cls, to_name, needs_check, emit,... method getExceptionCheckCondition (line 86) | def getExceptionCheckCondition(cls, value_name): method hasErrorIndicator (line 90) | def hasErrorIndicator(cls): FILE: nuitka/code_generation/c_types/CTypePyObjectPointers.py class CPythonPyObjectPtrBase (line 44) | class CPythonPyObjectPtrBase(CTypeBase): method emitVariableAssignCode (line 46) | def emitVariableAssignCode( method emitAssignmentCodeToNuitkaIntOrLong (line 73) | def emitAssignmentCodeToNuitkaIntOrLong( method getTruthCheckCode (line 87) | def getTruthCheckCode(cls, value_name): method emitTruthCheckCode (line 91) | def emitTruthCheckCode(cls, to_name, value_name, emit): method getReleaseCode (line 97) | def getReleaseCode(cls, value_name, needs_check, emit): method emitAssignInplaceNegatedValueCode (line 106) | def emitAssignInplaceNegatedValueCode(cls, to_name, needs_check, emit,... method emitAssignmentCodeToNuitkaBool (line 139) | def emitAssignmentCodeToNuitkaBool( method emitAssignmentCodeFromConstant (line 159) | def emitAssignmentCodeFromConstant( class CTypePyObjectPtr (line 304) | class CTypePyObjectPtr(CPythonPyObjectPtrBase): method getInitValue (line 310) | def getInitValue(cls, init_from): method getInitTestConditionCode (line 317) | def getInitTestConditionCode(cls, value_name, inverted): method emitReinitCode (line 321) | def emitReinitCode(cls, value_name, emit): method getVariableArgDeclarationCode (line 325) | def getVariableArgDeclarationCode(cls, variable_code_name): method getVariableArgReferencePassingCode (line 329) | def getVariableArgReferencePassingCode(cls, variable_code_name): method getCellObjectAssignmentCode (line 333) | def getCellObjectAssignmentCode(cls, target_cell_code, variable_code_n... method getDeleteObjectCode (line 337) | def getDeleteObjectCode( method emitAssignmentCodeFromBoolCondition (line 351) | def emitAssignmentCodeFromBoolCondition(cls, to_name, condition, emit): method emitValueAccessCode (line 358) | def emitValueAccessCode(cls, value_name, emit, context): method emitValueAssertionCode (line 363) | def emitValueAssertionCode(cls, value_name, emit): method emitAssignConversionCode (line 367) | def emitAssignConversionCode(cls, to_name, value_name, needs_check, em... method getExceptionCheckCondition (line 388) | def getExceptionCheckCondition(cls, value_name): method hasErrorIndicator (line 392) | def hasErrorIndicator(cls): method getReleaseCode (line 396) | def getReleaseCode(cls, value_name, needs_check, emit): method getTakeReferenceCode (line 405) | def getTakeReferenceCode(cls, value_name, emit): class CTypePyObjectPtrPtr (line 411) | class CTypePyObjectPtrPtr(CPythonPyObjectPtrBase): method getInitTestConditionCode (line 415) | def getInitTestConditionCode(cls, value_name, inverted): method getVariableArgDeclarationCode (line 419) | def getVariableArgDeclarationCode(cls, variable_code_name): method getVariableArgReferencePassingCode (line 423) | def getVariableArgReferencePassingCode(cls, variable_code_name): method emitValueAccessCode (line 427) | def emitValueAccessCode(cls, value_name, emit, context): method emitAssignmentCodeFromBoolCondition (line 435) | def emitAssignmentCodeFromBoolCondition(cls, to_name, condition, emit): class CTypeCellObject (line 442) | class CTypeCellObject(CTypeBase): method getInitValue (line 446) | def getInitValue(cls, init_from): method getInitTestConditionCode (line 455) | def getInitTestConditionCode(cls, value_name, inverted): method getCellObjectAssignmentCode (line 459) | def getCellObjectAssignmentCode(cls, target_cell_code, variable_code_n... method emitVariableAssignCode (line 465) | def emitVariableAssignCode( method emitValueAccessCode (line 489) | def emitValueAccessCode(cls, value_name, emit, context): method getVariableArgDeclarationCode (line 499) | def getVariableArgDeclarationCode(cls, variable_code_name): method getVariableArgReferencePassingCode (line 503) | def getVariableArgReferencePassingCode(cls, variable_code_name): method emitAssignmentCodeFromBoolCondition (line 507) | def emitAssignmentCodeFromBoolCondition(cls, to_name, condition, emit): method getDeleteObjectCode (line 514) | def getDeleteObjectCode( method getReleaseCode (line 528) | def getReleaseCode(cls, value_name, needs_check, emit): method emitReinitCode (line 537) | def emitReinitCode(cls, value_name, emit): method emitValueAssertionCode (line 541) | def emitValueAssertionCode(cls, value_name, emit): method emitReleaseAssertionCode (line 545) | def emitReleaseAssertionCode(cls, value_name, emit): FILE: nuitka/code_generation/c_types/CTypeVoids.py class CTypeVoid (line 13) | class CTypeVoid(CTypeNotReferenceCountedMixin, CTypeBase): method emitValueAccessCode (line 20) | def emitValueAccessCode(cls, value_name, emit, context): method emitValueAssertionCode (line 25) | def emitValueAssertionCode(cls, value_name, emit): method emitAssignConversionCode (line 30) | def emitAssignConversionCode(cls, to_name, value_name, needs_check, em... method emitAssignInplaceNegatedValueCode (line 35) | def emitAssignInplaceNegatedValueCode(cls, to_name, needs_check, emit,... method emitAssignmentCodeFromConstant (line 40) | def emitAssignmentCodeFromConstant( method getInitValue (line 47) | def getInitValue(cls, init_from): method getInitTestConditionCode (line 51) | def getInitTestConditionCode(cls, value_name, inverted): method getDeleteObjectCode (line 55) | def getDeleteObjectCode( method emitAssignmentCodeFromBoolCondition (line 61) | def emitAssignmentCodeFromBoolCondition(cls, to_name, condition, emit): method getExceptionCheckCondition (line 65) | def getExceptionCheckCondition(cls, value_name): method hasErrorIndicator (line 70) | def hasErrorIndicator(cls): method getTruthCheckCode (line 74) | def getTruthCheckCode(cls, value_name): FILE: nuitka/code_generation/templates/TemplateDebugWrapper.py class TemplateWrapper (line 14) | class TemplateWrapper(object): method __init__ (line 21) | def __init__(self, name, value): method __str__ (line 25) | def __str__(self): method __add__ (line 28) | def __add__(self, other): method __mod__ (line 31) | def __mod__(self, other): method split (line 45) | def split(self, sep): function enableDebug (line 49) | def enableDebug(globals_dict): function checkDebug (line 62) | def checkDebug(globals_dict): FILE: nuitka/containers/Namedtuples.py function makeNamedtupleClass (line 13) | def makeNamedtupleClass(name, element_names): FILE: nuitka/containers/OrderedDicts.py class OrderedDict (line 60) | class OrderedDict(dict): method __init__ (line 61) | def __init__(self, *args, **kwargs): method __delitem__ (line 66) | def __delitem__(self, key): method __setitem__ (line 70) | def __setitem__(self, key, item): method __deepcopy__ (line 75) | def __deepcopy__(self, memo=None): method __getstate__ (line 86) | def __getstate__(self): method __setstate__ (line 89) | def __setstate__(self, d): method __reversed__ (line 93) | def __reversed__(self): method __eq__ (line 96) | def __eq__(self, other): method __ne__ (line 103) | def __ne__(self, other): method __cmp__ (line 106) | def __cmp__(self, other): method fromkeys (line 114) | def fromkeys(cls, iterable, default=None): method clear (line 117) | def clear(self): method copy (line 121) | def copy(self): method items (line 124) | def items(self): method iteritems (line 127) | def iteritems(self): method keys (line 130) | def keys(self): method iterkeys (line 133) | def iterkeys(self): method pop (line 136) | def pop(self, key, default=missing): method popitem (line 144) | def popitem(self, key): method setdefault (line 148) | def setdefault(self, key, default=None): method update (line 153) | def update(self, *args, **kwargs): method values (line 168) | def values(self): method itervalues (line 171) | def itervalues(self): method index (line 174) | def index(self, item): method byindex (line 177) | def byindex(self, item): method reverse (line 181) | def reverse(self): method sort (line 184) | def sort(self, *args, **kwargs): method __repr__ (line 187) | def __repr__(self): FILE: nuitka/containers/OrderedSets.py function buildOrderedSet (line 16) | def buildOrderedSet(*producers): FILE: nuitka/containers/OrderedSetsFallback.py class OrderedSet (line 40) | class OrderedSet(MutableSet): method __init__ (line 43) | def __init__(self, iterable=()): method __len__ (line 50) | def __len__(self): method __contains__ (line 53) | def __contains__(self, key): method add (line 56) | def add(self, key): method update (line 62) | def update(self, keys): method discard (line 66) | def discard(self, key): method __iter__ (line 72) | def __iter__(self): method __reversed__ (line 79) | def __reversed__(self): method pop (line 86) | def pop(self, last=True): method __repr__ (line 93) | def __repr__(self): method __eq__ (line 98) | def __eq__(self, other): method union (line 103) | def union(self, iterable): method index (line 111) | def index(self, key): FILE: nuitka/distutils/Build.py function suppress_known_deprecation (line 14) | def suppress_known_deprecation(): class NuitkaBuildMetaBackend (line 22) | class NuitkaBuildMetaBackend(setuptools.build_meta._BuildMetaBackend): method build_wheel (line 23) | def build_wheel( FILE: nuitka/distutils/DistutilCommands.py function setupNuitkaDistutilsCommands (line 30) | def setupNuitkaDistutilsCommands(dist, keyword, value): function addToPythonPath (line 45) | def addToPythonPath(python_path, in_front=False): class build (line 63) | class build(distutils.command.build.build): method run (line 65) | def run(self): method _findBuildTasks2 (line 101) | def _findBuildTasks2(self): method _findBuildTasks (line 170) | def _findBuildTasks(self): method _parseOptionsEntry (line 215) | def _parseOptionsEntry(option, value): method _build (line 233) | def _build(self, build_lib): class install (line 354) | class install(distutils.command.install.install): method finalize_options (line 356) | def finalize_options(self): class bdist_nuitka (line 363) | class bdist_nuitka(wheel.bdist_wheel.bdist_wheel): method initialize_options (line 364) | def initialize_options(self): method finalize_options (line 374) | def finalize_options(self): method write_wheelfile (line 379) | def write_wheelfile(self, wheelfile_base, generator=None): FILE: nuitka/finalizations/Finalization.py function prepareCodeGeneration (line 17) | def prepareCodeGeneration(tree): FILE: nuitka/finalizations/FinalizeMarkups.py function getImportedNames (line 29) | def getImportedNames(): class FinalizeMarkups (line 33) | class FinalizeMarkups(VisitorNoopMixin): method onEnterNode (line 34) | def onEnterNode(self, node): method _onEnterNode (line 44) | def _onEnterNode(self, node): FILE: nuitka/freezer/DependsExe.py function getDependsExePath (line 30) | def getDependsExePath(): function _attemptToFindNotFoundDLL (line 56) | def _attemptToFindNotFoundDLL(dll_filename): function _parseDependsExeOutput2 (line 79) | def _parseDependsExeOutput2(lines): function parseDependsExeOutput (line 158) | def parseDependsExeOutput(filename): function detectDLLsWithDependencyWalker (line 162) | def detectDLLsWithDependencyWalker(binary_filename, source_dir, scan_dirs): FILE: nuitka/freezer/DllDependenciesCommon.py function getLdLibraryPath (line 17) | def getLdLibraryPath(package_name, python_rpaths, original_dir): function getPackageSpecificDLLDirectories (line 34) | def getPackageSpecificDLLDirectories(package_name, consider_plugins=True): FILE: nuitka/freezer/DllDependenciesMacOS.py function _detectPythonRpaths (line 36) | def _detectPythonRpaths(): function detectBinaryPathDLLsMacOS (line 56) | def detectBinaryPathDLLsMacOS( function _parseOtoolListingOutput (line 110) | def _parseOtoolListingOutput(output): function _resolveBinaryPathDLLsMacOS (line 136) | def _resolveBinaryPathDLLsMacOS( function _detectBinaryRPathsMacOS (line 265) | def _detectBinaryRPathsMacOS(original_dir, binary_filename): function fixupBinaryDLLPathsMacOS (line 292) | def fixupBinaryDLLPathsMacOS( FILE: nuitka/freezer/DllDependenciesPosix.py function detectBinaryPathDLLsPosix (line 31) | def detectBinaryPathDLLsPosix(dll_filename, package_name, original_dir): FILE: nuitka/freezer/DllDependenciesWin32.py function detectBinaryPathDLLsWin32 (line 39) | def detectBinaryPathDLLsWin32( function _getScanDirectories (line 93) | def _getScanDirectories(package_name, original_dir): function _getCacheFilename (line 151) | def _getCacheFilename( FILE: nuitka/freezer/ImportDetection.py function _detectImports (line 29) | def _detectImports(command): function _detectEarlyImports (line 194) | def _detectEarlyImports(): function detectEarlyImports (line 234) | def detectEarlyImports(): function _detectStdlibAutoInclusionModules (line 246) | def _detectStdlibAutoInclusionModules(): function detectStdlibAutoInclusionModules (line 322) | def detectStdlibAutoInclusionModules(): FILE: nuitka/freezer/IncludedDataFiles.py function addDataFileTags (line 50) | def addDataFileTags(pattern): function getDataFileTags (line 55) | def getDataFileTags(dest_path): function decodeDataFileTags (line 67) | def decodeDataFileTags(tags): class IncludedDataFile (line 76) | class IncludedDataFile(object): method __init__ (line 79) | def __init__(self, kind, source_path, dest_path, reason, data, tags, t... method __repr__ (line 104) | def __repr__(self): method needsCopy (line 114) | def needsCopy(self): method getFileContents (line 117) | def getFileContents(self): method getFileSize (line 125) | def getFileSize(self): function makeIncludedEmptyDirectory (line 134) | def makeIncludedEmptyDirectory(dest_path, reason, tracer, tags): function makeIncludedDataFile (line 142) | def makeIncludedDataFile(source_path, dest_path, reason, tracer, tags): function makeIncludedDataDirectory (line 208) | def makeIncludedDataDirectory( function makeIncludedGeneratedDataFile (line 252) | def makeIncludedGeneratedDataFile(data, dest_path, reason, tracer, tags): function addIncludedDataFile (line 274) | def addIncludedDataFile(included_datafile): function getIncludedDataFiles (line 310) | def getIncludedDataFiles(): function _addIncludedDataFilesFromFileOptions (line 314) | def _addIncludedDataFilesFromFileOptions(): function addIncludedDataFilesFromFileOptions (line 365) | def addIncludedDataFilesFromFileOptions(): function scanIncludedPackageDataFiles (line 372) | def scanIncludedPackageDataFiles(package_directory, pattern): function makeIncludedPackageDataFiles (line 402) | def makeIncludedPackageDataFiles( function addIncludedDataFilesFromPlugins (line 422) | def addIncludedDataFilesFromPlugins(): function addIncludedDataFilesFromPackageOptions (line 433) | def addIncludedDataFilesFromPackageOptions(): function _reportDataFiles (line 476) | def _reportDataFiles(): function _checkPathConflict (line 509) | def _checkPathConflict(dest_path, standalone_entry_points): function _handleDataFile (line 527) | def _handleDataFile(included_datafile, standalone_entry_points): function copyDataFiles (line 570) | def copyDataFiles(standalone_entry_points): FILE: nuitka/freezer/IncludedEntryPoints.py function _makeIncludedEntryPoint (line 45) | def _makeIncludedEntryPoint( function _makeDllOrExeEntryPoint (line 71) | def _makeDllOrExeEntryPoint( function makeExtensionModuleEntryPoint (line 103) | def makeExtensionModuleEntryPoint( function makeDllEntryPoint (line 118) | def makeDllEntryPoint( function makeExeEntryPoint (line 133) | def makeExeEntryPoint( function makeMainExecutableEntryPoint (line 148) | def makeMainExecutableEntryPoint(dest_path): function _makeIgnoredEntryPoint (line 161) | def _makeIgnoredEntryPoint(entry_point): function _getTopLevelPackageName (line 177) | def _getTopLevelPackageName(package_name): function _warnNonIdenticalEntryPoints (line 184) | def _warnNonIdenticalEntryPoints(entry_point1, entry_point2): function addIncludedEntryPoint (line 220) | def addIncludedEntryPoint(entry_point): function addIncludedEntryPoints (line 299) | def addIncludedEntryPoints(entry_points): function setMainEntryPoint (line 304) | def setMainEntryPoint(binary_filename): function addExtensionModuleEntryPoint (line 310) | def addExtensionModuleEntryPoint(module): function getStandaloneEntryPoints (line 328) | def getStandaloneEntryPoints(): FILE: nuitka/freezer/Onefile.py function packDistFolderToOnefile (line 47) | def packDistFolderToOnefile(dist_dir): function _runOnefileScons (line 57) | def _runOnefileScons(onefile_compression, onefile_archive): function getCompressorPython (line 99) | def getCompressorPython(): function runOnefileCompressor (line 129) | def runOnefileCompressor( function packDistFolderToOnefileBootstrap (line 189) | def packDistFolderToOnefileBootstrap(onefile_output_filename, dist_dir): FILE: nuitka/freezer/Standalone.py function checkFreezingModuleSet (line 53) | def checkFreezingModuleSet(): function _detectBinaryDLLs (line 102) | def _detectBinaryDLLs( function copyDllsUsed (line 150) | def copyDllsUsed(dist_dir, standalone_entry_points): function _reduceToPythonPath (line 220) | def _reduceToPythonPath(used_dlls): function _detectUsedDLLs (line 236) | def _detectUsedDLLs(standalone_entry_point, source_dir): function detectUsedDLLs (line 311) | def detectUsedDLLs(standalone_entry_points, source_dir): FILE: nuitka/importing/IgnoreListing.py function getModuleIgnoreList (line 14) | def getModuleIgnoreList(): function isIgnoreListedNotExistingModule (line 424) | def isIgnoreListedNotExistingModule(module_name): FILE: nuitka/importing/ImportCache.py function addImportedModule (line 22) | def addImportedModule(imported_module): function isImportedModuleByName (line 42) | def isImportedModuleByName(full_name): function getImportedModuleByName (line 46) | def getImportedModuleByName(full_name): function getImportedModuleByNameAndPath (line 50) | def getImportedModuleByNameAndPath(full_name, module_filename): function replaceImportedModule (line 65) | def replaceImportedModule(old, new): FILE: nuitka/importing/ImportResolving.py function resolveModuleName (line 118) | def resolveModuleName(module_name): FILE: nuitka/importing/Importing.py function setupImportingFromOptions (line 64) | def setupImportingFromOptions(): function _checkRaisingBuiltinComplete (line 90) | def _checkRaisingBuiltinComplete(): function makeModuleUsageAttempt (line 117) | def makeModuleUsageAttempt( function addMainScriptDirectory (line 133) | def addMainScriptDirectory(main_dir): function addExtraSysPaths (line 141) | def addExtraSysPaths(directories): function hasMainScriptDirectory (line 148) | def hasMainScriptDirectory(): function isPackageDir (line 152) | def isPackageDir(dirname): function getModuleNameAndKindFromFilename (line 171) | def getModuleNameAndKindFromFilename(module_filename): function isIgnoreListedImportMaker (line 204) | def isIgnoreListedImportMaker(source_ref): function warnAboutNotFoundImport (line 211) | def warnAboutNotFoundImport(importing, module_name, level, source_ref): function normalizePackageName (line 260) | def normalizePackageName(module_name): function findModule (line 270) | def findModule(module_name, parent_package, level): function _reportCandidates (line 394) | def _reportCandidates(package_name, module_name, candidate, candidates): function listDirCached (line 420) | def listDirCached(path): function flushImportCache (line 429) | def flushImportCache(): function _findModuleInPath2 (line 440) | def _findModuleInPath2(package_name, module_name, search_path): function _unpackPathElement (line 583) | def _unpackPathElement(path_entry): function getPythonUnpackedSearchPath (line 611) | def getPythonUnpackedSearchPath(): function getPackageSearchPath (line 618) | def getPackageSearchPath(package_name): function _findModuleInPath (line 668) | def _findModuleInPath(module_name): function _findModule (line 716) | def _findModule(module_name): function locateModule (line 749) | def locateModule(module_name, parent_package, level): function locateModules (line 797) | def locateModules(package_name): function decideModuleSourceRef (line 814) | def decideModuleSourceRef(filename, module_name, is_main, is_fake, logger): function isNonRaisingBuiltinModule (line 990) | def isNonRaisingBuiltinModule(module_name): FILE: nuitka/importing/PreloadedPackages.py function getLoadedPackages (line 19) | def getLoadedPackages(): function detectPreLoadedPackagePaths (line 37) | def detectPreLoadedPackagePaths(): function getPreloadedPackagePaths (line 49) | def getPreloadedPackagePaths(): function setPreloadedPackagePaths (line 61) | def setPreloadedPackagePaths(value): function getPreloadedPackagePath (line 68) | def getPreloadedPackagePath(package_name): function isPreloadedPackagePath (line 72) | def isPreloadedPackagePath(path): function _considerPthImportedPackage (line 83) | def _considerPthImportedPackage(module_name): function detectPthImportedPackages (line 106) | def detectPthImportedPackages(): function setPthImportedPackages (line 140) | def setPthImportedPackages(value): function getPthImportedPackages (line 147) | def getPthImportedPackages(): FILE: nuitka/importing/Recursion.py function _recurseTo (line 35) | def _recurseTo(module_name, module_filename, module_kind, reason): function recurseTo (line 55) | def recurseTo( function getRecursionDecisions (line 93) | def getRecursionDecisions(): function decideRecursion (line 98) | def decideRecursion( function _decideRecursion (line 149) | def _decideRecursion( function isSameModulePath (line 284) | def isSameModulePath(path1, path2): function _addIncludedModule (line 293) | def _addIncludedModule(module, package_only): function checkPluginSinglePath (line 355) | def checkPluginSinglePath(plugin_filename, module_package, package_only): function checkPluginPath (line 411) | def checkPluginPath(plugin_filename, module_package): function checkPluginFilenamePattern (line 453) | def checkPluginFilenamePattern(pattern): function considerUsedModules (line 481) | def considerUsedModules(module, pass_count): FILE: nuitka/importing/StandardLibrary.py function getStandardLibraryPaths (line 28) | def getStandardLibraryPaths(): function _isStandardLibraryPath (line 108) | def _isStandardLibraryPath(filename): function isStandardLibraryPath (line 132) | def isStandardLibraryPath(filename): function scanStandardLibraryPath (line 153) | def scanStandardLibraryPath(stdlib_dir): function isStandardLibraryNoAutoInclusionModule (line 410) | def isStandardLibraryNoAutoInclusionModule(module_name): FILE: nuitka/nodes/AsyncgenNodes.py class ExpressionMakeAsyncgenObject (line 16) | class ExpressionMakeAsyncgenObject( method __init__ (line 25) | def __init__(self, asyncgen_ref, source_ref): method getDetailsForDisplay (line 34) | def getDetailsForDisplay(self): method computeExpression (line 37) | def computeExpression(self, trace_collection): method getClosureVariableVersions (line 51) | def getClosureVariableVersions(self): class ExpressionAsyncgenObjectBody (line 55) | class ExpressionAsyncgenObjectBody(ExpressionFunctionEntryPointBase): method __init__ (line 60) | def __init__(self, provider, name, code_object, flags, auto_release, s... method getFunctionName (line 76) | def getFunctionName(self): method markAsNeedsGeneratorReturnHandling (line 79) | def markAsNeedsGeneratorReturnHandling(self, value): method needsGeneratorReturnHandling (line 82) | def needsGeneratorReturnHandling(self): method needsGeneratorReturnExit (line 85) | def needsGeneratorReturnExit(self): method needsCreation (line 89) | def needsCreation(): method isUnoptimized (line 93) | def isUnoptimized(): FILE: nuitka/nodes/AttributeLookupNodes.py class ExpressionAttributeLookup (line 14) | class ExpressionAttributeLookup(ExpressionAttributeLookupBase): method getAttributeName (line 25) | def getAttributeName(self): method computeExpression (line 28) | def computeExpression(self, trace_collection): method mayRaiseException (line 35) | def mayRaiseException(self, exception_type): method isKnownToBeIterable (line 43) | def isKnownToBeIterable(count): class ExpressionAttributeLookupSpecial (line 49) | class ExpressionAttributeLookupSpecial(ExpressionAttributeLookup): method computeExpression (line 60) | def computeExpression(self, trace_collection): class ExpressionAttributeLookupFixedBase (line 68) | class ExpressionAttributeLookupFixedBase(ChildHavingExpressionMixin, Exp... method __init__ (line 78) | def __init__(self, expression, source_ref): method getAttributeName (line 83) | def getAttributeName(self): method getDetails (line 87) | def getDetails(): method computeExpression (line 90) | def computeExpression(self, trace_collection): method mayRaiseException (line 97) | def mayRaiseException(self, exception_type): method isKnownToBeIterable (line 105) | def isKnownToBeIterable(count): FILE: nuitka/nodes/AttributeNodes.py class StatementAssignmentAttribute (line 48) | class StatementAssignmentAttribute(StatementAssignmentAttributeBase): method getAttributeName (line 65) | def getAttributeName(self): method computeStatementOperation (line 68) | def computeStatementOperation(self, trace_collection): method getStatementNiceName (line 77) | def getStatementNiceName(): class StatementDelAttribute (line 81) | class StatementDelAttribute(StatementDelAttributeBase): method getAttributeName (line 97) | def getAttributeName(self): method computeStatementOperation (line 100) | def computeStatementOperation(self, trace_collection): method getStatementNiceName (line 108) | def getStatementNiceName(): function makeExpressionAttributeLookup (line 112) | def makeExpressionAttributeLookup(expression, attribute_name, source_ref): class ExpressionBuiltinGetattr (line 126) | class ExpressionBuiltinGetattr(ChildrenExpressionBuiltinGetattrMixin, Ex... method __init__ (line 138) | def __init__(self, expression, name, default, source_ref): method computeExpression (line 145) | def computeExpression(self, trace_collection): class ExpressionBuiltinSetattr (line 186) | class ExpressionBuiltinSetattr( method __init__ (line 198) | def __init__(self, expression, name, value, source_ref): method computeExpressionConstantAttribute (line 211) | def computeExpressionConstantAttribute(self, trace_collection): method computeExpression (line 218) | def computeExpression(self, trace_collection): class ExpressionBuiltinHasattr (line 226) | class ExpressionBuiltinHasattr(ExpressionBuiltinHasattrBase): method computeExpression (line 233) | def computeExpression(self, trace_collection): method computeExpressionConstantName (line 272) | def computeExpressionConstantName(self, trace_collection): class ExpressionAttributeCheck (line 305) | class ExpressionAttributeCheck( method __init__ (line 314) | def __init__(self, expression, attribute_name, source_ref): method getDetails (line 321) | def getDetails(self): method computeExpression (line 324) | def computeExpression(self, trace_collection): method mayRaiseException (line 350) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 359) | def mayRaiseExceptionOperation(): method mayRaiseExceptionOperation (line 364) | def mayRaiseExceptionOperation(self): method getAttributeName (line 369) | def getAttributeName(self): FILE: nuitka/nodes/AttributeNodesGenerated.py class ExpressionAttributeLookupFixedPrepare (line 340) | class ExpressionAttributeLookupFixedPrepare(ExpressionAttributeLookupFix... method computeExpression (line 349) | def computeExpression(self, trace_collection): method mayRaiseException (line 369) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupTypePrepare (line 378) | class ExpressionAttributeLookupTypePrepare( method computeExpression (line 393) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 398) | def _computeExpressionCall(call_node, type_arg, trace_collection): method computeExpressionCall (line 423) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 428) | def computeExpressionCallViaVariable( method mayRaiseException (line 441) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedAppend (line 448) | class ExpressionAttributeLookupFixedAppend(ExpressionAttributeLookupFixe... method computeExpression (line 457) | def computeExpression(self, trace_collection): method mayRaiseException (line 477) | def mayRaiseException(self, exception_type): method onContentEscapes (line 482) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupListAppend (line 489) | class ExpressionAttributeLookupListAppend( method computeExpression (line 500) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 507) | def _computeExpressionCall(call_node, list_arg, trace_collection): method computeExpressionCall (line 528) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 533) | def computeExpressionCallViaVariable( method mayRaiseException (line 546) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedCapitalize (line 553) | class ExpressionAttributeLookupFixedCapitalize(ExpressionAttributeLookup... method computeExpression (line 562) | def computeExpression(self, trace_collection): method mayRaiseException (line 592) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrCapitalize (line 601) | class ExpressionAttributeLookupStrCapitalize( method computeExpression (line 616) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 620) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 638) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 643) | def computeExpressionCallViaVariable( method mayRaiseException (line 656) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesCapitalize (line 663) | class ExpressionAttributeLookupBytesCapitalize( method computeExpression (line 678) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 682) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 700) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 705) | def computeExpressionCallViaVariable( method mayRaiseException (line 718) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedCasefold (line 725) | class ExpressionAttributeLookupFixedCasefold(ExpressionAttributeLookupFi... method computeExpression (line 734) | def computeExpression(self, trace_collection): method mayRaiseException (line 754) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrCasefold (line 763) | class ExpressionAttributeLookupStrCasefold( method computeExpression (line 778) | def computeExpression(self, trace_collection): class ExpressionAttributeLookupFixedCenter (line 787) | class ExpressionAttributeLookupFixedCenter(ExpressionAttributeLookupFixe... method computeExpression (line 796) | def computeExpression(self, trace_collection): method mayRaiseException (line 826) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrCenter (line 835) | class ExpressionAttributeLookupStrCenter( method computeExpression (line 850) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 854) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 880) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 885) | def computeExpressionCallViaVariable( method mayRaiseException (line 898) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesCenter (line 905) | class ExpressionAttributeLookupBytesCenter( method computeExpression (line 920) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 924) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 950) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 955) | def computeExpressionCallViaVariable( method mayRaiseException (line 968) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedClear (line 975) | class ExpressionAttributeLookupFixedClear(ExpressionAttributeLookupFixed... method computeExpression (line 984) | def computeExpression(self, trace_collection): method mayRaiseException (line 1012) | def mayRaiseException(self, exception_type): method onContentEscapes (line 1017) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupDictClear (line 1024) | class ExpressionAttributeLookupDictClear( method computeExpression (line 1039) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 1046) | def _computeExpressionCall(call_node, dict_arg, trace_collection): method computeExpressionCall (line 1071) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 1076) | def computeExpressionCallViaVariable( method mayRaiseException (line 1089) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupListClear (line 1096) | class ExpressionAttributeLookupListClear( method computeExpression (line 1107) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 1114) | def _computeExpressionCall(call_node, list_arg, trace_collection): method computeExpressionCall (line 1135) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 1140) | def computeExpressionCallViaVariable( method mayRaiseException (line 1153) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedCopy (line 1160) | class ExpressionAttributeLookupFixedCopy(ExpressionAttributeLookupFixedB... method computeExpression (line 1169) | def computeExpression(self, trace_collection): method mayRaiseException (line 1197) | def mayRaiseException(self, exception_type): method onContentEscapes (line 1202) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupDictCopy (line 1209) | class ExpressionAttributeLookupDictCopy( method computeExpression (line 1224) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 1231) | def _computeExpressionCall(call_node, dict_arg, trace_collection): method computeExpressionCall (line 1254) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 1259) | def computeExpressionCallViaVariable( method mayRaiseException (line 1272) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupListCopy (line 1279) | class ExpressionAttributeLookupListCopy( method computeExpression (line 1290) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 1297) | def _computeExpressionCall(call_node, list_arg, trace_collection): method computeExpressionCall (line 1316) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 1321) | def computeExpressionCallViaVariable( method mayRaiseException (line 1334) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedCount (line 1341) | class ExpressionAttributeLookupFixedCount(ExpressionAttributeLookupFixed... method computeExpression (line 1350) | def computeExpression(self, trace_collection): method mayRaiseException (line 1390) | def mayRaiseException(self, exception_type): method onContentEscapes (line 1395) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupStrCount (line 1402) | class ExpressionAttributeLookupStrCount( method computeExpression (line 1417) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 1421) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 1452) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 1457) | def computeExpressionCallViaVariable( method mayRaiseException (line 1470) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesCount (line 1477) | class ExpressionAttributeLookupBytesCount( method computeExpression (line 1492) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 1496) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 1527) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 1532) | def computeExpressionCallViaVariable( method mayRaiseException (line 1545) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupListCount (line 1552) | class ExpressionAttributeLookupListCount( method computeExpression (line 1563) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 1568) | def _computeExpressionCall(call_node, list_arg, trace_collection): method computeExpressionCall (line 1589) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 1594) | def computeExpressionCallViaVariable( method mayRaiseException (line 1607) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedDecode (line 1614) | class ExpressionAttributeLookupFixedDecode(ExpressionAttributeLookupFixe... method computeExpression (line 1623) | def computeExpression(self, trace_collection): method mayRaiseException (line 1653) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrDecode (line 1662) | class ExpressionAttributeLookupStrDecode( method computeExpression (line 1677) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 1681) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 1711) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 1716) | def computeExpressionCallViaVariable( method mayRaiseException (line 1729) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesDecode (line 1736) | class ExpressionAttributeLookupBytesDecode( method computeExpression (line 1751) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 1755) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 1785) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 1790) | def computeExpressionCallViaVariable( method mayRaiseException (line 1803) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedEncode (line 1810) | class ExpressionAttributeLookupFixedEncode(ExpressionAttributeLookupFixe... method computeExpression (line 1819) | def computeExpression(self, trace_collection): method mayRaiseException (line 1839) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrEncode (line 1848) | class ExpressionAttributeLookupStrEncode( method computeExpression (line 1863) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 1867) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 1897) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 1902) | def computeExpressionCallViaVariable( method mayRaiseException (line 1915) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedEndswith (line 1922) | class ExpressionAttributeLookupFixedEndswith(ExpressionAttributeLookupFi... method computeExpression (line 1931) | def computeExpression(self, trace_collection): method mayRaiseException (line 1961) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrEndswith (line 1970) | class ExpressionAttributeLookupStrEndswith( method computeExpression (line 1985) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 1989) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 2020) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 2025) | def computeExpressionCallViaVariable( method mayRaiseException (line 2038) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesEndswith (line 2045) | class ExpressionAttributeLookupBytesEndswith( method computeExpression (line 2060) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 2064) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 2098) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 2103) | def computeExpressionCallViaVariable( method mayRaiseException (line 2116) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedExpandtabs (line 2123) | class ExpressionAttributeLookupFixedExpandtabs(ExpressionAttributeLookup... method computeExpression (line 2132) | def computeExpression(self, trace_collection): method mayRaiseException (line 2162) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrExpandtabs (line 2171) | class ExpressionAttributeLookupStrExpandtabs( method computeExpression (line 2186) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 2190) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 2213) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 2218) | def computeExpressionCallViaVariable( method mayRaiseException (line 2231) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesExpandtabs (line 2238) | class ExpressionAttributeLookupBytesExpandtabs( method computeExpression (line 2253) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 2257) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 2280) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 2285) | def computeExpressionCallViaVariable( method mayRaiseException (line 2298) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedExtend (line 2305) | class ExpressionAttributeLookupFixedExtend(ExpressionAttributeLookupFixe... method computeExpression (line 2314) | def computeExpression(self, trace_collection): method mayRaiseException (line 2334) | def mayRaiseException(self, exception_type): method onContentEscapes (line 2339) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupListExtend (line 2346) | class ExpressionAttributeLookupListExtend( method computeExpression (line 2357) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 2364) | def _computeExpressionCall(call_node, list_arg, trace_collection): method computeExpressionCall (line 2385) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 2390) | def computeExpressionCallViaVariable( method mayRaiseException (line 2403) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedFind (line 2410) | class ExpressionAttributeLookupFixedFind(ExpressionAttributeLookupFixedB... method computeExpression (line 2419) | def computeExpression(self, trace_collection): method mayRaiseException (line 2449) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrFind (line 2458) | class ExpressionAttributeLookupStrFind( method computeExpression (line 2473) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 2477) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 2508) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 2513) | def computeExpressionCallViaVariable( method mayRaiseException (line 2526) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesFind (line 2533) | class ExpressionAttributeLookupBytesFind( method computeExpression (line 2548) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 2552) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 2583) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 2588) | def computeExpressionCallViaVariable( method mayRaiseException (line 2601) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedFormat (line 2608) | class ExpressionAttributeLookupFixedFormat(ExpressionAttributeLookupFixe... method computeExpression (line 2617) | def computeExpression(self, trace_collection): method mayRaiseException (line 2637) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrFormat (line 2646) | class ExpressionAttributeLookupStrFormat( method computeExpression (line 2661) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 2665) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 2686) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 2691) | def computeExpressionCallViaVariable( method mayRaiseException (line 2704) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedFormatmap (line 2711) | class ExpressionAttributeLookupFixedFormatmap(ExpressionAttributeLookupF... method computeExpression (line 2720) | def computeExpression(self, trace_collection): method mayRaiseException (line 2740) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrFormatmap (line 2749) | class ExpressionAttributeLookupStrFormatmap( method computeExpression (line 2764) | def computeExpression(self, trace_collection): class ExpressionAttributeLookupFixedFromkeys (line 2773) | class ExpressionAttributeLookupFixedFromkeys(ExpressionAttributeLookupFi... method computeExpression (line 2782) | def computeExpression(self, trace_collection): method mayRaiseException (line 2806) | def mayRaiseException(self, exception_type): method onContentEscapes (line 2811) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupDictFromkeys (line 2818) | class ExpressionAttributeLookupDictFromkeys( method computeExpression (line 2833) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 2838) | def _computeExpressionCall(call_node, dict_arg, trace_collection): method computeExpressionCall (line 2870) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 2875) | def computeExpressionCallViaVariable( method mayRaiseException (line 2888) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedGet (line 2895) | class ExpressionAttributeLookupFixedGet(ExpressionAttributeLookupFixedBa... method computeExpression (line 2904) | def computeExpression(self, trace_collection): method mayRaiseException (line 2922) | def mayRaiseException(self, exception_type): method onContentEscapes (line 2927) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupDictGet (line 2934) | class ExpressionAttributeLookupDictGet( method computeExpression (line 2949) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 2954) | def _computeExpressionCall(call_node, dict_arg, trace_collection): method computeExpressionCall (line 2984) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 2989) | def computeExpressionCallViaVariable( method mayRaiseException (line 3002) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedHaskey (line 3009) | class ExpressionAttributeLookupFixedHaskey(ExpressionAttributeLookupFixe... method computeExpression (line 3018) | def computeExpression(self, trace_collection): method mayRaiseException (line 3036) | def mayRaiseException(self, exception_type): method onContentEscapes (line 3041) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupDictHaskey (line 3048) | class ExpressionAttributeLookupDictHaskey( method computeExpression (line 3063) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 3068) | def _computeExpressionCall(call_node, dict_arg, trace_collection): method computeExpressionCall (line 3093) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 3098) | def computeExpressionCallViaVariable( method mayRaiseException (line 3111) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedIndex (line 3118) | class ExpressionAttributeLookupFixedIndex(ExpressionAttributeLookupFixed... method computeExpression (line 3127) | def computeExpression(self, trace_collection): method mayRaiseException (line 3167) | def mayRaiseException(self, exception_type): method onContentEscapes (line 3172) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupStrIndex (line 3179) | class ExpressionAttributeLookupStrIndex( method computeExpression (line 3194) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 3198) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 3229) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 3234) | def computeExpressionCallViaVariable( method mayRaiseException (line 3247) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesIndex (line 3254) | class ExpressionAttributeLookupBytesIndex( method computeExpression (line 3269) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 3273) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 3304) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 3309) | def computeExpressionCallViaVariable( method mayRaiseException (line 3322) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupListIndex (line 3329) | class ExpressionAttributeLookupListIndex( method computeExpression (line 3340) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 3345) | def _computeExpressionCall(call_node, list_arg, trace_collection): method computeExpressionCall (line 3379) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 3384) | def computeExpressionCallViaVariable( method mayRaiseException (line 3397) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedInsert (line 3404) | class ExpressionAttributeLookupFixedInsert(ExpressionAttributeLookupFixe... method computeExpression (line 3413) | def computeExpression(self, trace_collection): method mayRaiseException (line 3433) | def mayRaiseException(self, exception_type): method onContentEscapes (line 3438) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupListInsert (line 3445) | class ExpressionAttributeLookupListInsert( method computeExpression (line 3456) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 3463) | def _computeExpressionCall(call_node, list_arg, trace_collection): method computeExpressionCall (line 3484) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 3489) | def computeExpressionCallViaVariable( method mayRaiseException (line 3502) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedIsalnum (line 3509) | class ExpressionAttributeLookupFixedIsalnum(ExpressionAttributeLookupFix... method computeExpression (line 3518) | def computeExpression(self, trace_collection): method mayRaiseException (line 3548) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrIsalnum (line 3557) | class ExpressionAttributeLookupStrIsalnum( method computeExpression (line 3572) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 3576) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 3592) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 3597) | def computeExpressionCallViaVariable( method mayRaiseException (line 3610) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesIsalnum (line 3617) | class ExpressionAttributeLookupBytesIsalnum( method computeExpression (line 3632) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 3636) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 3654) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 3659) | def computeExpressionCallViaVariable( method mayRaiseException (line 3672) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedIsalpha (line 3679) | class ExpressionAttributeLookupFixedIsalpha(ExpressionAttributeLookupFix... method computeExpression (line 3688) | def computeExpression(self, trace_collection): method mayRaiseException (line 3718) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrIsalpha (line 3727) | class ExpressionAttributeLookupStrIsalpha( method computeExpression (line 3742) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 3746) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 3762) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 3767) | def computeExpressionCallViaVariable( method mayRaiseException (line 3780) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesIsalpha (line 3787) | class ExpressionAttributeLookupBytesIsalpha( method computeExpression (line 3802) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 3806) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 3824) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 3829) | def computeExpressionCallViaVariable( method mayRaiseException (line 3842) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedIsascii (line 3849) | class ExpressionAttributeLookupFixedIsascii(ExpressionAttributeLookupFix... method computeExpression (line 3858) | def computeExpression(self, trace_collection): method mayRaiseException (line 3878) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrIsascii (line 3887) | class ExpressionAttributeLookupStrIsascii( method computeExpression (line 3902) | def computeExpression(self, trace_collection): class ExpressionAttributeLookupFixedIsdecimal (line 3911) | class ExpressionAttributeLookupFixedIsdecimal(ExpressionAttributeLookupF... method computeExpression (line 3920) | def computeExpression(self, trace_collection): method mayRaiseException (line 3940) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrIsdecimal (line 3949) | class ExpressionAttributeLookupStrIsdecimal( method computeExpression (line 3964) | def computeExpression(self, trace_collection): class ExpressionAttributeLookupFixedIsdigit (line 3973) | class ExpressionAttributeLookupFixedIsdigit(ExpressionAttributeLookupFix... method computeExpression (line 3982) | def computeExpression(self, trace_collection): method mayRaiseException (line 4012) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrIsdigit (line 4021) | class ExpressionAttributeLookupStrIsdigit( method computeExpression (line 4036) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 4040) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 4056) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 4061) | def computeExpressionCallViaVariable( method mayRaiseException (line 4074) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesIsdigit (line 4081) | class ExpressionAttributeLookupBytesIsdigit( method computeExpression (line 4096) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 4100) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 4118) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 4123) | def computeExpressionCallViaVariable( method mayRaiseException (line 4136) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedIsidentifier (line 4143) | class ExpressionAttributeLookupFixedIsidentifier(ExpressionAttributeLook... method computeExpression (line 4152) | def computeExpression(self, trace_collection): method mayRaiseException (line 4172) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrIsidentifier (line 4181) | class ExpressionAttributeLookupStrIsidentifier( method computeExpression (line 4196) | def computeExpression(self, trace_collection): class ExpressionAttributeLookupFixedIslower (line 4205) | class ExpressionAttributeLookupFixedIslower(ExpressionAttributeLookupFix... method computeExpression (line 4214) | def computeExpression(self, trace_collection): method mayRaiseException (line 4244) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrIslower (line 4253) | class ExpressionAttributeLookupStrIslower( method computeExpression (line 4268) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 4272) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 4288) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 4293) | def computeExpressionCallViaVariable( method mayRaiseException (line 4306) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesIslower (line 4313) | class ExpressionAttributeLookupBytesIslower( method computeExpression (line 4328) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 4332) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 4350) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 4355) | def computeExpressionCallViaVariable( method mayRaiseException (line 4368) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedIsnumeric (line 4375) | class ExpressionAttributeLookupFixedIsnumeric(ExpressionAttributeLookupF... method computeExpression (line 4384) | def computeExpression(self, trace_collection): method mayRaiseException (line 4404) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrIsnumeric (line 4413) | class ExpressionAttributeLookupStrIsnumeric( method computeExpression (line 4428) | def computeExpression(self, trace_collection): class ExpressionAttributeLookupFixedIsprintable (line 4437) | class ExpressionAttributeLookupFixedIsprintable(ExpressionAttributeLooku... method computeExpression (line 4446) | def computeExpression(self, trace_collection): method mayRaiseException (line 4466) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrIsprintable (line 4475) | class ExpressionAttributeLookupStrIsprintable( method computeExpression (line 4490) | def computeExpression(self, trace_collection): class ExpressionAttributeLookupFixedIsspace (line 4499) | class ExpressionAttributeLookupFixedIsspace(ExpressionAttributeLookupFix... method computeExpression (line 4508) | def computeExpression(self, trace_collection): method mayRaiseException (line 4538) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrIsspace (line 4547) | class ExpressionAttributeLookupStrIsspace( method computeExpression (line 4562) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 4566) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 4582) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 4587) | def computeExpressionCallViaVariable( method mayRaiseException (line 4600) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesIsspace (line 4607) | class ExpressionAttributeLookupBytesIsspace( method computeExpression (line 4622) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 4626) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 4644) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 4649) | def computeExpressionCallViaVariable( method mayRaiseException (line 4662) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedIstitle (line 4669) | class ExpressionAttributeLookupFixedIstitle(ExpressionAttributeLookupFix... method computeExpression (line 4678) | def computeExpression(self, trace_collection): method mayRaiseException (line 4708) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrIstitle (line 4717) | class ExpressionAttributeLookupStrIstitle( method computeExpression (line 4732) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 4736) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 4752) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 4757) | def computeExpressionCallViaVariable( method mayRaiseException (line 4770) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesIstitle (line 4777) | class ExpressionAttributeLookupBytesIstitle( method computeExpression (line 4792) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 4796) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 4814) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 4819) | def computeExpressionCallViaVariable( method mayRaiseException (line 4832) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedIsupper (line 4839) | class ExpressionAttributeLookupFixedIsupper(ExpressionAttributeLookupFix... method computeExpression (line 4848) | def computeExpression(self, trace_collection): method mayRaiseException (line 4878) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrIsupper (line 4887) | class ExpressionAttributeLookupStrIsupper( method computeExpression (line 4902) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 4906) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 4922) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 4927) | def computeExpressionCallViaVariable( method mayRaiseException (line 4940) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesIsupper (line 4947) | class ExpressionAttributeLookupBytesIsupper( method computeExpression (line 4962) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 4966) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 4984) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 4989) | def computeExpressionCallViaVariable( method mayRaiseException (line 5002) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedItems (line 5009) | class ExpressionAttributeLookupFixedItems(ExpressionAttributeLookupFixed... method computeExpression (line 5018) | def computeExpression(self, trace_collection): method mayRaiseException (line 5036) | def mayRaiseException(self, exception_type): method onContentEscapes (line 5041) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupDictItems (line 5048) | class ExpressionAttributeLookupDictItems( method computeExpression (line 5063) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 5068) | def _computeExpressionCall(call_node, dict_arg, trace_collection): method computeExpressionCall (line 5098) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 5103) | def computeExpressionCallViaVariable( method mayRaiseException (line 5116) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedIteritems (line 5123) | class ExpressionAttributeLookupFixedIteritems(ExpressionAttributeLookupF... method computeExpression (line 5132) | def computeExpression(self, trace_collection): method mayRaiseException (line 5150) | def mayRaiseException(self, exception_type): method onContentEscapes (line 5155) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupDictIteritems (line 5162) | class ExpressionAttributeLookupDictIteritems( method computeExpression (line 5177) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 5182) | def _computeExpressionCall(call_node, dict_arg, trace_collection): method computeExpressionCall (line 5207) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 5212) | def computeExpressionCallViaVariable( method mayRaiseException (line 5225) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedIterkeys (line 5232) | class ExpressionAttributeLookupFixedIterkeys(ExpressionAttributeLookupFi... method computeExpression (line 5241) | def computeExpression(self, trace_collection): method mayRaiseException (line 5259) | def mayRaiseException(self, exception_type): method onContentEscapes (line 5264) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupDictIterkeys (line 5271) | class ExpressionAttributeLookupDictIterkeys( method computeExpression (line 5286) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 5291) | def _computeExpressionCall(call_node, dict_arg, trace_collection): method computeExpressionCall (line 5316) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 5321) | def computeExpressionCallViaVariable( method mayRaiseException (line 5334) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedItervalues (line 5341) | class ExpressionAttributeLookupFixedItervalues(ExpressionAttributeLookup... method computeExpression (line 5350) | def computeExpression(self, trace_collection): method mayRaiseException (line 5368) | def mayRaiseException(self, exception_type): method onContentEscapes (line 5373) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupDictItervalues (line 5380) | class ExpressionAttributeLookupDictItervalues( method computeExpression (line 5395) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 5400) | def _computeExpressionCall(call_node, dict_arg, trace_collection): method computeExpressionCall (line 5425) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 5430) | def computeExpressionCallViaVariable( method mayRaiseException (line 5443) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedJoin (line 5450) | class ExpressionAttributeLookupFixedJoin(ExpressionAttributeLookupFixedB... method computeExpression (line 5459) | def computeExpression(self, trace_collection): method mayRaiseException (line 5489) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrJoin (line 5498) | class ExpressionAttributeLookupStrJoin( method computeExpression (line 5513) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 5517) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 5535) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 5540) | def computeExpressionCallViaVariable( method mayRaiseException (line 5553) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesJoin (line 5560) | class ExpressionAttributeLookupBytesJoin( method computeExpression (line 5575) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 5579) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 5597) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 5602) | def computeExpressionCallViaVariable( method mayRaiseException (line 5615) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedKeys (line 5622) | class ExpressionAttributeLookupFixedKeys(ExpressionAttributeLookupFixedB... method computeExpression (line 5631) | def computeExpression(self, trace_collection): method mayRaiseException (line 5649) | def mayRaiseException(self, exception_type): method onContentEscapes (line 5654) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupDictKeys (line 5661) | class ExpressionAttributeLookupDictKeys( method computeExpression (line 5676) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 5681) | def _computeExpressionCall(call_node, dict_arg, trace_collection): method computeExpressionCall (line 5711) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 5716) | def computeExpressionCallViaVariable( method mayRaiseException (line 5729) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedLjust (line 5736) | class ExpressionAttributeLookupFixedLjust(ExpressionAttributeLookupFixed... method computeExpression (line 5745) | def computeExpression(self, trace_collection): method mayRaiseException (line 5775) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrLjust (line 5784) | class ExpressionAttributeLookupStrLjust( method computeExpression (line 5799) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 5803) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 5829) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 5834) | def computeExpressionCallViaVariable( method mayRaiseException (line 5847) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesLjust (line 5854) | class ExpressionAttributeLookupBytesLjust( method computeExpression (line 5869) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 5873) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 5899) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 5904) | def computeExpressionCallViaVariable( method mayRaiseException (line 5917) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedLower (line 5924) | class ExpressionAttributeLookupFixedLower(ExpressionAttributeLookupFixed... method computeExpression (line 5933) | def computeExpression(self, trace_collection): method mayRaiseException (line 5963) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrLower (line 5972) | class ExpressionAttributeLookupStrLower( method computeExpression (line 5987) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 5991) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 6007) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 6012) | def computeExpressionCallViaVariable( method mayRaiseException (line 6025) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesLower (line 6032) | class ExpressionAttributeLookupBytesLower( method computeExpression (line 6047) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 6051) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 6069) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 6074) | def computeExpressionCallViaVariable( method mayRaiseException (line 6087) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedLstrip (line 6094) | class ExpressionAttributeLookupFixedLstrip(ExpressionAttributeLookupFixe... method computeExpression (line 6103) | def computeExpression(self, trace_collection): method mayRaiseException (line 6133) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrLstrip (line 6142) | class ExpressionAttributeLookupStrLstrip( method computeExpression (line 6157) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 6161) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 6184) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 6189) | def computeExpressionCallViaVariable( method mayRaiseException (line 6202) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesLstrip (line 6209) | class ExpressionAttributeLookupBytesLstrip( method computeExpression (line 6224) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 6228) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 6251) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 6256) | def computeExpressionCallViaVariable( method mayRaiseException (line 6269) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedMaketrans (line 6276) | class ExpressionAttributeLookupFixedMaketrans(ExpressionAttributeLookupF... method computeExpression (line 6285) | def computeExpression(self, trace_collection): method mayRaiseException (line 6305) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrMaketrans (line 6314) | class ExpressionAttributeLookupStrMaketrans( method computeExpression (line 6329) | def computeExpression(self, trace_collection): class ExpressionAttributeLookupFixedPartition (line 6338) | class ExpressionAttributeLookupFixedPartition(ExpressionAttributeLookupF... method computeExpression (line 6347) | def computeExpression(self, trace_collection): method mayRaiseException (line 6377) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrPartition (line 6386) | class ExpressionAttributeLookupStrPartition( method computeExpression (line 6401) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 6405) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 6423) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 6428) | def computeExpressionCallViaVariable( method mayRaiseException (line 6441) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesPartition (line 6448) | class ExpressionAttributeLookupBytesPartition( method computeExpression (line 6463) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 6467) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 6485) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 6490) | def computeExpressionCallViaVariable( method mayRaiseException (line 6503) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedPop (line 6510) | class ExpressionAttributeLookupFixedPop(ExpressionAttributeLookupFixedBa... method computeExpression (line 6519) | def computeExpression(self, trace_collection): method mayRaiseException (line 6547) | def mayRaiseException(self, exception_type): method onContentEscapes (line 6552) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupDictPop (line 6559) | class ExpressionAttributeLookupDictPop( method computeExpression (line 6574) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 6581) | def _computeExpressionCall(call_node, dict_arg, trace_collection): method computeExpressionCall (line 6611) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 6616) | def computeExpressionCallViaVariable( method mayRaiseException (line 6629) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupListPop (line 6636) | class ExpressionAttributeLookupListPop( method computeExpression (line 6647) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 6654) | def _computeExpressionCall(call_node, list_arg, trace_collection): method computeExpressionCall (line 6680) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 6685) | def computeExpressionCallViaVariable( method mayRaiseException (line 6698) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedPopitem (line 6705) | class ExpressionAttributeLookupFixedPopitem(ExpressionAttributeLookupFix... method computeExpression (line 6714) | def computeExpression(self, trace_collection): method mayRaiseException (line 6732) | def mayRaiseException(self, exception_type): method onContentEscapes (line 6737) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupDictPopitem (line 6744) | class ExpressionAttributeLookupDictPopitem( method computeExpression (line 6759) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 6766) | def _computeExpressionCall(call_node, dict_arg, trace_collection): method computeExpressionCall (line 6791) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 6796) | def computeExpressionCallViaVariable( method mayRaiseException (line 6809) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedRemove (line 6816) | class ExpressionAttributeLookupFixedRemove(ExpressionAttributeLookupFixe... method computeExpression (line 6825) | def computeExpression(self, trace_collection): method mayRaiseException (line 6845) | def mayRaiseException(self, exception_type): method onContentEscapes (line 6850) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupListRemove (line 6857) | class ExpressionAttributeLookupListRemove( method computeExpression (line 6868) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 6875) | def _computeExpressionCall(call_node, list_arg, trace_collection): method computeExpressionCall (line 6896) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 6901) | def computeExpressionCallViaVariable( method mayRaiseException (line 6914) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedReplace (line 6921) | class ExpressionAttributeLookupFixedReplace(ExpressionAttributeLookupFix... method computeExpression (line 6930) | def computeExpression(self, trace_collection): method mayRaiseException (line 6960) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrReplace (line 6969) | class ExpressionAttributeLookupStrReplace( method computeExpression (line 6984) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 6988) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 7015) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 7020) | def computeExpressionCallViaVariable( method mayRaiseException (line 7033) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesReplace (line 7040) | class ExpressionAttributeLookupBytesReplace( method computeExpression (line 7055) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 7059) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 7086) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 7091) | def computeExpressionCallViaVariable( method mayRaiseException (line 7104) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedReverse (line 7111) | class ExpressionAttributeLookupFixedReverse(ExpressionAttributeLookupFix... method computeExpression (line 7120) | def computeExpression(self, trace_collection): method mayRaiseException (line 7140) | def mayRaiseException(self, exception_type): method onContentEscapes (line 7145) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupListReverse (line 7152) | class ExpressionAttributeLookupListReverse( method computeExpression (line 7163) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 7170) | def _computeExpressionCall(call_node, list_arg, trace_collection): method computeExpressionCall (line 7191) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 7196) | def computeExpressionCallViaVariable( method mayRaiseException (line 7209) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedRfind (line 7216) | class ExpressionAttributeLookupFixedRfind(ExpressionAttributeLookupFixed... method computeExpression (line 7225) | def computeExpression(self, trace_collection): method mayRaiseException (line 7255) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrRfind (line 7264) | class ExpressionAttributeLookupStrRfind( method computeExpression (line 7279) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 7283) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 7314) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 7319) | def computeExpressionCallViaVariable( method mayRaiseException (line 7332) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesRfind (line 7339) | class ExpressionAttributeLookupBytesRfind( method computeExpression (line 7354) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 7358) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 7389) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 7394) | def computeExpressionCallViaVariable( method mayRaiseException (line 7407) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedRindex (line 7414) | class ExpressionAttributeLookupFixedRindex(ExpressionAttributeLookupFixe... method computeExpression (line 7423) | def computeExpression(self, trace_collection): method mayRaiseException (line 7453) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrRindex (line 7462) | class ExpressionAttributeLookupStrRindex( method computeExpression (line 7477) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 7481) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 7512) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 7517) | def computeExpressionCallViaVariable( method mayRaiseException (line 7530) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesRindex (line 7537) | class ExpressionAttributeLookupBytesRindex( method computeExpression (line 7552) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 7556) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 7587) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 7592) | def computeExpressionCallViaVariable( method mayRaiseException (line 7605) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedRjust (line 7612) | class ExpressionAttributeLookupFixedRjust(ExpressionAttributeLookupFixed... method computeExpression (line 7621) | def computeExpression(self, trace_collection): method mayRaiseException (line 7651) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrRjust (line 7660) | class ExpressionAttributeLookupStrRjust( method computeExpression (line 7675) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 7679) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 7705) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 7710) | def computeExpressionCallViaVariable( method mayRaiseException (line 7723) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesRjust (line 7730) | class ExpressionAttributeLookupBytesRjust( method computeExpression (line 7745) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 7749) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 7775) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 7780) | def computeExpressionCallViaVariable( method mayRaiseException (line 7793) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedRpartition (line 7800) | class ExpressionAttributeLookupFixedRpartition(ExpressionAttributeLookup... method computeExpression (line 7809) | def computeExpression(self, trace_collection): method mayRaiseException (line 7839) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrRpartition (line 7848) | class ExpressionAttributeLookupStrRpartition( method computeExpression (line 7863) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 7867) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 7885) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 7890) | def computeExpressionCallViaVariable( method mayRaiseException (line 7903) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesRpartition (line 7910) | class ExpressionAttributeLookupBytesRpartition( method computeExpression (line 7925) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 7929) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 7947) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 7952) | def computeExpressionCallViaVariable( method mayRaiseException (line 7965) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedRsplit (line 7972) | class ExpressionAttributeLookupFixedRsplit(ExpressionAttributeLookupFixe... method computeExpression (line 7981) | def computeExpression(self, trace_collection): method mayRaiseException (line 8011) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrRsplit (line 8020) | class ExpressionAttributeLookupStrRsplit( method computeExpression (line 8035) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 8039) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 8066) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 8071) | def computeExpressionCallViaVariable( method mayRaiseException (line 8084) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesRsplit (line 8091) | class ExpressionAttributeLookupBytesRsplit( method computeExpression (line 8106) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 8110) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 8140) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 8145) | def computeExpressionCallViaVariable( method mayRaiseException (line 8158) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedRstrip (line 8165) | class ExpressionAttributeLookupFixedRstrip(ExpressionAttributeLookupFixe... method computeExpression (line 8174) | def computeExpression(self, trace_collection): method mayRaiseException (line 8204) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrRstrip (line 8213) | class ExpressionAttributeLookupStrRstrip( method computeExpression (line 8228) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 8232) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 8255) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 8260) | def computeExpressionCallViaVariable( method mayRaiseException (line 8273) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesRstrip (line 8280) | class ExpressionAttributeLookupBytesRstrip( method computeExpression (line 8295) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 8299) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 8322) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 8327) | def computeExpressionCallViaVariable( method mayRaiseException (line 8340) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedSetdefault (line 8347) | class ExpressionAttributeLookupFixedSetdefault(ExpressionAttributeLookup... method computeExpression (line 8356) | def computeExpression(self, trace_collection): method mayRaiseException (line 8374) | def mayRaiseException(self, exception_type): method onContentEscapes (line 8379) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupDictSetdefault (line 8386) | class ExpressionAttributeLookupDictSetdefault( method computeExpression (line 8401) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 8408) | def _computeExpressionCall(call_node, dict_arg, trace_collection): method computeExpressionCall (line 8438) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 8443) | def computeExpressionCallViaVariable( method mayRaiseException (line 8456) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedSort (line 8463) | class ExpressionAttributeLookupFixedSort(ExpressionAttributeLookupFixedB... method computeExpression (line 8472) | def computeExpression(self, trace_collection): method mayRaiseException (line 8492) | def mayRaiseException(self, exception_type): method onContentEscapes (line 8497) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupListSort (line 8504) | class ExpressionAttributeLookupListSort( method computeExpression (line 8515) | def computeExpression(self, trace_collection): class ExpressionAttributeLookupFixedSplit (line 8527) | class ExpressionAttributeLookupFixedSplit(ExpressionAttributeLookupFixed... method computeExpression (line 8536) | def computeExpression(self, trace_collection): method mayRaiseException (line 8566) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrSplit (line 8575) | class ExpressionAttributeLookupStrSplit( method computeExpression (line 8590) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 8594) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 8621) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 8626) | def computeExpressionCallViaVariable( method mayRaiseException (line 8639) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesSplit (line 8646) | class ExpressionAttributeLookupBytesSplit( method computeExpression (line 8661) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 8665) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 8695) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 8700) | def computeExpressionCallViaVariable( method mayRaiseException (line 8713) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedSplitlines (line 8720) | class ExpressionAttributeLookupFixedSplitlines(ExpressionAttributeLookup... method computeExpression (line 8729) | def computeExpression(self, trace_collection): method mayRaiseException (line 8759) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrSplitlines (line 8768) | class ExpressionAttributeLookupStrSplitlines( method computeExpression (line 8783) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 8787) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 8810) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 8815) | def computeExpressionCallViaVariable( method mayRaiseException (line 8828) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesSplitlines (line 8835) | class ExpressionAttributeLookupBytesSplitlines( method computeExpression (line 8850) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 8854) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 8877) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 8882) | def computeExpressionCallViaVariable( method mayRaiseException (line 8895) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedStartswith (line 8902) | class ExpressionAttributeLookupFixedStartswith(ExpressionAttributeLookup... method computeExpression (line 8911) | def computeExpression(self, trace_collection): method mayRaiseException (line 8941) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrStartswith (line 8950) | class ExpressionAttributeLookupStrStartswith( method computeExpression (line 8965) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 8969) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 9000) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 9005) | def computeExpressionCallViaVariable( method mayRaiseException (line 9018) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesStartswith (line 9025) | class ExpressionAttributeLookupBytesStartswith( method computeExpression (line 9040) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 9044) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 9078) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 9083) | def computeExpressionCallViaVariable( method mayRaiseException (line 9096) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedStrip (line 9103) | class ExpressionAttributeLookupFixedStrip(ExpressionAttributeLookupFixed... method computeExpression (line 9112) | def computeExpression(self, trace_collection): method mayRaiseException (line 9142) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrStrip (line 9151) | class ExpressionAttributeLookupStrStrip( method computeExpression (line 9166) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 9170) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 9193) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 9198) | def computeExpressionCallViaVariable( method mayRaiseException (line 9211) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesStrip (line 9218) | class ExpressionAttributeLookupBytesStrip( method computeExpression (line 9233) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 9237) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 9260) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 9265) | def computeExpressionCallViaVariable( method mayRaiseException (line 9278) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedSwapcase (line 9285) | class ExpressionAttributeLookupFixedSwapcase(ExpressionAttributeLookupFi... method computeExpression (line 9294) | def computeExpression(self, trace_collection): method mayRaiseException (line 9324) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrSwapcase (line 9333) | class ExpressionAttributeLookupStrSwapcase( method computeExpression (line 9348) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 9352) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 9370) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 9375) | def computeExpressionCallViaVariable( method mayRaiseException (line 9388) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesSwapcase (line 9395) | class ExpressionAttributeLookupBytesSwapcase( method computeExpression (line 9410) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 9414) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 9432) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 9437) | def computeExpressionCallViaVariable( method mayRaiseException (line 9450) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedTitle (line 9457) | class ExpressionAttributeLookupFixedTitle(ExpressionAttributeLookupFixed... method computeExpression (line 9466) | def computeExpression(self, trace_collection): method mayRaiseException (line 9496) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrTitle (line 9505) | class ExpressionAttributeLookupStrTitle( method computeExpression (line 9520) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 9524) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 9540) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 9545) | def computeExpressionCallViaVariable( method mayRaiseException (line 9558) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesTitle (line 9565) | class ExpressionAttributeLookupBytesTitle( method computeExpression (line 9580) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 9584) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 9602) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 9607) | def computeExpressionCallViaVariable( method mayRaiseException (line 9620) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedTranslate (line 9627) | class ExpressionAttributeLookupFixedTranslate(ExpressionAttributeLookupF... method computeExpression (line 9636) | def computeExpression(self, trace_collection): method mayRaiseException (line 9666) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrTranslate (line 9675) | class ExpressionAttributeLookupStrTranslate( method computeExpression (line 9690) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 9694) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 9712) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 9717) | def computeExpressionCallViaVariable( method mayRaiseException (line 9730) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesTranslate (line 9737) | class ExpressionAttributeLookupBytesTranslate( method computeExpression (line 9752) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 9756) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 9782) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 9787) | def computeExpressionCallViaVariable( method mayRaiseException (line 9800) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedUpdate (line 9807) | class ExpressionAttributeLookupFixedUpdate(ExpressionAttributeLookupFixe... method computeExpression (line 9816) | def computeExpression(self, trace_collection): method mayRaiseException (line 9834) | def mayRaiseException(self, exception_type): method onContentEscapes (line 9839) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupDictUpdate (line 9846) | class ExpressionAttributeLookupDictUpdate( method computeExpression (line 9861) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 9868) | def _computeExpressionCall(call_node, dict_arg, trace_collection): method computeExpressionCall (line 9905) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 9910) | def computeExpressionCallViaVariable( method mayRaiseException (line 9923) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedUpper (line 9930) | class ExpressionAttributeLookupFixedUpper(ExpressionAttributeLookupFixed... method computeExpression (line 9939) | def computeExpression(self, trace_collection): method mayRaiseException (line 9969) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrUpper (line 9978) | class ExpressionAttributeLookupStrUpper( method computeExpression (line 9993) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 9997) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 10013) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 10018) | def computeExpressionCallViaVariable( method mayRaiseException (line 10031) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesUpper (line 10038) | class ExpressionAttributeLookupBytesUpper( method computeExpression (line 10053) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 10057) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 10075) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 10080) | def computeExpressionCallViaVariable( method mayRaiseException (line 10093) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedValues (line 10100) | class ExpressionAttributeLookupFixedValues(ExpressionAttributeLookupFixe... method computeExpression (line 10109) | def computeExpression(self, trace_collection): method mayRaiseException (line 10127) | def mayRaiseException(self, exception_type): method onContentEscapes (line 10132) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupDictValues (line 10139) | class ExpressionAttributeLookupDictValues( method computeExpression (line 10154) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 10159) | def _computeExpressionCall(call_node, dict_arg, trace_collection): method computeExpressionCall (line 10189) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 10194) | def computeExpressionCallViaVariable( method mayRaiseException (line 10207) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedViewitems (line 10214) | class ExpressionAttributeLookupFixedViewitems(ExpressionAttributeLookupF... method computeExpression (line 10223) | def computeExpression(self, trace_collection): method mayRaiseException (line 10241) | def mayRaiseException(self, exception_type): method onContentEscapes (line 10246) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupDictViewitems (line 10253) | class ExpressionAttributeLookupDictViewitems( method computeExpression (line 10268) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 10273) | def _computeExpressionCall(call_node, dict_arg, trace_collection): method computeExpressionCall (line 10298) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 10303) | def computeExpressionCallViaVariable( method mayRaiseException (line 10316) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedViewkeys (line 10323) | class ExpressionAttributeLookupFixedViewkeys(ExpressionAttributeLookupFi... method computeExpression (line 10332) | def computeExpression(self, trace_collection): method mayRaiseException (line 10350) | def mayRaiseException(self, exception_type): method onContentEscapes (line 10355) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupDictViewkeys (line 10362) | class ExpressionAttributeLookupDictViewkeys( method computeExpression (line 10377) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 10382) | def _computeExpressionCall(call_node, dict_arg, trace_collection): method computeExpressionCall (line 10407) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 10412) | def computeExpressionCallViaVariable( method mayRaiseException (line 10425) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedViewvalues (line 10432) | class ExpressionAttributeLookupFixedViewvalues(ExpressionAttributeLookup... method computeExpression (line 10441) | def computeExpression(self, trace_collection): method mayRaiseException (line 10459) | def mayRaiseException(self, exception_type): method onContentEscapes (line 10464) | def onContentEscapes(self, trace_collection): class ExpressionAttributeLookupDictViewvalues (line 10471) | class ExpressionAttributeLookupDictViewvalues( method computeExpression (line 10486) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 10491) | def _computeExpressionCall(call_node, dict_arg, trace_collection): method computeExpressionCall (line 10516) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 10521) | def computeExpressionCallViaVariable( method mayRaiseException (line 10534) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupFixedZfill (line 10541) | class ExpressionAttributeLookupFixedZfill(ExpressionAttributeLookupFixed... method computeExpression (line 10550) | def computeExpression(self, trace_collection): method mayRaiseException (line 10580) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupStrZfill (line 10589) | class ExpressionAttributeLookupStrZfill( method computeExpression (line 10604) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 10608) | def _computeExpressionCall(call_node, str_arg, trace_collection): method computeExpressionCall (line 10626) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 10631) | def computeExpressionCallViaVariable( method mayRaiseException (line 10644) | def mayRaiseException(self, exception_type): class ExpressionAttributeLookupBytesZfill (line 10651) | class ExpressionAttributeLookupBytesZfill( method computeExpression (line 10666) | def computeExpression(self, trace_collection): method _computeExpressionCall (line 10670) | def _computeExpressionCall(call_node, bytes_arg, trace_collection): method computeExpressionCall (line 10688) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 10693) | def computeExpressionCallViaVariable( method mayRaiseException (line 10706) | def mayRaiseException(self, exception_type): FILE: nuitka/nodes/BuiltinAllNodes.py class ExpressionBuiltinAll (line 20) | class ExpressionBuiltinAll( method computeExpression (line 37) | def computeExpression(self, trace_collection): method mayRaiseException (line 92) | def mayRaiseException(self, exception_type): FILE: nuitka/nodes/BuiltinAnyNodes.py class ExpressionBuiltinAny (line 19) | class ExpressionBuiltinAny( method computeExpression (line 32) | def computeExpression(self, trace_collection): method mayRaiseException (line 101) | def mayRaiseException(self, exception_type): FILE: nuitka/nodes/BuiltinComplexNodes.py class ExpressionBuiltinComplex1 (line 21) | class ExpressionBuiltinComplex1( method __init__ (line 28) | def __init__(self, value, source_ref): method computeExpression (line 33) | def computeExpression(self, trace_collection): class ExpressionBuiltinComplex2 (line 41) | class ExpressionBuiltinComplex2( method __init__ (line 53) | def __init__(self, real, imag, source_ref): method computeExpression (line 62) | def computeExpression(self, trace_collection): FILE: nuitka/nodes/BuiltinDecodingNodes.py class ExpressionBuiltinOrd (line 17) | class ExpressionBuiltinOrd(ExpressionBuiltinSingleArgBase): method isKnownToBeIterable (line 23) | def isKnownToBeIterable(count): class ExpressionBuiltinChr (line 27) | class ExpressionBuiltinChr(ExpressionBuiltinSingleArgBase): method isKnownToBeIterable (line 32) | def isKnownToBeIterable(self, count): FILE: nuitka/nodes/BuiltinDecoratorNodes.py class BuiltinStaticmethodClassmethodMixin (line 18) | class BuiltinStaticmethodClassmethodMixin(object): method isKnownToBeIterable (line 26) | def isKnownToBeIterable(count): method isKnownToBeHashable (line 31) | def isKnownToBeHashable(): method mayRaiseException (line 35) | def mayRaiseException(self, exception_type): method mayHaveSideEffect (line 39) | def mayHaveSideEffect(self): method extractSideEffects (line 42) | def extractSideEffects(self): class ExpressionBuiltinStaticmethod (line 46) | class ExpressionBuiltinStaticmethod( method getTypeShape (line 55) | def getTypeShape(): class ExpressionBuiltinClassmethod (line 59) | class ExpressionBuiltinClassmethod( method getTypeShape (line 68) | def getTypeShape(): FILE: nuitka/nodes/BuiltinDictNodes.py class ExpressionBuiltinDict (line 18) | class ExpressionBuiltinDict( method __init__ (line 27) | def __init__(self, pos_arg, pairs, source_ref): method hasOnlyConstantArguments (line 36) | def hasOnlyConstantArguments(self): method computeExpression (line 48) | def computeExpression(self, trace_collection): method mayRaiseException (line 113) | def mayRaiseException(self, exception_type): FILE: nuitka/nodes/BuiltinFormatNodes.py class ExpressionBuiltinFormat (line 27) | class ExpressionBuiltinFormat( method __init__ (line 36) | def __init__(self, value, format_spec, source_ref): method computeExpression (line 45) | def computeExpression(self, trace_collection): class ExpressionBuiltinAscii (line 73) | class ExpressionBuiltinAscii( class ExpressionBuiltinBin (line 82) | class ExpressionBuiltinBin( class ExpressionBuiltinOct (line 90) | class ExpressionBuiltinOct( class ExpressionBuiltinHex (line 98) | class ExpressionBuiltinHex( class ExpressionBuiltinId (line 106) | class ExpressionBuiltinId( method computeExpression (line 113) | def computeExpression(self, trace_collection): method mayRaiseException (line 118) | def mayRaiseException(self, exception_type): method getIntValue (line 121) | def getIntValue(self): method computeExpressionDrop (line 125) | def computeExpressionDrop(self, statement, trace_collection): method mayHaveSideEffects (line 139) | def mayHaveSideEffects(self): method extractSideEffects (line 142) | def extractSideEffects(self): FILE: nuitka/nodes/BuiltinHashNodes.py class ExpressionBuiltinHash (line 17) | class ExpressionBuiltinHash( method __init__ (line 24) | def __init__(self, value, source_ref): method computeExpression (line 29) | def computeExpression(self, trace_collection): method mayRaiseException (line 40) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 46) | def mayRaiseExceptionOperation(self): FILE: nuitka/nodes/BuiltinInputNodes.py class ExpressionBuiltinInput (line 15) | class ExpressionBuiltinInput(ExpressionStrShapeExactMixin, ExpressionBui... method mayRaiseExceptionOperation (line 22) | def mayRaiseExceptionOperation(): FILE: nuitka/nodes/BuiltinIntegerNodes.py class ExpressionBuiltinInt1 (line 35) | class ExpressionBuiltinInt1(ChildHavingValueMixin, ExpressionBase): method __init__ (line 40) | def __init__(self, value, source_ref): method getTypeShape (line 46) | def getTypeShape(): method computeExpression (line 50) | def computeExpression(self, trace_collection): method mayRaiseException (line 55) | def mayRaiseException(self, exception_type): class ExpressionBuiltinIntLong2Base (line 59) | class ExpressionBuiltinIntLong2Base( method __init__ (line 77) | def __init__(self, value, base, source_ref): method computeExpression (line 91) | def computeExpression(self, trace_collection): class ExpressionBuiltinInt2 (line 115) | class ExpressionBuiltinInt2( class ExpressionBuiltinLong1 (line 124) | class ExpressionBuiltinLong1(ChildHavingValueMixin, ExpressionBase): method __init__ (line 129) | def __init__(self, value, source_ref): method getTypeShape (line 135) | def getTypeShape(): method computeExpression (line 139) | def computeExpression(self, trace_collection): method mayRaiseException (line 144) | def mayRaiseException(self, exception_type): class ExpressionBuiltinLong2 (line 148) | class ExpressionBuiltinLong2( FILE: nuitka/nodes/BuiltinIteratorNodes.py class ExpressionBuiltinIter1 (line 31) | class ExpressionBuiltinIter1(ExpressionBuiltinSingleArgBase): method isExpressionBuiltinIter1 (line 37) | def isExpressionBuiltinIter1(): method computeExpression (line 40) | def computeExpression(self, trace_collection): method computeExpressionIter1 (line 45) | def computeExpressionIter1(self, iter_node, trace_collection): method getTypeShape (line 50) | def getTypeShape(self): method computeExpressionNext1 (line 53) | def computeExpressionNext1(self, next_node, trace_collection): method isKnownToBeIterable (line 82) | def isKnownToBeIterable(self, count): method isKnownToBeIterableAtMin (line 89) | def isKnownToBeIterableAtMin(self, count): method getIterationLength (line 95) | def getIterationLength(self): method canPredictIterationValues (line 98) | def canPredictIterationValues(self): method getIterationValue (line 101) | def getIterationValue(self, element_index): method getIterationHandle (line 104) | def getIterationHandle(self): method extractSideEffects (line 107) | def extractSideEffects(self): method mayHaveSideEffects (line 116) | def mayHaveSideEffects(self): method mayRaiseException (line 124) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 135) | def mayRaiseExceptionOperation(self): method onRelease (line 140) | def onRelease(self, trace_collection): class ExpressionBuiltinIterForUnpack (line 145) | class ExpressionBuiltinIterForUnpack(ExpressionBuiltinIter1): method computeExpression (line 148) | def computeExpression(self, trace_collection): method simulator (line 171) | def simulator(value): class StatementSpecialUnpackCheckFromIterated (line 180) | class StatementSpecialUnpackCheckFromIterated( method computeStatementOperation (line 189) | def computeStatementOperation(self, trace_collection): function makeStatementSpecialUnpackCheckFromIterated (line 227) | def makeStatementSpecialUnpackCheckFromIterated( class StatementSpecialUnpackCheck (line 242) | class StatementSpecialUnpackCheck(StatementSpecialUnpackCheckBase): method getCount (line 249) | def getCount(self): method computeStatementOperation (line 252) | def computeStatementOperation(self, trace_collection): method getStatementNiceName (line 281) | def getStatementNiceName(): class ExpressionBuiltinIter2 (line 285) | class ExpressionBuiltinIter2(ExpressionBuiltinIter2Base): method getTypeShape (line 296) | def getTypeShape(): method computeExpressionIter1 (line 300) | def computeExpressionIter1(self, iter_node, trace_collection): class ExpressionAsyncIter (line 304) | class ExpressionAsyncIter(ExpressionBuiltinSingleArgBase): method computeExpression (line 307) | def computeExpression(self, trace_collection): method isKnownToBeIterable (line 314) | def isKnownToBeIterable(self, count): method getIterationLength (line 321) | def getIterationLength(self): method extractSideEffects (line 324) | def extractSideEffects(self): method mayHaveSideEffects (line 331) | def mayHaveSideEffects(self): method mayRaiseException (line 337) | def mayRaiseException(self, exception_type): method isKnownToBeIterableAtMin (line 348) | def isKnownToBeIterableAtMin(self, count): method onRelease (line 354) | def onRelease(self, trace_collection): class ExpressionAsyncNext (line 359) | class ExpressionAsyncNext(ExpressionBuiltinSingleArgBase): method __init__ (line 362) | def __init__(self, value, source_ref): method computeExpression (line 367) | def computeExpression(self, trace_collection): FILE: nuitka/nodes/BuiltinLenNodes.py class ExpressionBuiltinLen (line 19) | class ExpressionBuiltinLen( method getIntegerValue (line 26) | def getIntegerValue(self): method computeExpression (line 34) | def computeExpression(self, trace_collection): method mayRaiseException (line 39) | def mayRaiseException(self, exception_type): FILE: nuitka/nodes/BuiltinNextNodes.py class ExpressionBuiltinNext1 (line 14) | class ExpressionBuiltinNext1(ExpressionBuiltinSingleArgBase): method __init__ (line 19) | def __init__(self, value, source_ref): method computeExpression (line 26) | def computeExpression(self, trace_collection): method mayRaiseExceptionOperation (line 33) | def mayRaiseExceptionOperation(self): method mayRaiseException (line 36) | def mayRaiseException(self, exception_type): class ExpressionSpecialUnpack (line 40) | class ExpressionSpecialUnpack(ExpressionBuiltinNext1): method __init__ (line 45) | def __init__(self, value, count, expected, starred, source_ref): method getDetails (line 54) | def getDetails(self): method getCount (line 61) | def getCount(self): method getExpected (line 64) | def getExpected(self): method getStarred (line 67) | def getStarred(self): class ExpressionBuiltinNext2 (line 71) | class ExpressionBuiltinNext2(ChildrenHavingIteratorDefaultMixin, Express... method __init__ (line 76) | def __init__(self, iterator, default, source_ref): method computeExpression (line 85) | def computeExpression(self, trace_collection): FILE: nuitka/nodes/BuiltinOpenNodes.py class ExpressionBuiltinOpenMixin (line 18) | class ExpressionBuiltinOpenMixin(object): method getTypeShape (line 23) | def getTypeShape(): method computeExpression (line 26) | def computeExpression(self, trace_collection): class ExpressionBuiltinOpenP2 (line 34) | class ExpressionBuiltinOpenP2( method __init__ (line 45) | def __init__(self, filename, mode, buffering, source_ref): class ExpressionBuiltinOpenP3 (line 56) | class ExpressionBuiltinOpenP3( method __init__ (line 76) | def __init__( function makeExpressionBuiltinsOpenCall (line 103) | def makeExpressionBuiltinsOpenCall( FILE: nuitka/nodes/BuiltinOperationNodeBasesGenerated.py class ExpressionStrOperationCapitalizeBase (line 107) | class ExpressionStrOperationCapitalizeBase( method __init__ (line 112) | def __init__(self, str_arg, source_ref): method computeExpression (line 120) | def computeExpression(self, trace_collection): method mayRaiseException (line 136) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 143) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationCapitalizeBase (line 147) | class ExpressionBytesOperationCapitalizeBase( method __init__ (line 152) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 160) | def computeExpression(self, trace_collection): method mayRaiseException (line 176) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 183) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationCasefoldBase (line 187) | class ExpressionStrOperationCasefoldBase(ChildHavingStrArgMixin, Express... method __init__ (line 190) | def __init__(self, str_arg, source_ref): method computeExpression (line 198) | def computeExpression(self, trace_collection): method mayRaiseException (line 214) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 221) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationCenter3Base (line 225) | class ExpressionStrOperationCenter3Base( method __init__ (line 234) | def __init__(self, str_arg, width, fillchar, source_ref): method computeExpression (line 244) | def computeExpression(self, trace_collection): method mayRaiseException (line 266) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 275) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationCenter2Base (line 279) | class ExpressionStrOperationCenter2Base( method __init__ (line 287) | def __init__(self, str_arg, width, source_ref): method computeExpression (line 296) | def computeExpression(self, trace_collection): method mayRaiseException (line 316) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 324) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationCenter3Base (line 328) | class ExpressionBytesOperationCenter3Base( method __init__ (line 339) | def __init__(self, bytes_arg, width, fillchar, source_ref): method computeExpression (line 349) | def computeExpression(self, trace_collection): method mayRaiseException (line 371) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 380) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationCenter2Base (line 384) | class ExpressionBytesOperationCenter2Base( method __init__ (line 392) | def __init__(self, bytes_arg, width, source_ref): method computeExpression (line 401) | def computeExpression(self, trace_collection): method mayRaiseException (line 421) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 429) | def mayRaiseExceptionOperation(self): class ExpressionDictOperationClearBase (line 433) | class ExpressionDictOperationClearBase( method __init__ (line 438) | def __init__(self, dict_arg, source_ref): class ExpressionDictOperationCopyBase (line 447) | class ExpressionDictOperationCopyBase( method __init__ (line 452) | def __init__(self, dict_arg, source_ref): class ExpressionStrOperationCount4Base (line 461) | class ExpressionStrOperationCount4Base( method __init__ (line 471) | def __init__(self, str_arg, sub, start, end, source_ref): method computeExpression (line 482) | def computeExpression(self, trace_collection): method mayRaiseException (line 506) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 516) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationCount3Base (line 520) | class ExpressionStrOperationCount3Base( method __init__ (line 529) | def __init__(self, str_arg, sub, start, source_ref): method computeExpression (line 539) | def computeExpression(self, trace_collection): method mayRaiseException (line 561) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 570) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationCount2Base (line 574) | class ExpressionStrOperationCount2Base( method __init__ (line 582) | def __init__(self, str_arg, sub, source_ref): method computeExpression (line 591) | def computeExpression(self, trace_collection): method mayRaiseException (line 611) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 619) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationCount4Base (line 623) | class ExpressionBytesOperationCount4Base( method __init__ (line 633) | def __init__(self, bytes_arg, sub, start, end, source_ref): method computeExpression (line 644) | def computeExpression(self, trace_collection): method mayRaiseException (line 668) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 678) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationCount3Base (line 682) | class ExpressionBytesOperationCount3Base( method __init__ (line 691) | def __init__(self, bytes_arg, sub, start, source_ref): method computeExpression (line 701) | def computeExpression(self, trace_collection): method mayRaiseException (line 723) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 732) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationCount2Base (line 736) | class ExpressionBytesOperationCount2Base( method __init__ (line 744) | def __init__(self, bytes_arg, sub, source_ref): method computeExpression (line 753) | def computeExpression(self, trace_collection): method mayRaiseException (line 773) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 781) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationDecode3Base (line 785) | class ExpressionStrOperationDecode3Base( method __init__ (line 794) | def __init__(self, str_arg, encoding, errors, source_ref): method computeExpression (line 804) | def computeExpression(self, trace_collection): method mayRaiseException (line 826) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 835) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationDecode2Base (line 839) | class ExpressionStrOperationDecode2Base( method __init__ (line 847) | def __init__(self, str_arg, encoding, source_ref): method computeExpression (line 856) | def computeExpression(self, trace_collection): method mayRaiseException (line 876) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 884) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationDecode1Base (line 888) | class ExpressionStrOperationDecode1Base(ChildHavingStrArgMixin, Expressi... method __init__ (line 891) | def __init__(self, str_arg, source_ref): method computeExpression (line 899) | def computeExpression(self, trace_collection): method mayRaiseException (line 915) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 922) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationDecode3Base (line 926) | class ExpressionBytesOperationDecode3Base( method __init__ (line 937) | def __init__(self, bytes_arg, encoding, errors, source_ref): method computeExpression (line 947) | def computeExpression(self, trace_collection): method mayRaiseException (line 969) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 978) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationDecode2Base (line 982) | class ExpressionBytesOperationDecode2Base( method __init__ (line 990) | def __init__(self, bytes_arg, encoding, source_ref): method computeExpression (line 999) | def computeExpression(self, trace_collection): method mayRaiseException (line 1019) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1027) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationDecode1Base (line 1031) | class ExpressionBytesOperationDecode1Base( method __init__ (line 1036) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 1044) | def computeExpression(self, trace_collection): method mayRaiseException (line 1060) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1067) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationEncode3Base (line 1071) | class ExpressionStrOperationEncode3Base( method __init__ (line 1080) | def __init__(self, str_arg, encoding, errors, source_ref): method computeExpression (line 1090) | def computeExpression(self, trace_collection): method mayRaiseException (line 1112) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1121) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationEncode2Base (line 1125) | class ExpressionStrOperationEncode2Base( method __init__ (line 1133) | def __init__(self, str_arg, encoding, source_ref): method computeExpression (line 1142) | def computeExpression(self, trace_collection): method mayRaiseException (line 1162) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1170) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationEncode1Base (line 1174) | class ExpressionStrOperationEncode1Base(ChildHavingStrArgMixin, Expressi... method __init__ (line 1177) | def __init__(self, str_arg, source_ref): method computeExpression (line 1185) | def computeExpression(self, trace_collection): method mayRaiseException (line 1201) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1208) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationEndswith4Base (line 1212) | class ExpressionStrOperationEndswith4Base( method __init__ (line 1224) | def __init__(self, str_arg, suffix, start, end, source_ref): method computeExpression (line 1235) | def computeExpression(self, trace_collection): method mayRaiseException (line 1259) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1269) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationEndswith3Base (line 1273) | class ExpressionStrOperationEndswith3Base( method __init__ (line 1282) | def __init__(self, str_arg, suffix, start, source_ref): method computeExpression (line 1292) | def computeExpression(self, trace_collection): method mayRaiseException (line 1314) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1323) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationEndswith2Base (line 1327) | class ExpressionStrOperationEndswith2Base( method __init__ (line 1335) | def __init__(self, str_arg, suffix, source_ref): method computeExpression (line 1344) | def computeExpression(self, trace_collection): method mayRaiseException (line 1364) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1372) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationEndswith4Base (line 1376) | class ExpressionBytesOperationEndswith4Base( method __init__ (line 1388) | def __init__(self, bytes_arg, suffix, start, end, source_ref): method computeExpression (line 1399) | def computeExpression(self, trace_collection): method mayRaiseException (line 1423) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1433) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationEndswith3Base (line 1437) | class ExpressionBytesOperationEndswith3Base( method __init__ (line 1448) | def __init__(self, bytes_arg, suffix, start, source_ref): method computeExpression (line 1458) | def computeExpression(self, trace_collection): method mayRaiseException (line 1480) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1489) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationEndswith2Base (line 1493) | class ExpressionBytesOperationEndswith2Base( method __init__ (line 1501) | def __init__(self, bytes_arg, suffix, source_ref): method computeExpression (line 1510) | def computeExpression(self, trace_collection): method mayRaiseException (line 1530) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1538) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationExpandtabs2Base (line 1542) | class ExpressionStrOperationExpandtabs2Base( method __init__ (line 1550) | def __init__(self, str_arg, tabsize, source_ref): method computeExpression (line 1559) | def computeExpression(self, trace_collection): method mayRaiseException (line 1579) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1587) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationExpandtabs1Base (line 1591) | class ExpressionStrOperationExpandtabs1Base( method __init__ (line 1596) | def __init__(self, str_arg, source_ref): method computeExpression (line 1604) | def computeExpression(self, trace_collection): method mayRaiseException (line 1620) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1627) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationExpandtabs2Base (line 1631) | class ExpressionBytesOperationExpandtabs2Base( method __init__ (line 1639) | def __init__(self, bytes_arg, tabsize, source_ref): method computeExpression (line 1648) | def computeExpression(self, trace_collection): method mayRaiseException (line 1668) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1676) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationExpandtabs1Base (line 1680) | class ExpressionBytesOperationExpandtabs1Base( method __init__ (line 1685) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 1693) | def computeExpression(self, trace_collection): method mayRaiseException (line 1709) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1716) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationFind4Base (line 1720) | class ExpressionStrOperationFind4Base( method __init__ (line 1730) | def __init__(self, str_arg, sub, start, end, source_ref): method computeExpression (line 1741) | def computeExpression(self, trace_collection): method mayRaiseException (line 1765) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1775) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationFind3Base (line 1779) | class ExpressionStrOperationFind3Base( method __init__ (line 1788) | def __init__(self, str_arg, sub, start, source_ref): method computeExpression (line 1798) | def computeExpression(self, trace_collection): method mayRaiseException (line 1820) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1829) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationFind2Base (line 1833) | class ExpressionStrOperationFind2Base( method __init__ (line 1841) | def __init__(self, str_arg, sub, source_ref): method computeExpression (line 1850) | def computeExpression(self, trace_collection): method mayRaiseException (line 1870) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1878) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationFind4Base (line 1882) | class ExpressionBytesOperationFind4Base( method __init__ (line 1892) | def __init__(self, bytes_arg, sub, start, end, source_ref): method computeExpression (line 1903) | def computeExpression(self, trace_collection): method mayRaiseException (line 1927) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1937) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationFind3Base (line 1941) | class ExpressionBytesOperationFind3Base( method __init__ (line 1950) | def __init__(self, bytes_arg, sub, start, source_ref): method computeExpression (line 1960) | def computeExpression(self, trace_collection): method mayRaiseException (line 1982) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1991) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationFind2Base (line 1995) | class ExpressionBytesOperationFind2Base( method __init__ (line 2003) | def __init__(self, bytes_arg, sub, source_ref): method computeExpression (line 2012) | def computeExpression(self, trace_collection): method mayRaiseException (line 2032) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2040) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationFormatBase (line 2044) | class ExpressionStrOperationFormatBase( method __init__ (line 2055) | def __init__(self, str_arg, args, pairs, source_ref): method computeExpression (line 2065) | def computeExpression(self, trace_collection): method mayRaiseException (line 2087) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2096) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationFormatmapBase (line 2100) | class ExpressionStrOperationFormatmapBase(ChildHavingStrArgMixin, Expres... method __init__ (line 2103) | def __init__(self, str_arg, source_ref): method computeExpression (line 2111) | def computeExpression(self, trace_collection): method mayRaiseException (line 2127) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2134) | def mayRaiseExceptionOperation(self): class ExpressionDictOperationFromkeys3Base (line 2138) | class ExpressionDictOperationFromkeys3Base( method __init__ (line 2146) | def __init__(self, iterable, value, source_ref): class ExpressionDictOperationFromkeys2Base (line 2156) | class ExpressionDictOperationFromkeys2Base( method __init__ (line 2161) | def __init__(self, iterable, source_ref): class ExpressionDictOperationGet3Base (line 2170) | class ExpressionDictOperationGet3Base( method __init__ (line 2179) | def __init__(self, dict_arg, key, default, source_ref): class ExpressionDictOperationGet2Base (line 2190) | class ExpressionDictOperationGet2Base(ChildrenHavingDictArgKeyMixin, Exp... method __init__ (line 2196) | def __init__(self, dict_arg, key, source_ref): class ExpressionDictOperationHaskeyBase (line 2206) | class ExpressionDictOperationHaskeyBase( method __init__ (line 2214) | def __init__(self, dict_arg, key, source_ref): class ExpressionStrOperationIndex4Base (line 2224) | class ExpressionStrOperationIndex4Base( method __init__ (line 2234) | def __init__(self, str_arg, sub, start, end, source_ref): method computeExpression (line 2245) | def computeExpression(self, trace_collection): method mayRaiseException (line 2269) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2279) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationIndex3Base (line 2283) | class ExpressionStrOperationIndex3Base( method __init__ (line 2292) | def __init__(self, str_arg, sub, start, source_ref): method computeExpression (line 2302) | def computeExpression(self, trace_collection): method mayRaiseException (line 2324) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2333) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationIndex2Base (line 2337) | class ExpressionStrOperationIndex2Base( method __init__ (line 2345) | def __init__(self, str_arg, sub, source_ref): method computeExpression (line 2354) | def computeExpression(self, trace_collection): method mayRaiseException (line 2374) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2382) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationIndex4Base (line 2386) | class ExpressionBytesOperationIndex4Base( method __init__ (line 2396) | def __init__(self, bytes_arg, sub, start, end, source_ref): method computeExpression (line 2407) | def computeExpression(self, trace_collection): method mayRaiseException (line 2431) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2441) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationIndex3Base (line 2445) | class ExpressionBytesOperationIndex3Base( method __init__ (line 2454) | def __init__(self, bytes_arg, sub, start, source_ref): method computeExpression (line 2464) | def computeExpression(self, trace_collection): method mayRaiseException (line 2486) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2495) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationIndex2Base (line 2499) | class ExpressionBytesOperationIndex2Base( method __init__ (line 2507) | def __init__(self, bytes_arg, sub, source_ref): method computeExpression (line 2516) | def computeExpression(self, trace_collection): method mayRaiseException (line 2536) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2544) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationIsalnumBase (line 2548) | class ExpressionStrOperationIsalnumBase( method __init__ (line 2553) | def __init__(self, str_arg, source_ref): method computeExpression (line 2561) | def computeExpression(self, trace_collection): method mayRaiseException (line 2577) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2584) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationIsalnumBase (line 2588) | class ExpressionBytesOperationIsalnumBase( method __init__ (line 2593) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 2601) | def computeExpression(self, trace_collection): method mayRaiseException (line 2617) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2624) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationIsalphaBase (line 2628) | class ExpressionStrOperationIsalphaBase( method __init__ (line 2633) | def __init__(self, str_arg, source_ref): method computeExpression (line 2641) | def computeExpression(self, trace_collection): method mayRaiseException (line 2657) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2664) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationIsalphaBase (line 2668) | class ExpressionBytesOperationIsalphaBase( method __init__ (line 2673) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 2681) | def computeExpression(self, trace_collection): method mayRaiseException (line 2697) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2704) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationIsasciiBase (line 2708) | class ExpressionStrOperationIsasciiBase(ChildHavingStrArgMixin, Expressi... method __init__ (line 2711) | def __init__(self, str_arg, source_ref): method computeExpression (line 2719) | def computeExpression(self, trace_collection): method mayRaiseException (line 2735) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2742) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationIsdecimalBase (line 2746) | class ExpressionStrOperationIsdecimalBase(ChildHavingStrArgMixin, Expres... method __init__ (line 2749) | def __init__(self, str_arg, source_ref): method computeExpression (line 2757) | def computeExpression(self, trace_collection): method mayRaiseException (line 2773) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2780) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationIsdigitBase (line 2784) | class ExpressionStrOperationIsdigitBase( method __init__ (line 2789) | def __init__(self, str_arg, source_ref): method computeExpression (line 2797) | def computeExpression(self, trace_collection): method mayRaiseException (line 2813) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2820) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationIsdigitBase (line 2824) | class ExpressionBytesOperationIsdigitBase( method __init__ (line 2829) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 2837) | def computeExpression(self, trace_collection): method mayRaiseException (line 2853) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2860) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationIsidentifierBase (line 2864) | class ExpressionStrOperationIsidentifierBase(ChildHavingStrArgMixin, Exp... method __init__ (line 2867) | def __init__(self, str_arg, source_ref): method computeExpression (line 2875) | def computeExpression(self, trace_collection): method mayRaiseException (line 2891) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2898) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationIslowerBase (line 2902) | class ExpressionStrOperationIslowerBase( method __init__ (line 2907) | def __init__(self, str_arg, source_ref): method computeExpression (line 2915) | def computeExpression(self, trace_collection): method mayRaiseException (line 2931) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2938) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationIslowerBase (line 2942) | class ExpressionBytesOperationIslowerBase( method __init__ (line 2947) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 2955) | def computeExpression(self, trace_collection): method mayRaiseException (line 2971) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 2978) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationIsnumericBase (line 2982) | class ExpressionStrOperationIsnumericBase(ChildHavingStrArgMixin, Expres... method __init__ (line 2985) | def __init__(self, str_arg, source_ref): method computeExpression (line 2993) | def computeExpression(self, trace_collection): method mayRaiseException (line 3009) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3016) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationIsprintableBase (line 3020) | class ExpressionStrOperationIsprintableBase(ChildHavingStrArgMixin, Expr... method __init__ (line 3023) | def __init__(self, str_arg, source_ref): method computeExpression (line 3031) | def computeExpression(self, trace_collection): method mayRaiseException (line 3047) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3054) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationIsspaceBase (line 3058) | class ExpressionStrOperationIsspaceBase( method __init__ (line 3063) | def __init__(self, str_arg, source_ref): method computeExpression (line 3071) | def computeExpression(self, trace_collection): method mayRaiseException (line 3087) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3094) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationIsspaceBase (line 3098) | class ExpressionBytesOperationIsspaceBase( method __init__ (line 3103) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 3111) | def computeExpression(self, trace_collection): method mayRaiseException (line 3127) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3134) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationIstitleBase (line 3138) | class ExpressionStrOperationIstitleBase( method __init__ (line 3143) | def __init__(self, str_arg, source_ref): method computeExpression (line 3151) | def computeExpression(self, trace_collection): method mayRaiseException (line 3167) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3174) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationIstitleBase (line 3178) | class ExpressionBytesOperationIstitleBase( method __init__ (line 3183) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 3191) | def computeExpression(self, trace_collection): method mayRaiseException (line 3207) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3214) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationIsupperBase (line 3218) | class ExpressionStrOperationIsupperBase( method __init__ (line 3223) | def __init__(self, str_arg, source_ref): method computeExpression (line 3231) | def computeExpression(self, trace_collection): method mayRaiseException (line 3247) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3254) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationIsupperBase (line 3258) | class ExpressionBytesOperationIsupperBase( method __init__ (line 3263) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 3271) | def computeExpression(self, trace_collection): method mayRaiseException (line 3287) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3294) | def mayRaiseExceptionOperation(self): class ExpressionDictOperationItemsBase (line 3298) | class ExpressionDictOperationItemsBase( method __init__ (line 3303) | def __init__(self, dict_arg, source_ref): class ExpressionDictOperationIteritemsBase (line 3312) | class ExpressionDictOperationIteritemsBase(ChildHavingDictArgMixin, Expr... method __init__ (line 3315) | def __init__(self, dict_arg, source_ref): class ExpressionDictOperationIterkeysBase (line 3324) | class ExpressionDictOperationIterkeysBase(ChildHavingDictArgMixin, Expre... method __init__ (line 3327) | def __init__(self, dict_arg, source_ref): class ExpressionDictOperationItervaluesBase (line 3336) | class ExpressionDictOperationItervaluesBase(ChildHavingDictArgMixin, Exp... method __init__ (line 3339) | def __init__(self, dict_arg, source_ref): class ExpressionStrOperationJoinBase (line 3348) | class ExpressionStrOperationJoinBase( method __init__ (line 3356) | def __init__(self, str_arg, iterable, source_ref): method computeExpression (line 3365) | def computeExpression(self, trace_collection): method mayRaiseException (line 3385) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3393) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationJoinBase (line 3397) | class ExpressionBytesOperationJoinBase( method __init__ (line 3405) | def __init__(self, bytes_arg, iterable, source_ref): method computeExpression (line 3414) | def computeExpression(self, trace_collection): method mayRaiseException (line 3434) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3442) | def mayRaiseExceptionOperation(self): class ExpressionDictOperationKeysBase (line 3446) | class ExpressionDictOperationKeysBase( method __init__ (line 3451) | def __init__(self, dict_arg, source_ref): class ExpressionStrOperationLjust3Base (line 3460) | class ExpressionStrOperationLjust3Base( method __init__ (line 3469) | def __init__(self, str_arg, width, fillchar, source_ref): method computeExpression (line 3479) | def computeExpression(self, trace_collection): method mayRaiseException (line 3501) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3510) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationLjust2Base (line 3514) | class ExpressionStrOperationLjust2Base( method __init__ (line 3522) | def __init__(self, str_arg, width, source_ref): method computeExpression (line 3531) | def computeExpression(self, trace_collection): method mayRaiseException (line 3551) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3559) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationLjust3Base (line 3563) | class ExpressionBytesOperationLjust3Base( method __init__ (line 3574) | def __init__(self, bytes_arg, width, fillchar, source_ref): method computeExpression (line 3584) | def computeExpression(self, trace_collection): method mayRaiseException (line 3606) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3615) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationLjust2Base (line 3619) | class ExpressionBytesOperationLjust2Base( method __init__ (line 3627) | def __init__(self, bytes_arg, width, source_ref): method computeExpression (line 3636) | def computeExpression(self, trace_collection): method mayRaiseException (line 3656) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3664) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationLowerBase (line 3668) | class ExpressionStrOperationLowerBase( method __init__ (line 3673) | def __init__(self, str_arg, source_ref): method computeExpression (line 3681) | def computeExpression(self, trace_collection): method mayRaiseException (line 3697) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3704) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationLowerBase (line 3708) | class ExpressionBytesOperationLowerBase( method __init__ (line 3713) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 3721) | def computeExpression(self, trace_collection): method mayRaiseException (line 3737) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3744) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationLstrip2Base (line 3748) | class ExpressionStrOperationLstrip2Base( method __init__ (line 3756) | def __init__(self, str_arg, chars, source_ref): method computeExpression (line 3765) | def computeExpression(self, trace_collection): method mayRaiseException (line 3785) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3793) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationLstrip1Base (line 3797) | class ExpressionStrOperationLstrip1Base( method __init__ (line 3802) | def __init__(self, str_arg, source_ref): method computeExpression (line 3810) | def computeExpression(self, trace_collection): method mayRaiseException (line 3826) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3833) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationLstrip2Base (line 3837) | class ExpressionBytesOperationLstrip2Base( method __init__ (line 3845) | def __init__(self, bytes_arg, chars, source_ref): method computeExpression (line 3854) | def computeExpression(self, trace_collection): method mayRaiseException (line 3874) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3882) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationLstrip1Base (line 3886) | class ExpressionBytesOperationLstrip1Base( method __init__ (line 3891) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 3899) | def computeExpression(self, trace_collection): method mayRaiseException (line 3915) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3922) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationMaketransBase (line 3926) | class ExpressionStrOperationMaketransBase(ChildHavingStrArgMixin, Expres... method __init__ (line 3929) | def __init__(self, str_arg, source_ref): method computeExpression (line 3937) | def computeExpression(self, trace_collection): method mayRaiseException (line 3953) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 3960) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationPartitionBase (line 3964) | class ExpressionStrOperationPartitionBase( method __init__ (line 3972) | def __init__(self, str_arg, sep, source_ref): method computeExpression (line 3981) | def computeExpression(self, trace_collection): method mayRaiseException (line 4001) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 4009) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationPartitionBase (line 4013) | class ExpressionBytesOperationPartitionBase( method __init__ (line 4021) | def __init__(self, bytes_arg, sep, source_ref): method computeExpression (line 4030) | def computeExpression(self, trace_collection): method mayRaiseException (line 4050) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 4058) | def mayRaiseExceptionOperation(self): class ExpressionDictOperationPop3Base (line 4062) | class ExpressionDictOperationPop3Base( method __init__ (line 4071) | def __init__(self, dict_arg, key, default, source_ref): class ExpressionDictOperationPop2Base (line 4082) | class ExpressionDictOperationPop2Base(ChildrenHavingDictArgKeyMixin, Exp... method __init__ (line 4088) | def __init__(self, dict_arg, key, source_ref): class ExpressionDictOperationPopitemBase (line 4098) | class ExpressionDictOperationPopitemBase( method __init__ (line 4103) | def __init__(self, dict_arg, source_ref): class ExpressionStrOperationReplace4Base (line 4112) | class ExpressionStrOperationReplace4Base( method __init__ (line 4122) | def __init__(self, str_arg, old, new, count, source_ref): method computeExpression (line 4133) | def computeExpression(self, trace_collection): method mayRaiseException (line 4157) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 4167) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationReplace3Base (line 4171) | class ExpressionStrOperationReplace3Base( method __init__ (line 4180) | def __init__(self, str_arg, old, new, source_ref): method computeExpression (line 4190) | def computeExpression(self, trace_collection): method mayRaiseException (line 4212) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 4221) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationReplace4Base (line 4225) | class ExpressionBytesOperationReplace4Base( method __init__ (line 4237) | def __init__(self, bytes_arg, old, new, count, source_ref): method computeExpression (line 4248) | def computeExpression(self, trace_collection): method mayRaiseException (line 4272) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 4282) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationReplace3Base (line 4286) | class ExpressionBytesOperationReplace3Base( method __init__ (line 4295) | def __init__(self, bytes_arg, old, new, source_ref): method computeExpression (line 4305) | def computeExpression(self, trace_collection): method mayRaiseException (line 4327) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 4336) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationRfind4Base (line 4340) | class ExpressionStrOperationRfind4Base( method __init__ (line 4350) | def __init__(self, str_arg, sub, start, end, source_ref): method computeExpression (line 4361) | def computeExpression(self, trace_collection): method mayRaiseException (line 4385) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 4395) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationRfind3Base (line 4399) | class ExpressionStrOperationRfind3Base( method __init__ (line 4408) | def __init__(self, str_arg, sub, start, source_ref): method computeExpression (line 4418) | def computeExpression(self, trace_collection): method mayRaiseException (line 4440) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 4449) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationRfind2Base (line 4453) | class ExpressionStrOperationRfind2Base( method __init__ (line 4461) | def __init__(self, str_arg, sub, source_ref): method computeExpression (line 4470) | def computeExpression(self, trace_collection): method mayRaiseException (line 4490) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 4498) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationRfind4Base (line 4502) | class ExpressionBytesOperationRfind4Base( method __init__ (line 4512) | def __init__(self, bytes_arg, sub, start, end, source_ref): method computeExpression (line 4523) | def computeExpression(self, trace_collection): method mayRaiseException (line 4547) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 4557) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationRfind3Base (line 4561) | class ExpressionBytesOperationRfind3Base( method __init__ (line 4570) | def __init__(self, bytes_arg, sub, start, source_ref): method computeExpression (line 4580) | def computeExpression(self, trace_collection): method mayRaiseException (line 4602) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 4611) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationRfind2Base (line 4615) | class ExpressionBytesOperationRfind2Base( method __init__ (line 4623) | def __init__(self, bytes_arg, sub, source_ref): method computeExpression (line 4632) | def computeExpression(self, trace_collection): method mayRaiseException (line 4652) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 4660) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationRindex4Base (line 4664) | class ExpressionStrOperationRindex4Base( method __init__ (line 4674) | def __init__(self, str_arg, sub, start, end, source_ref): method computeExpression (line 4685) | def computeExpression(self, trace_collection): method mayRaiseException (line 4709) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 4719) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationRindex3Base (line 4723) | class ExpressionStrOperationRindex3Base( method __init__ (line 4732) | def __init__(self, str_arg, sub, start, source_ref): method computeExpression (line 4742) | def computeExpression(self, trace_collection): method mayRaiseException (line 4764) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 4773) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationRindex2Base (line 4777) | class ExpressionStrOperationRindex2Base( method __init__ (line 4785) | def __init__(self, str_arg, sub, source_ref): method computeExpression (line 4794) | def computeExpression(self, trace_collection): method mayRaiseException (line 4814) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 4822) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationRindex4Base (line 4826) | class ExpressionBytesOperationRindex4Base( method __init__ (line 4836) | def __init__(self, bytes_arg, sub, start, end, source_ref): method computeExpression (line 4847) | def computeExpression(self, trace_collection): method mayRaiseException (line 4871) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 4881) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationRindex3Base (line 4885) | class ExpressionBytesOperationRindex3Base( method __init__ (line 4894) | def __init__(self, bytes_arg, sub, start, source_ref): method computeExpression (line 4904) | def computeExpression(self, trace_collection): method mayRaiseException (line 4926) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 4935) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationRindex2Base (line 4939) | class ExpressionBytesOperationRindex2Base( method __init__ (line 4947) | def __init__(self, bytes_arg, sub, source_ref): method computeExpression (line 4956) | def computeExpression(self, trace_collection): method mayRaiseException (line 4976) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 4984) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationRjust3Base (line 4988) | class ExpressionStrOperationRjust3Base( method __init__ (line 4997) | def __init__(self, str_arg, width, fillchar, source_ref): method computeExpression (line 5007) | def computeExpression(self, trace_collection): method mayRaiseException (line 5029) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5038) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationRjust2Base (line 5042) | class ExpressionStrOperationRjust2Base( method __init__ (line 5050) | def __init__(self, str_arg, width, source_ref): method computeExpression (line 5059) | def computeExpression(self, trace_collection): method mayRaiseException (line 5079) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5087) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationRjust3Base (line 5091) | class ExpressionBytesOperationRjust3Base( method __init__ (line 5102) | def __init__(self, bytes_arg, width, fillchar, source_ref): method computeExpression (line 5112) | def computeExpression(self, trace_collection): method mayRaiseException (line 5134) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5143) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationRjust2Base (line 5147) | class ExpressionBytesOperationRjust2Base( method __init__ (line 5155) | def __init__(self, bytes_arg, width, source_ref): method computeExpression (line 5164) | def computeExpression(self, trace_collection): method mayRaiseException (line 5184) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5192) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationRpartitionBase (line 5196) | class ExpressionStrOperationRpartitionBase( method __init__ (line 5204) | def __init__(self, str_arg, sep, source_ref): method computeExpression (line 5213) | def computeExpression(self, trace_collection): method mayRaiseException (line 5233) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5241) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationRpartitionBase (line 5245) | class ExpressionBytesOperationRpartitionBase( method __init__ (line 5253) | def __init__(self, bytes_arg, sep, source_ref): method computeExpression (line 5262) | def computeExpression(self, trace_collection): method mayRaiseException (line 5282) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5290) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationRsplit3Base (line 5294) | class ExpressionStrOperationRsplit3Base( method __init__ (line 5303) | def __init__(self, str_arg, sep, maxsplit, source_ref): method computeExpression (line 5313) | def computeExpression(self, trace_collection): method mayRaiseException (line 5335) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5344) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationRsplit2Base (line 5348) | class ExpressionStrOperationRsplit2Base( method __init__ (line 5356) | def __init__(self, str_arg, sep, source_ref): method computeExpression (line 5365) | def computeExpression(self, trace_collection): method mayRaiseException (line 5385) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5393) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationRsplit1Base (line 5397) | class ExpressionStrOperationRsplit1Base( method __init__ (line 5402) | def __init__(self, str_arg, source_ref): method computeExpression (line 5410) | def computeExpression(self, trace_collection): method mayRaiseException (line 5426) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5433) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationRsplit3Base (line 5437) | class ExpressionBytesOperationRsplit3Base( method __init__ (line 5448) | def __init__(self, bytes_arg, sep, maxsplit, source_ref): method computeExpression (line 5458) | def computeExpression(self, trace_collection): method mayRaiseException (line 5480) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5489) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationRsplit2Base (line 5493) | class ExpressionBytesOperationRsplit2Base( method __init__ (line 5501) | def __init__(self, bytes_arg, sep, source_ref): method computeExpression (line 5510) | def computeExpression(self, trace_collection): method mayRaiseException (line 5530) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5538) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationRsplit1Base (line 5542) | class ExpressionBytesOperationRsplit1Base( method __init__ (line 5547) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 5555) | def computeExpression(self, trace_collection): method mayRaiseException (line 5571) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5578) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationRstrip2Base (line 5582) | class ExpressionStrOperationRstrip2Base( method __init__ (line 5590) | def __init__(self, str_arg, chars, source_ref): method computeExpression (line 5599) | def computeExpression(self, trace_collection): method mayRaiseException (line 5619) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5627) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationRstrip1Base (line 5631) | class ExpressionStrOperationRstrip1Base( method __init__ (line 5636) | def __init__(self, str_arg, source_ref): method computeExpression (line 5644) | def computeExpression(self, trace_collection): method mayRaiseException (line 5660) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5667) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationRstrip2Base (line 5671) | class ExpressionBytesOperationRstrip2Base( method __init__ (line 5679) | def __init__(self, bytes_arg, chars, source_ref): method computeExpression (line 5688) | def computeExpression(self, trace_collection): method mayRaiseException (line 5708) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5716) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationRstrip1Base (line 5720) | class ExpressionBytesOperationRstrip1Base( method __init__ (line 5725) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 5733) | def computeExpression(self, trace_collection): method mayRaiseException (line 5749) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5756) | def mayRaiseExceptionOperation(self): class ExpressionDictOperationSetdefault3Base (line 5760) | class ExpressionDictOperationSetdefault3Base( method __init__ (line 5769) | def __init__(self, dict_arg, key, default, source_ref): class ExpressionDictOperationSetdefault2Base (line 5780) | class ExpressionDictOperationSetdefault2Base( method __init__ (line 5788) | def __init__(self, dict_arg, key, source_ref): class ExpressionStrOperationSplit3Base (line 5798) | class ExpressionStrOperationSplit3Base( method __init__ (line 5807) | def __init__(self, str_arg, sep, maxsplit, source_ref): method computeExpression (line 5817) | def computeExpression(self, trace_collection): method mayRaiseException (line 5839) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5848) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationSplit2Base (line 5852) | class ExpressionStrOperationSplit2Base( method __init__ (line 5860) | def __init__(self, str_arg, sep, source_ref): method computeExpression (line 5869) | def computeExpression(self, trace_collection): method mayRaiseException (line 5889) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5897) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationSplit1Base (line 5901) | class ExpressionStrOperationSplit1Base( method __init__ (line 5906) | def __init__(self, str_arg, source_ref): method computeExpression (line 5914) | def computeExpression(self, trace_collection): method mayRaiseException (line 5930) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5937) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationSplit3Base (line 5941) | class ExpressionBytesOperationSplit3Base( method __init__ (line 5952) | def __init__(self, bytes_arg, sep, maxsplit, source_ref): method computeExpression (line 5962) | def computeExpression(self, trace_collection): method mayRaiseException (line 5984) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 5993) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationSplit2Base (line 5997) | class ExpressionBytesOperationSplit2Base( method __init__ (line 6005) | def __init__(self, bytes_arg, sep, source_ref): method computeExpression (line 6014) | def computeExpression(self, trace_collection): method mayRaiseException (line 6034) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6042) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationSplit1Base (line 6046) | class ExpressionBytesOperationSplit1Base( method __init__ (line 6051) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 6059) | def computeExpression(self, trace_collection): method mayRaiseException (line 6075) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6082) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationSplitlines2Base (line 6086) | class ExpressionStrOperationSplitlines2Base( method __init__ (line 6094) | def __init__(self, str_arg, keepends, source_ref): method computeExpression (line 6103) | def computeExpression(self, trace_collection): method mayRaiseException (line 6123) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6131) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationSplitlines1Base (line 6135) | class ExpressionStrOperationSplitlines1Base( method __init__ (line 6140) | def __init__(self, str_arg, source_ref): method computeExpression (line 6148) | def computeExpression(self, trace_collection): method mayRaiseException (line 6164) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6171) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationSplitlines2Base (line 6175) | class ExpressionBytesOperationSplitlines2Base( method __init__ (line 6183) | def __init__(self, bytes_arg, keepends, source_ref): method computeExpression (line 6192) | def computeExpression(self, trace_collection): method mayRaiseException (line 6212) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6220) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationSplitlines1Base (line 6224) | class ExpressionBytesOperationSplitlines1Base( method __init__ (line 6229) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 6237) | def computeExpression(self, trace_collection): method mayRaiseException (line 6253) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6260) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationStartswith4Base (line 6264) | class ExpressionStrOperationStartswith4Base( method __init__ (line 6276) | def __init__(self, str_arg, prefix, start, end, source_ref): method computeExpression (line 6287) | def computeExpression(self, trace_collection): method mayRaiseException (line 6311) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6321) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationStartswith3Base (line 6325) | class ExpressionStrOperationStartswith3Base( method __init__ (line 6334) | def __init__(self, str_arg, prefix, start, source_ref): method computeExpression (line 6344) | def computeExpression(self, trace_collection): method mayRaiseException (line 6366) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6375) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationStartswith2Base (line 6379) | class ExpressionStrOperationStartswith2Base( method __init__ (line 6387) | def __init__(self, str_arg, prefix, source_ref): method computeExpression (line 6396) | def computeExpression(self, trace_collection): method mayRaiseException (line 6416) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6424) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationStartswith4Base (line 6428) | class ExpressionBytesOperationStartswith4Base( method __init__ (line 6440) | def __init__(self, bytes_arg, prefix, start, end, source_ref): method computeExpression (line 6451) | def computeExpression(self, trace_collection): method mayRaiseException (line 6475) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6485) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationStartswith3Base (line 6489) | class ExpressionBytesOperationStartswith3Base( method __init__ (line 6500) | def __init__(self, bytes_arg, prefix, start, source_ref): method computeExpression (line 6510) | def computeExpression(self, trace_collection): method mayRaiseException (line 6532) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6541) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationStartswith2Base (line 6545) | class ExpressionBytesOperationStartswith2Base( method __init__ (line 6553) | def __init__(self, bytes_arg, prefix, source_ref): method computeExpression (line 6562) | def computeExpression(self, trace_collection): method mayRaiseException (line 6582) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6590) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationStrip2Base (line 6594) | class ExpressionStrOperationStrip2Base( method __init__ (line 6602) | def __init__(self, str_arg, chars, source_ref): method computeExpression (line 6611) | def computeExpression(self, trace_collection): method mayRaiseException (line 6631) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6639) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationStrip1Base (line 6643) | class ExpressionStrOperationStrip1Base( method __init__ (line 6648) | def __init__(self, str_arg, source_ref): method computeExpression (line 6656) | def computeExpression(self, trace_collection): method mayRaiseException (line 6672) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6679) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationStrip2Base (line 6683) | class ExpressionBytesOperationStrip2Base( method __init__ (line 6691) | def __init__(self, bytes_arg, chars, source_ref): method computeExpression (line 6700) | def computeExpression(self, trace_collection): method mayRaiseException (line 6720) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6728) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationStrip1Base (line 6732) | class ExpressionBytesOperationStrip1Base( method __init__ (line 6737) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 6745) | def computeExpression(self, trace_collection): method mayRaiseException (line 6761) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6768) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationSwapcaseBase (line 6772) | class ExpressionStrOperationSwapcaseBase( method __init__ (line 6777) | def __init__(self, str_arg, source_ref): method computeExpression (line 6785) | def computeExpression(self, trace_collection): method mayRaiseException (line 6801) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6808) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationSwapcaseBase (line 6812) | class ExpressionBytesOperationSwapcaseBase( method __init__ (line 6817) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 6825) | def computeExpression(self, trace_collection): method mayRaiseException (line 6841) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6848) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationTitleBase (line 6852) | class ExpressionStrOperationTitleBase( method __init__ (line 6857) | def __init__(self, str_arg, source_ref): method computeExpression (line 6865) | def computeExpression(self, trace_collection): method mayRaiseException (line 6881) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6888) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationTitleBase (line 6892) | class ExpressionBytesOperationTitleBase( method __init__ (line 6897) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 6905) | def computeExpression(self, trace_collection): method mayRaiseException (line 6921) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6928) | def mayRaiseExceptionOperation(self): class ExpressionStrOperationTranslateBase (line 6932) | class ExpressionStrOperationTranslateBase( method __init__ (line 6940) | def __init__(self, str_arg, table, source_ref): method computeExpression (line 6949) | def computeExpression(self, trace_collection): method mayRaiseException (line 6969) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 6977) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationTranslate3Base (line 6981) | class ExpressionBytesOperationTranslate3Base( method __init__ (line 6992) | def __init__(self, bytes_arg, table, delete, source_ref): method computeExpression (line 7002) | def computeExpression(self, trace_collection): method mayRaiseException (line 7024) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 7033) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationTranslate2Base (line 7037) | class ExpressionBytesOperationTranslate2Base( method __init__ (line 7045) | def __init__(self, bytes_arg, table, source_ref): method computeExpression (line 7054) | def computeExpression(self, trace_collection): method mayRaiseException (line 7074) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 7082) | def mayRaiseExceptionOperation(self): class ExpressionDictOperationUpdate3Base (line 7086) | class ExpressionDictOperationUpdate3Base( method __init__ (line 7097) | def __init__(self, dict_arg, iterable, pairs, source_ref): class ExpressionDictOperationUpdate2Base (line 7108) | class ExpressionDictOperationUpdate2Base( method __init__ (line 7116) | def __init__(self, dict_arg, iterable, source_ref): class ExpressionStrOperationUpperBase (line 7126) | class ExpressionStrOperationUpperBase( method __init__ (line 7131) | def __init__(self, str_arg, source_ref): method computeExpression (line 7139) | def computeExpression(self, trace_collection): method mayRaiseException (line 7155) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 7162) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationUpperBase (line 7166) | class ExpressionBytesOperationUpperBase( method __init__ (line 7171) | def __init__(self, bytes_arg, source_ref): method computeExpression (line 7179) | def computeExpression(self, trace_collection): method mayRaiseException (line 7195) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 7202) | def mayRaiseExceptionOperation(self): class ExpressionDictOperationValuesBase (line 7206) | class ExpressionDictOperationValuesBase( method __init__ (line 7211) | def __init__(self, dict_arg, source_ref): class ExpressionDictOperationViewitemsBase (line 7220) | class ExpressionDictOperationViewitemsBase(ChildHavingDictArgMixin, Expr... method __init__ (line 7223) | def __init__(self, dict_arg, source_ref): class ExpressionDictOperationViewkeysBase (line 7232) | class ExpressionDictOperationViewkeysBase(ChildHavingDictArgMixin, Expre... method __init__ (line 7235) | def __init__(self, dict_arg, source_ref): class ExpressionDictOperationViewvaluesBase (line 7244) | class ExpressionDictOperationViewvaluesBase(ChildHavingDictArgMixin, Exp... method __init__ (line 7247) | def __init__(self, dict_arg, source_ref): class ExpressionStrOperationZfillBase (line 7256) | class ExpressionStrOperationZfillBase( method __init__ (line 7264) | def __init__(self, str_arg, width, source_ref): method computeExpression (line 7273) | def computeExpression(self, trace_collection): method mayRaiseException (line 7293) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 7301) | def mayRaiseExceptionOperation(self): class ExpressionBytesOperationZfillBase (line 7305) | class ExpressionBytesOperationZfillBase( method __init__ (line 7313) | def __init__(self, bytes_arg, width, source_ref): method computeExpression (line 7322) | def computeExpression(self, trace_collection): method mayRaiseException (line 7342) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 7350) | def mayRaiseExceptionOperation(self): FILE: nuitka/nodes/BuiltinRangeNodes.py class ExpressionBuiltinRangeMixin (line 33) | class ExpressionBuiltinRangeMixin(ExpressionListShapeExactMixin): method getTruthValue (line 41) | def getTruthValue(self): method mayHaveSideEffects (line 49) | def mayHaveSideEffects(self): method mayRaiseException (line 62) | def mayRaiseException(self, exception_type): method computeBuiltinSpec (line 82) | def computeBuiltinSpec(self, trace_collection, given_values): method computeExpressionIter1 (line 99) | def computeExpressionIter1(self, iter_node, trace_collection): method canPredictIterationValues (line 121) | def canPredictIterationValues(self): class ExpressionBuiltinRange1 (line 125) | class ExpressionBuiltinRange1( method __init__ (line 137) | def __init__(self, low, source_ref): method computeExpression (line 142) | def computeExpression(self, trace_collection): method getIterationLength (line 149) | def getIterationLength(self): method getIterationHandle (line 157) | def getIterationHandle(self): method getIterationValue (line 164) | def getIterationValue(self, element_index): method isKnownToBeIterable (line 179) | def isKnownToBeIterable(self, count): class ExpressionBuiltinRange2 (line 183) | class ExpressionBuiltinRange2( method __init__ (line 195) | def __init__(self, low, high, source_ref): method computeExpression (line 206) | def computeExpression(self, trace_collection): method getIterationLength (line 216) | def getIterationLength(self): method getIterationHandle (line 232) | def getIterationHandle(self): method getIterationValue (line 243) | def getIterationValue(self, element_index): method isKnownToBeIterable (line 266) | def isKnownToBeIterable(self, count): class ExpressionBuiltinRange3 (line 270) | class ExpressionBuiltinRange3( method __init__ (line 279) | def __init__(self, low, high, step, source_ref): method computeExpression (line 291) | def computeExpression(self, trace_collection): method getIterationLength (line 300) | def getIterationLength(self): method canPredictIterationValues (line 341) | def canPredictIterationValues(self): method getIterationHandle (line 344) | def getIterationHandle(self): method getIterationValue (line 363) | def getIterationValue(self, element_index): method isKnownToBeIterable (line 385) | def isKnownToBeIterable(self, count): class ExpressionBuiltinXrangeMixin (line 389) | class ExpressionBuiltinXrangeMixin(object): method getTypeShape (line 398) | def getTypeShape(): method canPredictIterationValues (line 401) | def canPredictIterationValues(self): method getTruthValue (line 404) | def getTruthValue(self): method mayHaveSideEffects (line 412) | def mayHaveSideEffects(self): method mayRaiseException (line 422) | def mayRaiseException(self, exception_type): method computeBuiltinSpec (line 439) | def computeBuiltinSpec(self, trace_collection, given_values): method computeExpressionIter1 (line 456) | def computeExpressionIter1(self, iter_node, trace_collection): class ExpressionBuiltinXrange1 (line 463) | class ExpressionBuiltinXrange1( method __init__ (line 473) | def __init__(self, low, source_ref): method computeExpression (line 478) | def computeExpression(self, trace_collection): method getIterationLength (line 486) | def getIterationLength(self): method getIterationValue (line 494) | def getIterationValue(self, element_index): class ExpressionBuiltinXrange2 (line 510) | class ExpressionBuiltinXrange2( method __init__ (line 519) | def __init__(self, low, high, source_ref): method computeExpression (line 528) | def computeExpression(self, trace_collection): method getIterationLength (line 536) | def getIterationLength(self): method getIterationValue (line 552) | def getIterationValue(self, element_index): class ExpressionBuiltinXrange3 (line 576) | class ExpressionBuiltinXrange3( method __init__ (line 583) | def __init__(self, low, high, step, source_ref): method computeExpression (line 593) | def computeExpression(self, trace_collection): method getIterationLength (line 602) | def getIterationLength(self): method getIterationValue (line 643) | def getIterationValue(self, element_index): function makeExpressionBuiltinXrange (line 666) | def makeExpressionBuiltinXrange(low, high, step, source_ref): FILE: nuitka/nodes/BuiltinRefNodes.py class ExpressionBuiltinRefBase (line 33) | class ExpressionBuiltinRefBase(CompileTimeConstantExpressionBase): method __init__ (line 38) | def __init__(self, builtin_name, source_ref): method finalize (line 43) | def finalize(self): method getDetails (line 46) | def getDetails(self): method getBuiltinName (line 49) | def getBuiltinName(self): method isKnownToBeHashable (line 53) | def isKnownToBeHashable(): method getStrValue (line 56) | def getStrValue(self): function makeExpressionBuiltinTypeRef (line 64) | def makeExpressionBuiltinTypeRef(builtin_name, source_ref): function makeExpressionBuiltinRef (line 73) | def makeExpressionBuiltinRef(builtin_name, locals_scope, source_ref): class ExpressionBuiltinRef (line 96) | class ExpressionBuiltinRef(ExpressionBuiltinRefBase): method isExpressionBuiltinRef (line 105) | def isExpressionBuiltinRef(): method __init__ (line 108) | def __init__(self, builtin_name, source_ref): method getCompileTimeConstant (line 113) | def getCompileTimeConstant(self): method computeExpressionRaw (line 116) | def computeExpressionRaw(self, trace_collection): method computeExpressionCall (line 119) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 138) | def computeExpressionCallViaVariable( method isKnownToBeIterable (line 149) | def isKnownToBeIterable(count): class ExpressionBuiltinWithContextRef (line 154) | class ExpressionBuiltinWithContextRef(ExpressionBuiltinRef): method __init__ (line 161) | def __init__(self, builtin_name, locals_scope, source_ref): method getDetails (line 168) | def getDetails(self): method getLocalsScope (line 171) | def getLocalsScope(self): class ExpressionBuiltinAnonymousRef (line 175) | class ExpressionBuiltinAnonymousRef(ExpressionBuiltinRefBase): method __init__ (line 180) | def __init__(self, builtin_name, source_ref): method getCompileTimeConstant (line 187) | def getCompileTimeConstant(self): method computeExpressionRaw (line 190) | def computeExpressionRaw(self, trace_collection): class ExpressionBuiltinExceptionRef (line 194) | class ExpressionBuiltinExceptionRef(ExpressionBuiltinRefBase): method __init__ (line 199) | def __init__(self, exception_name, source_ref): method getDetails (line 206) | def getDetails(self): method getTypeShape (line 212) | def getTypeShape(): method mayRaiseException (line 216) | def mayRaiseException(exception_type): method getCompileTimeConstant (line 219) | def getCompileTimeConstant(self): method computeExpressionRaw (line 222) | def computeExpressionRaw(self, trace_collection): method computeExpressionCall (line 226) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 258) | def computeExpressionCallViaVariable( FILE: nuitka/nodes/BuiltinSumNodes.py class ExpressionBuiltinSumMixin (line 20) | class ExpressionBuiltinSumMixin(object): method computeBuiltinSpec (line 26) | def computeBuiltinSpec(self, trace_collection, given_values): class ExpressionBuiltinSum1 (line 44) | class ExpressionBuiltinSum1( method __init__ (line 51) | def __init__(self, sequence, source_ref): method computeExpression (line 56) | def computeExpression(self, trace_collection): class ExpressionBuiltinSum2 (line 65) | class ExpressionBuiltinSum2( method __init__ (line 72) | def __init__(self, sequence, start, source_ref): method computeExpression (line 81) | def computeExpression(self, trace_collection): FILE: nuitka/nodes/BuiltinTypeNodes.py class ExpressionBuiltinTypeBase (line 48) | class ExpressionBuiltinTypeBase(ExpressionBuiltinSingleArgBase): class ExpressionBuiltinContainerBase (line 52) | class ExpressionBuiltinContainerBase( method __init__ (line 60) | def __init__(self, value, source_ref): method computeExpression (line 65) | def computeExpression(self, trace_collection): class ExpressionBuiltinTuple (line 88) | class ExpressionBuiltinTuple( class ExpressionBuiltinList (line 96) | class ExpressionBuiltinList( class ExpressionBuiltinSet (line 104) | class ExpressionBuiltinSet( class ExpressionBuiltinFrozenset (line 112) | class ExpressionBuiltinFrozenset( class ExpressionBuiltinFloat (line 120) | class ExpressionBuiltinFloat(ChildHavingValueMixin, ExpressionBase): method __init__ (line 125) | def __init__(self, value, source_ref): method getTypeShape (line 131) | def getTypeShape(): method computeExpression (line 135) | def computeExpression(self, trace_collection): method mayRaiseException (line 140) | def mayRaiseException(self, exception_type): class ExpressionBuiltinBool (line 144) | class ExpressionBuiltinBool(ExpressionBoolShapeExactMixin, ExpressionBui... method computeExpression (line 149) | def computeExpression(self, trace_collection): method mayRaiseException (line 177) | def mayRaiseException(self, exception_type): class ExpressionBuiltinUnicodeBase (line 183) | class ExpressionBuiltinUnicodeBase( method __init__ (line 190) | def __init__(self, value, encoding, errors, source_ref): method computeExpression (line 200) | def computeExpression(self, trace_collection): class ExpressionBuiltinStrP2 (line 218) | class ExpressionBuiltinStrP2( method computeExpression (line 227) | def computeExpression(self, trace_collection): method getTypeShape (line 248) | def getTypeShape(): class ExpressionBuiltinUnicodeP2 (line 252) | class ExpressionBuiltinUnicodeP2(ExpressionBuiltinUnicodeBase): method getTypeShape (line 260) | def getTypeShape(): class ExpressionBuiltinStrP3 (line 264) | class ExpressionBuiltinStrP3( method getTypeShape (line 274) | def getTypeShape(): class ExpressionBuiltinBytes3 (line 278) | class ExpressionBuiltinBytes3( class ExpressionBuiltinBytes1 (line 286) | class ExpressionBuiltinBytes1(ChildHavingValueMixin, ExpressionBase): method __init__ (line 291) | def __init__(self, value, source_ref): method getTypeShape (line 297) | def getTypeShape(): method computeExpression (line 301) | def computeExpression(self, trace_collection): method mayRaiseException (line 306) | def mayRaiseException(self, exception_type): class ExpressionBuiltinBytearray1 (line 310) | class ExpressionBuiltinBytearray1( method __init__ (line 317) | def __init__(self, value, source_ref): class ExpressionBuiltinBytearray3 (line 321) | class ExpressionBuiltinBytearray3( method __init__ (line 332) | def __init__(self, string, encoding, errors, source_ref): method computeExpression (line 342) | def computeExpression(self, trace_collection): class ExpressionConstantGenericAlias (line 348) | class ExpressionConstantGenericAlias(CompileTimeConstantExpressionBase): method __init__ (line 353) | def __init__(self, generic_alias, source_ref): method finalize (line 358) | def finalize(self): method getDetails (line 361) | def getDetails(self): method getCompileTimeConstant (line 364) | def getCompileTimeConstant(self): method getStrValue (line 367) | def getStrValue(self): method computeExpressionRaw (line 374) | def computeExpressionRaw(self, trace_collection): class ExpressionConstantUnionType (line 379) | class ExpressionConstantUnionType(CompileTimeConstantExpressionBase): method __init__ (line 384) | def __init__(self, union_type, source_ref): method finalize (line 389) | def finalize(self): method getDetails (line 392) | def getDetails(self): method getCompileTimeConstant (line 395) | def getCompileTimeConstant(self): method getStrValue (line 398) | def getStrValue(self): method computeExpressionRaw (line 405) | def computeExpressionRaw(self, trace_collection): class ExpressionTypeOperationPrepare (line 410) | class ExpressionTypeOperationPrepare( method __init__ (line 417) | def __init__(self, type_arg, args, kwargs, source_ref): method computeExpression (line 424) | def computeExpression(self, trace_collection): FILE: nuitka/nodes/BuiltinVarsNodes.py class ExpressionBuiltinVars (line 14) | class ExpressionBuiltinVars(ChildHavingSourceMixin, ExpressionBase): method __init__ (line 19) | def __init__(self, source, source_ref): method computeExpression (line 24) | def computeExpression(self, trace_collection): FILE: nuitka/nodes/BytesNodes.py function getBytesOperationClasses (line 81) | def getBytesOperationClasses(): class ExpressionBytesOperationJoin (line 90) | class ExpressionBytesOperationJoin(ExpressionBytesOperationJoinBase): method mayRaiseExceptionOperation (line 96) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationPartition (line 101) | class ExpressionBytesOperationPartition(ExpressionBytesOperationPartitio... method mayRaiseExceptionOperation (line 107) | def mayRaiseExceptionOperation(): method getIterationLength (line 112) | def getIterationLength(): class ExpressionBytesOperationRpartition (line 116) | class ExpressionBytesOperationRpartition(ExpressionBytesOperationRpartit... method mayRaiseExceptionOperation (line 122) | def mayRaiseExceptionOperation(): method getIterationLength (line 127) | def getIterationLength(): class ExpressionBytesOperationStrip1 (line 131) | class ExpressionBytesOperationStrip1(ExpressionBytesOperationStrip1Base): method mayRaiseExceptionOperation (line 137) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationStrip2 (line 141) | class ExpressionBytesOperationStrip2(ExpressionBytesOperationStrip2Base): method mayRaiseExceptionOperation (line 147) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationLstrip1 (line 152) | class ExpressionBytesOperationLstrip1(ExpressionBytesOperationLstrip1Base): method mayRaiseExceptionOperation (line 158) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationLstrip2 (line 162) | class ExpressionBytesOperationLstrip2(ExpressionBytesOperationLstrip2Base): method mayRaiseExceptionOperation (line 168) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationRstrip1 (line 173) | class ExpressionBytesOperationRstrip1(ExpressionBytesOperationRstrip1Base): method mayRaiseExceptionOperation (line 179) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationRstrip2 (line 183) | class ExpressionBytesOperationRstrip2(ExpressionBytesOperationRstrip2Base): method mayRaiseExceptionOperation (line 189) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationFind2 (line 194) | class ExpressionBytesOperationFind2(ExpressionBytesOperationFind2Base): method mayRaiseExceptionOperation (line 200) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationFind3 (line 205) | class ExpressionBytesOperationFind3(ExpressionBytesOperationFind3Base): method mayRaiseExceptionOperation (line 211) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationFind4 (line 216) | class ExpressionBytesOperationFind4(ExpressionBytesOperationFind4Base): method mayRaiseExceptionOperation (line 222) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationRfind2 (line 227) | class ExpressionBytesOperationRfind2(ExpressionBytesOperationRfind2Base): method mayRaiseExceptionOperation (line 233) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationRfind3 (line 238) | class ExpressionBytesOperationRfind3(ExpressionBytesOperationRfind3Base): method mayRaiseExceptionOperation (line 244) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationRfind4 (line 249) | class ExpressionBytesOperationRfind4(ExpressionBytesOperationRfind4Base): method mayRaiseExceptionOperation (line 255) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationIndex2 (line 260) | class ExpressionBytesOperationIndex2(ExpressionBytesOperationIndex2Base): method mayRaiseExceptionOperation (line 266) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationIndex3 (line 271) | class ExpressionBytesOperationIndex3(ExpressionBytesOperationIndex3Base): method mayRaiseExceptionOperation (line 277) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationIndex4 (line 282) | class ExpressionBytesOperationIndex4(ExpressionBytesOperationIndex4Base): method mayRaiseExceptionOperation (line 288) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationRindex2 (line 293) | class ExpressionBytesOperationRindex2(ExpressionBytesOperationRindex2Base): method mayRaiseExceptionOperation (line 299) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationRindex3 (line 304) | class ExpressionBytesOperationRindex3(ExpressionBytesOperationRindex3Base): method mayRaiseExceptionOperation (line 310) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationRindex4 (line 315) | class ExpressionBytesOperationRindex4(ExpressionBytesOperationRindex4Base): method mayRaiseExceptionOperation (line 321) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationCapitalize (line 326) | class ExpressionBytesOperationCapitalize(ExpressionBytesOperationCapital... method mayRaiseExceptionOperation (line 332) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationUpper (line 336) | class ExpressionBytesOperationUpper(ExpressionBytesOperationUpperBase): method mayRaiseExceptionOperation (line 342) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationLower (line 346) | class ExpressionBytesOperationLower(ExpressionBytesOperationLowerBase): method mayRaiseExceptionOperation (line 352) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationSwapcase (line 356) | class ExpressionBytesOperationSwapcase(ExpressionBytesOperationSwapcaseB... method mayRaiseExceptionOperation (line 362) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationTitle (line 366) | class ExpressionBytesOperationTitle(ExpressionBytesOperationTitleBase): method mayRaiseExceptionOperation (line 372) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationIsalnum (line 376) | class ExpressionBytesOperationIsalnum(ExpressionBytesOperationIsalnumBase): method mayRaiseExceptionOperation (line 382) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationIsalpha (line 386) | class ExpressionBytesOperationIsalpha(ExpressionBytesOperationIsalphaBase): method mayRaiseExceptionOperation (line 392) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationIsdigit (line 396) | class ExpressionBytesOperationIsdigit(ExpressionBytesOperationIsdigitBase): method mayRaiseExceptionOperation (line 402) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationIslower (line 406) | class ExpressionBytesOperationIslower(ExpressionBytesOperationIslowerBase): method mayRaiseExceptionOperation (line 412) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationIsupper (line 416) | class ExpressionBytesOperationIsupper(ExpressionBytesOperationIsupperBase): method mayRaiseExceptionOperation (line 422) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationIsspace (line 426) | class ExpressionBytesOperationIsspace(ExpressionBytesOperationIsspaceBase): method mayRaiseExceptionOperation (line 432) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationIstitle (line 436) | class ExpressionBytesOperationIstitle(ExpressionBytesOperationIstitleBase): method mayRaiseExceptionOperation (line 442) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationSplit1 (line 446) | class ExpressionBytesOperationSplit1(ExpressionBytesOperationSplit1Base): method mayRaiseExceptionOperation (line 452) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationSplit2 (line 456) | class ExpressionBytesOperationSplit2(ExpressionBytesOperationSplit2Base): method mayRaiseExceptionOperation (line 462) | def mayRaiseExceptionOperation(): function makeExpressionBytesOperationSplit3 (line 467) | def makeExpressionBytesOperationSplit3(bytes_arg, sep, maxsplit, source_... class ExpressionBytesOperationSplit3 (line 479) | class ExpressionBytesOperationSplit3(ExpressionBytesOperationSplit3Base): method mayRaiseExceptionOperation (line 485) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationRsplit1 (line 492) | class ExpressionBytesOperationRsplit1(ExpressionBytesOperationRsplit1Base): method mayRaiseExceptionOperation (line 498) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationRsplit2 (line 502) | class ExpressionBytesOperationRsplit2(ExpressionBytesOperationRsplit2Base): method mayRaiseExceptionOperation (line 508) | def mayRaiseExceptionOperation(): function makeExpressionBytesOperationRsplit3 (line 513) | def makeExpressionBytesOperationRsplit3(bytes_arg, sep, maxsplit, source... class ExpressionBytesOperationRsplit3 (line 525) | class ExpressionBytesOperationRsplit3(ExpressionBytesOperationRsplit3Base): method mayRaiseExceptionOperation (line 531) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationEndswith2 (line 536) | class ExpressionBytesOperationEndswith2(ExpressionBytesOperationEndswith... method mayRaiseExceptionOperation (line 540) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationEndswith3 (line 545) | class ExpressionBytesOperationEndswith3(ExpressionBytesOperationEndswith... method mayRaiseExceptionOperation (line 549) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationEndswith4 (line 554) | class ExpressionBytesOperationEndswith4(ExpressionBytesOperationEndswith... method mayRaiseExceptionOperation (line 558) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationStartswith2 (line 563) | class ExpressionBytesOperationStartswith2(ExpressionBytesOperationStarts... method mayRaiseExceptionOperation (line 567) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationStartswith3 (line 572) | class ExpressionBytesOperationStartswith3(ExpressionBytesOperationStarts... method mayRaiseExceptionOperation (line 576) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationStartswith4 (line 581) | class ExpressionBytesOperationStartswith4(ExpressionBytesOperationStarts... method mayRaiseExceptionOperation (line 585) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationReplace3 (line 590) | class ExpressionBytesOperationReplace3(ExpressionBytesOperationReplace3B... method mayRaiseExceptionOperation (line 594) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationReplace4 (line 599) | class ExpressionBytesOperationReplace4(ExpressionBytesOperationReplace4B... method mayRaiseExceptionOperation (line 603) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationDecodeMixin (line 608) | class ExpressionBytesOperationDecodeMixin(ExpressionStrOrUnicodeExactMix... method mayRaiseExceptionOperation (line 612) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationDecode1 (line 617) | class ExpressionBytesOperationDecode1( class ExpressionBytesOperationDecode2 (line 623) | class ExpressionBytesOperationDecode2( method computeExpression (line 628) | def computeExpression(self, trace_collection): function makeExpressionBytesOperationDecode3 (line 637) | def makeExpressionBytesOperationDecode3(bytes_arg, encoding, errors, sou... class ExpressionBytesOperationDecode3 (line 649) | class ExpressionBytesOperationDecode3( method computeExpression (line 654) | def computeExpression(self, trace_collection): class ExpressionBytesOperationCount2 (line 661) | class ExpressionBytesOperationCount2(ExpressionBytesOperationCount2Base): method mayRaiseExceptionOperation (line 665) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationCount3 (line 670) | class ExpressionBytesOperationCount3(ExpressionBytesOperationCount3Base): method mayRaiseExceptionOperation (line 674) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationCount4 (line 679) | class ExpressionBytesOperationCount4(ExpressionBytesOperationCount4Base): method mayRaiseExceptionOperation (line 683) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationExpandtabs1 (line 688) | class ExpressionBytesOperationExpandtabs1(ExpressionBytesOperationExpand... method mayRaiseExceptionOperation (line 694) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationExpandtabs2 (line 698) | class ExpressionBytesOperationExpandtabs2(ExpressionBytesOperationExpand... method mayRaiseExceptionOperation (line 702) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationTranslate2 (line 707) | class ExpressionBytesOperationTranslate2(ExpressionBytesOperationTransla... method mayRaiseExceptionOperation (line 713) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationTranslate3 (line 718) | class ExpressionBytesOperationTranslate3(ExpressionBytesOperationTransla... method mayRaiseExceptionOperation (line 724) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationZfill (line 729) | class ExpressionBytesOperationZfill(ExpressionBytesOperationZfillBase): method mayRaiseExceptionOperation (line 735) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationCenter2 (line 740) | class ExpressionBytesOperationCenter2(ExpressionBytesOperationCenter2Base): method mayRaiseExceptionOperation (line 744) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationCenter3 (line 749) | class ExpressionBytesOperationCenter3(ExpressionBytesOperationCenter3Base): method mayRaiseExceptionOperation (line 753) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationLjust2 (line 758) | class ExpressionBytesOperationLjust2(ExpressionBytesOperationLjust2Base): method mayRaiseExceptionOperation (line 762) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationLjust3 (line 767) | class ExpressionBytesOperationLjust3(ExpressionBytesOperationLjust3Base): method mayRaiseExceptionOperation (line 771) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationRjust2 (line 776) | class ExpressionBytesOperationRjust2(ExpressionBytesOperationRjust2Base): method mayRaiseExceptionOperation (line 780) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationRjust3 (line 785) | class ExpressionBytesOperationRjust3(ExpressionBytesOperationRjust3Base): method mayRaiseExceptionOperation (line 789) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationSplitlines1 (line 794) | class ExpressionBytesOperationSplitlines1(ExpressionBytesOperationSplitl... method mayRaiseExceptionOperation (line 800) | def mayRaiseExceptionOperation(): class ExpressionBytesOperationSplitlines2 (line 805) | class ExpressionBytesOperationSplitlines2(ExpressionBytesOperationSplitl... method mayRaiseExceptionOperation (line 811) | def mayRaiseExceptionOperation(): FILE: nuitka/nodes/CallNodes.py class ExpressionCallMixin (line 23) | class ExpressionCallMixin(object): method isExpressionCall (line 27) | def isExpressionCall(): method mayRaiseExceptionOperation (line 32) | def mayRaiseExceptionOperation(): class ExpressionCall (line 36) | class ExpressionCall(ExpressionCallMixin, ChildrenExpressionCallMixin, E... method __init__ (line 41) | def __init__(self, called, args, kwargs, source_ref): method computeExpression (line 51) | def computeExpression(self, trace_collection): method extractSideEffectsPreCall (line 61) | def extractSideEffectsPreCall(self): method onContentEscapes (line 67) | def onContentEscapes(self, trace_collection): class ExpressionCallNoKeywords (line 73) | class ExpressionCallNoKeywords( method __init__ (line 82) | def __init__(self, called, args, source_ref): method computeExpression (line 91) | def computeExpression(self, trace_collection): method extractSideEffectsPreCall (line 101) | def extractSideEffectsPreCall(self): method onContentEscapes (line 106) | def onContentEscapes(self, trace_collection): class ExpressionCallKeywordsOnly (line 111) | class ExpressionCallKeywordsOnly( method __init__ (line 120) | def __init__(self, called, kwargs, source_ref): method computeExpression (line 129) | def computeExpression(self, trace_collection): method extractSideEffectsPreCall (line 139) | def extractSideEffectsPreCall(self): method onContentEscapes (line 144) | def onContentEscapes(self, trace_collection): class ExpressionCallEmpty (line 149) | class ExpressionCallEmpty( method __init__ (line 159) | def __init__(self, called, source_ref): method computeExpression (line 164) | def computeExpression(self, trace_collection): method extractSideEffectsPreCall (line 175) | def extractSideEffectsPreCall(): method onContentEscapes (line 178) | def onContentEscapes(self, trace_collection): function makeExpressionCall (line 182) | def makeExpressionCall(called, args, kw, source_ref): FILE: nuitka/nodes/Checkers.py function checkStatementsSequenceOrNone (line 12) | def checkStatementsSequenceOrNone(value): function checkStatementsSequence (line 22) | def checkStatementsSequence(value): function convertNoneConstantToNone (line 28) | def convertNoneConstantToNone(node): function convertEmptyStrConstantToNone (line 35) | def convertEmptyStrConstantToNone(node): FILE: nuitka/nodes/ChildrenHavingMixins.py class ModuleChildrenHavingBodyOptionalStatementsOrNoneFunctionsTupleMixin (line 45) | class ModuleChildrenHavingBodyOptionalStatementsOrNoneFunctionsTupleMixi... method __init__ (line 55) | def __init__( method setChildBody (line 73) | def setChildBody(self, value): method setChildFunctions (line 80) | def setChildFunctions(self, value): method getVisitableNodes (line 88) | def getVisitableNodes(self): method getVisitableNodesNamed (line 100) | def getVisitableNodesNamed(self): method replaceChild (line 111) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 139) | def getCloneArgs(self): method finalize (line 156) | def finalize(self): method collectVariableAccesses (line 166) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingAsyncgenRefMixin (line 192) | class ChildHavingAsyncgenRefMixin(object): method __init__ (line 199) | def __init__( method getVisitableNodes (line 207) | def getVisitableNodes(self): method getVisitableNodesNamed (line 212) | def getVisitableNodesNamed(self): method replaceChild (line 220) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 231) | def getCloneArgs(self): method finalize (line 245) | def finalize(self): method computeExpressionRaw (line 251) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 273) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingBodyOptionalMixin (line 283) | class ChildHavingBodyOptionalMixin(object): method __init__ (line 299) | def __init__( method setChildBody (line 308) | def setChildBody(self, value): method getVisitableNodes (line 314) | def getVisitableNodes(self): method getVisitableNodesNamed (line 324) | def getVisitableNodesNamed(self): method replaceChild (line 332) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 344) | def getCloneArgs(self): method finalize (line 360) | def finalize(self): method computeExpressionRaw (line 367) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 392) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingBytesArgMixin (line 414) | class ChildHavingBytesArgMixin(object): method __init__ (line 446) | def __init__( method getVisitableNodes (line 454) | def getVisitableNodes(self): method getVisitableNodesNamed (line 459) | def getVisitableNodesNamed(self): method replaceChild (line 467) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 478) | def getCloneArgs(self): method finalize (line 492) | def finalize(self): method computeExpressionRaw (line 498) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 520) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgCharsMixin (line 555) | class ChildrenHavingBytesArgCharsMixin(object): method __init__ (line 564) | def __init__( method getVisitableNodes (line 577) | def getVisitableNodes(self): method getVisitableNodesNamed (line 585) | def getVisitableNodesNamed(self): method replaceChild (line 596) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 615) | def getCloneArgs(self): method finalize (line 630) | def finalize(self): method computeExpressionRaw (line 638) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 670) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgEncodingMixin (line 683) | class ChildrenHavingBytesArgEncodingMixin(object): method __init__ (line 690) | def __init__( method getVisitableNodes (line 703) | def getVisitableNodes(self): method getVisitableNodesNamed (line 711) | def getVisitableNodesNamed(self): method replaceChild (line 722) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 741) | def getCloneArgs(self): method finalize (line 756) | def finalize(self): method computeExpressionRaw (line 764) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 796) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgEncodingErrorsMixin (line 807) | class ChildrenHavingBytesArgEncodingErrorsMixin(object): method __init__ (line 814) | def __init__( method getVisitableNodes (line 832) | def getVisitableNodes(self): method getVisitableNodesNamed (line 841) | def getVisitableNodesNamed(self): method replaceChild (line 853) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 880) | def getCloneArgs(self): method finalize (line 896) | def finalize(self): method computeExpressionRaw (line 906) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 938) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgIterableMixin (line 950) | class ChildrenHavingBytesArgIterableMixin(object): method __init__ (line 957) | def __init__( method getVisitableNodes (line 970) | def getVisitableNodes(self): method getVisitableNodesNamed (line 978) | def getVisitableNodesNamed(self): method replaceChild (line 989) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1008) | def getCloneArgs(self): method finalize (line 1023) | def finalize(self): method computeExpressionRaw (line 1031) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 1063) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgKeependsMixin (line 1074) | class ChildrenHavingBytesArgKeependsMixin(object): method __init__ (line 1081) | def __init__( method getVisitableNodes (line 1094) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1102) | def getVisitableNodesNamed(self): method replaceChild (line 1113) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1132) | def getCloneArgs(self): method finalize (line 1147) | def finalize(self): method computeExpressionRaw (line 1155) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 1187) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgOldNewMixin (line 1198) | class ChildrenHavingBytesArgOldNewMixin(object): method __init__ (line 1205) | def __init__( method getVisitableNodes (line 1223) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1232) | def getVisitableNodesNamed(self): method replaceChild (line 1244) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1271) | def getCloneArgs(self): method finalize (line 1287) | def finalize(self): method computeExpressionRaw (line 1297) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 1329) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgOldNewCountMixin (line 1341) | class ChildrenHavingBytesArgOldNewCountMixin(object): method __init__ (line 1348) | def __init__( method getVisitableNodes (line 1371) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1381) | def getVisitableNodesNamed(self): method replaceChild (line 1394) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1429) | def getCloneArgs(self): method finalize (line 1446) | def finalize(self): method computeExpressionRaw (line 1458) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 1490) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgPrefixMixin (line 1503) | class ChildrenHavingBytesArgPrefixMixin(object): method __init__ (line 1510) | def __init__( method getVisitableNodes (line 1523) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1531) | def getVisitableNodesNamed(self): method replaceChild (line 1542) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1561) | def getCloneArgs(self): method finalize (line 1576) | def finalize(self): method computeExpressionRaw (line 1584) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 1616) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgPrefixStartMixin (line 1627) | class ChildrenHavingBytesArgPrefixStartMixin(object): method __init__ (line 1634) | def __init__( method getVisitableNodes (line 1652) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1661) | def getVisitableNodesNamed(self): method replaceChild (line 1673) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1700) | def getCloneArgs(self): method finalize (line 1716) | def finalize(self): method computeExpressionRaw (line 1726) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 1758) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgPrefixStartEndMixin (line 1772) | class ChildrenHavingBytesArgPrefixStartEndMixin(object): method __init__ (line 1779) | def __init__( method getVisitableNodes (line 1802) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1812) | def getVisitableNodesNamed(self): method replaceChild (line 1825) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1860) | def getCloneArgs(self): method finalize (line 1877) | def finalize(self): method computeExpressionRaw (line 1889) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 1921) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgSepMixin (line 1936) | class ChildrenHavingBytesArgSepMixin(object): method __init__ (line 1946) | def __init__( method getVisitableNodes (line 1959) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1967) | def getVisitableNodesNamed(self): method replaceChild (line 1978) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1997) | def getCloneArgs(self): method finalize (line 2012) | def finalize(self): method computeExpressionRaw (line 2020) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 2052) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgSepMaxsplitMixin (line 2066) | class ChildrenHavingBytesArgSepMaxsplitMixin(object): method __init__ (line 2074) | def __init__( method getVisitableNodes (line 2092) | def getVisitableNodes(self): method getVisitableNodesNamed (line 2101) | def getVisitableNodesNamed(self): method replaceChild (line 2113) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 2140) | def getCloneArgs(self): method finalize (line 2156) | def finalize(self): method computeExpressionRaw (line 2166) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 2198) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgSubMixin (line 2211) | class ChildrenHavingBytesArgSubMixin(object): method __init__ (line 2222) | def __init__( method getVisitableNodes (line 2235) | def getVisitableNodes(self): method getVisitableNodesNamed (line 2243) | def getVisitableNodesNamed(self): method replaceChild (line 2254) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 2273) | def getCloneArgs(self): method finalize (line 2288) | def finalize(self): method computeExpressionRaw (line 2296) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 2328) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgSubStartMixin (line 2343) | class ChildrenHavingBytesArgSubStartMixin(object): method __init__ (line 2354) | def __init__( method getVisitableNodes (line 2372) | def getVisitableNodes(self): method getVisitableNodesNamed (line 2381) | def getVisitableNodesNamed(self): method replaceChild (line 2393) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 2420) | def getCloneArgs(self): method finalize (line 2436) | def finalize(self): method computeExpressionRaw (line 2446) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 2478) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgSubStartEndMixin (line 2494) | class ChildrenHavingBytesArgSubStartEndMixin(object): method __init__ (line 2505) | def __init__( method getVisitableNodes (line 2528) | def getVisitableNodes(self): method getVisitableNodesNamed (line 2538) | def getVisitableNodesNamed(self): method replaceChild (line 2551) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 2586) | def getCloneArgs(self): method finalize (line 2603) | def finalize(self): method computeExpressionRaw (line 2615) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 2647) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgSuffixMixin (line 2664) | class ChildrenHavingBytesArgSuffixMixin(object): method __init__ (line 2671) | def __init__( method getVisitableNodes (line 2684) | def getVisitableNodes(self): method getVisitableNodesNamed (line 2692) | def getVisitableNodesNamed(self): method replaceChild (line 2703) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 2722) | def getCloneArgs(self): method finalize (line 2737) | def finalize(self): method computeExpressionRaw (line 2745) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 2777) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgSuffixStartMixin (line 2788) | class ChildrenHavingBytesArgSuffixStartMixin(object): method __init__ (line 2795) | def __init__( method getVisitableNodes (line 2813) | def getVisitableNodes(self): method getVisitableNodesNamed (line 2822) | def getVisitableNodesNamed(self): method replaceChild (line 2834) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 2861) | def getCloneArgs(self): method finalize (line 2877) | def finalize(self): method computeExpressionRaw (line 2887) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 2919) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgSuffixStartEndMixin (line 2931) | class ChildrenHavingBytesArgSuffixStartEndMixin(object): method __init__ (line 2938) | def __init__( method getVisitableNodes (line 2961) | def getVisitableNodes(self): method getVisitableNodesNamed (line 2971) | def getVisitableNodesNamed(self): method replaceChild (line 2984) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 3019) | def getCloneArgs(self): method finalize (line 3036) | def finalize(self): method computeExpressionRaw (line 3048) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 3080) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgTableMixin (line 3095) | class ChildrenHavingBytesArgTableMixin(object): method __init__ (line 3102) | def __init__( method getVisitableNodes (line 3115) | def getVisitableNodes(self): method getVisitableNodesNamed (line 3123) | def getVisitableNodesNamed(self): method replaceChild (line 3134) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 3153) | def getCloneArgs(self): method finalize (line 3168) | def finalize(self): method computeExpressionRaw (line 3176) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 3208) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgTableDeleteMixin (line 3219) | class ChildrenHavingBytesArgTableDeleteMixin(object): method __init__ (line 3226) | def __init__( method getVisitableNodes (line 3244) | def getVisitableNodes(self): method getVisitableNodesNamed (line 3253) | def getVisitableNodesNamed(self): method replaceChild (line 3265) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 3292) | def getCloneArgs(self): method finalize (line 3308) | def finalize(self): method computeExpressionRaw (line 3318) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 3350) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgTabsizeMixin (line 3362) | class ChildrenHavingBytesArgTabsizeMixin(object): method __init__ (line 3369) | def __init__( method getVisitableNodes (line 3382) | def getVisitableNodes(self): method getVisitableNodesNamed (line 3390) | def getVisitableNodesNamed(self): method replaceChild (line 3401) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 3420) | def getCloneArgs(self): method finalize (line 3435) | def finalize(self): method computeExpressionRaw (line 3443) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 3475) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgWidthMixin (line 3486) | class ChildrenHavingBytesArgWidthMixin(object): method __init__ (line 3496) | def __init__( method getVisitableNodes (line 3509) | def getVisitableNodes(self): method getVisitableNodesNamed (line 3517) | def getVisitableNodesNamed(self): method replaceChild (line 3528) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 3547) | def getCloneArgs(self): method finalize (line 3562) | def finalize(self): method computeExpressionRaw (line 3570) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 3602) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingBytesArgWidthFillcharMixin (line 3616) | class ChildrenHavingBytesArgWidthFillcharMixin(object): method __init__ (line 3625) | def __init__( method getVisitableNodes (line 3643) | def getVisitableNodes(self): method getVisitableNodesNamed (line 3652) | def getVisitableNodesNamed(self): method replaceChild (line 3664) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 3691) | def getCloneArgs(self): method finalize (line 3707) | def finalize(self): method computeExpressionRaw (line 3717) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 3749) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingCalledMixin (line 3763) | class ChildHavingCalledMixin(object): method __init__ (line 3770) | def __init__( method setChildCalled (line 3778) | def setChildCalled(self, value): method getVisitableNodes (line 3783) | def getVisitableNodes(self): method getVisitableNodesNamed (line 3788) | def getVisitableNodesNamed(self): method replaceChild (line 3796) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 3807) | def getCloneArgs(self): method finalize (line 3821) | def finalize(self): method computeExpressionRaw (line 3827) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 3849) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingCalledArgsMixin (line 3859) | class ChildrenHavingCalledArgsMixin(object): method __init__ (line 3866) | def __init__( method setChildCalled (line 3879) | def setChildCalled(self, value): method getVisitableNodes (line 3884) | def getVisitableNodes(self): method getVisitableNodesNamed (line 3892) | def getVisitableNodesNamed(self): method replaceChild (line 3903) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 3922) | def getCloneArgs(self): method finalize (line 3937) | def finalize(self): method computeExpressionRaw (line 3945) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 3977) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingCalledArgsKwargsMixin (line 3988) | class ChildrenHavingCalledArgsKwargsMixin(object): method __init__ (line 3995) | def __init__( method setChildCalled (line 4013) | def setChildCalled(self, value): method getVisitableNodes (line 4018) | def getVisitableNodes(self): method getVisitableNodesNamed (line 4027) | def getVisitableNodesNamed(self): method replaceChild (line 4039) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 4066) | def getCloneArgs(self): method finalize (line 4082) | def finalize(self): method computeExpressionRaw (line 4092) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 4124) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingCalledKwargsMixin (line 4136) | class ChildrenHavingCalledKwargsMixin(object): method __init__ (line 4143) | def __init__( method setChildCalled (line 4156) | def setChildCalled(self, value): method getVisitableNodes (line 4161) | def getVisitableNodes(self): method getVisitableNodesNamed (line 4169) | def getVisitableNodesNamed(self): method replaceChild (line 4180) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 4199) | def getCloneArgs(self): method finalize (line 4214) | def finalize(self): method computeExpressionRaw (line 4222) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 4254) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingClsMixin (line 4265) | class ChildHavingClsMixin(object): method __init__ (line 4272) | def __init__( method getVisitableNodes (line 4280) | def getVisitableNodes(self): method getVisitableNodesNamed (line 4285) | def getVisitableNodesNamed(self): method replaceChild (line 4293) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 4304) | def getCloneArgs(self): method finalize (line 4318) | def finalize(self): method computeExpressionRaw (line 4324) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 4346) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingClsClassesMixin (line 4356) | class ChildrenHavingClsClassesMixin(object): method __init__ (line 4363) | def __init__( method getVisitableNodes (line 4376) | def getVisitableNodes(self): method getVisitableNodesNamed (line 4384) | def getVisitableNodesNamed(self): method replaceChild (line 4395) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 4414) | def getCloneArgs(self): method finalize (line 4429) | def finalize(self): method computeExpressionRaw (line 4437) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 4469) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingConditionExpressionYesExpressionNoMixin (line 4480) | class ChildrenHavingConditionExpressionYesExpressionNoMixin(object): method __init__ (line 4487) | def __init__( method getVisitableNodes (line 4505) | def getVisitableNodes(self): method getVisitableNodesNamed (line 4514) | def getVisitableNodesNamed(self): method replaceChild (line 4526) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 4553) | def getCloneArgs(self): method finalize (line 4569) | def finalize(self): method computeExpressionRaw (line 4579) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 4611) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingCoroutineRefMixin (line 4625) | class ChildHavingCoroutineRefMixin(object): method __init__ (line 4632) | def __init__( method getVisitableNodes (line 4640) | def getVisitableNodes(self): method getVisitableNodesNamed (line 4645) | def getVisitableNodesNamed(self): method replaceChild (line 4653) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 4664) | def getCloneArgs(self): method finalize (line 4678) | def finalize(self): method computeExpressionRaw (line 4684) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 4706) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingDefaultsTupleKwDefaultsOptionalAnnotationsOptionalFunctionRefMixin (line 4716) | class ChildrenHavingDefaultsTupleKwDefaultsOptionalAnnotationsOptionalFu... method __init__ (line 4725) | def __init__( method getVisitableNodes (line 4753) | def getVisitableNodes(self): method getVisitableNodesNamed (line 4771) | def getVisitableNodesNamed(self): method replaceChild (line 4784) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 4828) | def getCloneArgs(self): method finalize (line 4853) | def finalize(self): method computeExpressionRaw (line 4868) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 4900) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingDictArgMixin (line 4922) | class ChildHavingDictArgMixin(object): method __init__ (line 4949) | def __init__( method getVisitableNodes (line 4957) | def getVisitableNodes(self): method getVisitableNodesNamed (line 4962) | def getVisitableNodesNamed(self): method replaceChild (line 4970) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 4981) | def getCloneArgs(self): method finalize (line 4995) | def finalize(self): method computeExpressionRaw (line 5001) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 5023) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingDictArgIterableMixin (line 5053) | class ChildrenHavingDictArgIterableMixin(object): method __init__ (line 5060) | def __init__( method getVisitableNodes (line 5073) | def getVisitableNodes(self): method getVisitableNodesNamed (line 5081) | def getVisitableNodesNamed(self): method replaceChild (line 5092) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 5111) | def getCloneArgs(self): method finalize (line 5126) | def finalize(self): method computeExpressionRaw (line 5134) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 5166) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingDictArgIterablePairsTupleMixin (line 5177) | class ChildrenHavingDictArgIterablePairsTupleMixin(object): method __init__ (line 5184) | def __init__( method getVisitableNodes (line 5205) | def getVisitableNodes(self): method getVisitableNodesNamed (line 5214) | def getVisitableNodesNamed(self): method replaceChild (line 5226) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 5258) | def getCloneArgs(self): method finalize (line 5274) | def finalize(self): method computeExpressionRaw (line 5285) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 5317) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingDictArgKeyMixin (line 5332) | class ChildrenHavingDictArgKeyMixin(object): method __init__ (line 5343) | def __init__( method getVisitableNodes (line 5356) | def getVisitableNodes(self): method getVisitableNodesNamed (line 5364) | def getVisitableNodesNamed(self): method replaceChild (line 5375) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 5394) | def getCloneArgs(self): method finalize (line 5409) | def finalize(self): method computeExpressionRaw (line 5417) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 5449) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingDictArgKeyDefaultMixin (line 5464) | class ChildrenHavingDictArgKeyDefaultMixin(object): method __init__ (line 5473) | def __init__( method getVisitableNodes (line 5491) | def getVisitableNodes(self): method getVisitableNodesNamed (line 5500) | def getVisitableNodesNamed(self): method replaceChild (line 5512) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 5539) | def getCloneArgs(self): method finalize (line 5555) | def finalize(self): method computeExpressionRaw (line 5565) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 5597) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingDictArgPairsTupleMixin (line 5611) | class ChildrenHavingDictArgPairsTupleMixin(object): method __init__ (line 5618) | def __init__( method getVisitableNodes (line 5634) | def getVisitableNodes(self): method getVisitableNodesNamed (line 5642) | def getVisitableNodesNamed(self): method replaceChild (line 5653) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 5677) | def getCloneArgs(self): method finalize (line 5692) | def finalize(self): method computeExpressionRaw (line 5701) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 5733) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingDistMixin (line 5745) | class ChildHavingDistMixin(object): method __init__ (line 5753) | def __init__( method getVisitableNodes (line 5761) | def getVisitableNodes(self): method getVisitableNodesNamed (line 5766) | def getVisitableNodesNamed(self): method replaceChild (line 5774) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 5785) | def getCloneArgs(self): method finalize (line 5799) | def finalize(self): method computeExpressionRaw (line 5805) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 5827) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingDistributionNameMixin (line 5838) | class ChildHavingDistributionNameMixin(object): method __init__ (line 5854) | def __init__( method getVisitableNodes (line 5862) | def getVisitableNodes(self): method getVisitableNodesNamed (line 5867) | def getVisitableNodesNamed(self): method replaceChild (line 5875) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 5886) | def getCloneArgs(self): method finalize (line 5900) | def finalize(self): method computeExpressionRaw (line 5906) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 5928) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingElementsTupleMixin (line 5959) | class ChildHavingElementsTupleMixin(object): method __init__ (line 5969) | def __init__( method getVisitableNodes (line 5980) | def getVisitableNodes(self): method getVisitableNodesNamed (line 5985) | def getVisitableNodesNamed(self): method replaceChild (line 5993) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 6011) | def getCloneArgs(self): method finalize (line 6025) | def finalize(self): method computeExpressionRaw (line 6032) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 6066) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingExceptionTypeExceptionValueMixin (line 6080) | class ChildrenHavingExceptionTypeExceptionValueMixin(object): method __init__ (line 6087) | def __init__( method getVisitableNodes (line 6100) | def getVisitableNodes(self): method getVisitableNodesNamed (line 6108) | def getVisitableNodesNamed(self): method replaceChild (line 6119) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 6138) | def getCloneArgs(self): method finalize (line 6153) | def finalize(self): method computeExpressionRaw (line 6161) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 6193) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingExitCodeOptionalMixin (line 6204) | class ChildHavingExitCodeOptionalMixin(object): method __init__ (line 6211) | def __init__( method getVisitableNodes (line 6220) | def getVisitableNodes(self): method getVisitableNodesNamed (line 6230) | def getVisitableNodesNamed(self): method replaceChild (line 6238) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 6250) | def getCloneArgs(self): method finalize (line 6268) | def finalize(self): method computeExpressionRaw (line 6275) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 6300) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingExpressionMixin (line 6313) | class ChildHavingExpressionMixin(object): method __init__ (line 6510) | def __init__( method getVisitableNodes (line 6518) | def getVisitableNodes(self): method getVisitableNodesNamed (line 6523) | def getVisitableNodesNamed(self): method replaceChild (line 6531) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 6542) | def getCloneArgs(self): method finalize (line 6556) | def finalize(self): method computeExpressionRaw (line 6562) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 6584) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingExpressionLowerAutoNoneUpperAutoNoneMixin (line 6784) | class ChildrenHavingExpressionLowerAutoNoneUpperAutoNoneMixin(object): method __init__ (line 6791) | def __init__( method getVisitableNodes (line 6813) | def getVisitableNodes(self): method getVisitableNodesNamed (line 6830) | def getVisitableNodesNamed(self): method replaceChild (line 6842) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 6873) | def getCloneArgs(self): method finalize (line 6897) | def finalize(self): method computeExpressionRaw (line 6909) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 6941) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingExpressionNameDefaultOptionalMixin (line 6961) | class ChildrenHavingExpressionNameDefaultOptionalMixin(object): method __init__ (line 6968) | def __init__( method getVisitableNodes (line 6987) | def getVisitableNodes(self): method getVisitableNodesNamed (line 7000) | def getVisitableNodesNamed(self): method replaceChild (line 7012) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 7040) | def getCloneArgs(self): method finalize (line 7060) | def finalize(self): method computeExpressionRaw (line 7071) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 7103) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingExpressionNameValueMixin (line 7118) | class ChildrenHavingExpressionNameValueMixin(object): method __init__ (line 7125) | def __init__( method getVisitableNodes (line 7143) | def getVisitableNodes(self): method getVisitableNodesNamed (line 7152) | def getVisitableNodesNamed(self): method replaceChild (line 7164) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 7191) | def getCloneArgs(self): method finalize (line 7207) | def finalize(self): method computeExpressionRaw (line 7217) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 7249) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingExpressionSubscriptMixin (line 7261) | class ChildrenHavingExpressionSubscriptMixin(object): method __init__ (line 7270) | def __init__( method getVisitableNodes (line 7283) | def getVisitableNodes(self): method getVisitableNodesNamed (line 7291) | def getVisitableNodesNamed(self): method replaceChild (line 7302) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 7321) | def getCloneArgs(self): method finalize (line 7336) | def finalize(self): method computeExpressionRaw (line 7344) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 7376) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingFallbackMixin (line 7389) | class ChildHavingFallbackMixin(object): method __init__ (line 7397) | def __init__( method getVisitableNodes (line 7405) | def getVisitableNodes(self): method getVisitableNodesNamed (line 7410) | def getVisitableNodesNamed(self): method replaceChild (line 7418) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 7429) | def getCloneArgs(self): method finalize (line 7443) | def finalize(self): method computeExpressionRaw (line 7449) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 7471) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingFileModeOptionalBufferingOptionalEncodingOptionalErrorsOptionalNewlineOptionalClosefdOptionalOpenerOptionalMixin (line 7482) | class ChildrenHavingFileModeOptionalBufferingOptionalEncodingOptionalErr... method __init__ (line 7491) | def __init__( method getVisitableNodes (line 7541) | def getVisitableNodes(self): method getVisitableNodesNamed (line 7583) | def getVisitableNodesNamed(self): method replaceChild (line 7600) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 7674) | def getCloneArgs(self): method finalize (line 7721) | def finalize(self): method computeExpressionRaw (line 7748) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 7780) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingFilenameModeOptionalBufferingOptionalMixin (line 7818) | class ChildrenHavingFilenameModeOptionalBufferingOptionalMixin(object): method __init__ (line 7825) | def __init__( method getVisitableNodes (line 7845) | def getVisitableNodes(self): method getVisitableNodesNamed (line 7862) | def getVisitableNodesNamed(self): method replaceChild (line 7874) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 7903) | def getCloneArgs(self): method finalize (line 7925) | def finalize(self): method computeExpressionRaw (line 7937) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 7969) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingFilenameModeOptionalBufferingOptionalEncodingOptionalErrorsOptionalNewlineOptionalClosefdOptionalOpenerOptionalMixin (line 7989) | class ChildrenHavingFilenameModeOptionalBufferingOptionalEncodingOptiona... method __init__ (line 7998) | def __init__( method getVisitableNodes (line 8048) | def getVisitableNodes(self): method getVisitableNodesNamed (line 8090) | def getVisitableNodesNamed(self): method replaceChild (line 8107) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 8181) | def getCloneArgs(self): method finalize (line 8228) | def finalize(self): method computeExpressionRaw (line 8255) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 8287) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingFuncOptionalInputSignatureOptionalAutographOptionalJitCompileOptionalReduceRetracingOptionalExperimentalImplementsOptionalExperimentalAutographOptionsOptionalExperimentalAttributesOptionalExperimentalRelaxShapesOptionalExperimentalCompileOptionalExperimentalFollowTypeHintsOptionalMixin (line 8325) | class ChildrenHavingFuncOptionalInputSignatureOptionalAutographOptionalJ... method __init__ (line 8335) | def __init__( method getVisitableNodes (line 8404) | def getVisitableNodes(self): method getVisitableNodesNamed (line 8465) | def getVisitableNodesNamed(self): method replaceChild (line 8491) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 8593) | def getCloneArgs(self): method finalize (line 8659) | def finalize(self): method computeExpressionRaw (line 8696) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 8728) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingFunctionValuesTupleMixin (line 8798) | class ChildrenHavingFunctionValuesTupleMixin(object): method __init__ (line 8805) | def __init__( method getVisitableNodes (line 8821) | def getVisitableNodes(self): method getVisitableNodesNamed (line 8829) | def getVisitableNodesNamed(self): method replaceChild (line 8840) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 8864) | def getCloneArgs(self): method finalize (line 8879) | def finalize(self): method computeExpressionRaw (line 8888) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 8920) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingGeneratorRefMixin (line 8932) | class ChildHavingGeneratorRefMixin(object): method __init__ (line 8939) | def __init__( method getVisitableNodes (line 8947) | def getVisitableNodes(self): method getVisitableNodesNamed (line 8952) | def getVisitableNodesNamed(self): method replaceChild (line 8960) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 8971) | def getCloneArgs(self): method finalize (line 8985) | def finalize(self): method computeExpressionRaw (line 8991) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 9013) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingGroupNameOptionalMixin (line 9023) | class ChildrenHavingGroupNameOptionalMixin(object): method __init__ (line 9031) | def __init__( method getVisitableNodes (line 9045) | def getVisitableNodes(self): method getVisitableNodesNamed (line 9057) | def getVisitableNodesNamed(self): method replaceChild (line 9068) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 9088) | def getCloneArgs(self): method finalize (line 9105) | def finalize(self): method computeExpressionRaw (line 9114) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 9146) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingInstanceClassesMixin (line 9165) | class ChildrenHavingInstanceClassesMixin(object): method __init__ (line 9172) | def __init__( method getVisitableNodes (line 9185) | def getVisitableNodes(self): method getVisitableNodesNamed (line 9193) | def getVisitableNodesNamed(self): method replaceChild (line 9204) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 9223) | def getCloneArgs(self): method finalize (line 9238) | def finalize(self): method computeExpressionRaw (line 9246) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 9278) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingIterableMixin (line 9289) | class ChildHavingIterableMixin(object): method __init__ (line 9296) | def __init__( method getVisitableNodes (line 9304) | def getVisitableNodes(self): method getVisitableNodesNamed (line 9309) | def getVisitableNodesNamed(self): method replaceChild (line 9317) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 9328) | def getCloneArgs(self): method finalize (line 9342) | def finalize(self): method computeExpressionRaw (line 9348) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 9370) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingIterableValueMixin (line 9380) | class ChildrenHavingIterableValueMixin(object): method __init__ (line 9387) | def __init__( method getVisitableNodes (line 9400) | def getVisitableNodes(self): method getVisitableNodesNamed (line 9408) | def getVisitableNodesNamed(self): method replaceChild (line 9419) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 9438) | def getCloneArgs(self): method finalize (line 9453) | def finalize(self): method computeExpressionRaw (line 9461) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 9493) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingIteratorDefaultMixin (line 9504) | class ChildrenHavingIteratorDefaultMixin(object): method __init__ (line 9511) | def __init__( method getVisitableNodes (line 9524) | def getVisitableNodes(self): method getVisitableNodesNamed (line 9532) | def getVisitableNodesNamed(self): method replaceChild (line 9543) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 9562) | def getCloneArgs(self): method finalize (line 9577) | def finalize(self): method computeExpressionRaw (line 9585) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 9617) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingKeyDictArgMixin (line 9628) | class ChildrenHavingKeyDictArgMixin(object): method __init__ (line 9636) | def __init__( method getVisitableNodes (line 9649) | def getVisitableNodes(self): method getVisitableNodesNamed (line 9657) | def getVisitableNodesNamed(self): method replaceChild (line 9668) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 9687) | def getCloneArgs(self): method finalize (line 9702) | def finalize(self): method computeExpressionRaw (line 9710) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 9742) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingKeyValueMixin (line 9754) | class ChildrenHavingKeyValueMixin(object): method __init__ (line 9761) | def __init__( method getVisitableNodes (line 9774) | def getVisitableNodes(self): method getVisitableNodesNamed (line 9782) | def getVisitableNodesNamed(self): method replaceChild (line 9793) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 9812) | def getCloneArgs(self): method finalize (line 9827) | def finalize(self): method computeExpressionRaw (line 9835) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 9867) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingKwDefaultsOptionalDefaultsTupleAnnotationsOptionalFunctionRefMixin (line 9878) | class ChildrenHavingKwDefaultsOptionalDefaultsTupleAnnotationsOptionalFu... method __init__ (line 9887) | def __init__( method getVisitableNodes (line 9915) | def getVisitableNodes(self): method getVisitableNodesNamed (line 9933) | def getVisitableNodesNamed(self): method replaceChild (line 9946) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 9990) | def getCloneArgs(self): method finalize (line 10015) | def finalize(self): method computeExpressionRaw (line 10030) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 10062) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingLeftRightMixin (line 10084) | class ChildrenHavingLeftRightMixin(object): method __init__ (line 10131) | def __init__( method getVisitableNodes (line 10144) | def getVisitableNodes(self): method getVisitableNodesNamed (line 10152) | def getVisitableNodesNamed(self): method replaceChild (line 10163) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 10182) | def getCloneArgs(self): method finalize (line 10197) | def finalize(self): method computeExpressionRaw (line 10205) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 10237) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingListArgMixin (line 10288) | class ChildHavingListArgMixin(object): method __init__ (line 10297) | def __init__( method getVisitableNodes (line 10305) | def getVisitableNodes(self): method getVisitableNodesNamed (line 10310) | def getVisitableNodesNamed(self): method replaceChild (line 10318) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 10329) | def getCloneArgs(self): method finalize (line 10343) | def finalize(self): method computeExpressionRaw (line 10349) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 10371) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingListArgIndexMixin (line 10383) | class ChildrenHavingListArgIndexMixin(object): method __init__ (line 10390) | def __init__( method getVisitableNodes (line 10403) | def getVisitableNodes(self): method getVisitableNodesNamed (line 10411) | def getVisitableNodesNamed(self): method replaceChild (line 10422) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 10441) | def getCloneArgs(self): method finalize (line 10456) | def finalize(self): method computeExpressionRaw (line 10464) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 10496) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingListArgIndexItemMixin (line 10507) | class ChildrenHavingListArgIndexItemMixin(object): method __init__ (line 10514) | def __init__( method getVisitableNodes (line 10532) | def getVisitableNodes(self): method getVisitableNodesNamed (line 10541) | def getVisitableNodesNamed(self): method replaceChild (line 10553) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 10580) | def getCloneArgs(self): method finalize (line 10596) | def finalize(self): method computeExpressionRaw (line 10606) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 10638) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingListArgKeyMixin (line 10650) | class ChildrenHavingListArgKeyMixin(object): method __init__ (line 10657) | def __init__( method getVisitableNodes (line 10670) | def getVisitableNodes(self): method getVisitableNodesNamed (line 10678) | def getVisitableNodesNamed(self): method replaceChild (line 10689) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 10708) | def getCloneArgs(self): method finalize (line 10723) | def finalize(self): method computeExpressionRaw (line 10731) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 10763) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingListArgKeyOptionalReverseMixin (line 10774) | class ChildrenHavingListArgKeyOptionalReverseMixin(object): method __init__ (line 10781) | def __init__( method getVisitableNodes (line 10800) | def getVisitableNodes(self): method getVisitableNodesNamed (line 10813) | def getVisitableNodesNamed(self): method replaceChild (line 10825) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 10853) | def getCloneArgs(self): method finalize (line 10871) | def finalize(self): method computeExpressionRaw (line 10882) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 10914) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingListArgValueMixin (line 10929) | class ChildrenHavingListArgValueMixin(object): method __init__ (line 10939) | def __init__( method getVisitableNodes (line 10952) | def getVisitableNodes(self): method getVisitableNodesNamed (line 10960) | def getVisitableNodesNamed(self): method replaceChild (line 10971) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 10990) | def getCloneArgs(self): method finalize (line 11005) | def finalize(self): method computeExpressionRaw (line 11013) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 11045) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingListArgValueStartMixin (line 11059) | class ChildrenHavingListArgValueStartMixin(object): method __init__ (line 11066) | def __init__( method getVisitableNodes (line 11084) | def getVisitableNodes(self): method getVisitableNodesNamed (line 11093) | def getVisitableNodesNamed(self): method replaceChild (line 11105) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 11132) | def getCloneArgs(self): method finalize (line 11148) | def finalize(self): method computeExpressionRaw (line 11158) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 11190) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingListArgValueStartStopMixin (line 11202) | class ChildrenHavingListArgValueStartStopMixin(object): method __init__ (line 11209) | def __init__( method getVisitableNodes (line 11232) | def getVisitableNodes(self): method getVisitableNodesNamed (line 11242) | def getVisitableNodesNamed(self): method replaceChild (line 11255) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 11290) | def getCloneArgs(self): method finalize (line 11307) | def finalize(self): method computeExpressionRaw (line 11319) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 11351) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingLowMixin (line 11364) | class ChildHavingLowMixin(object): method __init__ (line 11372) | def __init__( method getVisitableNodes (line 11380) | def getVisitableNodes(self): method getVisitableNodesNamed (line 11385) | def getVisitableNodesNamed(self): method replaceChild (line 11393) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 11404) | def getCloneArgs(self): method finalize (line 11418) | def finalize(self): method computeExpressionRaw (line 11424) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 11446) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingLowHighMixin (line 11457) | class ChildrenHavingLowHighMixin(object): method __init__ (line 11465) | def __init__( method getVisitableNodes (line 11478) | def getVisitableNodes(self): method getVisitableNodesNamed (line 11486) | def getVisitableNodesNamed(self): method replaceChild (line 11497) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 11516) | def getCloneArgs(self): method finalize (line 11531) | def finalize(self): method computeExpressionRaw (line 11539) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 11571) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingLowHighStepMixin (line 11583) | class ChildrenHavingLowHighStepMixin(object): method __init__ (line 11591) | def __init__( method getVisitableNodes (line 11609) | def getVisitableNodes(self): method getVisitableNodesNamed (line 11618) | def getVisitableNodesNamed(self): method replaceChild (line 11630) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 11657) | def getCloneArgs(self): method finalize (line 11673) | def finalize(self): method computeExpressionRaw (line 11683) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 11715) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingMetaclassBasesMixin (line 11728) | class ChildrenHavingMetaclassBasesMixin(object): method __init__ (line 11735) | def __init__( method getVisitableNodes (line 11748) | def getVisitableNodes(self): method getVisitableNodesNamed (line 11756) | def getVisitableNodesNamed(self): method replaceChild (line 11767) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 11786) | def getCloneArgs(self): method finalize (line 11801) | def finalize(self): method computeExpressionRaw (line 11809) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 11841) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingModuleMixin (line 11852) | class ChildHavingModuleMixin(object): method __init__ (line 11859) | def __init__( method getVisitableNodes (line 11867) | def getVisitableNodes(self): method getVisitableNodesNamed (line 11872) | def getVisitableNodesNamed(self): method replaceChild (line 11880) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 11891) | def getCloneArgs(self): method finalize (line 11905) | def finalize(self): method computeExpressionRaw (line 11911) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 11933) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingNameGlobalsArgOptionalLocalsArgOptionalFromlistOptionalLevelOptionalMixin (line 11943) | class ChildrenHavingNameGlobalsArgOptionalLocalsArgOptionalFromlistOptio... method __init__ (line 11952) | def __init__( method setChildName (line 11984) | def setChildName(self, value): method getVisitableNodes (line 11989) | def getVisitableNodes(self): method getVisitableNodesNamed (line 12016) | def getVisitableNodesNamed(self): method replaceChild (line 12030) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 12077) | def getCloneArgs(self): method finalize (line 12111) | def finalize(self): method computeExpressionRaw (line 12129) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 12161) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingNameModeOptionalHandleOptionalUseErrnoOptionalUseLastErrorOptionalMixin (line 12187) | class ChildrenHavingNameModeOptionalHandleOptionalUseErrnoOptionalUseLas... method __init__ (line 12196) | def __init__( method getVisitableNodes (line 12228) | def getVisitableNodes(self): method getVisitableNodesNamed (line 12255) | def getVisitableNodesNamed(self): method replaceChild (line 12269) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 12316) | def getCloneArgs(self): method finalize (line 12348) | def finalize(self): method computeExpressionRaw (line 12366) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 12398) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingNameModeOptionalHandleOptionalUseErrnoOptionalUseLastErrorOptionalWinmodeOptionalMixin (line 12424) | class ChildrenHavingNameModeOptionalHandleOptionalUseErrnoOptionalUseLas... method __init__ (line 12433) | def __init__( method getVisitableNodes (line 12471) | def getVisitableNodes(self): method getVisitableNodesNamed (line 12503) | def getVisitableNodesNamed(self): method replaceChild (line 12518) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 12574) | def getCloneArgs(self): method finalize (line 12611) | def finalize(self): method computeExpressionRaw (line 12632) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 12664) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingNamePackageOptionalMixin (line 12694) | class ChildrenHavingNamePackageOptionalMixin(object): method __init__ (line 12701) | def __init__( method getVisitableNodes (line 12715) | def getVisitableNodes(self): method getVisitableNodesNamed (line 12727) | def getVisitableNodesNamed(self): method replaceChild (line 12738) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 12758) | def getCloneArgs(self): method finalize (line 12777) | def finalize(self): method computeExpressionRaw (line 12786) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 12818) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingOperandMixin (line 12834) | class ChildHavingOperandMixin(object): method __init__ (line 12846) | def __init__( method getVisitableNodes (line 12854) | def getVisitableNodes(self): method getVisitableNodesNamed (line 12859) | def getVisitableNodesNamed(self): method replaceChild (line 12867) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 12878) | def getCloneArgs(self): method finalize (line 12892) | def finalize(self): method computeExpressionRaw (line 12898) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 12920) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingPMixin (line 12935) | class ChildHavingPMixin(object): method __init__ (line 12943) | def __init__( method getVisitableNodes (line 12951) | def getVisitableNodes(self): method getVisitableNodesNamed (line 12956) | def getVisitableNodesNamed(self): method replaceChild (line 12964) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 12975) | def getCloneArgs(self): method finalize (line 12989) | def finalize(self): method computeExpressionRaw (line 12995) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 13017) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingPackageMixin (line 13028) | class ChildHavingPackageMixin(object): method __init__ (line 13038) | def __init__( method getVisitableNodes (line 13046) | def getVisitableNodes(self): method getVisitableNodesNamed (line 13051) | def getVisitableNodesNamed(self): method replaceChild (line 13059) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 13070) | def getCloneArgs(self): method finalize (line 13084) | def finalize(self): method computeExpressionRaw (line 13090) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 13112) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingPackageResourceMixin (line 13125) | class ChildrenHavingPackageResourceMixin(object): method __init__ (line 13137) | def __init__( method getVisitableNodes (line 13150) | def getVisitableNodes(self): method getVisitableNodesNamed (line 13158) | def getVisitableNodesNamed(self): method replaceChild (line 13169) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 13188) | def getCloneArgs(self): method finalize (line 13203) | def finalize(self): method computeExpressionRaw (line 13211) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 13243) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingPackageResourceEncodingOptionalErrorsOptionalMixin (line 13265) | class ChildrenHavingPackageResourceEncodingOptionalErrorsOptionalMixin(o... method __init__ (line 13275) | def __init__( method getVisitableNodes (line 13300) | def getVisitableNodes(self): method getVisitableNodesNamed (line 13318) | def getVisitableNodesNamed(self): method replaceChild (line 13331) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 13368) | def getCloneArgs(self): method finalize (line 13393) | def finalize(self): method computeExpressionRaw (line 13407) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 13439) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingPackageOrRequirementResourceNameMixin (line 13469) | class ChildrenHavingPackageOrRequirementResourceNameMixin(object): method __init__ (line 13479) | def __init__( method getVisitableNodes (line 13492) | def getVisitableNodes(self): method getVisitableNodesNamed (line 13500) | def getVisitableNodesNamed(self): method replaceChild (line 13511) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 13530) | def getCloneArgs(self): method finalize (line 13545) | def finalize(self): method computeExpressionRaw (line 13553) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 13585) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingPairsTupleMixin (line 13609) | class ChildHavingPairsTupleMixin(object): method __init__ (line 13616) | def __init__( method getVisitableNodes (line 13627) | def getVisitableNodes(self): method getVisitableNodesNamed (line 13632) | def getVisitableNodesNamed(self): method replaceChild (line 13640) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 13656) | def getCloneArgs(self): method finalize (line 13670) | def finalize(self): method computeExpressionRaw (line 13677) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 13711) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingParamsTupleMixin (line 13722) | class ChildHavingParamsTupleMixin(object): method __init__ (line 13732) | def __init__( method getVisitableNodes (line 13743) | def getVisitableNodes(self): method getVisitableNodesNamed (line 13748) | def getVisitableNodesNamed(self): method replaceChild (line 13756) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 13772) | def getCloneArgs(self): method finalize (line 13786) | def finalize(self): method computeExpressionRaw (line 13793) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 13827) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingPathMixin (line 13847) | class ChildHavingPathMixin(object): method __init__ (line 13857) | def __init__( method getVisitableNodes (line 13865) | def getVisitableNodes(self): method getVisitableNodesNamed (line 13870) | def getVisitableNodesNamed(self): method replaceChild (line 13878) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 13889) | def getCloneArgs(self): method finalize (line 13903) | def finalize(self): method computeExpressionRaw (line 13909) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 13931) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingPathOptionalMixin (line 13944) | class ChildHavingPathOptionalMixin(object): method __init__ (line 13951) | def __init__( method getVisitableNodes (line 13960) | def getVisitableNodes(self): method getVisitableNodesNamed (line 13970) | def getVisitableNodesNamed(self): method replaceChild (line 13978) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 13990) | def getCloneArgs(self): method finalize (line 14006) | def finalize(self): method computeExpressionRaw (line 14013) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 14038) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingPosArgOptionalPairsTupleMixin (line 14051) | class ChildrenHavingPosArgOptionalPairsTupleMixin(object): method __init__ (line 14058) | def __init__( method getVisitableNodes (line 14075) | def getVisitableNodes(self): method getVisitableNodesNamed (line 14087) | def getVisitableNodesNamed(self): method replaceChild (line 14098) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 14123) | def getCloneArgs(self): method finalize (line 14142) | def finalize(self): method computeExpressionRaw (line 14152) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 14184) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingRealOptionalImagMixin (line 14199) | class ChildrenHavingRealOptionalImagMixin(object): method __init__ (line 14206) | def __init__( method getVisitableNodes (line 14220) | def getVisitableNodes(self): method getVisitableNodesNamed (line 14232) | def getVisitableNodesNamed(self): method replaceChild (line 14243) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 14263) | def getCloneArgs(self): method finalize (line 14280) | def finalize(self): method computeExpressionRaw (line 14289) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 14321) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingRequirementsTupleMixin (line 14335) | class ChildHavingRequirementsTupleMixin(object): method __init__ (line 14343) | def __init__( method getVisitableNodes (line 14354) | def getVisitableNodes(self): method getVisitableNodesNamed (line 14359) | def getVisitableNodesNamed(self): method replaceChild (line 14367) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 14385) | def getCloneArgs(self): method finalize (line 14399) | def finalize(self): method computeExpressionRaw (line 14406) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 14440) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingSMixin (line 14452) | class ChildHavingSMixin(object): method __init__ (line 14459) | def __init__( method getVisitableNodes (line 14467) | def getVisitableNodes(self): method getVisitableNodesNamed (line 14472) | def getVisitableNodesNamed(self): method replaceChild (line 14480) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 14491) | def getCloneArgs(self): method finalize (line 14505) | def finalize(self): method computeExpressionRaw (line 14511) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 14533) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingSequenceMixin (line 14543) | class ChildHavingSequenceMixin(object): method __init__ (line 14550) | def __init__( method getVisitableNodes (line 14558) | def getVisitableNodes(self): method getVisitableNodesNamed (line 14563) | def getVisitableNodesNamed(self): method replaceChild (line 14571) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 14582) | def getCloneArgs(self): method finalize (line 14596) | def finalize(self): method computeExpressionRaw (line 14602) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 14624) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingSequenceStartMixin (line 14634) | class ChildrenHavingSequenceStartMixin(object): method __init__ (line 14641) | def __init__( method getVisitableNodes (line 14654) | def getVisitableNodes(self): method getVisitableNodesNamed (line 14662) | def getVisitableNodesNamed(self): method replaceChild (line 14673) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 14692) | def getCloneArgs(self): method finalize (line 14707) | def finalize(self): method computeExpressionRaw (line 14715) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 14747) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingSetArgValueMixin (line 14758) | class ChildrenHavingSetArgValueMixin(object): method __init__ (line 14765) | def __init__( method getVisitableNodes (line 14778) | def getVisitableNodes(self): method getVisitableNodesNamed (line 14786) | def getVisitableNodesNamed(self): method replaceChild (line 14797) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 14816) | def getCloneArgs(self): method finalize (line 14831) | def finalize(self): method computeExpressionRaw (line 14839) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 14871) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingSideEffectsTupleExpressionMixin (line 14882) | class ChildrenHavingSideEffectsTupleExpressionMixin(object): method __init__ (line 14889) | def __init__( method setChildExpression (line 14905) | def setChildExpression(self, value): method setChildSideEffects (line 14910) | def setChildSideEffects(self, value): method getVisitableNodes (line 14918) | def getVisitableNodes(self): method getVisitableNodesNamed (line 14926) | def getVisitableNodesNamed(self): method replaceChild (line 14937) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 14963) | def getCloneArgs(self): method finalize (line 14978) | def finalize(self): method computeExpressionRaw (line 14987) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 15019) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingSourceMixin (line 15031) | class ChildHavingSourceMixin(object): method __init__ (line 15038) | def __init__( method getVisitableNodes (line 15046) | def getVisitableNodes(self): method getVisitableNodesNamed (line 15051) | def getVisitableNodesNamed(self): method replaceChild (line 15059) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 15070) | def getCloneArgs(self): method finalize (line 15084) | def finalize(self): method computeExpressionRaw (line 15090) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 15112) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingSourceFilenameModeFlagsOptionalDontInheritOptionalOptimizeOptionalMixin (line 15122) | class ChildrenHavingSourceFilenameModeFlagsOptionalDontInheritOptionalOp... method __init__ (line 15131) | def __init__( method getVisitableNodes (line 15167) | def getVisitableNodes(self): method getVisitableNodesNamed (line 15191) | def getVisitableNodesNamed(self): method replaceChild (line 15206) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 15260) | def getCloneArgs(self): method finalize (line 15291) | def finalize(self): method computeExpressionRaw (line 15310) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 15342) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingSourceCodeGlobalsArgLocalsArgMixin (line 15366) | class ChildrenHavingSourceCodeGlobalsArgLocalsArgMixin(object): method __init__ (line 15374) | def __init__( method getVisitableNodes (line 15392) | def getVisitableNodes(self): method getVisitableNodesNamed (line 15401) | def getVisitableNodesNamed(self): method replaceChild (line 15413) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 15440) | def getCloneArgs(self): method finalize (line 15456) | def finalize(self): method computeExpressionRaw (line 15466) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 15498) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingSourceCodeGlobalsArgLocalsArgClosureOptionalMixin (line 15513) | class ChildrenHavingSourceCodeGlobalsArgLocalsArgClosureOptionalMixin(ob... method __init__ (line 15520) | def __init__( method getVisitableNodes (line 15544) | def getVisitableNodes(self): method getVisitableNodesNamed (line 15558) | def getVisitableNodesNamed(self): method replaceChild (line 15571) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 15607) | def getCloneArgs(self): method finalize (line 15628) | def finalize(self): method computeExpressionRaw (line 15641) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 15673) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStartStopMixin (line 15691) | class ChildrenHavingStartStopMixin(object): method __init__ (line 15698) | def __init__( method getVisitableNodes (line 15711) | def getVisitableNodes(self): method getVisitableNodesNamed (line 15719) | def getVisitableNodesNamed(self): method replaceChild (line 15730) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 15749) | def getCloneArgs(self): method finalize (line 15764) | def finalize(self): method computeExpressionRaw (line 15772) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 15804) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStartStopStepMixin (line 15815) | class ChildrenHavingStartStopStepMixin(object): method __init__ (line 15822) | def __init__( method getVisitableNodes (line 15840) | def getVisitableNodes(self): method getVisitableNodesNamed (line 15849) | def getVisitableNodesNamed(self): method replaceChild (line 15861) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 15888) | def getCloneArgs(self): method finalize (line 15904) | def finalize(self): method computeExpressionRaw (line 15914) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 15946) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingStopMixin (line 15958) | class ChildHavingStopMixin(object): method __init__ (line 15965) | def __init__( method getVisitableNodes (line 15973) | def getVisitableNodes(self): method getVisitableNodesNamed (line 15978) | def getVisitableNodesNamed(self): method replaceChild (line 15986) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 15997) | def getCloneArgs(self): method finalize (line 16011) | def finalize(self): method computeExpressionRaw (line 16017) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 16039) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingStrArgMixin (line 16049) | class ChildHavingStrArgMixin(object): method __init__ (line 16090) | def __init__( method getVisitableNodes (line 16098) | def getVisitableNodes(self): method getVisitableNodesNamed (line 16103) | def getVisitableNodesNamed(self): method replaceChild (line 16111) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 16122) | def getCloneArgs(self): method finalize (line 16136) | def finalize(self): method computeExpressionRaw (line 16142) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 16164) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgArgsTuplePairsTupleMixin (line 16208) | class ChildrenHavingStrArgArgsTuplePairsTupleMixin(object): method __init__ (line 16215) | def __init__( method getVisitableNodes (line 16239) | def getVisitableNodes(self): method getVisitableNodesNamed (line 16248) | def getVisitableNodesNamed(self): method replaceChild (line 16260) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 16297) | def getCloneArgs(self): method finalize (line 16313) | def finalize(self): method computeExpressionRaw (line 16325) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 16357) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgCharsMixin (line 16371) | class ChildrenHavingStrArgCharsMixin(object): method __init__ (line 16380) | def __init__( method getVisitableNodes (line 16393) | def getVisitableNodes(self): method getVisitableNodesNamed (line 16401) | def getVisitableNodesNamed(self): method replaceChild (line 16412) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 16431) | def getCloneArgs(self): method finalize (line 16446) | def finalize(self): method computeExpressionRaw (line 16454) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 16486) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgEncodingMixin (line 16499) | class ChildrenHavingStrArgEncodingMixin(object): method __init__ (line 16507) | def __init__( method getVisitableNodes (line 16520) | def getVisitableNodes(self): method getVisitableNodesNamed (line 16528) | def getVisitableNodesNamed(self): method replaceChild (line 16539) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 16558) | def getCloneArgs(self): method finalize (line 16573) | def finalize(self): method computeExpressionRaw (line 16581) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 16613) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgEncodingErrorsMixin (line 16625) | class ChildrenHavingStrArgEncodingErrorsMixin(object): method __init__ (line 16633) | def __init__( method getVisitableNodes (line 16651) | def getVisitableNodes(self): method getVisitableNodesNamed (line 16660) | def getVisitableNodesNamed(self): method replaceChild (line 16672) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 16699) | def getCloneArgs(self): method finalize (line 16715) | def finalize(self): method computeExpressionRaw (line 16725) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 16757) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgIterableMixin (line 16770) | class ChildrenHavingStrArgIterableMixin(object): method __init__ (line 16777) | def __init__( method getVisitableNodes (line 16790) | def getVisitableNodes(self): method getVisitableNodesNamed (line 16798) | def getVisitableNodesNamed(self): method replaceChild (line 16809) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 16828) | def getCloneArgs(self): method finalize (line 16843) | def finalize(self): method computeExpressionRaw (line 16851) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 16883) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgKeependsMixin (line 16894) | class ChildrenHavingStrArgKeependsMixin(object): method __init__ (line 16901) | def __init__( method getVisitableNodes (line 16914) | def getVisitableNodes(self): method getVisitableNodesNamed (line 16922) | def getVisitableNodesNamed(self): method replaceChild (line 16933) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 16952) | def getCloneArgs(self): method finalize (line 16967) | def finalize(self): method computeExpressionRaw (line 16975) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 17007) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgOldNewMixin (line 17018) | class ChildrenHavingStrArgOldNewMixin(object): method __init__ (line 17025) | def __init__( method getVisitableNodes (line 17043) | def getVisitableNodes(self): method getVisitableNodesNamed (line 17052) | def getVisitableNodesNamed(self): method replaceChild (line 17064) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 17091) | def getCloneArgs(self): method finalize (line 17107) | def finalize(self): method computeExpressionRaw (line 17117) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 17149) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgOldNewCountMixin (line 17161) | class ChildrenHavingStrArgOldNewCountMixin(object): method __init__ (line 17168) | def __init__( method getVisitableNodes (line 17191) | def getVisitableNodes(self): method getVisitableNodesNamed (line 17201) | def getVisitableNodesNamed(self): method replaceChild (line 17214) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 17249) | def getCloneArgs(self): method finalize (line 17266) | def finalize(self): method computeExpressionRaw (line 17278) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 17310) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgPrefixMixin (line 17323) | class ChildrenHavingStrArgPrefixMixin(object): method __init__ (line 17330) | def __init__( method getVisitableNodes (line 17343) | def getVisitableNodes(self): method getVisitableNodesNamed (line 17351) | def getVisitableNodesNamed(self): method replaceChild (line 17362) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 17381) | def getCloneArgs(self): method finalize (line 17396) | def finalize(self): method computeExpressionRaw (line 17404) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 17436) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgPrefixStartMixin (line 17447) | class ChildrenHavingStrArgPrefixStartMixin(object): method __init__ (line 17454) | def __init__( method getVisitableNodes (line 17472) | def getVisitableNodes(self): method getVisitableNodesNamed (line 17481) | def getVisitableNodesNamed(self): method replaceChild (line 17493) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 17520) | def getCloneArgs(self): method finalize (line 17536) | def finalize(self): method computeExpressionRaw (line 17546) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 17578) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgPrefixStartEndMixin (line 17590) | class ChildrenHavingStrArgPrefixStartEndMixin(object): method __init__ (line 17597) | def __init__( method getVisitableNodes (line 17620) | def getVisitableNodes(self): method getVisitableNodesNamed (line 17630) | def getVisitableNodesNamed(self): method replaceChild (line 17643) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 17678) | def getCloneArgs(self): method finalize (line 17695) | def finalize(self): method computeExpressionRaw (line 17707) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 17739) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgSepMixin (line 17752) | class ChildrenHavingStrArgSepMixin(object): method __init__ (line 17762) | def __init__( method getVisitableNodes (line 17775) | def getVisitableNodes(self): method getVisitableNodesNamed (line 17783) | def getVisitableNodesNamed(self): method replaceChild (line 17794) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 17813) | def getCloneArgs(self): method finalize (line 17828) | def finalize(self): method computeExpressionRaw (line 17836) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 17868) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgSepMaxsplitMixin (line 17882) | class ChildrenHavingStrArgSepMaxsplitMixin(object): method __init__ (line 17890) | def __init__( method getVisitableNodes (line 17908) | def getVisitableNodes(self): method getVisitableNodesNamed (line 17917) | def getVisitableNodesNamed(self): method replaceChild (line 17929) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 17956) | def getCloneArgs(self): method finalize (line 17972) | def finalize(self): method computeExpressionRaw (line 17982) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 18014) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgSubMixin (line 18027) | class ChildrenHavingStrArgSubMixin(object): method __init__ (line 18038) | def __init__( method getVisitableNodes (line 18051) | def getVisitableNodes(self): method getVisitableNodesNamed (line 18059) | def getVisitableNodesNamed(self): method replaceChild (line 18070) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 18089) | def getCloneArgs(self): method finalize (line 18104) | def finalize(self): method computeExpressionRaw (line 18112) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 18144) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgSubStartMixin (line 18159) | class ChildrenHavingStrArgSubStartMixin(object): method __init__ (line 18170) | def __init__( method getVisitableNodes (line 18188) | def getVisitableNodes(self): method getVisitableNodesNamed (line 18197) | def getVisitableNodesNamed(self): method replaceChild (line 18209) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 18236) | def getCloneArgs(self): method finalize (line 18252) | def finalize(self): method computeExpressionRaw (line 18262) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 18294) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgSubStartEndMixin (line 18310) | class ChildrenHavingStrArgSubStartEndMixin(object): method __init__ (line 18321) | def __init__( method getVisitableNodes (line 18344) | def getVisitableNodes(self): method getVisitableNodesNamed (line 18354) | def getVisitableNodesNamed(self): method replaceChild (line 18367) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 18402) | def getCloneArgs(self): method finalize (line 18419) | def finalize(self): method computeExpressionRaw (line 18431) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 18463) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgSuffixMixin (line 18480) | class ChildrenHavingStrArgSuffixMixin(object): method __init__ (line 18487) | def __init__( method getVisitableNodes (line 18500) | def getVisitableNodes(self): method getVisitableNodesNamed (line 18508) | def getVisitableNodesNamed(self): method replaceChild (line 18519) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 18538) | def getCloneArgs(self): method finalize (line 18553) | def finalize(self): method computeExpressionRaw (line 18561) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 18593) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgSuffixStartMixin (line 18604) | class ChildrenHavingStrArgSuffixStartMixin(object): method __init__ (line 18611) | def __init__( method getVisitableNodes (line 18629) | def getVisitableNodes(self): method getVisitableNodesNamed (line 18638) | def getVisitableNodesNamed(self): method replaceChild (line 18650) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 18677) | def getCloneArgs(self): method finalize (line 18693) | def finalize(self): method computeExpressionRaw (line 18703) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 18735) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgSuffixStartEndMixin (line 18747) | class ChildrenHavingStrArgSuffixStartEndMixin(object): method __init__ (line 18754) | def __init__( method getVisitableNodes (line 18777) | def getVisitableNodes(self): method getVisitableNodesNamed (line 18787) | def getVisitableNodesNamed(self): method replaceChild (line 18800) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 18835) | def getCloneArgs(self): method finalize (line 18852) | def finalize(self): method computeExpressionRaw (line 18864) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 18896) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgTableMixin (line 18909) | class ChildrenHavingStrArgTableMixin(object): method __init__ (line 18917) | def __init__( method getVisitableNodes (line 18930) | def getVisitableNodes(self): method getVisitableNodesNamed (line 18938) | def getVisitableNodesNamed(self): method replaceChild (line 18949) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 18968) | def getCloneArgs(self): method finalize (line 18983) | def finalize(self): method computeExpressionRaw (line 18991) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 19023) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgTabsizeMixin (line 19035) | class ChildrenHavingStrArgTabsizeMixin(object): method __init__ (line 19042) | def __init__( method getVisitableNodes (line 19055) | def getVisitableNodes(self): method getVisitableNodesNamed (line 19063) | def getVisitableNodesNamed(self): method replaceChild (line 19074) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 19093) | def getCloneArgs(self): method finalize (line 19108) | def finalize(self): method computeExpressionRaw (line 19116) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 19148) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgWidthMixin (line 19159) | class ChildrenHavingStrArgWidthMixin(object): method __init__ (line 19169) | def __init__( method getVisitableNodes (line 19182) | def getVisitableNodes(self): method getVisitableNodesNamed (line 19190) | def getVisitableNodesNamed(self): method replaceChild (line 19201) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 19220) | def getCloneArgs(self): method finalize (line 19235) | def finalize(self): method computeExpressionRaw (line 19243) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 19275) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStrArgWidthFillcharMixin (line 19289) | class ChildrenHavingStrArgWidthFillcharMixin(object): method __init__ (line 19298) | def __init__( method getVisitableNodes (line 19316) | def getVisitableNodes(self): method getVisitableNodesNamed (line 19325) | def getVisitableNodesNamed(self): method replaceChild (line 19337) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 19364) | def getCloneArgs(self): method finalize (line 19380) | def finalize(self): method computeExpressionRaw (line 19390) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 19422) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingStringEncodingOptionalErrorsOptionalMixin (line 19436) | class ChildrenHavingStringEncodingOptionalErrorsOptionalMixin(object): method __init__ (line 19443) | def __init__( method getVisitableNodes (line 19463) | def getVisitableNodes(self): method getVisitableNodesNamed (line 19480) | def getVisitableNodesNamed(self): method replaceChild (line 19492) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 19521) | def getCloneArgs(self): method finalize (line 19545) | def finalize(self): method computeExpressionRaw (line 19557) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 19589) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingTypeArgMixin (line 19609) | class ChildHavingTypeArgMixin(object): method __init__ (line 19616) | def __init__( method getVisitableNodes (line 19624) | def getVisitableNodes(self): method getVisitableNodesNamed (line 19629) | def getVisitableNodesNamed(self): method replaceChild (line 19637) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 19648) | def getCloneArgs(self): method finalize (line 19662) | def finalize(self): method computeExpressionRaw (line 19668) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 19690) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingTypeArgArgsOptionalKwargsOptionalMixin (line 19700) | class ChildrenHavingTypeArgArgsOptionalKwargsOptionalMixin(object): method __init__ (line 19707) | def __init__( method getVisitableNodes (line 19727) | def getVisitableNodes(self): method getVisitableNodesNamed (line 19744) | def getVisitableNodesNamed(self): method replaceChild (line 19756) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 19785) | def getCloneArgs(self): method finalize (line 19807) | def finalize(self): method computeExpressionRaw (line 19819) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 19851) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingTypeArgObjectArgMixin (line 19871) | class ChildrenHavingTypeArgObjectArgMixin(object): method __init__ (line 19879) | def __init__( method getVisitableNodes (line 19892) | def getVisitableNodes(self): method getVisitableNodesNamed (line 19900) | def getVisitableNodesNamed(self): method replaceChild (line 19911) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 19930) | def getCloneArgs(self): method finalize (line 19945) | def finalize(self): method computeExpressionRaw (line 19953) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 19985) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingTypeNameBasesDictArgMixin (line 19997) | class ChildrenHavingTypeNameBasesDictArgMixin(object): method __init__ (line 20004) | def __init__( method getVisitableNodes (line 20022) | def getVisitableNodes(self): method getVisitableNodesNamed (line 20031) | def getVisitableNodesNamed(self): method replaceChild (line 20043) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 20070) | def getCloneArgs(self): method finalize (line 20086) | def finalize(self): method computeExpressionRaw (line 20096) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 20128) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingValueMixin (line 20140) | class ChildHavingValueMixin(object): method __init__ (line 20181) | def __init__( method getVisitableNodes (line 20189) | def getVisitableNodes(self): method getVisitableNodesNamed (line 20194) | def getVisitableNodesNamed(self): method replaceChild (line 20202) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 20213) | def getCloneArgs(self): method finalize (line 20227) | def finalize(self): method computeExpressionRaw (line 20233) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 20255) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingValueOptionalBaseMixin (line 20299) | class ChildrenHavingValueOptionalBaseMixin(object): method __init__ (line 20307) | def __init__( method getVisitableNodes (line 20321) | def getVisitableNodes(self): method getVisitableNodesNamed (line 20333) | def getVisitableNodesNamed(self): method replaceChild (line 20344) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 20364) | def getCloneArgs(self): method finalize (line 20383) | def finalize(self): method computeExpressionRaw (line 20392) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 20424) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingValueOptionalEncodingOptionalErrorsOptionalMixin (line 20439) | class ChildrenHavingValueOptionalEncodingOptionalErrorsOptionalMixin(obj... method __init__ (line 20448) | def __init__( method getVisitableNodes (line 20469) | def getVisitableNodes(self): method getVisitableNodesNamed (line 20490) | def getVisitableNodesNamed(self): method replaceChild (line 20502) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 20532) | def getCloneArgs(self): method finalize (line 20560) | def finalize(self): method computeExpressionRaw (line 20573) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 20605) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingValueFormatSpecOptionalAutoNoneEmptyStrMixin (line 20634) | class ChildrenHavingValueFormatSpecOptionalAutoNoneEmptyStrMixin(object): method __init__ (line 20641) | def __init__( method getVisitableNodes (line 20656) | def getVisitableNodes(self): method getVisitableNodesNamed (line 20668) | def getVisitableNodesNamed(self): method replaceChild (line 20679) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 20700) | def getCloneArgs(self): method finalize (line 20719) | def finalize(self): method computeExpressionRaw (line 20728) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 20760) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingValueKeyMixin (line 20776) | class ChildrenHavingValueKeyMixin(object): method __init__ (line 20783) | def __init__( method getVisitableNodes (line 20796) | def getVisitableNodes(self): method getVisitableNodesNamed (line 20804) | def getVisitableNodesNamed(self): method replaceChild (line 20815) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 20834) | def getCloneArgs(self): method finalize (line 20849) | def finalize(self): method computeExpressionRaw (line 20857) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 20889) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingValuesTupleMixin (line 20900) | class ChildHavingValuesTupleMixin(object): method __init__ (line 20907) | def __init__( method setChildValues (line 20918) | def setChildValues(self, value): method getVisitableNodes (line 20926) | def getVisitableNodes(self): method getVisitableNodesNamed (line 20931) | def getVisitableNodesNamed(self): method replaceChild (line 20939) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 20955) | def getCloneArgs(self): method finalize (line 20969) | def finalize(self): method computeExpressionRaw (line 20976) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 21010) | def collectVariableAccesses(self, emit_read, emit_write): FILE: nuitka/nodes/ClassNodes.py class ExpressionClassBodyBase (line 23) | class ExpressionClassBodyBase(ExpressionOutlineFunctionBase): method __init__ (line 28) | def __init__(self, provider, name, doc, source_ref): method isExpressionClassBodyBase (line 47) | def isExpressionClassBodyBase(): method getDetails (line 50) | def getDetails(self): method getDetailsForDisplay (line 58) | def getDetailsForDisplay(self): method fromXML (line 71) | def fromXML(cls, provider, source_ref, **args): method getDoc (line 74) | def getDoc(self): method isEarlyClosure (line 78) | def isEarlyClosure(): method getVariableForClosure (line 81) | def getVariableForClosure(self, variable_name): method markAsDirectlyCalled (line 100) | def markAsDirectlyCalled(): method getChildQualname (line 103) | def getChildQualname(self, function_name): method mayHaveSideEffects (line 107) | def mayHaveSideEffects(): method mayRaiseException (line 112) | def mayRaiseException(self, exception_type): method isUnoptimized (line 115) | def isUnoptimized(self): class ExpressionClassBodyP3 (line 121) | class ExpressionClassBodyP3(MarkNeedsAnnotationsMixin, ExpressionClassBo... method __init__ (line 132) | def __init__(self, provider, name, doc, source_ref): class ExpressionClassBodyP2 (line 147) | class ExpressionClassBodyP2(ExpressionDictShapeExactMixin, ExpressionCla... method __init__ (line 154) | def __init__(self, provider, name, doc, source_ref): class ExpressionSelectMetaclass (line 164) | class ExpressionSelectMetaclass(ChildrenHavingMetaclassBasesMixin, Expre... method __init__ (line 169) | def __init__(self, metaclass, bases, source_ref): method computeExpression (line 178) | def computeExpression(self, trace_collection): method mayRaiseException (line 192) | def mayRaiseException(self, exception_type): class ExpressionBuiltinType3 (line 196) | class ExpressionBuiltinType3(ChildrenExpressionBuiltinType3Mixin, Expres... method __init__ (line 201) | def __init__(self, type_name, bases, dict_arg, source_ref): method _calculateMetaClass (line 211) | def _calculateMetaClass(self): method mayRaiseException (line 233) | def mayRaiseException(self, exception_type): method computeExpression (line 239) | def computeExpression(self, trace_collection): FILE: nuitka/nodes/CodeObjectSpecs.py class CodeObjectSpec (line 18) | class CodeObjectSpec(object): method __init__ (line 40) | def __init__( method __repr__ (line 110) | def __repr__(self): method getDetails (line 117) | def getDetails(self): method getCodeObjectKind (line 135) | def getCodeObjectKind(self): method updateLocalNames (line 138) | def updateLocalNames(self, local_names, freevar_names): method removeFreeVarname (line 154) | def removeFreeVarname(self, freevar_name): method setFlagIsOptimizedValue (line 159) | def setFlagIsOptimizedValue(self, value): method getFlagIsOptimizedValue (line 162) | def getFlagIsOptimizedValue(self): method setFlagNewLocalsValue (line 165) | def setFlagNewLocalsValue(self, value): method getFlagNewLocalsValue (line 168) | def getFlagNewLocalsValue(self): method getFutureSpec (line 171) | def getFutureSpec(self): method getVarNames (line 174) | def getVarNames(self): method getFreeVarNames (line 177) | def getFreeVarNames(self): method getArgumentCount (line 180) | def getArgumentCount(self): method getPosOnlyParameterCount (line 183) | def getPosOnlyParameterCount(self): method getKwOnlyParameterCount (line 186) | def getKwOnlyParameterCount(self): method getCodeObjectName (line 189) | def getCodeObjectName(self): method getCodeObjectQualname (line 192) | def getCodeObjectQualname(self): method hasStarListArg (line 195) | def hasStarListArg(self): method hasStarDictArg (line 198) | def hasStarDictArg(self): method getFilename (line 201) | def getFilename(self): method getLineNumber (line 204) | def getLineNumber(self): FILE: nuitka/nodes/ComparisonNodes.py class ExpressionComparisonBase (line 24) | class ExpressionComparisonBase(ChildrenHavingLeftRightMixin, ExpressionB... method __init__ (line 27) | def __init__(self, left, right, source_ref): method copyTraceStateFrom (line 37) | def copyTraceStateFrom(source): method getOperands (line 40) | def getOperands(self): method getComparator (line 43) | def getComparator(self): method getDetails (line 46) | def getDetails(self): method isExpressionComparison (line 50) | def isExpressionComparison(): method getSimulator (line 53) | def getSimulator(self): method _computeCompileTimeConstantComparison (line 56) | def _computeCompileTimeConstantComparison(self, trace_collection): method makeInverseComparison (line 66) | def makeInverseComparison(self): method computeExpressionOperationNot (line 75) | def computeExpressionOperationNot(self, not_node, trace_collection): class ExpressionComparisonRichBase (line 91) | class ExpressionComparisonRichBase(ExpressionComparisonBase): method __init__ (line 101) | def __init__(self, left, right, source_ref): method getTypeShape (line 114) | def getTypeShape(self): method getDetails (line 118) | def getDetails(): method copyTraceStateFrom (line 121) | def copyTraceStateFrom(self, source): method canCreateUnsupportedException (line 125) | def canCreateUnsupportedException(self): method createUnsupportedException (line 130) | def createUnsupportedException(self): method computeExpression (line 149) | def computeExpression(self, trace_collection): method mayRaiseException (line 215) | def mayRaiseException(self, exception_type): method mayRaiseExceptionBool (line 224) | def mayRaiseExceptionBool(self, exception_type): method mayRaiseExceptionComparison (line 227) | def mayRaiseExceptionComparison(self): class ExpressionComparisonLt (line 233) | class ExpressionComparisonLt(ExpressionComparisonRichBase): method __init__ (line 238) | def __init__(self, left, right, source_ref): method getComparisonShape (line 244) | def getComparisonShape(left_shape, right_shape): class ExpressionComparisonLte (line 248) | class ExpressionComparisonLte(ExpressionComparisonRichBase): method __init__ (line 253) | def __init__(self, left, right, source_ref): method getComparisonShape (line 259) | def getComparisonShape(left_shape, right_shape): class ExpressionComparisonGt (line 263) | class ExpressionComparisonGt(ExpressionComparisonRichBase): method __init__ (line 268) | def __init__(self, left, right, source_ref): method getComparisonShape (line 274) | def getComparisonShape(left_shape, right_shape): class ExpressionComparisonGte (line 278) | class ExpressionComparisonGte(ExpressionComparisonRichBase): method __init__ (line 283) | def __init__(self, left, right, source_ref): method getComparisonShape (line 289) | def getComparisonShape(left_shape, right_shape): class ExpressionComparisonEq (line 293) | class ExpressionComparisonEq(ExpressionComparisonRichBase): method __init__ (line 298) | def __init__(self, left, right, source_ref): method getComparisonShape (line 304) | def getComparisonShape(left_shape, right_shape): class ExpressionComparisonNeq (line 308) | class ExpressionComparisonNeq(ExpressionComparisonRichBase): method __init__ (line 313) | def __init__(self, left, right, source_ref): method getComparisonShape (line 319) | def getComparisonShape(left_shape, right_shape): class ExpressionComparisonIsIsNotBase (line 323) | class ExpressionComparisonIsIsNotBase( method __init__ (line 333) | def __init__(self, left, right, source_ref): method getDetails (line 344) | def getDetails(): method mayRaiseException (line 347) | def mayRaiseException(self, exception_type): method computeExpression (line 352) | def computeExpression(self, trace_collection): method extractSideEffects (line 415) | def extractSideEffects(self): method computeExpressionDrop (line 421) | def computeExpressionDrop(self, statement, trace_collection): class ExpressionComparisonIs (line 437) | class ExpressionComparisonIs(ExpressionComparisonIsIsNotBase): method __init__ (line 442) | def __init__(self, left, right, source_ref): class ExpressionComparisonIsNot (line 448) | class ExpressionComparisonIsNot(ExpressionComparisonIsIsNotBase): method __init__ (line 453) | def __init__(self, left, right, source_ref): class ExpressionComparisonExceptionMatchBase (line 459) | class ExpressionComparisonExceptionMatchBase( method __init__ (line 469) | def __init__(self, left, right, source_ref): method getDetails (line 480) | def getDetails(): method computeExpression (line 483) | def computeExpression(self, trace_collection): method getSimulator (line 514) | def getSimulator(self): method mayRaiseException (line 520) | def mayRaiseException(self, exception_type): method mayRaiseExceptionComparison (line 531) | def mayRaiseExceptionComparison(): method mayRaiseExceptionComparison (line 536) | def mayRaiseExceptionComparison(self): class ExpressionComparisonExceptionMatch (line 545) | class ExpressionComparisonExceptionMatch(ExpressionComparisonExceptionMa... class ExpressionComparisonExceptionMismatch (line 551) | class ExpressionComparisonExceptionMismatch(ExpressionComparisonExceptio... class ExpressionComparisonInNotInBase (line 557) | class ExpressionComparisonInNotInBase( method __init__ (line 567) | def __init__(self, left, right, source_ref): method getDetails (line 580) | def getDetails(): method mayRaiseException (line 583) | def mayRaiseException(self, exception_type): method getSimulator (line 596) | def getSimulator(self): method computeExpression (line 599) | def computeExpression(self, trace_collection): class ExpressionComparisonIn (line 630) | class ExpressionComparisonIn(ExpressionComparisonInNotInBase): method __init__ (line 635) | def __init__(self, left, right, source_ref): class ExpressionComparisonNotIn (line 641) | class ExpressionComparisonNotIn(ExpressionComparisonInNotInBase): method __init__ (line 646) | def __init__(self, left, right, source_ref): function makeComparisonExpression (line 668) | def makeComparisonExpression(left, right, comparator, source_ref): FILE: nuitka/nodes/ConditionalNodes.py class ConditionalValueComputeMixin (line 33) | class ConditionalValueComputeMixin(object): method _computeConditionTruthValue (line 36) | def _computeConditionTruthValue(self, trace_collection): class ExpressionConditional (line 56) | class ExpressionConditional( method __init__ (line 65) | def __init__(self, condition, expression_yes, expression_no, source_ref): method getTypeShape (line 75) | def getTypeShape(self): method getBranches (line 88) | def getBranches(self): method computeExpressionRaw (line 91) | def computeExpressionRaw(self, trace_collection): method computeExpressionDrop (line 175) | def computeExpressionDrop(self, statement, trace_collection): method mayHaveSideEffectsBool (line 196) | def mayHaveSideEffectsBool(self): method mayRaiseException (line 206) | def mayRaiseException(self, exception_type): method mayRaiseExceptionBool (line 229) | def mayRaiseExceptionBool(self, exception_type): method getIntegerValue (line 241) | def getIntegerValue(self): method getExpressionDictInConstant (line 250) | def getExpressionDictInConstant(self, value): class ExpressionConditionalBoolBase (line 260) | class ExpressionConditionalBoolBase(ChildrenHavingLeftRightMixin, Expres... method __init__ (line 263) | def __init__(self, left, right, source_ref): method computeExpressionRaw (line 268) | def computeExpressionRaw(self, trace_collection): method mayRaiseException (line 337) | def mayRaiseException(self, exception_type): method computeExpressionBool (line 353) | def computeExpressionBool(self, trace_collection): method mayRaiseExceptionBool (line 417) | def mayRaiseExceptionBool(self, exception_type): method mayHaveSideEffectsBool (line 427) | def mayHaveSideEffectsBool(self): class ExpressionConditionalOr (line 437) | class ExpressionConditionalOr(ExpressionConditionalBoolBase): method __init__ (line 442) | def __init__(self, left, right, source_ref): method computeExpressionDrop (line 447) | def computeExpressionDrop(self, statement, trace_collection): class ExpressionConditionalAnd (line 467) | class ExpressionConditionalAnd(ExpressionConditionalBoolBase): method __init__ (line 472) | def __init__(self, left, right, source_ref): method computeExpressionDrop (line 477) | def computeExpressionDrop(self, statement, trace_collection): class StatementConditional (line 497) | class StatementConditional(ConditionalValueComputeMixin, StatementCondit... method isStatementAborting (line 511) | def isStatementAborting(self): method mayRaiseException (line 527) | def mayRaiseException(self, exception_type): method needsFrame (line 550) | def needsFrame(self): method computeStatement (line 573) | def computeStatement(self, trace_collection): method mayReturn (line 791) | def mayReturn(self): method mayBreak (line 804) | def mayBreak(self): method mayContinue (line 817) | def mayContinue(self): method getStatementNiceName (line 831) | def getStatementNiceName(): function makeNotExpression (line 835) | def makeNotExpression(expression): function makeStatementConditional (line 845) | def makeStatementConditional(condition, yes_branch, no_branch, source_ref): FILE: nuitka/nodes/ConstantRefNodes.py class ExpressionConstantUntrackedRefBase (line 83) | class ExpressionConstantUntrackedRefBase(CompileTimeConstantExpressionBa... method __init__ (line 86) | def __init__(self, constant, source_ref): method finalize (line 91) | def finalize(self): method __repr__ (line 95) | def __repr__(self): method getDetails (line 102) | def getDetails(self): method getDetailsForDisplay (line 105) | def getDetailsForDisplay(self): method isExpressionConstantRef (line 114) | def isExpressionConstantRef(): method computeExpressionRaw (line 117) | def computeExpressionRaw(self, trace_collection): method computeExpression (line 122) | def computeExpression(self, trace_collection): method computeExpressionCall (line 126) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 149) | def computeExpressionCallViaVariable( method getCompileTimeConstant (line 159) | def getCompileTimeConstant(self): method getComparisonValue (line 163) | def getComparisonValue(self): method getIterationHandle (line 167) | def getIterationHandle(): method isMutable (line 170) | def isMutable(self): method isKnownToBeHashable (line 174) | def isKnownToBeHashable(self): method extractUnhashableNodeType (line 178) | def extractUnhashableNodeType(self): method isNumberConstant (line 185) | def isNumberConstant(): method isIndexConstant (line 190) | def isIndexConstant(): method isIndexable (line 194) | def isIndexable(self): method isKnownToBeIterable (line 198) | def isKnownToBeIterable(self, count): method isKnownToBeIterableAtMin (line 204) | def isKnownToBeIterableAtMin(self, count): method canPredictIterationValues (line 209) | def canPredictIterationValues(self): method getIterationValue (line 212) | def getIterationValue(self, count): method getIterationValueRange (line 219) | def getIterationValueRange(self, start, stop): method getIterationValues (line 225) | def getIterationValues(self): method getIntegerValue (line 235) | def getIntegerValue(self): method isIterableConstant (line 242) | def isIterableConstant(self): method getIterationLength (line 247) | def getIterationLength(self): method getStrValue (line 253) | def getStrValue(self): method computeExpressionIter1 (line 260) | def computeExpressionIter1(self, iter_node, trace_collection): class ExpressionConstantRefBase (line 269) | class ExpressionConstantRefBase(ExpressionConstantUntrackedRefBase): method __init__ (line 280) | def __init__(self, constant, user_provided, source_ref): method getDetails (line 308) | def getDetails(self): method __repr__ (line 311) | def __repr__(self): method getStrValue (line 319) | def getStrValue(self): class ExpressionConstantNoneRef (line 331) | class ExpressionConstantNoneRef( method __init__ (line 338) | def __init__(self, source_ref): method getDetails (line 344) | def getDetails(): method isMutable (line 348) | def isMutable(): method isIterableConstant (line 352) | def isIterableConstant(): class ExpressionConstantBoolRefBase (line 356) | class ExpressionConstantBoolRefBase( method isExpressionConstantBoolRef (line 360) | def isExpressionConstantBoolRef(): method computeExpressionBool (line 364) | def computeExpressionBool(trace_collection): method getDetails (line 369) | def getDetails(): method isMutable (line 373) | def isMutable(): method isKnownToBeHashable (line 377) | def isKnownToBeHashable(): method isNumberConstant (line 381) | def isNumberConstant(): method isIndexConstant (line 385) | def isIndexConstant(): method isIterableConstant (line 389) | def isIterableConstant(): class ExpressionConstantTrueRef (line 393) | class ExpressionConstantTrueRef(ExpressionConstantBoolRefBase): method __init__ (line 398) | def __init__(self, source_ref): method getTruthValue (line 404) | def getTruthValue(): method getIndexValue (line 410) | def getIndexValue(): class ExpressionConstantFalseRef (line 414) | class ExpressionConstantFalseRef(ExpressionConstantBoolRefBase): method __init__ (line 419) | def __init__(self, source_ref): method getTruthValue (line 425) | def getTruthValue(): method getIndexValue (line 431) | def getIndexValue(): class ExpressionConstantEllipsisRef (line 435) | class ExpressionConstantEllipsisRef( method __init__ (line 442) | def __init__(self, source_ref): method getDetails (line 448) | def getDetails(): method isMutable (line 452) | def isMutable(): method isIterableConstant (line 456) | def isIterableConstant(): class ExpressionConstantDictRef (line 460) | class ExpressionConstantDictRef( method __init__ (line 465) | def __init__(self, constant, user_provided, source_ref): method isExpressionConstantDictRef (line 471) | def isExpressionConstantDictRef(): method isMutable (line 475) | def isMutable(): method isKnownToBeHashable (line 479) | def isKnownToBeHashable(): method isIterableConstant (line 483) | def isIterableConstant(): method getIterationHandle (line 486) | def getIterationHandle(self): method getIterationLength (line 489) | def getIterationLength(self): method computeExpressionIter1 (line 492) | def computeExpressionIter1(self, iter_node, trace_collection): method isMappingWithConstantStringKeys (line 508) | def isMappingWithConstantStringKeys(self): method getMappingStringKeyPairs (line 511) | def getMappingStringKeyPairs(self): method getTruthValue (line 529) | def getTruthValue(): method getExpressionDictInConstant (line 537) | def getExpressionDictInConstant(self, value): class EmptyContainerMixin (line 541) | class EmptyContainerMixin(object): method getDetails (line 544) | def getDetails(self): method getIterationLength (line 548) | def getIterationLength(): method getTruthValue (line 552) | def getTruthValue(): class ExpressionConstantDictEmptyRef (line 561) | class ExpressionConstantDictEmptyRef(EmptyContainerMixin, ExpressionCons... method __init__ (line 566) | def __init__(self, user_provided, source_ref): class ExpressionConstantTupleRef (line 575) | class ExpressionConstantTupleRef( method __init__ (line 582) | def __init__(self, constant, user_provided, source_ref): method isExpressionConstantTupleRef (line 588) | def isExpressionConstantTupleRef(): method isMutable (line 592) | def isMutable(): method isKnownToBeHashable (line 595) | def isKnownToBeHashable(self): method isIterableConstant (line 600) | def isIterableConstant(): method getIterationHandle (line 603) | def getIterationHandle(self): method getIterationLength (line 606) | def getIterationLength(self): method computeExpressionIter1 (line 609) | def computeExpressionIter1(self, iter_node, trace_collection): method getTruthValue (line 614) | def getTruthValue(): class ExpressionConstantTupleMutableRef (line 623) | class ExpressionConstantTupleMutableRef(ExpressionConstantTupleRef): method isMutable (line 629) | def isMutable(): method isKnownToBeHashable (line 633) | def isKnownToBeHashable(): class ExpressionConstantTupleEmptyRef (line 637) | class ExpressionConstantTupleEmptyRef(EmptyContainerMixin, ExpressionCon... method __init__ (line 642) | def __init__(self, user_provided, source_ref): class ExpressionConstantListRef (line 651) | class ExpressionConstantListRef( method __init__ (line 658) | def __init__(self, constant, user_provided, source_ref): method isExpressionConstantListRef (line 664) | def isExpressionConstantListRef(): method isMutable (line 668) | def isMutable(): method isIterableConstant (line 672) | def isIterableConstant(): method getIterationHandle (line 675) | def getIterationHandle(self): method getIterationLength (line 678) | def getIterationLength(self): method computeExpressionIter1 (line 681) | def computeExpressionIter1(self, iter_node, trace_collection): method computeExpressionComparisonIn (line 697) | def computeExpressionComparisonIn(self, in_node, value_node, trace_col... class ExpressionConstantListEmptyRef (line 717) | class ExpressionConstantListEmptyRef(EmptyContainerMixin, ExpressionCons... method __init__ (line 722) | def __init__(self, user_provided, source_ref): class ExpressionConstantSetRef (line 731) | class ExpressionConstantSetRef(ExpressionSetShapeExactMixin, ExpressionC... method __init__ (line 736) | def __init__(self, constant, user_provided, source_ref): method isExpressionConstantSetRef (line 742) | def isExpressionConstantSetRef(): method isMutable (line 746) | def isMutable(): method isKnownToBeHashable (line 750) | def isKnownToBeHashable(): method isIterableConstant (line 754) | def isIterableConstant(): method getIterationHandle (line 757) | def getIterationHandle(self): method getIterationLength (line 760) | def getIterationLength(self): method computeExpressionIter1 (line 763) | def computeExpressionIter1(self, iter_node, trace_collection): method computeExpressionComparisonIn (line 779) | def computeExpressionComparisonIn(self, in_node, value_node, trace_col... class ExpressionConstantSetEmptyRef (line 799) | class ExpressionConstantSetEmptyRef(EmptyContainerMixin, ExpressionConst... method __init__ (line 804) | def __init__(self, user_provided, source_ref): class ExpressionConstantFrozensetRef (line 813) | class ExpressionConstantFrozensetRef( method __init__ (line 820) | def __init__(self, constant, user_provided, source_ref): method isExpressionConstantFrozensetRef (line 826) | def isExpressionConstantFrozensetRef(): method isMutable (line 830) | def isMutable(): method isIterableConstant (line 834) | def isIterableConstant(): method getIterationHandle (line 837) | def getIterationHandle(self): method getIterationLength (line 840) | def getIterationLength(self): method computeExpressionIter1 (line 843) | def computeExpressionIter1(self, iter_node, trace_collection): class ExpressionConstantFrozensetEmptyRef (line 860) | class ExpressionConstantFrozensetEmptyRef( method __init__ (line 867) | def __init__(self, user_provided, source_ref): class ExpressionConstantIntRef (line 876) | class ExpressionConstantIntRef( method __init__ (line 883) | def __init__(self, constant, source_ref): method isExpressionConstantIntRef (line 889) | def isExpressionConstantIntRef(): method isMutable (line 893) | def isMutable(): method isNumberConstant (line 897) | def isNumberConstant(): method isIndexConstant (line 901) | def isIndexConstant(): method getIndexValue (line 904) | def getIndexValue(self): method isIterableConstant (line 908) | def isIterableConstant(): class ExpressionConstantLongRef (line 912) | class ExpressionConstantLongRef( method __init__ (line 919) | def __init__(self, constant, user_provided, source_ref): method isExpressionConstantLongRef (line 925) | def isExpressionConstantLongRef(): method isMutable (line 929) | def isMutable(): method isNumberConstant (line 933) | def isNumberConstant(): method isIndexConstant (line 937) | def isIndexConstant(): method getIndexValue (line 940) | def getIndexValue(self): method isIterableConstant (line 946) | def isIterableConstant(): class ExpressionConstantStrRef (line 950) | class ExpressionConstantStrRef(ExpressionStrShapeExactMixin, ExpressionC... method __init__ (line 955) | def __init__(self, constant, user_provided, source_ref): method isExpressionConstantStrRef (line 961) | def isExpressionConstantStrRef(): method isMutable (line 965) | def isMutable(): method isIterableConstant (line 969) | def isIterableConstant(): method getIterationHandle (line 972) | def getIterationHandle(self): method getIterationLength (line 975) | def getIterationLength(self): method getStrValue (line 978) | def getStrValue(self): method getStringValue (line 981) | def getStringValue(self): method computeExpressionIter1 (line 984) | def computeExpressionIter1(self, iter_node, trace_collection): class ExpressionConstantStrEmptyRef (line 989) | class ExpressionConstantStrEmptyRef(EmptyContainerMixin, ExpressionConst... method __init__ (line 994) | def __init__(self, user_provided, source_ref): class ExpressionConstantUnicodeRef (line 1003) | class ExpressionConstantUnicodeRef( method __init__ (line 1010) | def __init__(self, constant, user_provided, source_ref): method isExpressionConstantUnicodeRef (line 1016) | def isExpressionConstantUnicodeRef(): method isMutable (line 1020) | def isMutable(): method isIterableConstant (line 1024) | def isIterableConstant(): method getIterationHandle (line 1027) | def getIterationHandle(self): method getIterationLength (line 1030) | def getIterationLength(self): method computeExpressionIter1 (line 1033) | def computeExpressionIter1(self, iter_node, trace_collection): class ExpressionConstantUnicodeEmptyRef (line 1038) | class ExpressionConstantUnicodeEmptyRef( method __init__ (line 1045) | def __init__(self, user_provided, source_ref): class ExpressionConstantBytesRef (line 1054) | class ExpressionConstantBytesRef( method __init__ (line 1059) | def __init__(self, constant, user_provided, source_ref): method isExpressionConstantBytesRef (line 1065) | def isExpressionConstantBytesRef(): method isMutable (line 1069) | def isMutable(): method isIterableConstant (line 1073) | def isIterableConstant(): method getIterationHandle (line 1076) | def getIterationHandle(self): method getIterationLength (line 1079) | def getIterationLength(self): method computeExpressionIter1 (line 1082) | def computeExpressionIter1(self, iter_node, trace_collection): class ExpressionConstantBytesEmptyRef (line 1087) | class ExpressionConstantBytesEmptyRef(EmptyContainerMixin, ExpressionCon... method __init__ (line 1092) | def __init__(self, user_provided, source_ref): class ExpressionConstantBytearrayRef (line 1101) | class ExpressionConstantBytearrayRef( method __init__ (line 1106) | def __init__(self, constant, user_provided, source_ref): method isExpressionConstantBytearrayRef (line 1112) | def isExpressionConstantBytearrayRef(): method isMutable (line 1116) | def isMutable(): method isIterableConstant (line 1120) | def isIterableConstant(): method getIterationHandle (line 1123) | def getIterationHandle(self): method getIterationLength (line 1126) | def getIterationLength(self): method computeExpressionIter1 (line 1129) | def computeExpressionIter1(self, iter_node, trace_collection): class ExpressionConstantFloatRef (line 1146) | class ExpressionConstantFloatRef( method __init__ (line 1153) | def __init__(self, constant, source_ref): method isExpressionConstantFloatRef (line 1159) | def isExpressionConstantFloatRef(): method isMutable (line 1163) | def isMutable(): method isNumberConstant (line 1167) | def isNumberConstant(): method isIterableConstant (line 1171) | def isIterableConstant(): class ExpressionConstantComplexRef (line 1175) | class ExpressionConstantComplexRef( method __init__ (line 1182) | def __init__(self, constant, source_ref): method isExpressionConstantComplexRef (line 1188) | def isExpressionConstantComplexRef(): method isMutable (line 1192) | def isMutable(): method isIterableConstant (line 1196) | def isIterableConstant(): method isKnownToHaveAttribute (line 1201) | def isKnownToHaveAttribute(attribute_name): class ExpressionConstantSliceRef (line 1205) | class ExpressionConstantSliceRef( method __init__ (line 1212) | def __init__(self, constant, source_ref): method isExpressionConstantSliceRef (line 1218) | def isExpressionConstantSliceRef(): method isMutable (line 1222) | def isMutable(): method isIterableConstant (line 1226) | def isIterableConstant(): class ExpressionConstantXrangeRef (line 1230) | class ExpressionConstantXrangeRef(ExpressionConstantUntrackedRefBase): method __init__ (line 1235) | def __init__(self, constant, source_ref): method isExpressionConstantXrangeRef (line 1241) | def isExpressionConstantXrangeRef(): method getTypeShape (line 1245) | def getTypeShape(): method isMutable (line 1249) | def isMutable(): method isKnownToBeHashable (line 1253) | def isKnownToBeHashable(): method isIterableConstant (line 1257) | def isIterableConstant(): method getIterationHandle (line 1260) | def getIterationHandle(self): method getIterationLength (line 1263) | def getIterationLength(self): method computeExpressionIter1 (line 1266) | def computeExpressionIter1(self, iter_node, trace_collection): class ExpressionConstantTypeRef (line 1271) | class ExpressionConstantTypeRef(ExpressionConstantUntrackedRefBase): method isExpressionConstantTypeRef (line 1277) | def isExpressionConstantTypeRef(): method getTypeShape (line 1281) | def getTypeShape(): method computeExpressionCall (line 1284) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 1302) | def computeExpressionCallViaVariable( method isMutable (line 1313) | def isMutable(): method isKnownToBeHashable (line 1317) | def isKnownToBeHashable(): method isIterableConstant (line 1321) | def isIterableConstant(): method getTruthValue (line 1325) | def getTruthValue(): class ExpressionConstantTypeSubscriptableMixin (line 1329) | class ExpressionConstantTypeSubscriptableMixin(object): method computeExpressionSubscript (line 1334) | def computeExpressionSubscript(self, lookup_node, subscript, trace_col... class ExpressionConstantConcreteTypeMixin (line 1350) | class ExpressionConstantConcreteTypeMixin(object): method getDetails (line 1354) | def getDetails(): class ExpressionConstantTypeDictRef (line 1358) | class ExpressionConstantTypeDictRef( method __init__ (line 1365) | def __init__(self, source_ref): class ExpressionConstantTypeSetRef (line 1369) | class ExpressionConstantTypeSetRef( method __init__ (line 1376) | def __init__(self, source_ref): class ExpressionConstantTypeFrozensetRef (line 1380) | class ExpressionConstantTypeFrozensetRef( method __init__ (line 1387) | def __init__(self, source_ref): class ExpressionConstantTypeListRef (line 1393) | class ExpressionConstantTypeListRef( method __init__ (line 1400) | def __init__(self, source_ref): class ExpressionConstantTypeTupleRef (line 1404) | class ExpressionConstantTypeTupleRef( method __init__ (line 1411) | def __init__(self, source_ref): class ExpressionConstantTypeTypeRef (line 1415) | class ExpressionConstantTypeTypeRef( method __init__ (line 1422) | def __init__(self, source_ref): function makeConstantRefNode (line 1426) | def makeConstantRefNode(constant, source_ref, user_provided=False): class ExpressionConstantSysVersionInfoRef (line 1646) | class ExpressionConstantSysVersionInfoRef(ExpressionConstantUntrackedRef... method __init__ (line 1651) | def __init__(self, source_ref): method getDetails (line 1657) | def getDetails(): method getTypeShape (line 1661) | def getTypeShape(): method isMutable (line 1665) | def isMutable(): method isKnownToBeHashable (line 1669) | def isKnownToBeHashable(): method isIterableConstant (line 1673) | def isIterableConstant(): method getIterationHandle (line 1676) | def getIterationHandle(self): method getIterationLength (line 1679) | def getIterationLength(self): method computeExpressionIter1 (line 1682) | def computeExpressionIter1(self, iter_node, trace_collection): method getTruthValue (line 1700) | def getTruthValue(): FILE: nuitka/nodes/ContainerMakingNodes.py class ExpressionMakeSequenceMixin (line 31) | class ExpressionMakeSequenceMixin(object): method isKnownToBeIterable (line 34) | def isKnownToBeIterable(self, count): method isKnownToBeIterableAtMin (line 37) | def isKnownToBeIterableAtMin(self, count): method getIterationValue (line 40) | def getIterationValue(self, count): method getIterationValueRange (line 43) | def getIterationValueRange(self, start, stop): method canPredictIterationValues (line 47) | def canPredictIterationValues(): method getIterationValues (line 50) | def getIterationValues(self): method getIterationHandle (line 53) | def getIterationHandle(self): method getTruthValue (line 57) | def getTruthValue(): method mayRaiseException (line 60) | def mayRaiseException(self, exception_type): method computeExpressionDrop (line 68) | def computeExpressionDrop(self, statement, trace_collection): method onContentEscapes (line 85) | def onContentEscapes(self, trace_collection): method getSequenceName (line 90) | def getSequenceName(self): class ExpressionMakeSequenceBase (line 94) | class ExpressionMakeSequenceBase( method __init__ (line 102) | def __init__(self, elements, source_ref): method getSequenceName (line 112) | def getSequenceName(self): method isExpressionMakeSequence (line 118) | def isExpressionMakeSequence(): method getSimulator (line 122) | def getSimulator(self): method computeExpression (line 125) | def computeExpression(self, trace_collection): function makeExpressionMakeTuple (line 143) | def makeExpressionMakeTuple(elements, source_ref): function makeExpressionMakeTupleOrConstant (line 153) | def makeExpressionMakeTupleOrConstant(elements, user_provided, source_ref): class ExpressionMakeTuple (line 174) | class ExpressionMakeTuple(ExpressionTupleShapeExactMixin, ExpressionMake... method __init__ (line 177) | def __init__(self, elements, source_ref): method getSimulator (line 183) | def getSimulator(): method getIterationLength (line 186) | def getIterationLength(self): function makeExpressionMakeList (line 190) | def makeExpressionMakeList(elements, source_ref): function makeExpressionMakeListOrConstant (line 200) | def makeExpressionMakeListOrConstant(elements, user_provided, source_ref): class ExpressionMakeListMixin (line 221) | class ExpressionMakeListMixin(object): method computeExpressionIter1 (line 224) | def computeExpressionIter1(self, iter_node, trace_collection): class ExpressionMakeList (line 240) | class ExpressionMakeList( method __init__ (line 245) | def __init__(self, elements, source_ref): method getSimulator (line 251) | def getSimulator(): method getIterationLength (line 254) | def getIterationLength(self): class ExpressionMakeSet (line 258) | class ExpressionMakeSet(ExpressionSetShapeExactMixin, ExpressionMakeSequ... method __init__ (line 261) | def __init__(self, elements, source_ref): method getSimulator (line 267) | def getSimulator(): method getIterationLength (line 270) | def getIterationLength(self): method getIterationMinLength (line 280) | def getIterationMinLength(): method computeExpression (line 284) | def computeExpression(self, trace_collection): method mayRaiseException (line 317) | def mayRaiseException(self, exception_type): method computeExpressionIter1 (line 327) | def computeExpressionIter1(self, iter_node, trace_collection): function makeExpressionMakeSetLiteral (line 346) | def makeExpressionMakeSetLiteral(elements, source_ref): function reversed_set (line 358) | def reversed_set(value): function makeExpressionMakeSetLiteralOrConstant (line 362) | def makeExpressionMakeSetLiteralOrConstant(elements, user_provided, sour... class ExpressionMakeSetLiteral (line 387) | class ExpressionMakeSetLiteral(ExpressionMakeSet): method getSimulator (line 391) | def getSimulator(): FILE: nuitka/nodes/ContainerOperationNodes.py class StatementListOperationAppend (line 16) | class StatementListOperationAppend(StatementListOperationAppendBase): method computeStatementOperation (line 22) | def computeStatementOperation(self, trace_collection): method mayRaiseException (line 28) | def mayRaiseException(self, exception_type): class StatementSetOperationAdd (line 34) | class StatementSetOperationAdd(StatementSetOperationAddBase): method computeStatementOperation (line 40) | def computeStatementOperation(self, trace_collection): method mayRaiseException (line 46) | def mayRaiseException(self, exception_type): class ExpressionSetOperationUpdate (line 52) | class ExpressionSetOperationUpdate( method __init__ (line 59) | def __init__(self, set_arg, value, source_ref): method computeExpression (line 68) | def computeExpression(self, trace_collection): FILE: nuitka/nodes/CoroutineNodes.py class ExpressionMakeCoroutineObject (line 19) | class ExpressionMakeCoroutineObject( method __init__ (line 28) | def __init__(self, coroutine_ref, source_ref): method getDetailsForDisplay (line 37) | def getDetailsForDisplay(self): method computeExpression (line 40) | def computeExpression(self, trace_collection): method getClosureVariableVersions (line 54) | def getClosureVariableVersions(self): class ExpressionCoroutineObjectBody (line 58) | class ExpressionCoroutineObjectBody(ExpressionFunctionEntryPointBase): method __init__ (line 63) | def __init__(self, provider, name, code_object, flags, auto_release, s... method getFunctionName (line 79) | def getFunctionName(self): method markAsNeedsGeneratorReturnHandling (line 82) | def markAsNeedsGeneratorReturnHandling(self, value): method needsGeneratorReturnHandling (line 85) | def needsGeneratorReturnHandling(self): method needsGeneratorReturnExit (line 88) | def needsGeneratorReturnExit(self): method needsCreation (line 92) | def needsCreation(): method isUnoptimized (line 96) | def isUnoptimized(): class ExpressionAsyncWait (line 100) | class ExpressionAsyncWait(ChildHavingExpressionMixin, ExpressionBase): method __init__ (line 107) | def __init__(self, expression, source_ref): method isExpressionAsyncWait (line 115) | def isExpressionAsyncWait(): method computeExpression (line 118) | def computeExpression(self, trace_collection): class ExpressionAsyncWaitEnter (line 126) | class ExpressionAsyncWaitEnter(ExpressionAsyncWait): class ExpressionAsyncWaitExit (line 130) | class ExpressionAsyncWaitExit(ExpressionAsyncWait): FILE: nuitka/nodes/CtypesNodes.py class ExpressionCtypesCdllSince38Call (line 14) | class ExpressionCtypesCdllSince38Call(ExpressionCtypesCdllSince38CallBase): method replaceWithCompileTimeValue (line 19) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionCtypesCdllBefore38Call (line 26) | class ExpressionCtypesCdllBefore38Call(ExpressionCtypesCdllBefore38CallB... method replaceWithCompileTimeValue (line 31) | def replaceWithCompileTimeValue(self, trace_collection): FILE: nuitka/nodes/DictionaryNodes.py function makeExpressionMakeDict (line 73) | def makeExpressionMakeDict(pairs, source_ref): function makeExpressionMakeDictOrConstant (line 83) | def makeExpressionMakeDictOrConstant(pairs, user_provided, source_ref): class ExpressionMakeDictMixin (line 114) | class ExpressionMakeDictMixin(object): method mayRaiseException (line 117) | def mayRaiseException(self, exception_type): method isKnownToBeIterable (line 124) | def isKnownToBeIterable(self, count): method getIterationLength (line 127) | def getIterationLength(self): method getIterationMinLength (line 137) | def getIterationMinLength(): method canPredictIterationValues (line 141) | def canPredictIterationValues(): method getIterationValue (line 148) | def getIterationValue(self, count): method isMappingWithConstantStringKeys (line 151) | def isMappingWithConstantStringKeys(self): method getMappingStringKeyPairs (line 154) | def getMappingStringKeyPairs(self): method computeExpressionDrop (line 161) | def computeExpressionDrop(self, statement, trace_collection): method computeExpressionIter1 (line 188) | def computeExpressionIter1(iter_node, trace_collection): method onContentEscapes (line 191) | def onContentEscapes(self, trace_collection): class ExpressionMakeDict (line 196) | class ExpressionMakeDict( method __init__ (line 207) | def __init__(self, pairs, source_ref): method computeExpression (line 217) | def computeExpression(self, trace_collection): method getTruthValue (line 281) | def getTruthValue(): class StatementDictOperationSetMixin (line 286) | class StatementDictOperationSetMixin(object): method computeStatementOperation (line 289) | def computeStatementOperation(self, trace_collection): method mayRaiseException (line 301) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 317) | def mayRaiseExceptionOperation(self): class StatementDictOperationSet (line 321) | class StatementDictOperationSet( class StatementDictOperationSetKeyValue (line 330) | class StatementDictOperationSetKeyValue( class StatementDictOperationRemove (line 339) | class StatementDictOperationRemove(StatementDictOperationRemoveBase): method computeStatementOperation (line 345) | def computeStatementOperation(self, trace_collection): method mayRaiseException (line 354) | def mayRaiseException(self, exception_type): class ExpressionDictOperationPop2 (line 367) | class ExpressionDictOperationPop2(ExpressionDictOperationPop2Base): method __init__ (line 374) | def __init__(self, dict_arg, key, source_ref): method computeExpression (line 384) | def computeExpression(self, trace_collection): method mayRaiseException (line 419) | def mayRaiseException(exception_type): class ExpressionDictOperationPop3 (line 430) | class ExpressionDictOperationPop3(ExpressionDictOperationPop3Base): method __init__ (line 437) | def __init__(self, dict_arg, key, default, source_ref): method computeExpression (line 448) | def computeExpression(self, trace_collection): method mayRaiseException (line 477) | def mayRaiseException(self, exception_type): class ExpressionDictOperationPopitem (line 488) | class ExpressionDictOperationPopitem(ExpressionDictOperationPopitemBase): method computeExpression (line 493) | def computeExpression(self, trace_collection): method mayRaiseException (line 512) | def mayRaiseException(exception_type): class ExpressionDictOperationSetdefault2 (line 516) | class ExpressionDictOperationSetdefault2(ExpressionDictOperationSetdefau... method __init__ (line 523) | def __init__(self, dict_arg, key, source_ref): method computeExpression (line 533) | def computeExpression(self, trace_collection): method mayRaiseException (line 561) | def mayRaiseException(self, exception_type): class ExpressionDictOperationSetdefault3 (line 570) | class ExpressionDictOperationSetdefault3(ExpressionDictOperationSetdefau... method __init__ (line 577) | def __init__(self, dict_arg, key, default, source_ref): method computeExpression (line 589) | def computeExpression(self, trace_collection): method mayRaiseException (line 617) | def mayRaiseException(self, exception_type): class ExpressionDictOperationItem (line 628) | class ExpressionDictOperationItem( method __init__ (line 637) | def __init__(self, dict_arg, key, source_ref): method computeExpression (line 644) | def computeExpression(self, trace_collection): class ExpressionDictOperationGet2 (line 664) | class ExpressionDictOperationGet2(ExpressionDictOperationGet2Base): method __init__ (line 673) | def __init__(self, dict_arg, key, source_ref): method computeExpression (line 680) | def computeExpression(self, trace_collection): method mayRaiseException (line 721) | def mayRaiseException(self, exception_type): method mayHaveSideEffects (line 729) | def mayHaveSideEffects(self): method extractSideEffects (line 738) | def extractSideEffects(self): class ExpressionDictOperationGet3 (line 748) | class ExpressionDictOperationGet3(ExpressionDictOperationGet3Base): method __init__ (line 757) | def __init__(self, dict_arg, key, default, source_ref): method computeExpression (line 764) | def computeExpression(self, trace_collection): method mayRaiseException (line 820) | def mayRaiseException(self, exception_type): method mayHaveSideEffects (line 830) | def mayHaveSideEffects(self): method extractSideEffects (line 840) | def extractSideEffects(self): class ExpressionDictOperationCopy (line 851) | class ExpressionDictOperationCopy( method computeExpression (line 857) | def computeExpression(self, trace_collection): method mayRaiseException (line 877) | def mayRaiseException(self, exception_type): class ExpressionDictOperationClear (line 881) | class ExpressionDictOperationClear(ExpressionDictOperationClearBase): method computeExpression (line 884) | def computeExpression(self, trace_collection): method mayRaiseException (line 891) | def mayRaiseException(self, exception_type): class ExpressionDictOperationKeys (line 895) | class ExpressionDictOperationKeys( method computeExpression (line 901) | def computeExpression(self, trace_collection): method mayRaiseException (line 919) | def mayRaiseException(self, exception_type): class ExpressionDictOperationViewkeys (line 923) | class ExpressionDictOperationViewkeys( method computeExpression (line 928) | def computeExpression(self, trace_collection): method getTypeShape (line 934) | def getTypeShape(): method mayRaiseException (line 938) | def mayRaiseException(self, exception_type): class ExpressionDictOperationIterkeys (line 942) | class ExpressionDictOperationIterkeys( method computeExpression (line 947) | def computeExpression(self, trace_collection): method getTypeShape (line 953) | def getTypeShape(): method mayRaiseException (line 957) | def mayRaiseException(self, exception_type): class ExpressionDictOperationValues (line 961) | class ExpressionDictOperationValues( method computeExpression (line 967) | def computeExpression(self, trace_collection): method mayRaiseException (line 985) | def mayRaiseException(self, exception_type): class ExpressionDictOperationViewvalues (line 989) | class ExpressionDictOperationViewvalues( method computeExpression (line 994) | def computeExpression(self, trace_collection): method getTypeShape (line 1000) | def getTypeShape(): method mayRaiseException (line 1004) | def mayRaiseException(self, exception_type): class ExpressionDictOperationItervalues (line 1008) | class ExpressionDictOperationItervalues( method computeExpression (line 1013) | def computeExpression(self, trace_collection): method getTypeShape (line 1019) | def getTypeShape(): method mayRaiseException (line 1023) | def mayRaiseException(self, exception_type): class ExpressionDictOperationItems (line 1027) | class ExpressionDictOperationItems( method computeExpression (line 1033) | def computeExpression(self, trace_collection): method mayRaiseException (line 1051) | def mayRaiseException(self, exception_type): class ExpressionDictOperationIteritems (line 1055) | class ExpressionDictOperationIteritems( method computeExpression (line 1060) | def computeExpression(self, trace_collection): method getTypeShape (line 1066) | def getTypeShape(): method mayRaiseException (line 1071) | def mayRaiseException(self, exception_type): class ExpressionDictOperationViewitems (line 1075) | class ExpressionDictOperationViewitems( method computeExpression (line 1080) | def computeExpression(self, trace_collection): method getTypeShape (line 1086) | def getTypeShape(): method mayRaiseException (line 1090) | def mayRaiseException(self, exception_type): class ExpressionDictOperationUpdate2 (line 1094) | class ExpressionDictOperationUpdate2(ExpressionDictOperationUpdate2Base): method __init__ (line 1099) | def __init__(self, dict_arg, iterable, source_ref): method computeExpression (line 1111) | def computeExpression(self, trace_collection): method mayRaiseException (line 1126) | def mayRaiseException(exception_type): function makeExpressionDictOperationUpdate3 (line 1130) | def makeExpressionDictOperationUpdate3(dict_arg, iterable, pairs, source... class ExpressionDictOperationUpdate3 (line 1145) | class ExpressionDictOperationUpdate3(ExpressionDictOperationUpdate3Base): method __init__ (line 1150) | def __init__(self, dict_arg, iterable, pairs, source_ref): method computeExpression (line 1159) | def computeExpression(self, trace_collection): method mayRaiseException (line 1179) | def mayRaiseException(exception_type): class ExpressionDictOperationUpdatePairs (line 1183) | class ExpressionDictOperationUpdatePairs( method __init__ (line 1192) | def __init__(self, dict_arg, pairs, source_ref): method computeExpression (line 1201) | def computeExpression(self, trace_collection): method mayRaiseException (line 1219) | def mayRaiseException(exception_type): class StatementDictOperationUpdate (line 1223) | class StatementDictOperationUpdate(StatementDictOperationUpdateBase): method computeStatementOperation (line 1236) | def computeStatementOperation(self, trace_collection): function makeUnhashableExceptionReplacementExpression (line 1250) | def makeUnhashableExceptionReplacementExpression(node, key, side_effects... class ExpressionDictOperationInNotInUncertainMixin (line 1273) | class ExpressionDictOperationInNotInUncertainMixin(object): method computeExpression (line 1277) | def computeExpression(self, trace_collection): method mayRaiseException (line 1316) | def mayRaiseException(self, exception_type): method mayHaveSideEffects (line 1323) | def mayHaveSideEffects(self): method extractSideEffects (line 1326) | def extractSideEffects(self): class ExpressionDictOperationInNotInUncertainBase (line 1341) | class ExpressionDictOperationInNotInUncertainBase( method __init__ (line 1353) | def __init__(self, key, dict_arg, source_ref): class ExpressionDictOperationIn (line 1365) | class ExpressionDictOperationIn(ExpressionDictOperationInNotInUncertainB... class ExpressionDictOperationNotIn (line 1369) | class ExpressionDictOperationNotIn(ExpressionDictOperationInNotInUncerta... class ExpressionDictOperationHaskey (line 1373) | class ExpressionDictOperationHaskey( method __init__ (line 1384) | def __init__(self, key, dict_arg, source_ref): class ExpressionDictOperationFromkeys2 (line 1392) | class ExpressionDictOperationFromkeys2(ExpressionDictOperationFromkeys2B... method computeExpression (line 1395) | def computeExpression(self, trace_collection): method mayRaiseException (line 1414) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1420) | def mayRaiseExceptionOperation(self): class ExpressionDictOperationFromkeys3 (line 1425) | class ExpressionDictOperationFromkeys3(ExpressionDictOperationFromkeys3B... method computeExpression (line 1428) | def computeExpression(self, trace_collection): method mayRaiseException (line 1451) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 1458) | def mayRaiseExceptionOperation(self): class ExpressionDictOperationFromkeysRef (line 1463) | class ExpressionDictOperationFromkeysRef(ExpressionNoSideEffectsMixin, E... method finalize (line 1466) | def finalize(self): method computeExpressionRaw (line 1469) | def computeExpressionRaw(self, trace_collection): method computeExpressionCall (line 1472) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... FILE: nuitka/nodes/ExceptionNodes.py class StatementRaiseExceptionMixin (line 20) | class StatementRaiseExceptionMixin(object): method isStatementAborting (line 25) | def isStatementAborting(): method isStatementRaiseException (line 29) | def isStatementRaiseException(): method willRaiseAnyException (line 33) | def willRaiseAnyException(): class StatementRaiseException (line 37) | class StatementRaiseException( method postInitNode (line 52) | def postInitNode(self): method computeStatementOperation (line 55) | def computeStatementOperation(self, trace_collection): method needsFrame (line 62) | def needsFrame(): method getStatementNiceName (line 66) | def getStatementNiceName(): class StatementRaiseExceptionImplicit (line 70) | class StatementRaiseExceptionImplicit(StatementRaiseException): method getStatementNiceName (line 74) | def getStatementNiceName(): class StatementReraiseException (line 78) | class StatementReraiseException(StatementRaiseExceptionMixin, StatementB... method finalize (line 81) | def finalize(self): method computeStatement (line 84) | def computeStatement(self, trace_collection): method needsFrame (line 92) | def needsFrame(): method getStatementNiceName (line 96) | def getStatementNiceName(): class ExpressionRaiseException (line 100) | class ExpressionRaiseException( method __init__ (line 114) | def __init__(self, exception_type, exception_value, source_ref): method willRaiseAnyException (line 124) | def willRaiseAnyException(): method computeExpression (line 127) | def computeExpression(self, trace_collection): method computeExpressionDrop (line 132) | def computeExpressionDrop(self, statement, trace_collection): method asStatement (line 144) | def asStatement(self): class ExpressionBuiltinMakeException (line 154) | class ExpressionBuiltinMakeException(ExpressionBuiltinMakeExceptionBase): method __init__ (line 164) | def __init__(self, exception_name, args, source_ref): method getDetails (line 169) | def getDetails(self): method getExceptionName (line 172) | def getExceptionName(self): method computeExpression (line 175) | def computeExpression(self, trace_collection): method mayRaiseException (line 178) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 186) | def mayRaiseExceptionOperation(): class ExpressionBuiltinMakeExceptionImportError (line 190) | class ExpressionBuiltinMakeExceptionImportError( method getExceptionName (line 205) | def getExceptionName(): method computeExpression (line 208) | def computeExpression(self, trace_collection): method mayRaiseException (line 211) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 219) | def mayRaiseExceptionOperation(): class ExpressionCaughtMixin (line 223) | class ExpressionCaughtMixin(ExpressionNoSideEffectsMixin): method finalize (line 228) | def finalize(self): class ExpressionCaughtExceptionTypeRef (line 232) | class ExpressionCaughtExceptionTypeRef(ExpressionCaughtMixin, Expression... method __init__ (line 235) | def __init__(self, source_ref): method computeExpressionRaw (line 238) | def computeExpressionRaw(self, trace_collection): class ExpressionCaughtExceptionValueRef (line 243) | class ExpressionCaughtExceptionValueRef(ExpressionCaughtMixin, Expressio... method __init__ (line 246) | def __init__(self, source_ref): method computeExpressionRaw (line 249) | def computeExpressionRaw(self, trace_collection): class ExpressionCaughtExceptionTracebackRef (line 254) | class ExpressionCaughtExceptionTracebackRef(ExpressionCaughtMixin, Expre... method __init__ (line 257) | def __init__(self, source_ref): method computeExpressionRaw (line 260) | def computeExpressionRaw(self, trace_collection): FILE: nuitka/nodes/ExecEvalNodes.py class ExpressionBuiltinEval (line 24) | class ExpressionBuiltinEval(ChildrenExpressionBuiltinEvalMixin, Expressi... method __init__ (line 29) | def __init__(self, source_code, globals_arg, locals_arg, source_ref): method computeExpression (line 39) | def computeExpression(self, trace_collection): class ExpressionBuiltinExec (line 44) | class ExpressionBuiltinExec(ChildrenExpressionBuiltinExecMixin, Expressi... method __init__ (line 51) | def __init__(self, source_code, globals_arg, locals_arg, closure, sour... method computeExpression (line 62) | def computeExpression(self, trace_collection): method computeExpressionDrop (line 68) | def computeExpressionDrop(self, statement, trace_collection): class ExpressionBuiltinExecfile (line 72) | class ExpressionBuiltinExecfile(ChildrenExpressionBuiltinExecfileMixin, ... method __init__ (line 81) | def __init__(self, in_class_body, source_code, globals_arg, locals_arg... method getDetails (line 93) | def getDetails(self): method computeExpression (line 96) | def computeExpression(self, trace_collection): method computeExpressionDrop (line 102) | def computeExpressionDrop(self, statement, trace_collection): class StatementExec (line 126) | class StatementExec(StatementExecBase): method computeStatementOperation (line 134) | def computeStatementOperation(self, trace_collection): class StatementLocalsDictSync (line 143) | class StatementLocalsDictSync(StatementLocalsDictSyncBase): method postInitNode (line 154) | def postInitNode(self): method getPreviousVariablesTraces (line 158) | def getPreviousVariablesTraces(self): method computeStatementOperation (line 161) | def computeStatementOperation(self, trace_collection): method mayRaiseException (line 178) | def mayRaiseException(exception_type): class ExpressionBuiltinCompile (line 182) | class ExpressionBuiltinCompile(ChildrenExpressionBuiltinCompileMixin, Ex... method __init__ (line 194) | def __init__( method computeExpression (line 209) | def computeExpression(self, trace_collection): FILE: nuitka/nodes/ExpressionBases.py class ExpressionBase (line 41) | class ExpressionBase(NodeBase): method getTypeShape (line 46) | def getTypeShape(): method getValueShape (line 49) | def getValueShape(self): method isCompileTimeConstant (line 53) | def isCompileTimeConstant(): method getTruthValue (line 63) | def getTruthValue(): method getComparisonValue (line 69) | def getComparisonValue(): method isMappingWithConstantStringKeys (line 75) | def isMappingWithConstantStringKeys(): method isKnownToBeIterable (line 80) | def isKnownToBeIterable(count): method isKnownToBeIterableAtMin (line 91) | def isKnownToBeIterableAtMin(count): method getIterationLength (line 95) | def getIterationLength(self): method getIterationMinLength (line 104) | def getIterationMinLength(self): method getStringValue (line 113) | def getStringValue(): method getStrValue (line 117) | def getStrValue(self): method getTypeValue (line 134) | def getTypeValue(self): method getIterationHandle (line 143) | def getIterationHandle(self): method isKnownToBeHashable (line 148) | def isKnownToBeHashable(): method extractUnhashableNodeType (line 155) | def extractUnhashableNodeType(): method onRelease (line 161) | def onRelease(self, trace_collection): method isKnownToHaveAttribute (line 165) | def isKnownToHaveAttribute(self, attribute_name): method computeExpressionRaw (line 170) | def computeExpressionRaw(self, trace_collection): method computeExpressionAttribute (line 185) | def computeExpressionAttribute(self, lookup_node, attribute_name, trac... method computeExpressionAttributeSpecial (line 198) | def computeExpressionAttributeSpecial( method computeExpressionImportName (line 212) | def computeExpressionImportName(self, import_node, import_name, trace_... method computeExpressionSetAttribute (line 221) | def computeExpressionSetAttribute( method computeExpressionDelAttribute (line 237) | def computeExpressionDelAttribute(self, set_node, attribute_name, trac... method computeExpressionSubscript (line 250) | def computeExpressionSubscript(self, lookup_node, subscript, trace_col... method computeExpressionSetSubscript (line 261) | def computeExpressionSetSubscript( method computeExpressionDelSubscript (line 276) | def computeExpressionDelSubscript(self, del_node, subscript, trace_col... method computeExpressionSlice (line 287) | def computeExpressionSlice(self, lookup_node, lower, upper, trace_coll... method computeExpressionSetSlice (line 302) | def computeExpressionSetSlice( method computeExpressionDelSlice (line 322) | def computeExpressionDelSlice(self, set_node, lower, upper, trace_coll... method computeExpressionCall (line 337) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionCallViaVariable (line 351) | def computeExpressionCallViaVariable( method computeExpressionLen (line 371) | def computeExpressionLen(self, len_node, trace_collection): method computeExpressionAbs (line 417) | def computeExpressionAbs(self, abs_node, trace_collection): method computeExpressionInt (line 441) | def computeExpressionInt(self, int_node, trace_collection): method computeExpressionLong (line 469) | def computeExpressionLong(self, long_node, trace_collection): method computeExpressionFloat (line 493) | def computeExpressionFloat(self, float_node, trace_collection): method computeExpressionBytes (line 521) | def computeExpressionBytes(self, bytes_node, trace_collection): method computeExpressionComplex (line 549) | def computeExpressionComplex(self, complex_node, trace_collection): method computeExpressionIter1 (line 577) | def computeExpressionIter1(self, iter_node, trace_collection): method computeExpressionNext1 (line 601) | def computeExpressionNext1(self, next_node, trace_collection): method computeExpressionAsyncIter (line 616) | def computeExpressionAsyncIter(self, iter_node, trace_collection): method computeExpressionOperationNot (line 627) | def computeExpressionOperationNot(self, not_node, trace_collection): method computeExpressionOperationRepr (line 641) | def computeExpressionOperationRepr(self, repr_node, trace_collection): method computeExpressionComparisonIn (line 663) | def computeExpressionComparisonIn(self, in_node, value_node, trace_col... method computeExpressionDrop (line 689) | def computeExpressionDrop(self, statement, trace_collection): method computeExpressionBool (line 699) | def computeExpressionBool(self, trace_collection): method onContentEscapes (line 709) | def onContentEscapes(trace_collection): method onContentIteratedEscapes (line 713) | def onContentIteratedEscapes(trace_collection): method mayRaiseExceptionBool (line 717) | def mayRaiseExceptionBool(exception_type): method mayRaiseExceptionAbs (line 723) | def mayRaiseExceptionAbs(exception_type): method mayRaiseExceptionInt (line 730) | def mayRaiseExceptionInt(exception_type): method mayRaiseExceptionLong (line 737) | def mayRaiseExceptionLong(exception_type): method mayRaiseExceptionFloat (line 744) | def mayRaiseExceptionFloat(exception_type): method mayRaiseExceptionBytes (line 751) | def mayRaiseExceptionBytes(exception_type): method mayRaiseExceptionIn (line 758) | def mayRaiseExceptionIn(exception_type, checked_value): method mayRaiseExceptionAttributeLookup (line 765) | def mayRaiseExceptionAttributeLookup(exception_type, attribute_name): method mayRaiseExceptionAttributeLookupSpecial (line 772) | def mayRaiseExceptionAttributeLookupSpecial(exception_type, attribute_... method mayRaiseExceptionAttributeLookupObject (line 779) | def mayRaiseExceptionAttributeLookupObject(exception_type, attribute): method mayRaiseExceptionImportName (line 786) | def mayRaiseExceptionImportName(exception_type, import_name): method mayHaveSideEffectsBool (line 792) | def mayHaveSideEffectsBool(): method mayHaveSideEffectsAbs (line 798) | def mayHaveSideEffectsAbs(): method mayHaveSideEffectsNext (line 806) | def mayHaveSideEffectsNext(self): method hasShapeSlotLen (line 811) | def hasShapeSlotLen(self): method hasShapeSlotIter (line 815) | def hasShapeSlotIter(self): method hasShapeSlotNext (line 819) | def hasShapeSlotNext(self): method isIndexable (line 825) | def isIndexable(): method getIntegerValue (line 832) | def getIntegerValue(): method getIndexValue (line 839) | def getIndexValue(): method getIntValue (line 848) | def getIntValue(): method getExpressionDictInConstant (line 857) | def getExpressionDictInConstant(self, value): method hasShapeTrustedAttributes (line 873) | def hasShapeTrustedAttributes(self): method hasShapeTypeExact (line 876) | def hasShapeTypeExact(self): method hasShapeListExact (line 881) | def hasShapeListExact(self): method hasShapeDictionaryExact (line 886) | def hasShapeDictionaryExact(self): method hasShapeStrExact (line 891) | def hasShapeStrExact(self): method hasShapeUnicodeExact (line 895) | def hasShapeUnicodeExact(self): method hasShapeStrOrUnicodeExact (line 901) | def hasShapeStrOrUnicodeExact(self): method hasShapeStrOrUnicodeExact (line 906) | def hasShapeStrOrUnicodeExact(self): method hasShapeBytesExact (line 909) | def hasShapeBytesExact(self): method hasShapeBoolExact (line 913) | def hasShapeBoolExact(self): method hasVeryTrustedValue (line 918) | def hasVeryTrustedValue(): class ExpressionNoSideEffectsMixin (line 923) | class ExpressionNoSideEffectsMixin(object): method mayHaveSideEffects (line 927) | def mayHaveSideEffects(): method extractSideEffects (line 932) | def extractSideEffects(): method computeExpressionDrop (line 936) | def computeExpressionDrop(self, statement, trace_collection): method mayRaiseException (line 947) | def mayRaiseException(exception_type): class CompileTimeConstantExpressionBase (line 954) | class CompileTimeConstantExpressionBase(ExpressionNoSideEffectsMixin, Ex... method __init__ (line 959) | def __init__(self, source_ref): method isCompileTimeConstant (line 965) | def isCompileTimeConstant(): method getTruthValue (line 974) | def getTruthValue(self): method getComparisonValue (line 977) | def getComparisonValue(self): method getCompileTimeConstant (line 981) | def getCompileTimeConstant(self): method isMutable (line 989) | def isMutable(): method hasShapeTrustedAttributes (line 997) | def hasShapeTrustedAttributes(): method mayHaveSideEffectsBool (line 1002) | def mayHaveSideEffectsBool(): method mayRaiseExceptionBool (line 1007) | def mayRaiseExceptionBool(exception_type): method mayRaiseExceptionAttributeLookup (line 1010) | def mayRaiseExceptionAttributeLookup(self, exception_type, attribute_n... method mayRaiseExceptionAttributeLookupSpecial (line 1014) | def mayRaiseExceptionAttributeLookupSpecial(self, exception_type, attr... method computeExpressionOperationNot (line 1018) | def computeExpressionOperationNot(self, not_node, trace_collection): method computeExpressionOperationRepr (line 1026) | def computeExpressionOperationRepr(self, repr_node, trace_collection): method computeExpressionLen (line 1037) | def computeExpressionLen(self, len_node, trace_collection): method computeExpressionAbs (line 1045) | def computeExpressionAbs(self, abs_node, trace_collection): method computeExpressionInt (line 1053) | def computeExpressionInt(self, int_node, trace_collection): method computeExpressionLong (line 1061) | def computeExpressionLong(self, long_node, trace_collection): method computeExpressionFloat (line 1069) | def computeExpressionFloat(self, float_node, trace_collection): method computeExpressionBytes (line 1077) | def computeExpressionBytes(self, bytes_node, trace_collection): method isKnownToHaveAttribute (line 1091) | def isKnownToHaveAttribute(self, attribute_name): method getKnownAttributeValue (line 1099) | def getKnownAttributeValue(self, attribute_name): method computeExpressionAttribute (line 1102) | def computeExpressionAttribute(self, lookup_node, attribute_name, trac... method computeExpressionSubscript (line 1121) | def computeExpressionSubscript(self, lookup_node, subscript, trace_col... method computeExpressionSlice (line 1139) | def computeExpressionSlice(self, lookup_node, lower, upper, trace_coll... method computeExpressionComparisonIn (line 1187) | def computeExpressionComparisonIn(self, in_node, value_node, trace_col... method computeExpressionBool (line 1205) | def computeExpressionBool(self, trace_collection): class ExpressionSpecBasedComputationMixin (line 1219) | class ExpressionSpecBasedComputationMixin(object): method computeBuiltinSpec (line 1225) | def computeBuiltinSpec(self, trace_collection, given_values): class ExpressionSpecBasedComputationNoRaiseMixin (line 1242) | class ExpressionSpecBasedComputationNoRaiseMixin(object): method computeBuiltinSpec (line 1248) | def computeBuiltinSpec(self, trace_collection, given_values): class ExpressionBuiltinSingleArgBase (line 1262) | class ExpressionBuiltinSingleArgBase( method __init__ (line 1267) | def __init__(self, value, source_ref): method computeExpression (line 1272) | def computeExpression(self, trace_collection): FILE: nuitka/nodes/ExpressionBasesGenerated.py class NoChildHavingFinalNoRaiseMixin (line 43) | class NoChildHavingFinalNoRaiseMixin(ExpressionBase): method finalize (line 51) | def finalize(self): method computeExpressionRaw (line 54) | def computeExpressionRaw(self, trace_collection): method mayRaiseExceptionOperation (line 65) | def mayRaiseExceptionOperation(): method mayRaiseException (line 69) | def mayRaiseException(exception_type): method collectVariableAccesses (line 72) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingArgsTupleFinalNoRaiseMixin (line 83) | class ChildHavingArgsTupleFinalNoRaiseMixin(ExpressionBase): method __init__ (line 90) | def __init__(self, args, source_ref): method getVisitableNodes (line 100) | def getVisitableNodes(self): method getVisitableNodesNamed (line 105) | def getVisitableNodesNamed(self): method replaceChild (line 113) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 129) | def getCloneArgs(self): method finalize (line 143) | def finalize(self): method computeExpressionRaw (line 150) | def computeExpressionRaw(self, trace_collection): method mayRaiseExceptionOperation (line 184) | def mayRaiseExceptionOperation(): method mayRaiseException (line 187) | def mayRaiseException(self, exception_type): method collectVariableAccesses (line 192) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingArgsTupleNameOptionalPathOptionalFinalNoRaiseMixin (line 203) | class ChildrenHavingArgsTupleNameOptionalPathOptionalFinalNoRaiseMixin(E... method __init__ (line 210) | def __init__(self, args, name, path, source_ref): method getVisitableNodes (line 230) | def getVisitableNodes(self): method getVisitableNodesNamed (line 247) | def getVisitableNodesNamed(self): method replaceChild (line 259) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 293) | def getCloneArgs(self): method finalize (line 313) | def finalize(self): method computeExpressionRaw (line 326) | def computeExpressionRaw(self, trace_collection): method mayRaiseExceptionOperation (line 358) | def mayRaiseExceptionOperation(): method mayRaiseException (line 361) | def mayRaiseException(self, exception_type): method collectVariableAccesses (line 374) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingCallableArgSentinelFinalMixin (line 395) | class ChildrenHavingCallableArgSentinelFinalMixin(ExpressionBase): method __init__ (line 402) | def __init__(self, callable_arg, sentinel, source_ref): method getVisitableNodes (line 413) | def getVisitableNodes(self): method getVisitableNodesNamed (line 421) | def getVisitableNodesNamed(self): method replaceChild (line 432) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 451) | def getCloneArgs(self): method finalize (line 466) | def finalize(self): method computeExpressionRaw (line 474) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 506) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingDistributionNameFinalChildrenMixin (line 517) | class ChildHavingDistributionNameFinalChildrenMixin(ExpressionBase): method __init__ (line 525) | def __init__(self, distribution_name, source_ref): method getVisitableNodes (line 532) | def getVisitableNodes(self): method getVisitableNodesNamed (line 537) | def getVisitableNodesNamed(self): method replaceChild (line 545) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 556) | def getCloneArgs(self): method finalize (line 570) | def finalize(self): method computeExpressionRaw (line 576) | def computeExpressionRaw(self, trace_collection): method computeExpression (line 588) | def computeExpression(self, trace_collection): method collectVariableAccesses (line 591) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingElementsTupleFinalNoRaiseMixin (line 606) | class ChildHavingElementsTupleFinalNoRaiseMixin(ExpressionBase): method __init__ (line 614) | def __init__(self, elements, source_ref): method getVisitableNodes (line 624) | def getVisitableNodes(self): method getVisitableNodesNamed (line 629) | def getVisitableNodesNamed(self): method replaceChild (line 637) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 655) | def getCloneArgs(self): method finalize (line 669) | def finalize(self): method computeExpressionRaw (line 676) | def computeExpressionRaw(self, trace_collection): method mayRaiseExceptionOperation (line 710) | def mayRaiseExceptionOperation(): method mayRaiseException (line 713) | def mayRaiseException(self, exception_type): method collectVariableAccesses (line 718) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingExpressionAttributeNameMixin (line 734) | class ChildHavingExpressionAttributeNameMixin(ExpressionBase): method __init__ (line 742) | def __init__(self, expression, attribute_name, source_ref): method getDetails (line 751) | def getDetails(self): method getVisitableNodes (line 756) | def getVisitableNodes(self): method getVisitableNodesNamed (line 761) | def getVisitableNodesNamed(self): method replaceChild (line 769) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 780) | def getCloneArgs(self): method finalize (line 794) | def finalize(self): method computeExpressionRaw (line 800) | def computeExpressionRaw(self, trace_collection): method computeExpression (line 823) | def computeExpression(self, trace_collection): method collectVariableAccesses (line 826) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingExpressionNameRaiseWaitConstantNameMixin (line 837) | class ChildrenHavingExpressionNameRaiseWaitConstantNameMixin(ExpressionB... method __init__ (line 844) | def __init__(self, expression, name, source_ref): method getVisitableNodes (line 855) | def getVisitableNodes(self): method getVisitableNodesNamed (line 863) | def getVisitableNodesNamed(self): method replaceChild (line 874) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 893) | def getCloneArgs(self): method finalize (line 908) | def finalize(self): method computeExpressionRaw (line 916) | def computeExpressionRaw(self, trace_collection): method computeExpression (line 955) | def computeExpression(self, trace_collection): method collectVariableAccesses (line 958) | def collectVariableAccesses(self, emit_read, emit_write): method computeExpressionConstantName (line 965) | def computeExpressionConstantName(self, trace_collection): class ChildrenHavingLeftRightFinalNoRaiseMixin (line 973) | class ChildrenHavingLeftRightFinalNoRaiseMixin(ExpressionBase): method __init__ (line 980) | def __init__(self, left, right, source_ref): method getVisitableNodes (line 991) | def getVisitableNodes(self): method getVisitableNodesNamed (line 999) | def getVisitableNodesNamed(self): method replaceChild (line 1010) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1029) | def getCloneArgs(self): method finalize (line 1044) | def finalize(self): method computeExpressionRaw (line 1052) | def computeExpressionRaw(self, trace_collection): method mayRaiseExceptionOperation (line 1084) | def mayRaiseExceptionOperation(): method mayRaiseException (line 1087) | def mayRaiseException(self, exception_type): method collectVariableAccesses (line 1092) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingListArgNoRaiseMixin (line 1103) | class ChildHavingListArgNoRaiseMixin(ExpressionBase): method __init__ (line 1111) | def __init__(self, list_arg, source_ref): method getVisitableNodes (line 1118) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1123) | def getVisitableNodesNamed(self): method replaceChild (line 1131) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1142) | def getCloneArgs(self): method finalize (line 1156) | def finalize(self): method computeExpressionRaw (line 1162) | def computeExpressionRaw(self, trace_collection): method mayRaiseExceptionOperation (line 1185) | def mayRaiseExceptionOperation(): method mayRaiseException (line 1188) | def mayRaiseException(self, exception_type): method computeExpression (line 1192) | def computeExpression(self, trace_collection): method collectVariableAccesses (line 1195) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingListArgItemNoRaiseMixin (line 1206) | class ChildrenHavingListArgItemNoRaiseMixin(ExpressionBase): method __init__ (line 1213) | def __init__(self, list_arg, item, source_ref): method getVisitableNodes (line 1224) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1232) | def getVisitableNodesNamed(self): method replaceChild (line 1243) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1262) | def getCloneArgs(self): method finalize (line 1277) | def finalize(self): method computeExpressionRaw (line 1285) | def computeExpressionRaw(self, trace_collection): method mayRaiseExceptionOperation (line 1318) | def mayRaiseExceptionOperation(): method mayRaiseException (line 1321) | def mayRaiseException(self, exception_type): method computeExpression (line 1327) | def computeExpression(self, trace_collection): method collectVariableAccesses (line 1330) | def collectVariableAccesses(self, emit_read, emit_write): class ChildrenHavingListArgValueFinalNoRaiseMixin (line 1341) | class ChildrenHavingListArgValueFinalNoRaiseMixin(ExpressionBase): method __init__ (line 1348) | def __init__(self, list_arg, value, source_ref): method getVisitableNodes (line 1359) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1367) | def getVisitableNodesNamed(self): method replaceChild (line 1378) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1397) | def getCloneArgs(self): method finalize (line 1412) | def finalize(self): method computeExpressionRaw (line 1420) | def computeExpressionRaw(self, trace_collection): method mayRaiseExceptionOperation (line 1452) | def mayRaiseExceptionOperation(): method mayRaiseException (line 1455) | def mayRaiseException(self, exception_type): method collectVariableAccesses (line 1460) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingPairsTupleFinalNoRaiseMixin (line 1471) | class ChildHavingPairsTupleFinalNoRaiseMixin(ExpressionBase): method __init__ (line 1479) | def __init__(self, pairs, source_ref): method getVisitableNodes (line 1489) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1494) | def getVisitableNodesNamed(self): method replaceChild (line 1502) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1518) | def getCloneArgs(self): method finalize (line 1532) | def finalize(self): method computeExpressionRaw (line 1539) | def computeExpressionRaw(self, trace_collection): method mayRaiseExceptionOperation (line 1573) | def mayRaiseExceptionOperation(): method mayRaiseException (line 1576) | def mayRaiseException(self, exception_type): method collectVariableAccesses (line 1581) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingPromptOptionalFinalMixin (line 1597) | class ChildHavingPromptOptionalFinalMixin(ExpressionBase): method __init__ (line 1604) | def __init__(self, prompt, source_ref): method getVisitableNodes (line 1612) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1622) | def getVisitableNodesNamed(self): method replaceChild (line 1630) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1642) | def getCloneArgs(self): method finalize (line 1660) | def finalize(self): method computeExpressionRaw (line 1667) | def computeExpressionRaw(self, trace_collection): method collectVariableAccesses (line 1692) | def collectVariableAccesses(self, emit_read, emit_write): class ChildHavingValueFinalNoRaiseMixin (line 1705) | class ChildHavingValueFinalNoRaiseMixin(ExpressionBase): method __init__ (line 1713) | def __init__(self, value, source_ref): method getVisitableNodes (line 1720) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1725) | def getVisitableNodesNamed(self): method replaceChild (line 1733) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1744) | def getCloneArgs(self): method finalize (line 1758) | def finalize(self): method computeExpressionRaw (line 1764) | def computeExpressionRaw(self, trace_collection): method mayRaiseExceptionOperation (line 1786) | def mayRaiseExceptionOperation(): method mayRaiseException (line 1789) | def mayRaiseException(self, exception_type): method collectVariableAccesses (line 1792) | def collectVariableAccesses(self, emit_read, emit_write): FILE: nuitka/nodes/ExpressionShapeMixins.py class ExpressionSpecificDerivedMixinBase (line 54) | class ExpressionSpecificDerivedMixinBase(object): method hasShapeNoneExact (line 65) | def hasShapeNoneExact(): method hasShapeBoolExact (line 69) | def hasShapeBoolExact(): method hasShapeDictionaryExact (line 73) | def hasShapeDictionaryExact(): method hasShapeListExact (line 77) | def hasShapeListExact(): method hasShapeSetExact (line 81) | def hasShapeSetExact(): method hasShapeFrozensetExact (line 85) | def hasShapeFrozensetExact(): method hasShapeTupleExact (line 89) | def hasShapeTupleExact(): method hasShapeStrExact (line 93) | def hasShapeStrExact(): method hasShapeUnicodeExact (line 97) | def hasShapeUnicodeExact(): method hasShapeStrOrUnicodeExact (line 101) | def hasShapeStrOrUnicodeExact(): method hasShapeBytesExact (line 105) | def hasShapeBytesExact(): method hasShapeBytearrayExact (line 109) | def hasShapeBytearrayExact(): method hasShapeFloatExact (line 113) | def hasShapeFloatExact(): method hasShapeComplexExact (line 117) | def hasShapeComplexExact(): method hasShapeIntExact (line 121) | def hasShapeIntExact(): method hasShapeLongExact (line 125) | def hasShapeLongExact(): method hasShapeSliceExact (line 129) | def hasShapeSliceExact(): class ExpressionSpecificExactMixinBase (line 133) | class ExpressionSpecificExactMixinBase(ExpressionSpecificDerivedMixinBase): method hasShapeTrustedAttributes (line 144) | def hasShapeTrustedAttributes(): method isKnownToHaveAttribute (line 148) | def isKnownToHaveAttribute(self, attribute_name): method getKnownAttributeValue (line 152) | def getKnownAttributeValue(self, attribute_name): method mayRaiseExceptionAttributeLookup (line 155) | def mayRaiseExceptionAttributeLookup(self, exception_type, attribute_n... method mayRaiseExceptionBool (line 160) | def mayRaiseExceptionBool(exception_type): method mayHaveSideEffectsBool (line 165) | def mayHaveSideEffectsBool(): class ExpressionNonIterableTypeShapeMixin (line 169) | class ExpressionNonIterableTypeShapeMixin(object): method getIterationLength (line 175) | def getIterationLength(): method isKnownToBeIterable (line 179) | def isKnownToBeIterable(count): method isKnownToBeIterableAtMin (line 184) | def isKnownToBeIterableAtMin(count): method canPredictIterationValues (line 189) | def canPredictIterationValues(): method computeExpressionIter1 (line 192) | def computeExpressionIter1(self, iter_node, trace_collection): class ExpressionIterableTypeShapeMixin (line 208) | class ExpressionIterableTypeShapeMixin(object): method isKnownToBeIterable (line 214) | def isKnownToBeIterable(self, count): method isKnownToBeIterableAtMin (line 217) | def isKnownToBeIterableAtMin(self, count): method canPredictIterationValues (line 222) | def canPredictIterationValues(self): class ExpressionDictShapeExactMixin (line 226) | class ExpressionDictShapeExactMixin( method getTypeShape (line 234) | def getTypeShape(): method hasShapeDictionaryExact (line 238) | def hasShapeDictionaryExact(): method isKnownToHaveAttribute (line 242) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 246) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 250) | def isKnownToBeHashable(): method extractUnhashableNodeType (line 253) | def extractUnhashableNodeType(self): method getExpressionDictInConstant (line 261) | def getExpressionDictInConstant(value): class ExpressionListShapeExactMixin (line 266) | class ExpressionListShapeExactMixin( method getTypeShape (line 274) | def getTypeShape(): method hasShapeListExact (line 278) | def hasShapeListExact(): method isKnownToHaveAttribute (line 282) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 286) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 290) | def isKnownToBeHashable(): method extractUnhashableNodeType (line 293) | def extractUnhashableNodeType(self): class ExpressionFrozensetShapeExactMixin (line 299) | class ExpressionFrozensetShapeExactMixin( method getTypeShape (line 307) | def getTypeShape(): method hasShapeListExact (line 311) | def hasShapeListExact(): method isKnownToHaveAttribute (line 315) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 319) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 323) | def isKnownToBeHashable(): class ExpressionSetShapeExactMixin (line 327) | class ExpressionSetShapeExactMixin( method getTypeShape (line 335) | def getTypeShape(): method hasShapeSetExact (line 339) | def hasShapeSetExact(): method isKnownToHaveAttribute (line 343) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 347) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 351) | def isKnownToBeHashable(): method extractUnhashableNodeType (line 354) | def extractUnhashableNodeType(self): class ExpressionTupleShapeExactMixin (line 358) | class ExpressionTupleShapeExactMixin( method getTypeShape (line 366) | def getTypeShape(): method hasShapeTupleExact (line 370) | def hasShapeTupleExact(): method isKnownToHaveAttribute (line 374) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 378) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 382) | def isKnownToBeHashable(): class ExpressionBoolShapeExactMixin (line 386) | class ExpressionBoolShapeExactMixin( method getTypeShape (line 394) | def getTypeShape(): method hasShapeBoolExact (line 398) | def hasShapeBoolExact(): method isKnownToHaveAttribute (line 402) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 406) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 410) | def isKnownToBeHashable(): class ExpressionStrShapeExactMixin (line 414) | class ExpressionStrShapeExactMixin( method getTypeShape (line 422) | def getTypeShape(): method hasShapeStrExact (line 426) | def hasShapeStrExact(): method hasShapeStrOrUnicodeExact (line 430) | def hasShapeStrOrUnicodeExact(): method isKnownToHaveAttribute (line 434) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 438) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 442) | def isKnownToBeHashable(): class ExpressionBytesShapeExactMixin (line 446) | class ExpressionBytesShapeExactMixin( method getTypeShape (line 454) | def getTypeShape(): method hasShapeBytesExact (line 458) | def hasShapeBytesExact(): method isKnownToHaveAttribute (line 462) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 466) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 470) | def isKnownToBeHashable(): class ExpressionBytearrayShapeExactMixin (line 474) | class ExpressionBytearrayShapeExactMixin( method getTypeShape (line 482) | def getTypeShape(): method hasShapeBytearrayExact (line 486) | def hasShapeBytearrayExact(): method isKnownToHaveAttribute (line 490) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 494) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 498) | def isKnownToBeHashable(): method extractUnhashableNodeType (line 501) | def extractUnhashableNodeType(self): class ExpressionUnicodeShapeExactMixin (line 507) | class ExpressionUnicodeShapeExactMixin( method getTypeShape (line 515) | def getTypeShape(): method hasShapeUnicodeExact (line 519) | def hasShapeUnicodeExact(): method hasShapeStrOrUnicodeExact (line 523) | def hasShapeStrOrUnicodeExact(): method isKnownToHaveAttribute (line 527) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 531) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 535) | def isKnownToBeHashable(): class ExpressionStrOrUnicodeExactMixin (line 543) | class ExpressionStrOrUnicodeExactMixin( method getTypeShape (line 551) | def getTypeShape(): method hasShapeStrOrUnicodeExact (line 555) | def hasShapeStrOrUnicodeExact(): method isKnownToHaveAttribute (line 559) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 565) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 569) | def isKnownToBeHashable(): class ExpressionFloatShapeExactMixin (line 573) | class ExpressionFloatShapeExactMixin( method getTypeShape (line 581) | def getTypeShape(): method hasShapeFloatExact (line 585) | def hasShapeFloatExact(): method isKnownToHaveAttribute (line 589) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 593) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 597) | def isKnownToBeHashable(): class ExpressionIntShapeExactMixin (line 601) | class ExpressionIntShapeExactMixin( method getTypeShape (line 609) | def getTypeShape(): method hasShapeIntExact (line 613) | def hasShapeIntExact(): method isKnownToHaveAttribute (line 617) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 621) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 625) | def isKnownToBeHashable(): class ExpressionLongShapeExactMixin (line 629) | class ExpressionLongShapeExactMixin( method getTypeShape (line 637) | def getTypeShape(): method hasShapeLongExact (line 641) | def hasShapeLongExact(): method isKnownToHaveAttribute (line 645) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 649) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 653) | def isKnownToBeHashable(): class ExpressionIntOrLongExactMixin (line 661) | class ExpressionIntOrLongExactMixin( method getTypeShape (line 669) | def getTypeShape(): method isKnownToHaveAttribute (line 673) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 679) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 683) | def isKnownToBeHashable(): class ExpressionEllipsisShapeExactMixin (line 687) | class ExpressionEllipsisShapeExactMixin( method getTypeShape (line 695) | def getTypeShape(): method isKnownToHaveAttribute (line 699) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 703) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 707) | def isKnownToBeHashable(): method getTruthValue (line 711) | def getTruthValue(): class ExpressionNoneShapeExactMixin (line 717) | class ExpressionNoneShapeExactMixin( method getTypeShape (line 725) | def getTypeShape(): method hasShapeNoneExact (line 729) | def hasShapeNoneExact(): method isKnownToHaveAttribute (line 733) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 737) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 741) | def isKnownToBeHashable(): method getTruthValue (line 745) | def getTruthValue(): class ExpressionComplexShapeExactMixin (line 751) | class ExpressionComplexShapeExactMixin( method getTypeShape (line 759) | def getTypeShape(): method hasShapeComplexExact (line 763) | def hasShapeComplexExact(): method isKnownToHaveAttribute (line 767) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 775) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 779) | def isKnownToBeHashable(): class ExpressionSliceShapeExactMixin (line 783) | class ExpressionSliceShapeExactMixin( method getTypeShape (line 791) | def getTypeShape(): method hasShapeSliceExact (line 795) | def hasShapeSliceExact(): method isKnownToHaveAttribute (line 799) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 803) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 807) | def isKnownToBeHashable(): class ExpressionTypeShapeExactMixin (line 811) | class ExpressionTypeShapeExactMixin( method getTypeShape (line 819) | def getTypeShape(): method hasShapeTypeExact (line 823) | def hasShapeTypeExact(): method isKnownToHaveAttribute (line 827) | def isKnownToHaveAttribute(attribute_name): method getKnownAttributeValue (line 831) | def getKnownAttributeValue(attribute_name): method isKnownToBeHashable (line 835) | def isKnownToBeHashable(): class ExpressionStrDerivedShapeMixin (line 839) | class ExpressionStrDerivedShapeMixin(ExpressionSpecificDerivedMixinBase): method getTypeShape (line 845) | def getTypeShape(): class ExpressionUnicodeDerivedShapeMixin (line 849) | class ExpressionUnicodeDerivedShapeMixin(ExpressionSpecificDerivedMixinB... method getTypeShape (line 855) | def getTypeShape(): class ExpressionStrOrUnicodeDerivedShapeMixin (line 863) | class ExpressionStrOrUnicodeDerivedShapeMixin(ExpressionSpecificDerivedM... method getTypeShape (line 869) | def getTypeShape(): FILE: nuitka/nodes/FrameNodes.py function checkFrameStatements (line 24) | def checkFrameStatements(value): class StatementsFrameBase (line 36) | class StatementsFrameBase(StatementsSequence): method __init__ (line 41) | def __init__(self, statements, code_object, source_ref): method isStatementsFrame (line 48) | def isStatementsFrame(self): method getDetails (line 51) | def getDetails(self): method getDetailsForDisplay (line 58) | def getDetailsForDisplay(self): method fromXML (line 67) | def fromXML(cls, provider, source_ref, **args): method getGuardMode (line 83) | def getGuardMode(self): method needsExceptionFramePreservation (line 97) | def needsExceptionFramePreservation(): method getVarNames (line 100) | def getVarNames(self): method updateLocalNames (line 103) | def updateLocalNames(self): method markAsFrameExceptionPreserving (line 151) | def markAsFrameExceptionPreserving(self): method needsFrameExceptionPreserving (line 154) | def needsFrameExceptionPreserving(self): method getCodeObject (line 157) | def getCodeObject(self): method computeStatementsSequence (line 160) | def computeStatementsSequence(self, trace_collection): method hasStructureMember (line 259) | def hasStructureMember(self): method getStructureMember (line 262) | def getStructureMember(self): class StatementsFrameModule (line 269) | class StatementsFrameModule(StatementsFrameBase): method __init__ (line 272) | def __init__(self, statements, code_object, source_ref): method hasStructureMember (line 281) | def hasStructureMember(): class StatementsFrameFunction (line 285) | class StatementsFrameFunction(StatementsFrameBase): method __init__ (line 288) | def __init__(self, statements, code_object, source_ref): method hasStructureMember (line 297) | def hasStructureMember(): class StatementsFrameClass (line 301) | class StatementsFrameClass(StatementsFrameBase): method __init__ (line 306) | def __init__(self, statements, code_object, locals_scope, source_ref): method hasStructureMember (line 317) | def hasStructureMember(): method getLocalsScope (line 320) | def getLocalsScope(self): class StatementsFrameGeneratorBase (line 324) | class StatementsFrameGeneratorBase(StatementsFrameBase): method __init__ (line 325) | def __init__(self, statements, code_object, source_ref): method getGuardMode (line 334) | def getGuardMode(): method hasStructureMember (line 339) | def hasStructureMember(): class StatementsFrameGenerator (line 343) | class StatementsFrameGenerator(StatementsFrameGeneratorBase): method needsExceptionFramePreservation (line 349) | def needsExceptionFramePreservation(): method getStructureMember (line 353) | def getStructureMember(): class StatementsFrameCoroutine (line 357) | class StatementsFrameCoroutine(StatementsFrameGeneratorBase): method getStructureMember (line 363) | def getStructureMember(): class StatementsFrameAsyncgen (line 367) | class StatementsFrameAsyncgen(StatementsFrameGeneratorBase): method getStructureMember (line 373) | def getStructureMember(): FILE: nuitka/nodes/FunctionAttributeNodes.py class ExpressionFunctionQualnameRef (line 22) | class ExpressionFunctionQualnameRef(CompileTimeConstantExpressionBase): method __init__ (line 35) | def __init__(self, function_body, source_ref): method finalize (line 40) | def finalize(self): method computeExpressionRaw (line 44) | def computeExpressionRaw(self, trace_collection): method getCompileTimeConstant (line 58) | def getCompileTimeConstant(self): class ExpressionFunctionErrorStr (line 62) | class ExpressionFunctionErrorStr( method __init__ (line 76) | def __init__(self, value, source_ref): method mayRaiseException (line 81) | def mayRaiseException(self, exception_type): method computeExpression (line 84) | def computeExpression(self, trace_collection): FILE: nuitka/nodes/FunctionNodes.py class MaybeLocalVariableUsage (line 65) | class MaybeLocalVariableUsage(Exception): class ExpressionFunctionBodyBase (line 69) | class ExpressionFunctionBodyBase( method __init__ (line 98) | def __init__(self, provider, name, body, code_prefix, flags, source_ref): method isExpressionFunctionBodyBase (line 131) | def isExpressionFunctionBodyBase(): method getEntryPoint (line 134) | def getEntryPoint(self): method getContainingClassDictCreation (line 144) | def getContainingClassDictCreation(self): method hasFlag (line 155) | def hasFlag(self, flag): method discardFlag (line 158) | def discardFlag(self, flag): method isEarlyClosure (line 163) | def isEarlyClosure(): method getLocalsScope (line 175) | def getLocalsScope(self): method hasVariableName (line 179) | def hasVariableName(self, variable_name): method getProvidedVariables (line 185) | def getProvidedVariables(self): method getLocalVariables (line 191) | def getLocalVariables(self): method getUserLocalVariables (line 198) | def getUserLocalVariables(self): method getOutlineLocalVariables (line 206) | def getOutlineLocalVariables(self): method removeClosureVariable (line 219) | def removeClosureVariable(self, variable): method demoteClosureVariable (line 229) | def demoteClosureVariable(self, variable): method hasClosureVariable (line 251) | def hasClosureVariable(self, variable): method getVariableForAssignment (line 254) | def getVariableForAssignment(self, variable_name): method getVariableForReference (line 264) | def getVariableForReference(self, variable_name): method getVariableForClosure (line 293) | def getVariableForClosure(self, variable_name): method takeVariableForClosure (line 301) | def takeVariableForClosure(self, variable_name): method createProvidedVariable (line 306) | def createProvidedVariable(self, variable_name): method addNonlocalsDeclaration (line 315) | def addNonlocalsDeclaration(self, names, user_provided, source_ref): method consumeNonlocalDeclarations (line 327) | def consumeNonlocalDeclarations(self): method getFunctionName (line 339) | def getFunctionName(self): method getFunctionQualname (line 342) | def getFunctionQualname(self): method computeExpression (line 358) | def computeExpression(self, trace_collection): method mayRaiseException (line 364) | def mayRaiseException(self, exception_type): method getFunctionInlineCost (line 372) | def getFunctionInlineCost(self, values): method optimizeUnusedClosureVariables (line 381) | def optimizeUnusedClosureVariables(self): method optimizeVariableReleases (line 410) | def optimizeVariableReleases(self): class ExpressionFunctionEntryPointBase (line 425) | class ExpressionFunctionEntryPointBase(EntryPointMixin, ExpressionFuncti... method __init__ (line 428) | def __init__( method getDetails (line 459) | def getDetails(self): method getCodeObject (line 466) | def getCodeObject(self): method getChildQualname (line 469) | def getChildQualname(self, function_name): method computeFunctionRaw (line 472) | def computeFunctionRaw(self, trace_collection): method computeFunction (line 486) | def computeFunction(self, trace_collection): method removeVariableReleases (line 505) | def removeVariableReleases(self, variable): method getParameterVariablesWithManualRelease (line 513) | def getParameterVariablesWithManualRelease(self): method isAutoReleaseVariable (line 527) | def isAutoReleaseVariable(self, variable): method getFunctionVariablesWithAutoReleases (line 531) | def getFunctionVariablesWithAutoReleases(self): method getConstantReturnValue (line 543) | def getConstantReturnValue(): class ExpressionFunctionBody (line 553) | class ExpressionFunctionBody( method __init__ (line 577) | def __init__( method getDetails (line 624) | def getDetails(self): method getDetailsForDisplay (line 635) | def getDetailsForDisplay(self): method fromXML (line 653) | def fromXML(cls, provider, source_ref, **args): method isExpressionFunctionBody (line 687) | def isExpressionFunctionBody(): method getParent (line 690) | def getParent(self): method getDoc (line 693) | def getDoc(self): method getParameters (line 696) | def getParameters(self): method needsCreation (line 699) | def needsCreation(self): method markAsNeedsCreation (line 702) | def markAsNeedsCreation(self): method needsDirectCall (line 705) | def needsDirectCall(self): method markAsDirectlyCalled (line 708) | def markAsDirectlyCalled(self): method isCrossModuleUsed (line 711) | def isCrossModuleUsed(self): method markAsCrossModuleUsed (line 714) | def markAsCrossModuleUsed(self): method computeExpressionCall (line 717) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method isCompileTimeConstant (line 725) | def isCompileTimeConstant(): method mayRaiseException (line 732) | def mayRaiseException(self, exception_type): method markAsExceptionReturnValue (line 737) | def markAsExceptionReturnValue(self): method needsExceptionReturnValue (line 740) | def needsExceptionReturnValue(self): method getConstantReturnValue (line 743) | def getConstantReturnValue(self): class ExpressionFunctionPureBody (line 765) | class ExpressionFunctionPureBody(ExpressionFunctionBody): method __init__ (line 773) | def __init__( method computeFunctionRaw (line 798) | def computeFunctionRaw(self, trace_collection): class ExpressionFunctionPureInlineConstBody (line 842) | class ExpressionFunctionPureInlineConstBody(ExpressionFunctionBody): method getFunctionInlineCost (line 845) | def getFunctionInlineCost(self, values): function makeExpressionFunctionCreation (line 852) | def makeExpressionFunctionCreation( class ExpressionFunctionCreationMixin (line 869) | class ExpressionFunctionCreationMixin(SideEffectsFromChildrenMixin): method isExpressionFunctionCreation (line 874) | def isExpressionFunctionCreation(): method getName (line 877) | def getName(self): method getTypeShape (line 881) | def getTypeShape(): method computeExpression (line 884) | def computeExpression(self, trace_collection): method mayRaiseException (line 905) | def mayRaiseException(self, exception_type): method computeExpressionCall (line 922) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method getClosureVariableVersions (line 1021) | def getClosureVariableVersions(self): class ExpressionFunctionCreationOld (line 1025) | class ExpressionFunctionCreationOld( method __init__ (line 1050) | def __init__(self, kw_defaults, defaults, annotations, function_ref, s... class ExpressionFunctionCreation (line 1064) | class ExpressionFunctionCreation( method __init__ (line 1086) | def __init__(self, defaults, kw_defaults, annotations, function_ref, s... class ExpressionFunctionRef (line 1104) | class ExpressionFunctionRef(ExpressionNoSideEffectsMixin, ExpressionBase): method __init__ (line 1109) | def __init__(self, source_ref, function_body=None, code_name=None): method finalize (line 1119) | def finalize(self): method getName (line 1124) | def getName(self): method getDetails (line 1127) | def getDetails(self): method getDetailsForDisplay (line 1130) | def getDetailsForDisplay(self): method getFunctionBody (line 1133) | def getFunctionBody(self): method computeExpressionRaw (line 1145) | def computeExpressionRaw(self, trace_collection): method getFunctionSourceCode (line 1151) | def getFunctionSourceCode(self): method getFunctionSuperQualifiedName (line 1184) | def getFunctionSuperQualifiedName(self): function makeExpressionFunctionCall (line 1191) | def makeExpressionFunctionCall(function, values, source_ref): class ExpressionFunctionCall (line 1199) | class ExpressionFunctionCall(ChildrenHavingFunctionValuesTupleMixin, Exp... method __init__ (line 1213) | def __init__(self, function, values, source_ref): method computeExpression (line 1224) | def computeExpression(self, trace_collection): method mayRaiseException (line 1264) | def mayRaiseException(self, exception_type): method getClosureVariableVersions (line 1280) | def getClosureVariableVersions(self): FILE: nuitka/nodes/FutureSpecs.py class FutureSpec (line 26) | class FutureSpec(object): method __init__ (line 38) | def __init__(self): method __repr__ (line 50) | def __repr__(self): method clone (line 53) | def clone(self): method isFutureDivision (line 66) | def isFutureDivision(self): method enableFutureDivision (line 69) | def enableFutureDivision(self): method isFuturePrint (line 72) | def isFuturePrint(self): method enableFuturePrint (line 75) | def enableFuturePrint(self): method enableUnicodeLiterals (line 78) | def enableUnicodeLiterals(self): method enableAbsoluteImport (line 81) | def enableAbsoluteImport(self): method enableBarry (line 84) | def enableBarry(self): method enableGeneratorStop (line 87) | def enableGeneratorStop(self): method isAbsoluteImport (line 90) | def isAbsoluteImport(self): method isGeneratorStop (line 93) | def isGeneratorStop(self): method enableFutureAnnotations (line 96) | def enableFutureAnnotations(self): method isFutureAnnotations (line 99) | def isFutureAnnotations(self): method asFlags (line 102) | def asFlags(self): function fromFlags (line 135) | def fromFlags(flags): FILE: nuitka/nodes/GeneratorNodes.py class ExpressionMakeGeneratorObject (line 20) | class ExpressionMakeGeneratorObject( method __init__ (line 29) | def __init__(self, generator_ref, source_ref): method getCodeObject (line 40) | def getCodeObject(self): method computeExpression (line 43) | def computeExpression(self, trace_collection): method getClosureVariableVersions (line 57) | def getClosureVariableVersions(self): class ExpressionGeneratorObjectBody (line 61) | class ExpressionGeneratorObjectBody( method __init__ (line 76) | def __init__(self, provider, name, code_object, flags, auto_release, s... method getFunctionName (line 97) | def getFunctionName(self): method markAsNeedsGeneratorReturnHandling (line 100) | def markAsNeedsGeneratorReturnHandling(self, value): method needsGeneratorReturnHandling (line 103) | def needsGeneratorReturnHandling(self): method needsGeneratorReturnExit (line 106) | def needsGeneratorReturnExit(self): method needsCreation (line 110) | def needsCreation(): method getConstantReturnValue (line 113) | def getConstantReturnValue(self): class StatementGeneratorReturn (line 123) | class StatementGeneratorReturn(StatementReturn): method __init__ (line 126) | def __init__(self, expression, source_ref): method isStatementGeneratorReturn (line 130) | def isStatementGeneratorReturn(): method computeStatement (line 133) | def computeStatement(self, trace_collection): method getStatementNiceName (line 170) | def getStatementNiceName(): class StatementGeneratorReturnNone (line 174) | class StatementGeneratorReturnNone(StatementReturnNone): method __init__ (line 179) | def __init__(self, source_ref): method isStatementGeneratorReturn (line 183) | def isStatementGeneratorReturn(): method getStatementNiceName (line 187) | def getStatementNiceName(): FILE: nuitka/nodes/GlobalsLocalsNodes.py class ExpressionBuiltinGlobals (line 23) | class ExpressionBuiltinGlobals(ExpressionNoSideEffectsMixin, ExpressionB... method __init__ (line 26) | def __init__(self, source_ref): method finalize (line 29) | def finalize(self): method computeExpressionRaw (line 32) | def computeExpressionRaw(self, trace_collection): class ExpressionBuiltinLocalsBase (line 36) | class ExpressionBuiltinLocalsBase(ExpressionNoSideEffectsMixin, Expressi... method __init__ (line 41) | def __init__(self, locals_scope, source_ref): method finalize (line 47) | def finalize(self): method getVariableTraces (line 51) | def getVariableTraces(self): method getLocalsScope (line 54) | def getLocalsScope(self): class ExpressionBuiltinLocalsUpdated (line 58) | class ExpressionBuiltinLocalsUpdated(ExpressionBuiltinLocalsBase): method __init__ (line 61) | def __init__(self, locals_scope, source_ref): method computeExpressionRaw (line 68) | def computeExpressionRaw(self, trace_collection): class ExpressionBuiltinLocalsRef (line 75) | class ExpressionBuiltinLocalsRef(ExpressionBuiltinLocalsBase): method __init__ (line 78) | def __init__(self, locals_scope, source_ref): method getDetails (line 83) | def getDetails(self): method getLocalsScope (line 86) | def getLocalsScope(self): method isFinalUseOfLocals (line 90) | def isFinalUseOfLocals(self): method computeExpressionRaw (line 93) | def computeExpressionRaw(self, trace_collection): class ExpressionBuiltinLocalsCopy (line 129) | class ExpressionBuiltinLocalsCopy(ExpressionBuiltinLocalsBase): method computeExpressionRaw (line 132) | def computeExpressionRaw(self, trace_collection): class ExpressionBuiltinDir1 (line 180) | class ExpressionBuiltinDir1(ExpressionBuiltinSingleArgBase): method computeExpression (line 183) | def computeExpression(self, trace_collection): FILE: nuitka/nodes/HardImportNodesGenerated.py class ExpressionBuiltinsOpenRef (line 109) | class ExpressionBuiltinsOpenRef(ExpressionImportModuleNameHardExistsSpec... method __init__ (line 114) | def __init__(self, source_ref): method computeExpressionCall (line 123) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionBuiltinsOpenCallBase (line 146) | class ExpressionBuiltinsOpenCallBase( method __init__ (line 170) | def __init__( method computeExpression (line 199) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 222) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 226) | def mayRaiseExceptionOperation(): class ExpressionCtypesCdllRef (line 230) | class ExpressionCtypesCdllRef(ExpressionImportModuleNameHardExistsSpecif... method __init__ (line 235) | def __init__(self, source_ref): method computeExpressionCall (line 244) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionCtypesCdllSince38CallBase (line 283) | class ExpressionCtypesCdllSince38CallBase( method __init__ (line 307) | def __init__( method computeExpression (line 325) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 346) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 350) | def mayRaiseExceptionOperation(): class ExpressionCtypesCdllBefore38CallBase (line 354) | class ExpressionCtypesCdllBefore38CallBase( method __init__ (line 377) | def __init__(self, name, mode, handle, use_errno, use_last_error, sour... method computeExpression (line 392) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 412) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 416) | def mayRaiseExceptionOperation(): class ExpressionImportlibMetadataBackportDistributionRef (line 420) | class ExpressionImportlibMetadataBackportDistributionRef( method __init__ (line 427) | def __init__(self, source_ref): method computeExpressionCall (line 436) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionImportlibMetadataBackportDistributionCallBase (line 463) | class ExpressionImportlibMetadataBackportDistributionCallBase( method __init__ (line 477) | def __init__(self, distribution_name, source_ref): method computeExpression (line 489) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 506) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 510) | def mayRaiseExceptionOperation(): class ExpressionImportlibMetadataBackportEntryPointsRef (line 514) | class ExpressionImportlibMetadataBackportEntryPointsRef( method __init__ (line 521) | def __init__(self, source_ref): method computeExpressionCall (line 530) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionImportlibMetadataBackportEntryPointsCallBase (line 557) | class ExpressionImportlibMetadataBackportEntryPointsCallBase( method __init__ (line 571) | def __init__(self, params, source_ref): method computeExpression (line 583) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 600) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 604) | def mayRaiseExceptionOperation(): class ExpressionImportlibMetadataBackportMetadataRef (line 608) | class ExpressionImportlibMetadataBackportMetadataRef( method __init__ (line 615) | def __init__(self, source_ref): method computeExpressionCall (line 624) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionImportlibMetadataBackportMetadataCallBase (line 651) | class ExpressionImportlibMetadataBackportMetadataCallBase( method __init__ (line 665) | def __init__(self, distribution_name, source_ref): method computeExpression (line 677) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 694) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 698) | def mayRaiseExceptionOperation(): class ExpressionImportlibMetadataBackportVersionRef (line 702) | class ExpressionImportlibMetadataBackportVersionRef( method __init__ (line 709) | def __init__(self, source_ref): method computeExpressionCall (line 718) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionImportlibMetadataBackportVersionCallBase (line 745) | class ExpressionImportlibMetadataBackportVersionCallBase( method __init__ (line 759) | def __init__(self, distribution_name, source_ref): method computeExpression (line 771) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 788) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 792) | def mayRaiseExceptionOperation(): class ExpressionImportlibMetadataDistributionRef (line 796) | class ExpressionImportlibMetadataDistributionRef( method __init__ (line 803) | def __init__(self, source_ref): method computeExpressionCall (line 812) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionImportlibMetadataDistributionCallBase (line 839) | class ExpressionImportlibMetadataDistributionCallBase( method __init__ (line 853) | def __init__(self, distribution_name, source_ref): method computeExpression (line 864) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 881) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 885) | def mayRaiseExceptionOperation(): class ExpressionImportlibMetadataEntryPointsRef (line 889) | class ExpressionImportlibMetadataEntryPointsRef( method __init__ (line 896) | def __init__(self, source_ref): method computeExpressionCall (line 905) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionImportlibMetadataEntryPointsSince310CallBase (line 950) | class ExpressionImportlibMetadataEntryPointsSince310CallBase( method __init__ (line 966) | def __init__(self, params, source_ref): method computeExpression (line 977) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 994) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 998) | def mayRaiseExceptionOperation(): class ExpressionImportlibMetadataEntryPointsBefore310CallBase (line 1002) | class ExpressionImportlibMetadataEntryPointsBefore310CallBase( method __init__ (line 1016) | def __init__(self, source_ref): method finalize (line 1022) | def finalize(self): method computeExpressionRaw (line 1025) | def computeExpressionRaw(self, trace_collection): method replaceWithCompileTimeValue (line 1037) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 1041) | def mayRaiseExceptionOperation(): class ExpressionImportlibMetadataMetadataRef (line 1045) | class ExpressionImportlibMetadataMetadataRef( method __init__ (line 1052) | def __init__(self, source_ref): method computeExpressionCall (line 1061) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionImportlibMetadataMetadataCallBase (line 1088) | class ExpressionImportlibMetadataMetadataCallBase( method __init__ (line 1102) | def __init__(self, distribution_name, source_ref): method computeExpression (line 1113) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 1130) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 1134) | def mayRaiseExceptionOperation(): class ExpressionImportlibMetadataVersionRef (line 1138) | class ExpressionImportlibMetadataVersionRef( method __init__ (line 1145) | def __init__(self, source_ref): method computeExpressionCall (line 1154) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionImportlibMetadataVersionCallBase (line 1181) | class ExpressionImportlibMetadataVersionCallBase( method __init__ (line 1195) | def __init__(self, distribution_name, source_ref): method computeExpression (line 1206) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 1223) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 1227) | def mayRaiseExceptionOperation(): class ExpressionImportlibResourcesBackportFilesRef (line 1231) | class ExpressionImportlibResourcesBackportFilesRef( method __init__ (line 1238) | def __init__(self, source_ref): method computeExpressionCall (line 1247) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionImportlibResourcesBackportFilesCallBase (line 1274) | class ExpressionImportlibResourcesBackportFilesCallBase( method __init__ (line 1288) | def __init__(self, package, source_ref): method computeExpression (line 1300) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 1317) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 1321) | def mayRaiseExceptionOperation(): class ExpressionImportlibResourcesBackportReadBinaryRef (line 1325) | class ExpressionImportlibResourcesBackportReadBinaryRef( method __init__ (line 1332) | def __init__(self, source_ref): method computeExpressionCall (line 1341) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionImportlibResourcesBackportReadBinaryCallBase (line 1368) | class ExpressionImportlibResourcesBackportReadBinaryCallBase( method __init__ (line 1385) | def __init__(self, package, resource, source_ref): method computeExpression (line 1398) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 1418) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 1422) | def mayRaiseExceptionOperation(): class ExpressionImportlibResourcesBackportReadTextRef (line 1426) | class ExpressionImportlibResourcesBackportReadTextRef( method __init__ (line 1433) | def __init__(self, source_ref): method computeExpressionCall (line 1442) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionImportlibResourcesBackportReadTextCallBase (line 1469) | class ExpressionImportlibResourcesBackportReadTextCallBase( method __init__ (line 1490) | def __init__(self, package, resource, encoding, errors, source_ref): method computeExpression (line 1505) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 1527) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 1531) | def mayRaiseExceptionOperation(): class ExpressionImportlibResourcesFilesRef (line 1535) | class ExpressionImportlibResourcesFilesRef( method __init__ (line 1542) | def __init__(self, source_ref): method computeExpressionCall (line 1551) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionImportlibResourcesFilesCallBase (line 1576) | class ExpressionImportlibResourcesFilesCallBase( method __init__ (line 1590) | def __init__(self, package, source_ref): method computeExpression (line 1601) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 1618) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 1622) | def mayRaiseExceptionOperation(): class ExpressionImportlibResourcesReadBinaryRef (line 1626) | class ExpressionImportlibResourcesReadBinaryRef( method __init__ (line 1633) | def __init__(self, source_ref): method computeExpressionCall (line 1642) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionImportlibResourcesReadBinaryCallBase (line 1669) | class ExpressionImportlibResourcesReadBinaryCallBase( method __init__ (line 1686) | def __init__(self, package, resource, source_ref): method computeExpression (line 1698) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 1718) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 1722) | def mayRaiseExceptionOperation(): class ExpressionImportlibResourcesReadTextRef (line 1726) | class ExpressionImportlibResourcesReadTextRef( method __init__ (line 1733) | def __init__(self, source_ref): method computeExpressionCall (line 1742) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionImportlibResourcesReadTextCallBase (line 1769) | class ExpressionImportlibResourcesReadTextCallBase( method __init__ (line 1790) | def __init__(self, package, resource, encoding, errors, source_ref): method computeExpression (line 1804) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 1826) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 1830) | def mayRaiseExceptionOperation(): class ExpressionOsListdirRef (line 1834) | class ExpressionOsListdirRef(ExpressionImportModuleNameHardExistsSpecifi... method __init__ (line 1839) | def __init__(self, source_ref): method computeExpressionCall (line 1848) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionOsListdirCallBase (line 1871) | class ExpressionOsListdirCallBase(ChildHavingPathOptionalMixin, Expressi... method __init__ (line 1883) | def __init__(self, path, source_ref): method computeExpression (line 1894) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 1908) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 1912) | def mayRaiseExceptionOperation(): class ExpressionOsPathAbspathRef (line 1916) | class ExpressionOsPathAbspathRef(ExpressionImportModuleNameHardExistsSpe... method __init__ (line 1921) | def __init__(self, source_ref): method computeExpressionCall (line 1930) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionOsPathAbspathCallBase (line 1953) | class ExpressionOsPathAbspathCallBase(ChildHavingPathMixin, ExpressionBa... method __init__ (line 1965) | def __init__(self, path, source_ref): method computeExpression (line 1976) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 1990) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 1994) | def mayRaiseExceptionOperation(): class ExpressionOsPathBasenameRef (line 1998) | class ExpressionOsPathBasenameRef(ExpressionImportModuleNameHardExistsSp... method __init__ (line 2003) | def __init__(self, source_ref): method computeExpressionCall (line 2012) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionOsPathBasenameCallBase (line 2035) | class ExpressionOsPathBasenameCallBase(ChildHavingPMixin, ExpressionBase): method __init__ (line 2047) | def __init__(self, p, source_ref): method computeExpression (line 2058) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 2072) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 2076) | def mayRaiseExceptionOperation(): class ExpressionOsPathDirnameRef (line 2080) | class ExpressionOsPathDirnameRef(ExpressionImportModuleNameHardExistsSpe... method __init__ (line 2085) | def __init__(self, source_ref): method computeExpressionCall (line 2094) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionOsPathDirnameCallBase (line 2117) | class ExpressionOsPathDirnameCallBase(ChildHavingPMixin, ExpressionBase): method __init__ (line 2129) | def __init__(self, p, source_ref): method computeExpression (line 2140) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 2154) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 2158) | def mayRaiseExceptionOperation(): class ExpressionOsPathExistsRef (line 2162) | class ExpressionOsPathExistsRef(ExpressionImportModuleNameHardExistsSpec... method __init__ (line 2167) | def __init__(self, source_ref): method computeExpressionCall (line 2176) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionOsPathExistsCallBase (line 2199) | class ExpressionOsPathExistsCallBase(ChildHavingPathMixin, ExpressionBase): method __init__ (line 2211) | def __init__(self, path, source_ref): method computeExpression (line 2222) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 2236) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 2240) | def mayRaiseExceptionOperation(): class ExpressionOsPathIsabsRef (line 2244) | class ExpressionOsPathIsabsRef(ExpressionImportModuleNameHardExistsSpeci... method __init__ (line 2249) | def __init__(self, source_ref): method computeExpressionCall (line 2258) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionOsPathIsabsCallBase (line 2281) | class ExpressionOsPathIsabsCallBase( method __init__ (line 2295) | def __init__(self, s, source_ref): method computeExpression (line 2306) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 2320) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 2324) | def mayRaiseExceptionOperation(): class ExpressionOsPathIsdirRef (line 2328) | class ExpressionOsPathIsdirRef(ExpressionImportModuleNameHardExistsSpeci... method __init__ (line 2333) | def __init__(self, source_ref): method computeExpressionCall (line 2342) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionOsPathIsdirCallBase (line 2365) | class ExpressionOsPathIsdirCallBase(ChildHavingPathMixin, ExpressionBase): method __init__ (line 2377) | def __init__(self, path, source_ref): method computeExpression (line 2388) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 2402) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 2406) | def mayRaiseExceptionOperation(): class ExpressionOsPathIsfileRef (line 2410) | class ExpressionOsPathIsfileRef(ExpressionImportModuleNameHardExistsSpec... method __init__ (line 2415) | def __init__(self, source_ref): method computeExpressionCall (line 2424) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionOsPathIsfileCallBase (line 2447) | class ExpressionOsPathIsfileCallBase(ChildHavingPathMixin, ExpressionBase): method __init__ (line 2459) | def __init__(self, path, source_ref): method computeExpression (line 2470) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 2484) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 2488) | def mayRaiseExceptionOperation(): class ExpressionOsUnameRef (line 2492) | class ExpressionOsUnameRef(ExpressionImportModuleNameHardExistsSpecificB... method __init__ (line 2497) | def __init__(self, source_ref): method computeExpressionCall (line 2506) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionOsUnameCallBase (line 2529) | class ExpressionOsUnameCallBase(ExpressionBase): method __init__ (line 2539) | def __init__(self, source_ref): method finalize (line 2545) | def finalize(self): method computeExpressionRaw (line 2548) | def computeExpressionRaw(self, trace_collection): method replaceWithCompileTimeValue (line 2560) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 2564) | def mayRaiseExceptionOperation(): class ExpressionPkgResourcesGetDistributionRef (line 2568) | class ExpressionPkgResourcesGetDistributionRef( method __init__ (line 2575) | def __init__(self, source_ref): method computeExpressionCall (line 2584) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionPkgResourcesGetDistributionCallBase (line 2611) | class ExpressionPkgResourcesGetDistributionCallBase( method __init__ (line 2625) | def __init__(self, dist, source_ref): method computeExpression (line 2637) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 2654) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 2658) | def mayRaiseExceptionOperation(): class ExpressionPkgResourcesIterEntryPointsRef (line 2662) | class ExpressionPkgResourcesIterEntryPointsRef( method __init__ (line 2669) | def __init__(self, source_ref): method computeExpressionCall (line 2678) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionPkgResourcesIterEntryPointsCallBase (line 2705) | class ExpressionPkgResourcesIterEntryPointsCallBase( method __init__ (line 2722) | def __init__(self, group, name, source_ref): method computeExpression (line 2735) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 2755) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 2759) | def mayRaiseExceptionOperation(): class ExpressionPkgResourcesRequireRef (line 2763) | class ExpressionPkgResourcesRequireRef( method __init__ (line 2770) | def __init__(self, source_ref): method computeExpressionCall (line 2779) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionPkgResourcesRequireCallBase (line 2802) | class ExpressionPkgResourcesRequireCallBase( method __init__ (line 2816) | def __init__(self, requirements, source_ref): method computeExpression (line 2828) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 2842) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 2846) | def mayRaiseExceptionOperation(): class ExpressionPkgResourcesResourceStreamRef (line 2850) | class ExpressionPkgResourcesResourceStreamRef( method __init__ (line 2857) | def __init__(self, source_ref): method computeExpressionCall (line 2866) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionPkgResourcesResourceStreamCallBase (line 2893) | class ExpressionPkgResourcesResourceStreamCallBase( method __init__ (line 2910) | def __init__(self, package_or_requirement, resource_name, source_ref): method computeExpression (line 2923) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 2943) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 2947) | def mayRaiseExceptionOperation(): class ExpressionPkgResourcesResourceStringRef (line 2951) | class ExpressionPkgResourcesResourceStringRef( method __init__ (line 2958) | def __init__(self, source_ref): method computeExpressionCall (line 2967) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionPkgResourcesResourceStringCallBase (line 2994) | class ExpressionPkgResourcesResourceStringCallBase( method __init__ (line 3011) | def __init__(self, package_or_requirement, resource_name, source_ref): method computeExpression (line 3024) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 3044) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 3048) | def mayRaiseExceptionOperation(): class ExpressionPkgutilGetDataRef (line 3052) | class ExpressionPkgutilGetDataRef(ExpressionImportModuleNameHardExistsSp... method __init__ (line 3057) | def __init__(self, source_ref): method computeExpressionCall (line 3066) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionPkgutilGetDataCallBase (line 3089) | class ExpressionPkgutilGetDataCallBase( method __init__ (line 3106) | def __init__(self, package, resource, source_ref): method computeExpression (line 3118) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 3135) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 3139) | def mayRaiseExceptionOperation(): class ExpressionSysExitRef (line 3143) | class ExpressionSysExitRef(ExpressionImportModuleNameHardExistsSpecificB... method __init__ (line 3148) | def __init__(self, source_ref): method computeExpressionCall (line 3157) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionSysExitCallBase (line 3180) | class ExpressionSysExitCallBase(ChildHavingExitCodeOptionalMixin, Expres... method __init__ (line 3192) | def __init__(self, exit_code, source_ref): method computeExpression (line 3204) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 3218) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 3222) | def mayRaiseExceptionOperation(): class ExpressionTensorflowFunctionRef (line 3226) | class ExpressionTensorflowFunctionRef(ExpressionImportModuleNameHardExis... method __init__ (line 3231) | def __init__(self, source_ref): method computeExpressionCall (line 3240) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... class ExpressionTensorflowFunctionCallBase (line 3263) | class ExpressionTensorflowFunctionCallBase( method __init__ (line 3290) | def __init__( method computeExpression (line 3326) | def computeExpression(self, trace_collection): method replaceWithCompileTimeValue (line 3352) | def replaceWithCompileTimeValue(self, trace_collection): method mayRaiseExceptionOperation (line 3356) | def mayRaiseExceptionOperation(): FILE: nuitka/nodes/ImportHardNodes.py class ExpressionImportHardBase (line 12) | class ExpressionImportHardBase(ExpressionBase): method __init__ (line 17) | def __init__(self, module_name, source_ref): method getModuleUsageAttempt (line 37) | def getModuleUsageAttempt(self): class ExpressionImportModuleNameHardBase (line 49) | class ExpressionImportModuleNameHardBase(ExpressionImportHardBase): method __init__ (line 56) | def __init__(self, module_name, import_name, module_guaranteed, source... method getDetails (line 65) | def getDetails(self): method hasVeryTrustedValue (line 73) | def hasVeryTrustedValue(): method finalize (line 76) | def finalize(self): method getModuleName (line 79) | def getModuleName(self): method getImportName (line 82) | def getImportName(self): class ExpressionImportModuleNameHardMaybeExists (line 86) | class ExpressionImportModuleNameHardMaybeExists(ExpressionImportModuleNa... method computeExpressionRaw (line 95) | def computeExpressionRaw(self, trace_collection): method mayHaveSideEffects (line 104) | def mayHaveSideEffects(): method mayRaiseException (line 108) | def mayRaiseException(exception_type): class ExpressionImportModuleNameHardExists (line 112) | class ExpressionImportModuleNameHardExists(ExpressionImportModuleNameHar... method computeExpressionRaw (line 120) | def computeExpressionRaw(self, trace_collection): method mayHaveSideEffects (line 130) | def mayHaveSideEffects(self): method mayRaiseException (line 133) | def mayRaiseException(self, exception_type): method computeExpressionCallViaVariable (line 136) | def computeExpressionCallViaVariable( class ExpressionImportModuleNameHardExistsSpecificBase (line 148) | class ExpressionImportModuleNameHardExistsSpecificBase( method getDetails (line 154) | def getDetails(): FILE: nuitka/nodes/ImportNodes.py function makeExpressionImportModuleNameHard (line 80) | def makeExpressionImportModuleNameHard( class ExpressionImportAllowanceMixin (line 99) | class ExpressionImportAllowanceMixin(object): method __init__ (line 103) | def __init__(self, using_module_name): class ExpressionImportModuleFixed (line 126) | class ExpressionImportModuleFixed(ExpressionBase): method __init__ (line 144) | def __init__(self, module_name, value_name, source_ref): method _attemptFollow (line 161) | def _attemptFollow(self): method finalize (line 191) | def finalize(self): method getDetails (line 194) | def getDetails(self): method getModuleName (line 197) | def getModuleName(self): method getValueName (line 200) | def getValueName(self): method mayHaveSideEffects (line 204) | def mayHaveSideEffects(): method mayRaiseException (line 209) | def mayRaiseException(exception_type): method getTypeShape (line 213) | def getTypeShape(self): method getModuleUsageAttempt (line 221) | def getModuleUsageAttempt(self): method computeExpressionRaw (line 232) | def computeExpressionRaw(self, trace_collection): method computeExpressionImportName (line 242) | def computeExpressionImportName(self, import_node, import_name, trace_... class ExpressionImportModuleBuiltin (line 252) | class ExpressionImportModuleBuiltin(ExpressionBase): method __init__ (line 268) | def __init__(self, module_name, value_name, source_ref): method getTypeShape (line 288) | def getTypeShape(): method mayRaiseExceptionImportName (line 291) | def mayRaiseExceptionImportName(self, exception_type, import_name): method finalize (line 294) | def finalize(self): method getDetails (line 297) | def getDetails(self): method getModuleName (line 300) | def getModuleName(self): method getValueName (line 303) | def getValueName(self): method mayHaveSideEffects (line 307) | def mayHaveSideEffects(): method mayRaiseException (line 310) | def mayRaiseException(self, exception_type): method getModuleUsageAttempt (line 313) | def getModuleUsageAttempt(self): method computeExpressionRaw (line 324) | def computeExpressionRaw(self, trace_collection): method computeExpressionImportName (line 334) | def computeExpressionImportName(self, import_node, import_name, trace_... class ExpressionImportModuleHard (line 344) | class ExpressionImportModuleHard( method __init__ (line 364) | def __init__(self, using_module_name, module_name, value_name, source_... method isExpressionImportModuleHard (line 391) | def isExpressionImportModuleHard(): method hasVeryTrustedValue (line 395) | def hasVeryTrustedValue(): method finalize (line 398) | def finalize(self): method getDetails (line 401) | def getDetails(self): method getModuleName (line 408) | def getModuleName(self): method getValueName (line 411) | def getValueName(self): method mayHaveSideEffects (line 414) | def mayHaveSideEffects(self): method mayRaiseException (line 417) | def mayRaiseException(self, exception_type): method getTypeShape (line 420) | def getTypeShape(self): method computeExpressionRaw (line 426) | def computeExpressionRaw(self, trace_collection): method computeExpressionImportName (line 435) | def computeExpressionImportName(self, import_node, import_name, trace_... method _getImportNameErrorString (line 444) | def _getImportNameErrorString(module, module_name, name): method _makeRaiseExceptionReplacementExpression (line 458) | def _makeRaiseExceptionReplacementExpression( method _computeExpressionAttribute (line 479) | def _computeExpressionAttribute( method computeExpressionAttribute (line 631) | def computeExpressionAttribute(self, lookup_node, attribute_name, trac... method hasShapeTrustedAttributes (line 639) | def hasShapeTrustedAttributes(self): class ExpressionImportlibImportModuleRef (line 648) | class ExpressionImportlibImportModuleRef( method __init__ (line 653) | def __init__(self, source_ref): method getDetails (line 663) | def getDetails(): method computeExpressionCall (line 666) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... function _getImportNameAsStr (line 680) | def _getImportNameAsStr(value): class ExpressionImportlibImportModuleCall (line 694) | class ExpressionImportlibImportModuleCall( method __init__ (line 703) | def __init__(self, name, package, source_ref): method _resolveImportLibArgs (line 713) | def _resolveImportLibArgs(module_name, package_name): method computeExpression (line 748) | def computeExpression(self, trace_collection): class ExpressionBuiltinImport (line 803) | class ExpressionBuiltinImport(ChildrenExpressionBuiltinImportMixin, Expr... method __init__ (line 820) | def __init__(self, name, globals_arg, locals_arg, fromlist, level, sou... method _getLevelValue (line 840) | def _getLevelValue(self): method _attemptFollow (line 857) | def _attemptFollow(self, module_name): method _getImportedValueName (line 985) | def _getImportedValueName(self, imported_module_name): method computeExpression (line 995) | def computeExpression(self, trace_collection): method mayRaiseException (line 1202) | def mayRaiseException(self, exception_type): class StatementImportStar (line 1206) | class StatementImportStar(StatementImportStarBase): method postInitNode (line 1213) | def postInitNode(self): method getTargetDictScope (line 1218) | def getTargetDictScope(self): method computeStatementOperation (line 1221) | def computeStatementOperation(self, trace_collection): method mayRaiseException (line 1235) | def mayRaiseException(exception_type): method getStatementNiceName (line 1241) | def getStatementNiceName(): class ExpressionImportName (line 1245) | class ExpressionImportName(ChildHavingModuleMixin, ExpressionBase): method __init__ (line 1252) | def __init__(self, module, import_name, level, source_ref): method getImportName (line 1265) | def getImportName(self): method getImportLevel (line 1268) | def getImportLevel(self): method getDetails (line 1271) | def getDetails(self): method computeExpression (line 1274) | def computeExpression(self, trace_collection): method mayRaiseException (line 1281) | def mayRaiseException(self, exception_type): function makeExpressionImportModuleFixed (line 1287) | def makeExpressionImportModuleFixed( function makeExpressionImportModuleBuiltin (line 1308) | def makeExpressionImportModuleBuiltin( FILE: nuitka/nodes/IndicatorMixins.py class MarkUnoptimizedFunctionIndicatorMixin (line 13) | class MarkUnoptimizedFunctionIndicatorMixin(object): method __init__ (line 23) | def __init__(self, flags): method isUnoptimized (line 27) | def isUnoptimized(self): method isUnqualifiedExec (line 30) | def isUnqualifiedExec(self): class MarkNeedsAnnotationsMixin (line 34) | class MarkNeedsAnnotationsMixin(object): method __init__ (line 38) | def __init__(self): method markAsNeedsAnnotationsDictionary (line 41) | def markAsNeedsAnnotationsDictionary(self): method needsAnnotationsDictionary (line 45) | def needsAnnotationsDictionary(self): class EntryPointMixin (line 50) | class EntryPointMixin(object): method __init__ (line 54) | def __init__(self): method setTraceCollection (line 57) | def setTraceCollection(self, trace_collection): method getTraceCollection (line 62) | def getTraceCollection(self): FILE: nuitka/nodes/InjectCNodes.py class StatementInjectCBase (line 9) | class StatementInjectCBase(StatementBase): method __init__ (line 12) | def __init__(self, c_code, source_ref): method finalize (line 17) | def finalize(self): method computeStatement (line 20) | def computeStatement(self, trace_collection): method mayRaiseException (line 24) | def mayRaiseException(exception_type): class StatementInjectCCode (line 28) | class StatementInjectCCode(StatementInjectCBase): class StatementInjectCDecl (line 32) | class StatementInjectCDecl(StatementInjectCBase): FILE: nuitka/nodes/IterationHandles.py class IterationHandleBase (line 15) | class IterationHandleBase(getMetaClassBase("IterationHandle", require_sl... method getNextValueExpression (line 21) | def getNextValueExpression(self): method getIterationValueWithIndex (line 25) | def getIterationValueWithIndex(self, value_index): method getNextValueTruth (line 29) | def getNextValueTruth(self): method getAllElementTruthValue (line 38) | def getAllElementTruthValue(self): class ConstantIterationHandleBase (line 66) | class ConstantIterationHandleBase(IterationHandleBase): method __init__ (line 90) | def __init__(self, constant_node): method __repr__ (line 96) | def __repr__(self): method getNextValueExpression (line 99) | def getNextValueExpression(self): method getNextValueTruth (line 113) | def getNextValueTruth(self): method getIterationValueWithIndex (line 121) | def getIterationValueWithIndex(self, value_index): class ConstantIndexableIterationHandle (line 125) | class ConstantIndexableIterationHandle(ConstantIterationHandleBase): method getIterationValueWithIndex (line 141) | def getIterationValueWithIndex(self, value_index): class ConstantTupleIterationHandle (line 160) | class ConstantTupleIterationHandle(ConstantIndexableIterationHandle): class ConstantListIterationHandle (line 164) | class ConstantListIterationHandle(ConstantIndexableIterationHandle): class ConstantStrIterationHandle (line 168) | class ConstantStrIterationHandle(ConstantIndexableIterationHandle): class ConstantUnicodeIterationHandle (line 172) | class ConstantUnicodeIterationHandle(ConstantIndexableIterationHandle): class ConstantBytesIterationHandle (line 176) | class ConstantBytesIterationHandle(ConstantIndexableIterationHandle): class ConstantBytearrayIterationHandle (line 180) | class ConstantBytearrayIterationHandle(ConstantIndexableIterationHandle): class ConstantRangeIterationHandle (line 184) | class ConstantRangeIterationHandle(ConstantIndexableIterationHandle): class ConstantSetAndDictIterationHandleBase (line 188) | class ConstantSetAndDictIterationHandleBase(ConstantIterationHandleBase): class ConstantSetIterationHandle (line 194) | class ConstantSetIterationHandle(ConstantSetAndDictIterationHandleBase): class ConstantFrozensetIterationHandle (line 198) | class ConstantFrozensetIterationHandle(ConstantSetAndDictIterationHandle... class ConstantDictIterationHandle (line 202) | class ConstantDictIterationHandle(ConstantSetAndDictIterationHandleBase): class ListAndTupleContainerMakingIterationHandle (line 206) | class ListAndTupleContainerMakingIterationHandle(IterationHandleBase): method __init__ (line 229) | def __init__(self, elements): method __repr__ (line 233) | def __repr__(self): method getNextValueExpression (line 236) | def getNextValueExpression(self): method getIterationValueWithIndex (line 245) | def getIterationValueWithIndex(self, value_index): class RangeIterationHandleBase (line 259) | class RangeIterationHandleBase(IterationHandleBase): method __init__ (line 276) | def __init__(self, low_value, range_value, source_ref): method getNextValueExpression (line 281) | def getNextValueExpression(self): method getIterationLength (line 295) | def getIterationLength(self): method getIterationValueWithIndex (line 298) | def getIterationValueWithIndex(self, value_index): method getNextValueTruth (line 315) | def getNextValueTruth(self): method getAllElementTruthValue (line 324) | def getAllElementTruthValue(): class IterationHandleRange1 (line 328) | class IterationHandleRange1(RangeIterationHandleBase): method __init__ (line 333) | def __init__(self, low_value, source_ref): method getIterationLength (line 338) | def getIterationLength(self): method getAllElementTruthValue (line 342) | def getAllElementTruthValue(): class IterationHandleRange2 (line 346) | class IterationHandleRange2(RangeIterationHandleBase): method __init__ (line 351) | def __init__(self, low_value, high_value, source_ref): method getIterationLength (line 358) | def getIterationLength(self): class IterationHandleRange3 (line 362) | class IterationHandleRange3(RangeIterationHandleBase): method __init__ (line 370) | def __init__(self, low_value, high_value, step_value, source_ref): method getIterationLength (line 377) | def getIterationLength(self): FILE: nuitka/nodes/KeyValuePairNodes.py class ExpressionKeyValuePairMixin (line 27) | class ExpressionKeyValuePairMixin(object): method isExpressionKeyValuePair (line 31) | def isExpressionKeyValuePair(): method mayKeyRaiseException (line 35) | def mayKeyRaiseException(self, exception_type): method mayValueRaiseException (line 39) | def mayValueRaiseException(self, exception_type): method getKeyNode (line 43) | def getKeyNode(self): method getValueNode (line 47) | def getValueNode(self): class ExpressionKeyValuePairNonConstantMixin (line 51) | class ExpressionKeyValuePairNonConstantMixin(ExpressionKeyValuePairMixin): method computeExpression (line 54) | def computeExpression(self, trace_collection): method mayRaiseException (line 71) | def mayRaiseException(self, exception_type): method isKeyKnownToBeHashable (line 80) | def isKeyKnownToBeHashable(self): method extractSideEffects (line 83) | def extractSideEffects(self): method onContentEscapes (line 98) | def onContentEscapes(self, trace_collection): method isCompileTimeConstant (line 102) | def isCompileTimeConstant(self): method isKeyExpressionConstantStrRef (line 109) | def isKeyExpressionConstantStrRef(self): method getKeyCompileTimeConstant (line 112) | def getKeyCompileTimeConstant(self): method getValueCompileTimeConstant (line 115) | def getValueCompileTimeConstant(self): method mayKeyRaiseException (line 118) | def mayKeyRaiseException(self, exception_type): method mayValueRaiseException (line 121) | def mayValueRaiseException(self, exception_type): method getKeyNode (line 124) | def getKeyNode(self): method getValueNode (line 127) | def getValueNode(self): method getCompatibleSourceReference (line 130) | def getCompatibleSourceReference(self): class ExpressionKeyValuePairOld (line 134) | class ExpressionKeyValuePairOld( method __init__ (line 147) | def __init__(self, value, key, source_ref): class ExpressionKeyValuePairNew (line 157) | class ExpressionKeyValuePairNew( method __init__ (line 170) | def __init__(self, key, value, source_ref): class ExpressionKeyValuePairConstantKey (line 187) | class ExpressionKeyValuePairConstantKey( method __init__ (line 199) | def __init__(self, key, value, source_ref): method getDetails (line 206) | def getDetails(self): method isKeyKnownToBeHashable (line 210) | def isKeyKnownToBeHashable(): method computeExpression (line 213) | def computeExpression(self, trace_collection): method mayRaiseException (line 217) | def mayRaiseException(self, exception_type): method extractSideEffects (line 220) | def extractSideEffects(self): method onContentEscapes (line 223) | def onContentEscapes(self, trace_collection): method isCompileTimeConstant (line 226) | def isCompileTimeConstant(self): method isKeyExpressionConstantStrRef (line 229) | def isKeyExpressionConstantStrRef(self): method getKeyCompileTimeConstant (line 232) | def getKeyCompileTimeConstant(self): method getValueCompileTimeConstant (line 235) | def getValueCompileTimeConstant(self): method mayKeyRaiseException (line 239) | def mayKeyRaiseException(exception_type): method mayValueRaiseException (line 243) | def mayValueRaiseException(self, exception_type): method getKeyNode (line 246) | def getKeyNode(self): method getValueNode (line 249) | def getValueNode(self): method getCompatibleSourceReference (line 252) | def getCompatibleSourceReference(self): class ExpressionKeyValuePairConstantKeyValue (line 256) | class ExpressionKeyValuePairConstantKeyValue( method __init__ (line 263) | def __init__(self, key, value, source_ref): method finalize (line 269) | def finalize(self): method getDetails (line 273) | def getDetails(self): method isKeyKnownToBeHashable (line 277) | def isKeyKnownToBeHashable(): method computeExpressionRaw (line 280) | def computeExpressionRaw(self, trace_collection): method isCompileTimeConstant (line 285) | def isCompileTimeConstant(): method isKeyExpressionConstantStrRef (line 288) | def isKeyExpressionConstantStrRef(self): method getKeyCompileTimeConstant (line 291) | def getKeyCompileTimeConstant(self): method getValueCompileTimeConstant (line 294) | def getValueCompileTimeConstant(self): method mayKeyRaiseException (line 298) | def mayKeyRaiseException(exception_type): method mayValueRaiseException (line 301) | def mayValueRaiseException(self, exception_type): method getKeyNode (line 304) | def getKeyNode(self): method getValueNode (line 309) | def getValueNode(self): function makeExpressionPairs (line 317) | def makeExpressionPairs(keys, values): function makeExpressionKeyValuePair (line 326) | def makeExpressionKeyValuePair(key, value): function makeExpressionKeyValuePairConstantKey (line 340) | def makeExpressionKeyValuePairConstantKey(key, value): function makeKeyValuePairExpressionsFromKwArgs (line 355) | def makeKeyValuePairExpressionsFromKwArgs(pairs): FILE: nuitka/nodes/ListOperationNodes.py class ExpressionListOperationAppend (line 29) | class ExpressionListOperationAppend(ExpressionListOperationAppendBase): method computeExpression (line 37) | def computeExpression(self, trace_collection): class ExpressionListOperationClear (line 49) | class ExpressionListOperationClear(ExpressionListOperationClearBase): method computeExpression (line 57) | def computeExpression(self, trace_collection): class ExpressionListOperationCopy (line 65) | class ExpressionListOperationCopy( method __init__ (line 74) | def __init__(self, list_arg, source_ref): method computeExpression (line 82) | def computeExpression(self, trace_collection): class ExpressionListOperationCount (line 93) | class ExpressionListOperationCount( class ExpressionListOperationExtend (line 113) | class ExpressionListOperationExtend( method __init__ (line 120) | def __init__(self, list_arg, value, source_ref): method computeExpression (line 129) | def computeExpression(self, trace_collection): class ExpressionListOperationExtendForUnpack (line 146) | class ExpressionListOperationExtendForUnpack(ExpressionListOperationExte... class ExpressionListOperationIndex2 (line 151) | class ExpressionListOperationIndex2( method __init__ (line 159) | def __init__(self, list_arg, value, source_ref): method computeExpression (line 164) | def computeExpression(self, trace_collection): method mayRaiseExceptionOperation (line 177) | def mayRaiseExceptionOperation(): class ExpressionListOperationIndex3 (line 183) | class ExpressionListOperationIndex3( method __init__ (line 191) | def __init__(self, list_arg, value, start, source_ref): method computeExpression (line 198) | def computeExpression(self, trace_collection): method mayRaiseExceptionOperation (line 210) | def mayRaiseExceptionOperation(): class ExpressionListOperationIndex4 (line 216) | class ExpressionListOperationIndex4( method __init__ (line 226) | def __init__(self, list_arg, value, start, stop, source_ref): method computeExpression (line 237) | def computeExpression(self, trace_collection): method mayRaiseExceptionOperation (line 249) | def mayRaiseExceptionOperation(): class ExpressionListOperationInsert (line 254) | class ExpressionListOperationInsert( method __init__ (line 262) | def __init__(self, list_arg, index, item, source_ref): method computeExpression (line 272) | def computeExpression(self, trace_collection): method mayRaiseException (line 286) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 294) | def mayRaiseExceptionOperation(self): class ExpressionListOperationPop1 (line 304) | class ExpressionListOperationPop1(ChildHavingListArgMixin, ExpressionBase): method __init__ (line 310) | def __init__(self, list_arg, source_ref): method computeExpression (line 318) | def computeExpression(self, trace_collection): method mayRaiseExceptionOperation (line 331) | def mayRaiseExceptionOperation(): class ExpressionListOperationPop2 (line 335) | class ExpressionListOperationPop2(ChildrenHavingListArgIndexMixin, Expre... method __init__ (line 341) | def __init__(self, list_arg, index, source_ref): method computeExpression (line 350) | def computeExpression(self, trace_collection): method mayRaiseExceptionOperation (line 360) | def mayRaiseExceptionOperation(): class ExpressionListOperationRemove (line 364) | class ExpressionListOperationRemove(ChildrenHavingListArgValueMixin, Exp... method __init__ (line 370) | def __init__(self, list_arg, value, source_ref): method computeExpression (line 375) | def computeExpression(self, trace_collection): method mayRaiseExceptionOperation (line 388) | def mayRaiseExceptionOperation(): class ExpressionListOperationReverse (line 392) | class ExpressionListOperationReverse(ExpressionListOperationReverseBase): method computeExpression (line 400) | def computeExpression(self, trace_collection): class ExpressionListOperationSort1 (line 411) | class ExpressionListOperationSort1(ChildHavingListArgMixin, ExpressionBa... method __init__ (line 418) | def __init__(self, list_arg, source_ref): method computeExpression (line 426) | def computeExpression(self, trace_collection): method mayRaiseExceptionOperation (line 438) | def mayRaiseExceptionOperation(): class ExpressionListOperationSort2 (line 443) | class ExpressionListOperationSort2(ChildrenHavingListArgKeyMixin, Expres... method __init__ (line 450) | def __init__(self, list_arg, key, source_ref): method computeExpression (line 459) | def computeExpression(self, trace_collection): method mayRaiseExceptionOperation (line 471) | def mayRaiseExceptionOperation(): class ExpressionListOperationSort3 (line 476) | class ExpressionListOperationSort3( method __init__ (line 485) | def __init__(self, list_arg, key, reverse, source_ref): method computeExpression (line 495) | def computeExpression(self, trace_collection): method mayRaiseExceptionOperation (line 507) | def mayRaiseExceptionOperation(): FILE: nuitka/nodes/LocalsDictNodes.py class ExpressionLocalsVariableRefOrFallback (line 31) | class ExpressionLocalsVariableRefOrFallback(ChildHavingFallbackMixin, Ex... method __init__ (line 38) | def __init__(self, locals_scope, variable_name, fallback, source_ref): method getDetails (line 50) | def getDetails(self): method getVariableName (line 56) | def getVariableName(self): method getLocalsDictScope (line 59) | def getLocalsDictScope(self): method computeExpressionRaw (line 62) | def computeExpressionRaw(self, trace_collection): method computeExpressionCall (line 144) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method mayRaiseException (line 200) | def mayRaiseException(self, exception_type): class ExpressionLocalsMappingVariableRefOrFallback (line 208) | class ExpressionLocalsMappingVariableRefOrFallback( class ExpressionLocalsVariableRef (line 214) | class ExpressionLocalsVariableRef(ExpressionBase): method __init__ (line 219) | def __init__(self, locals_scope, variable_name, source_ref): method finalize (line 227) | def finalize(self): method getDetails (line 232) | def getDetails(self): method getDetailsForDisplay (line 238) | def getDetailsForDisplay(self): method getVariableName (line 244) | def getVariableName(self): method getLocalsDictScope (line 247) | def getLocalsDictScope(self): method computeExpressionRaw (line 250) | def computeExpressionRaw(self, trace_collection): method computeExpressionCall (line 301) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method mayRaiseException (line 307) | def mayRaiseException(self, exception_type): class ExpressionLocalsVariableCheck (line 311) | class ExpressionLocalsVariableCheck(ExpressionBase): method __init__ (line 316) | def __init__(self, locals_scope, variable_name, source_ref): method finalize (line 323) | def finalize(self): method getDetails (line 327) | def getDetails(self): method getVariableName (line 330) | def getVariableName(self): method getLocalsDictScope (line 333) | def getLocalsDictScope(self): method computeExpressionRaw (line 336) | def computeExpressionRaw(self, trace_collection): class StatementLocalsDictOperationSet (line 341) | class StatementLocalsDictOperationSet(StatementLocalsDictOperationSetBase): method postInitNode (line 352) | def postInitNode(self): method finalize (line 359) | def finalize(self): method getDetails (line 364) | def getDetails(self): method getDetailsForDisplay (line 370) | def getDetailsForDisplay(self): method getVariableName (line 376) | def getVariableName(self): method getLocalsDictScope (line 379) | def getLocalsDictScope(self): method getTypeShape (line 382) | def getTypeShape(self): method computeStatement (line 386) | def computeStatement(self, trace_collection): method computeStatementOperation (line 415) | def computeStatementOperation(self, trace_collection): method mayRaiseException (line 427) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 433) | def mayRaiseExceptionOperation(self): method mayRaiseException (line 438) | def mayRaiseException(self, exception_type): method mayRaiseExceptionOperation (line 442) | def mayRaiseExceptionOperation(): method getStatementNiceName (line 446) | def getStatementNiceName(): class StatementLocalsDictOperationDel (line 450) | class StatementLocalsDictOperationDel(StatementBase): method __init__ (line 464) | def __init__(self, locals_scope, variable_name, tolerant, source_ref): method finalize (line 480) | def finalize(self): method getDetails (line 486) | def getDetails(self): method getDetailsForDisplay (line 492) | def getDetailsForDisplay(self): method getVariableName (line 498) | def getVariableName(self): method getLocalsDictScope (line 501) | def getLocalsDictScope(self): method computeStatement (line 504) | def computeStatement(self, trace_collection): method mayRaiseException (line 550) | def mayRaiseException(self, exception_type): method getStatementNiceName (line 554) | def getStatementNiceName(): class StatementSetLocalsMixin (line 558) | class StatementSetLocalsMixin(object): method getDetailsForDisplay (line 561) | def getDetailsForDisplay(self): method getLocalsScope (line 564) | def getLocalsScope(self): class StatementSetLocals (line 568) | class StatementSetLocals(StatementSetLocalsMixin, StatementSetLocalsBase): method getDetailsForDisplay (line 577) | def getDetailsForDisplay(self): method getLocalsScope (line 580) | def getLocalsScope(self): method mayRaiseException (line 583) | def mayRaiseException(self, exception_type): method computeStatementOperation (line 586) | def computeStatementOperation(self, trace_collection): method getStatementNiceName (line 605) | def getStatementNiceName(): class StatementSetLocalsDictionary (line 609) | class StatementSetLocalsDictionary( method computeStatement (line 616) | def computeStatement(self, trace_collection): method mayRaiseException (line 630) | def mayRaiseException(exception_type): method getStatementNiceName (line 634) | def getStatementNiceName(): class ExpressionLocalsDictRef (line 638) | class ExpressionLocalsDictRef(ExpressionBuiltinLocalsRef): method isFinalUseOfLocals (line 643) | def isFinalUseOfLocals(): class StatementReleaseLocals (line 647) | class StatementReleaseLocals(StatementBase): method __init__ (line 652) | def __init__(self, locals_scope, source_ref): method finalize (line 657) | def finalize(self): method computeStatement (line 661) | def computeStatement(self, trace_collection): method getDetails (line 684) | def getDetails(self): method getDetailsForDisplay (line 687) | def getDetailsForDisplay(self): method getLocalsScope (line 692) | def getLocalsScope(self): method mayRaiseException (line 696) | def mayRaiseException(exception_type): method getStatementNiceName (line 700) | def getStatementNiceName(): FILE: nuitka/nodes/LocalsScopes.py function getLocalsDictType (line 22) | def getLocalsDictType(kind): function getLocalsDictHandle (line 39) | def getLocalsDictHandle(locals_name, kind, owner): class LocalsDictHandleBase (line 58) | class LocalsDictHandleBase(object): method __init__ (line 75) | def __init__(self, locals_name, owner): method __repr__ (line 97) | def __repr__(self): method getName (line 100) | def getName(self): method makeClone (line 103) | def makeClone(self, new_owner): method getTypeShape (line 146) | def getTypeShape(): method hasShapeDictionaryExact (line 150) | def hasShapeDictionaryExact(): method getCodeName (line 153) | def getCodeName(self): method isModuleScope (line 157) | def isModuleScope(): method isClassScope (line 161) | def isClassScope(): method isFunctionScope (line 165) | def isFunctionScope(): method isUnoptimizedFunctionScope (line 169) | def isUnoptimizedFunctionScope(): method getProvidedVariables (line 172) | def getProvidedVariables(self): method registerProvidedVariable (line 175) | def registerProvidedVariable(self, variable): method unregisterProvidedVariable (line 180) | def unregisterProvidedVariable(self, variable): method hasProvidedVariable (line 191) | def hasProvidedVariable(self, variable_name): method getProvidedVariable (line 196) | def getProvidedVariable(self, variable_name): method getLocalsRelevantVariables (line 201) | def getLocalsRelevantVariables(self): method getLocalsDictVariable (line 206) | def getLocalsDictVariable(self, variable_name): method getLocalVariable (line 215) | def getLocalVariable(self, owner, variable_name): method preventLocalsDictPropagation (line 224) | def preventLocalsDictPropagation(): method isPreventedPropagation (line 228) | def isPreventedPropagation(): method markForLocalsDictPropagation (line 231) | def markForLocalsDictPropagation(self): method isMarkedForPropagation (line 234) | def isMarkedForPropagation(self): method allocateTempReplacementVariable (line 237) | def allocateTempReplacementVariable(self, trace_collection, variable_n... method getPropagationVariables (line 252) | def getPropagationVariables(self): method finalize (line 258) | def finalize(self): method markAsComplete (line 275) | def markAsComplete(self, trace_collection): method _considerPropagation (line 284) | def _considerPropagation(trace_collection): method onPropagationComplete (line 287) | def onPropagationComplete(self): method _considerUnusedUserLocalVariables (line 291) | def _considerUnusedUserLocalVariables(self, trace_collection): class LocalsDictHandle (line 318) | class LocalsDictHandle(LocalsDictHandleBase): method isClassScope (line 324) | def isClassScope(): method getMappingValueShape (line 328) | def getMappingValueShape(variable): method _considerPropagation (line 333) | def _considerPropagation(self, trace_collection): class LocalsMappingHandle (line 351) | class LocalsMappingHandle(LocalsDictHandle): method __init__ (line 360) | def __init__(self, locals_name, owner): method getTypeShape (line 368) | def getTypeShape(self): method setTypeShape (line 372) | def setTypeShape(self, type_shape): method hasShapeDictionaryExact (line 375) | def hasShapeDictionaryExact(self): method markAsComplete (line 380) | def markAsComplete(self, trace_collection): method preventLocalsDictPropagation (line 389) | def preventLocalsDictPropagation(self): method isPreventedPropagation (line 392) | def isPreventedPropagation(self): method _considerPropagation (line 395) | def _considerPropagation(self, trace_collection): method isClassScope (line 416) | def isClassScope(): class LocalsDictExecHandle (line 420) | class LocalsDictExecHandle(LocalsDictHandleBase): method __init__ (line 425) | def __init__(self, locals_name, owner): method isFunctionScope (line 431) | def isFunctionScope(): method isUnoptimizedFunctionScope (line 435) | def isUnoptimizedFunctionScope(): method getLocalsRelevantVariables (line 438) | def getLocalsRelevantVariables(self): method registerClosureVariable (line 450) | def registerClosureVariable(self, variable): method unregisterClosureVariable (line 458) | def unregisterClosureVariable(self, variable): class LocalsDictFunctionHandle (line 467) | class LocalsDictFunctionHandle(LocalsDictHandleBase): method isFunctionScope (line 473) | def isFunctionScope(): class GlobalsDictHandle (line 477) | class GlobalsDictHandle(LocalsDictHandleBase): method __init__ (line 480) | def __init__(self, locals_name, owner): method isModuleScope (line 486) | def isModuleScope(): method markAsEscaped (line 489) | def markAsEscaped(self): method isEscaped (line 492) | def isEscaped(self): FILE: nuitka/nodes/LoopNodes.py function minimizeShapes (line 21) | def minimizeShapes(shapes): class StatementLoop (line 29) | class StatementLoop(StatementLoopBase): method postInitNode (line 45) | def postInitNode(self): method mayReturn (line 64) | def mayReturn(self): method mayBreak (line 74) | def mayBreak(): method mayContinue (line 79) | def mayContinue(): method isStatementAborting (line 83) | def isStatementAborting(self): method mayRaiseException (line 92) | def mayRaiseException(exception_type): method _computeLoopBody (line 100) | def _computeLoopBody(self, trace_collection): method computeStatement (line 308) | def computeStatement(self, trace_collection): method getStatementNiceName (line 364) | def getStatementNiceName(): class StatementLoopContinue (line 368) | class StatementLoopContinue(StatementBase): method __init__ (line 371) | def __init__(self, source_ref): method finalize (line 374) | def finalize(self): method isStatementAborting (line 378) | def isStatementAborting(): method mayRaiseException (line 382) | def mayRaiseException(exception_type): method mayContinue (line 386) | def mayContinue(): method computeStatement (line 389) | def computeStatement(self, trace_collection): method getStatementNiceName (line 396) | def getStatementNiceName(): class StatementLoopBreak (line 400) | class StatementLoopBreak(StatementBase): method __init__ (line 403) | def __init__(self, source_ref): method finalize (line 406) | def finalize(self): method isStatementAborting (line 410) | def isStatementAborting(): method mayRaiseException (line 414) | def mayRaiseException(exception_type): method mayBreak (line 418) | def mayBreak(): method computeStatement (line 421) | def computeStatement(self, trace_collection): method getStatementNiceName (line 428) | def getStatementNiceName(): FILE: nuitka/nodes/MatchNodes.py class ExpressionMatchArgs (line 11) | class ExpressionMatchArgs( method __init__ (line 20) | def __init__(self, expression, max_allowed, source_ref): method computeExpression (line 27) | def computeExpression(self, trace_collection): FILE: nuitka/nodes/ModuleAttributeNodes.py class ExpressionModuleAttributeBase (line 22) | class ExpressionModuleAttributeBase(ExpressionBase): method __init__ (line 32) | def __init__(self, variable, source_ref): method finalize (line 37) | def finalize(self): method getDetails (line 41) | def getDetails(self): method getVariable (line 44) | def getVariable(self): method mayRaiseException (line 48) | def mayRaiseException(exception_type): class ExpressionModuleAttributeFileRef (line 54) | class ExpressionModuleAttributeFileRef(ExpressionModuleAttributeBase): method computeExpressionRaw (line 66) | def computeExpressionRaw(self, trace_collection): class ExpressionModuleAttributeNameRef (line 80) | class ExpressionModuleAttributeNameRef(ExpressionModuleAttributeBase): method computeExpressionRaw (line 90) | def computeExpressionRaw(self, trace_collection): class ExpressionModuleAttributePackageRef (line 104) | class ExpressionModuleAttributePackageRef(ExpressionModuleAttributeBase): method computeExpressionRaw (line 114) | def computeExpressionRaw(self, trace_collection): class ExpressionModuleAttributeLoaderRef (line 128) | class ExpressionModuleAttributeLoaderRef(ExpressionModuleAttributeBase): method computeExpressionRaw (line 138) | def computeExpressionRaw(self, trace_collection): class ExpressionModuleAttributeSpecRef (line 142) | class ExpressionModuleAttributeSpecRef(ExpressionModuleAttributeBase): method computeExpressionRaw (line 154) | def computeExpressionRaw(self, trace_collection): class ExpressionNuitkaLoaderCreation (line 167) | class ExpressionNuitkaLoaderCreation(ExpressionNoSideEffectsMixin, Expre... method __init__ (line 172) | def __init__(self, provider, source_ref): method finalize (line 177) | def finalize(self): method computeExpressionRaw (line 181) | def computeExpressionRaw(self, trace_collection): FILE: nuitka/nodes/ModuleNodes.py class PythonModuleBase (line 39) | class PythonModuleBase(NodeBase): method __init__ (line 44) | def __init__(self, module_name, reason, source_ref): method getDetails (line 53) | def getDetails(self): method getFullName (line 56) | def getFullName(self): method isMainModule (line 60) | def isMainModule(): method isTopModule (line 64) | def isTopModule(): method attemptRecursion (line 67) | def attemptRecursion(self): method getCodeName (line 133) | def getCodeName(self): method getCompileTimeFilename (line 137) | def getCompileTimeFilename(self): method getCompileTimeDirectory (line 150) | def getCompileTimeDirectory(self): method getRunTimeFilename (line 168) | def getRunTimeFilename(self): class CompiledPythonModule (line 205) | class CompiledPythonModule( method __init__ (line 243) | def __init__(self, module_name, reason, is_top, mode, future_spec, sou... method isCompiledPythonModule (line 296) | def isCompiledPythonModule(): method getDetails (line 299) | def getDetails(self): method getDetailsForDisplay (line 305) | def getDetailsForDisplay(self): method getCompilationMode (line 313) | def getCompilationMode(self): method fromXML (line 317) | def fromXML(cls, provider, source_ref, **args): method getFutureSpec (line 321) | def getFutureSpec(self): method setFutureSpec (line 324) | def setFutureSpec(self, future_spec): method isTopModule (line 327) | def isTopModule(self): method asGraph (line 330) | def asGraph(self, graph, desc): method getSourceCode (line 389) | def getSourceCode(self): method setSourceCode (line 399) | def setSourceCode(self, code): method getParent (line 402) | def getParent(self): method getParentVariableProvider (line 406) | def getParentVariableProvider(self): method hasVariableName (line 410) | def hasVariableName(self, variable_name): method getProvidedVariables (line 413) | def getProvidedVariables(self): method getFilename (line 416) | def getFilename(self): method getVariableForAssignment (line 419) | def getVariableForAssignment(self, variable_name): method getVariableForReference (line 422) | def getVariableForReference(self, variable_name): method getVariableForClosure (line 425) | def getVariableForClosure(self, variable_name): method createProvidedVariable (line 428) | def createProvidedVariable(self, variable_name): method getContainingClassDictCreation (line 438) | def getContainingClassDictCreation(): method isEarlyClosure (line 442) | def isEarlyClosure(): method getEntryPoint (line 446) | def getEntryPoint(self): method getCodeName (line 449) | def getCodeName(self): method getChildQualname (line 459) | def getChildQualname(function_name): method addFunction (line 462) | def addFunction(self, function_body): method startTraversal (line 468) | def startTraversal(self): method restartTraversal (line 472) | def restartTraversal(self): method getUsedModules (line 476) | def getUsedModules(self): method getUsedDistributions (line 484) | def getUsedDistributions(self): method addUsedFunction (line 487) | def addUsedFunction(self, function_body): method getUsedFunctions (line 505) | def getUsedFunctions(self): method getUnusedFunctions (line 508) | def getUnusedFunctions(self): method addCrossUsedFunction (line 513) | def addCrossUsedFunction(self, function_body): method getCrossUsedFunctions (line 517) | def getCrossUsedFunctions(self): method getFunctionFromCodeName (line 520) | def getFunctionFromCodeName(self, code_name): method getOutputFilename (line 525) | def getOutputFilename(self): method computeModule (line 539) | def computeModule(self): method getTraceCollections (line 624) | def getTraceCollections(self): method isUnoptimized (line 630) | def isUnoptimized(self): method getLocalVariables (line 634) | def getLocalVariables(self): method getUserLocalVariables (line 638) | def getUserLocalVariables(self): method getFunctionVariablesWithAutoReleases (line 643) | def getFunctionVariablesWithAutoReleases(): method getOutlineLocalVariables (line 647) | def getOutlineLocalVariables(self): method hasClosureVariable (line 660) | def hasClosureVariable(self, variable): method removeUserVariable (line 664) | def removeUserVariable(self, variable): method getLocalsScope (line 674) | def getLocalsScope(self): method getRuntimePackageValue (line 677) | def getRuntimePackageValue(self): method getRuntimeNameValue (line 694) | def getRuntimeNameValue(self): class CompiledPythonPackage (line 703) | class CompiledPythonPackage(CompiledPythonModule): method __init__ (line 706) | def __init__(self, module_name, reason, is_top, mode, future_spec, sou... method isCompiledPythonPackage (line 718) | def isCompiledPythonPackage(): method getOutputFilename (line 721) | def getOutputFilename(self): method canHaveExternalImports (line 730) | def canHaveExternalImports(): class CompiledPythonNamespacePackage (line 734) | class CompiledPythonNamespacePackage(CompiledPythonPackage): method isCompiledPythonNamespacePackage (line 738) | def isCompiledPythonNamespacePackage(): function makeUncompiledPythonModule (line 742) | def makeUncompiledPythonModule( class UncompiledPythonModule (line 767) | class UncompiledPythonModule(PythonModuleBase): method __init__ (line 780) | def __init__( method finalize (line 804) | def finalize(self): method isUncompiledPythonModule (line 809) | def isUncompiledPythonModule(): method isTechnical (line 812) | def isTechnical(self): method getByteCode (line 816) | def getByteCode(self): method getFilename (line 819) | def getFilename(self): method getUsedModules (line 822) | def getUsedModules(self): method setUsedModules (line 825) | def setUsedModules(self, used_modules): method getUsedDistributions (line 828) | def getUsedDistributions(self): method setUsedDistributions (line 831) | def setUsedDistributions(self, distribution_names): method startTraversal (line 835) | def startTraversal(): class UncompiledPythonPackage (line 839) | class UncompiledPythonPackage(UncompiledPythonModule): class PythonMainModule (line 843) | class PythonMainModule(CompiledPythonModule): method __init__ (line 850) | def __init__(self, module_name, main_added, mode, future_spec, source_... method getDetails (line 868) | def getDetails(self): method fromXML (line 877) | def fromXML(cls, provider, source_ref, **args): method isMainModule (line 929) | def isMainModule(): method getOutputFilename (line 932) | def getOutputFilename(self): method getUsedModules (line 938) | def getUsedModules(self): method setStandardLibraryModules (line 945) | def setStandardLibraryModules(self, early_module_names, stdlib_modules... class PythonExtensionModule (line 971) | class PythonExtensionModule(PythonModuleBase): method __init__ (line 978) | def __init__( method finalize (line 1008) | def finalize(self): method getFilename (line 1011) | def getFilename(self): method startTraversal (line 1015) | def startTraversal(): method isTechnical (line 1018) | def isTechnical(self): method getPyIFilename (line 1022) | def getPyIFilename(self): method _readPyIFile (line 1031) | def _readPyIFile(self): method getPyIModuleImportedNames (line 1060) | def getPyIModuleImportedNames(self): method getUsedModules (line 1068) | def getUsedModules(): method getUsedDistributions (line 1074) | def getUsedDistributions(): method getParentModule (line 1077) | def getParentModule(self): FILE: nuitka/nodes/NodeBases.py class NodeBase (line 34) | class NodeBase(NodeMetaClassBase): method __init__ (line 48) | def __init__(self, source_ref): method finalize (line 64) | def finalize(self): method __repr__ (line 67) | def __repr__(self): method getDescription (line 70) | def getDescription(self): method getDetails (line 82) | def getDetails(self): method getDetailsForDisplay (line 93) | def getDetailsForDisplay(self): method getCloneArgs (line 100) | def getCloneArgs(self): method makeClone (line 103) | def makeClone(self): method makeCloneShallow (line 117) | def makeCloneShallow(self): method getParent (line 134) | def getParent(self): method getChildName (line 142) | def getChildName(self): method getChildNameNice (line 156) | def getChildNameNice(self): method getParentFunction (line 164) | def getParentFunction(self): method getParentModule (line 174) | def getParentModule(self): method isParentVariableProvider (line 188) | def isParentVariableProvider(self): method getParentVariableProvider (line 192) | def getParentVariableProvider(self): method getParentReturnConsumer (line 200) | def getParentReturnConsumer(self): method getParentStatementsFrame (line 211) | def getParentStatementsFrame(self): method getSourceReference (line 226) | def getSourceReference(self): method setCompatibleSourceReference (line 229) | def setCompatibleSourceReference(self, source_ref): method getCompatibleSourceReference (line 253) | def getCompatibleSourceReference(self): method asXml (line 260) | def asXml(self): method fromXML (line 291) | def fromXML(cls, provider, source_ref, **args): method asXmlText (line 295) | def asXmlText(self): method dump (line 300) | def dump(self, level=0): method isStatementsSequence (line 310) | def isStatementsSequence(): method isStatementsFrame (line 314) | def isStatementsFrame(): method isCompiledPythonModule (line 318) | def isCompiledPythonModule(): method isExpressionBuiltin (line 322) | def isExpressionBuiltin(self): method isStatementAssignmentVariable (line 326) | def isStatementAssignmentVariable(): method isStatementDelVariable (line 330) | def isStatementDelVariable(): method isStatementReleaseVariable (line 334) | def isStatementReleaseVariable(): method isExpressionConstantRef (line 338) | def isExpressionConstantRef(): method isExpressionConstantBoolRef (line 342) | def isExpressionConstantBoolRef(): method isExpressionOperationUnary (line 346) | def isExpressionOperationUnary(): method isExpressionOperationBinary (line 350) | def isExpressionOperationBinary(): method isExpressionOperationInplace (line 354) | def isExpressionOperationInplace(): method isExpressionComparison (line 358) | def isExpressionComparison(): method isExpressionSideEffects (line 362) | def isExpressionSideEffects(): method isExpressionMakeSequence (line 366) | def isExpressionMakeSequence(): method isExpressionVariableRefOrTempVariableRef (line 370) | def isExpressionVariableRefOrTempVariableRef(): method isNumberConstant (line 374) | def isNumberConstant(): method isExpressionCall (line 378) | def isExpressionCall(): method isExpressionFunctionBodyBase (line 382) | def isExpressionFunctionBodyBase(): method isExpressionOutlineFunctionBase (line 386) | def isExpressionOutlineFunctionBase(): method isExpressionClassBodyBase (line 390) | def isExpressionClassBodyBase(): method isExpressionFunctionCreation (line 394) | def isExpressionFunctionCreation(): method visit (line 397) | def visit(self, context, visitor): method getVisitableNodes (line 404) | def getVisitableNodes(): method getVisitableNodesNamed (line 408) | def getVisitableNodesNamed(): method collectVariableAccesses (line 416) | def collectVariableAccesses(self, emit_read, emit_write): method getName (line 420) | def getName(): method mayHaveSideEffects (line 426) | def mayHaveSideEffects(): method isOrderRelevant (line 431) | def isOrderRelevant(self): method extractSideEffects (line 434) | def extractSideEffects(self): method mayRaiseException (line 440) | def mayRaiseException(exception_type): method mayReturn (line 447) | def mayReturn(): method mayBreak (line 452) | def mayBreak(): method mayContinue (line 456) | def mayContinue(): method needsFrame (line 459) | def needsFrame(self): method willRaiseAnyException (line 465) | def willRaiseAnyException(): method isStatementAborting (line 469) | def isStatementAborting(): class CodeNodeMixin (line 474) | class CodeNodeMixin(object): method __init__ (line 478) | def __init__(self, name, code_prefix): method getName (line 490) | def getName(self): method getCodeName (line 493) | def getCodeName(self): method getChildUID (line 514) | def getChildUID(self, node): class ClosureGiverNodeMixin (line 523) | class ClosureGiverNodeMixin(CodeNodeMixin): method __init__ (line 529) | def __init__(self, name, code_prefix): method hasProvidedVariable (line 538) | def hasProvidedVariable(self, variable_name): method getProvidedVariable (line 541) | def getProvidedVariable(self, variable_name): method createProvidedVariable (line 549) | def createProvidedVariable(self, variable_name): method allocateTempScope (line 552) | def allocateTempScope(self, name): method allocateTempVariable (line 557) | def allocateTempVariable(self, temp_scope, name, temp_type): method createTempVariable (line 577) | def createTempVariable(self, temp_name, temp_type): method getTempVariable (line 591) | def getTempVariable(self, temp_scope, name): method getTempVariables (line 599) | def getTempVariables(self): method _removeTempVariable (line 602) | def _removeTempVariable(self, variable): method optimizeUnusedTempVariables (line 605) | def optimizeUnusedTempVariables(self): method allocatePreserverId (line 617) | def allocatePreserverId(self): class ClosureTakerMixin (line 624) | class ClosureTakerMixin(object): method __init__ (line 630) | def __init__(self, provider): method getParentVariableProvider (line 635) | def getParentVariableProvider(self): method getClosureVariable (line 638) | def getClosureVariable(self, variable_name): method addClosureVariable (line 647) | def addClosureVariable(self, variable): method getClosureVariables (line 652) | def getClosureVariables(self): method getClosureVariableIndex (line 660) | def getClosureVariableIndex(self, variable): method hasTakenVariable (line 669) | def hasTakenVariable(self, variable_name): method getTakenVariable (line 676) | def getTakenVariable(self, variable_name): class StatementBase (line 684) | class StatementBase(NodeBase): method getStatementNiceName (line 692) | def getStatementNiceName(): method computeStatementSubExpressions (line 695) | def computeStatementSubExpressions(self, trace_collection): class SideEffectsFromChildrenMixin (line 724) | class SideEffectsFromChildrenMixin(object): method mayHaveSideEffects (line 728) | def mayHaveSideEffects(self): method extractSideEffects (line 734) | def extractSideEffects(self): method computeExpressionDrop (line 743) | def computeExpressionDrop(self, statement, trace_collection): function makeChild (line 764) | def makeChild(provider, child, source_ref): function getNodeClassFromKind (line 778) | def getNodeClassFromKind(kind): function extractKindAndArgsFromXML (line 782) | def extractKindAndArgsFromXML(xml, source_ref): function fromXML (line 805) | def fromXML(provider, xml, source_ref=None): FILE: nuitka/nodes/NodeMakingHelpers.py function makeConstantReplacementNode (line 23) | def makeConstantReplacementNode(constant, node, user_provided): function makeRaiseExceptionReplacementExpression (line 31) | def makeRaiseExceptionReplacementExpression( function makeRaiseExceptionReplacementStatement (line 64) | def makeRaiseExceptionReplacementStatement(statement, exception_type, ex... function makeRaiseExceptionReplacementExpressionFromInstance (line 97) | def makeRaiseExceptionReplacementExpressionFromInstance(expression, exce... function makeRaiseExceptionStatementFromInstance (line 114) | def makeRaiseExceptionStatementFromInstance(exception, source_ref): function makeRaiseExceptionExpressionFromTemplate (line 141) | def makeRaiseExceptionExpressionFromTemplate( function makeRaiseTypeErrorExceptionReplacementFromTemplateAndValue (line 171) | def makeRaiseTypeErrorExceptionReplacementFromTemplateAndValue( function makeCompileTimeConstantReplacementNode (line 214) | def makeCompileTimeConstantReplacementNode(value, node, user_provided): function getComputationResult (line 251) | def getComputationResult(node, computation, description, user_provided): function makeStatementExpressionOnlyReplacementNode (line 285) | def makeStatementExpressionOnlyReplacementNode(expression, node): function mergeStatements (line 293) | def mergeStatements(statements, allow_none=False): function makeStatementsSequenceReplacementNode (line 312) | def makeStatementsSequenceReplacementNode(statements, node): function wrapExpressionWithSideEffects (line 320) | def wrapExpressionWithSideEffects(side_effects, old_node, new_node): function wrapExpressionWithNodeSideEffects (line 347) | def wrapExpressionWithNodeSideEffects(new_node, old_node): function wrapStatementWithSideEffects (line 353) | def wrapStatementWithSideEffects(new_node, old_node, allow_none=False): function makeStatementOnlyNodesFromExpressions (line 380) | def makeStatementOnlyNodesFromExpressions(expressions): function makeVariableRefNode (line 400) | def makeVariableRefNode(variable, source_ref): function makeExpressionBuiltinLocals (line 411) | def makeExpressionBuiltinLocals(locals_scope, source_ref): function makeRaiseImportErrorReplacementExpression (line 439) | def makeRaiseImportErrorReplacementExpression(expression, module_name): FILE: nuitka/nodes/NodeMetaClasses.py function _checkBases (line 18) | def _checkBases(name, bases): class NodeCheckMetaClass (line 39) | class NodeCheckMetaClass(ABCMeta): method __new__ (line 42) | def __new__(mcs, name, bases, dictionary): # pylint: disable=I0021,ar... method __init__ (line 94) | def __init__(cls, name, bases, dictionary): FILE: nuitka/nodes/OperatorNodes.py class ExpressionPropertiesFromTypeShapeMixin (line 33) | class ExpressionPropertiesFromTypeShapeMixin(object): method isKnownToBeHashable (line 39) | def isKnownToBeHashable(self): class ExpressionOperationBinaryBase (line 43) | class ExpressionOperationBinaryBase( method __init__ (line 53) | def __init__(self, left, right, source_ref): method isExpressionOperationBinary (line 68) | def isExpressionOperationBinary(): method getOperator (line 71) | def getOperator(self): method markAsInplaceSuspect (line 74) | def markAsInplaceSuspect(self): method removeMarkAsInplaceSuspect (line 77) | def removeMarkAsInplaceSuspect(self): method isInplaceSuspect (line 80) | def isInplaceSuspect(self): method getOperands (line 83) | def getOperands(self): method mayRaiseExceptionOperation (line 86) | def mayRaiseExceptionOperation(self): method mayRaiseException (line 89) | def mayRaiseException(self, exception_type): method getTypeShape (line 98) | def getTypeShape(self): method _getOperationShape (line 102) | def _getOperationShape(self, left_shape, right_shape): method canCreateUnsupportedException (line 106) | def canCreateUnsupportedException(left_shape, right_shape): method createUnsupportedException (line 111) | def createUnsupportedException(self, left_shape, right_shape): method _isTooLarge (line 143) | def _isTooLarge(): method _simulateOperation (line 146) | def _simulateOperation(self, trace_collection): method computeExpression (line 160) | def computeExpression(self, trace_collection): method canPredictIterationValues (line 216) | def canPredictIterationValues(): class ExpressionOperationAddMixin (line 221) | class ExpressionOperationAddMixin(object): method getValueShape (line 225) | def getValueShape(self): method _isTooLarge (line 228) | def _isTooLarge(self): class ExpressionOperationBinaryAdd (line 249) | class ExpressionOperationBinaryAdd( method __init__ (line 254) | def __init__(self, left, right, source_ref): method _getOperationShape (line 263) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationBinarySub (line 267) | class ExpressionOperationBinarySub(ExpressionOperationBinaryBase): method _getOperationShape (line 274) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationMultMixin (line 278) | class ExpressionOperationMultMixin(object): method getValueShape (line 282) | def getValueShape(self): method _isTooLarge (line 285) | def _isTooLarge(self): class ExpressionOperationBinaryMult (line 345) | class ExpressionOperationBinaryMult( method __init__ (line 353) | def __init__(self, left, right, source_ref): method _getOperationShape (line 359) | def _getOperationShape(left_shape, right_shape): method getIterationLength (line 362) | def getIterationLength(self): method extractSideEffects (line 381) | def extractSideEffects(self): class ExpressionOperationBinaryFloorDiv (line 407) | class ExpressionOperationBinaryFloorDiv(ExpressionOperationBinaryBase): method _getOperationShape (line 414) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationBinaryOldDiv (line 420) | class ExpressionOperationBinaryOldDiv(ExpressionOperationBinaryBase): method _getOperationShape (line 427) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationBinaryTrueDiv (line 431) | class ExpressionOperationBinaryTrueDiv(ExpressionOperationBinaryBase): method _getOperationShape (line 438) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationBinaryMod (line 442) | class ExpressionOperationBinaryMod(ExpressionOperationBinaryBase): method _getOperationShape (line 449) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationBinaryDivmod (line 453) | class ExpressionOperationBinaryDivmod(ExpressionOperationBinaryBase): method __init__ (line 459) | def __init__(self, left, right, source_ref): method _getOperationShape (line 465) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationPowMixin (line 469) | class ExpressionOperationPowMixin(object): method getValueShape (line 473) | def getValueShape(self): method _isTooLarge (line 476) | def _isTooLarge(self): class ExpressionOperationBinaryPow (line 504) | class ExpressionOperationBinaryPow( method _getOperationShape (line 513) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationLshiftMixin (line 517) | class ExpressionOperationLshiftMixin(object): method getValueShape (line 521) | def getValueShape(self): method _isTooLarge (line 524) | def _isTooLarge(self): class ExpressionOperationBinaryLshift (line 546) | class ExpressionOperationBinaryLshift( method _getOperationShape (line 555) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationBinaryRshift (line 559) | class ExpressionOperationBinaryRshift(ExpressionOperationBinaryBase): method _getOperationShape (line 566) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationBinaryBitOr (line 570) | class ExpressionOperationBinaryBitOr(ExpressionOperationBinaryBase): method _getOperationShape (line 577) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationBinaryBitAnd (line 581) | class ExpressionOperationBinaryBitAnd(ExpressionOperationBinaryBase): method _getOperationShape (line 588) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationBinaryBitXor (line 592) | class ExpressionOperationBinaryBitXor(ExpressionOperationBinaryBase): method _getOperationShape (line 599) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationBinaryMatMult (line 605) | class ExpressionOperationBinaryMatMult(ExpressionOperationBinaryBase): method _getOperationShape (line 612) | def _getOperationShape(left_shape, right_shape): function makeBinaryOperationNode (line 639) | def makeBinaryOperationNode(operator, left, right, source_ref): class ExpressionOperationBinaryInplaceBase (line 645) | class ExpressionOperationBinaryInplaceBase(ExpressionOperationBinaryBase): method __init__ (line 649) | def __init__(self, left, right, source_ref): method isExpressionOperationInplace (line 657) | def isExpressionOperationInplace(): method computeExpression (line 660) | def computeExpression(self, trace_collection): class ExpressionOperationInplaceAdd (line 727) | class ExpressionOperationInplaceAdd( method __init__ (line 735) | def __init__(self, left, right, source_ref): method _getOperationShape (line 741) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationInplaceSub (line 745) | class ExpressionOperationInplaceSub(ExpressionOperationBinaryInplaceBase): method _getOperationShape (line 752) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationInplaceMult (line 756) | class ExpressionOperationInplaceMult(ExpressionOperationBinaryInplaceBase): method _getOperationShape (line 763) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationInplaceFloorDiv (line 767) | class ExpressionOperationInplaceFloorDiv(ExpressionOperationBinaryInplac... method _getOperationShape (line 774) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationInplaceOldDiv (line 780) | class ExpressionOperationInplaceOldDiv(ExpressionOperationBinaryInplaceB... method _getOperationShape (line 787) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationInplaceTrueDiv (line 791) | class ExpressionOperationInplaceTrueDiv(ExpressionOperationBinaryInplace... method _getOperationShape (line 798) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationInplaceMod (line 802) | class ExpressionOperationInplaceMod(ExpressionOperationBinaryInplaceBase): method _getOperationShape (line 809) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationInplacePow (line 813) | class ExpressionOperationInplacePow( method _getOperationShape (line 822) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationInplaceLshift (line 826) | class ExpressionOperationInplaceLshift(ExpressionOperationBinaryInplaceB... method _getOperationShape (line 833) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationInplaceRshift (line 837) | class ExpressionOperationInplaceRshift(ExpressionOperationBinaryInplaceB... method _getOperationShape (line 844) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationInplaceBitOr (line 848) | class ExpressionOperationInplaceBitOr(ExpressionOperationBinaryInplaceBa... method _getOperationShape (line 858) | def _getOperationShape(left_shape, right_shape): method _getOperationShape (line 864) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationInplaceBitAnd (line 868) | class ExpressionOperationInplaceBitAnd(ExpressionOperationBinaryInplaceB... method _getOperationShape (line 875) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationInplaceBitXor (line 879) | class ExpressionOperationInplaceBitXor(ExpressionOperationBinaryInplaceB... method _getOperationShape (line 886) | def _getOperationShape(left_shape, right_shape): class ExpressionOperationInplaceMatMult (line 892) | class ExpressionOperationInplaceMatMult(ExpressionOperationBinaryInplace... method _getOperationShape (line 899) | def _getOperationShape(left_shape, right_shape): function makeExpressionOperationBinaryInplace (line 925) | def makeExpressionOperationBinaryInplace(operator, left, right, source_r... FILE: nuitka/nodes/OperatorNodesUnary.py class ExpressionOperationUnaryBase (line 20) | class ExpressionOperationUnaryBase(ChildHavingOperandMixin, ExpressionBa... method __init__ (line 25) | def __init__(self, operand, source_ref): method getOperator (line 30) | def getOperator(self): method computeExpression (line 33) | def computeExpression(self, trace_collection): method isExpressionOperationUnary (line 61) | def isExpressionOperationUnary(): class ExpressionOperationUnaryRepr (line 65) | class ExpressionOperationUnaryRepr( # TODO: Not exact method __init__ (line 76) | def __init__(self, operand, source_ref): method computeExpression (line 83) | def computeExpression(self, trace_collection): method mayRaiseException (line 90) | def mayRaiseException(self, exception_type): method mayHaveSideEffects (line 98) | def mayHaveSideEffects(self): class ExpressionOperationUnarySub (line 107) | class ExpressionOperationUnarySub(ExpressionOperationUnaryBase): method __init__ (line 115) | def __init__(self, operand, source_ref): class ExpressionOperationUnaryAdd (line 121) | class ExpressionOperationUnaryAdd(ExpressionOperationUnaryBase): method __init__ (line 129) | def __init__(self, operand, source_ref): class ExpressionOperationUnaryInvert (line 135) | class ExpressionOperationUnaryInvert(ExpressionOperationUnaryBase): method __init__ (line 143) | def __init__(self, operand, source_ref): class ExpressionOperationNot (line 149) | class ExpressionOperationNot( method __init__ (line 157) | def __init__(self, operand, source_ref): method computeExpression (line 162) | def computeExpression(self, trace_collection): method mayRaiseException (line 167) | def mayRaiseException(self, exception_type): method getTruthValue (line 172) | def getTruthValue(self): method mayHaveSideEffects (line 178) | def mayHaveSideEffects(self): method mayHaveSideEffectsBool (line 186) | def mayHaveSideEffectsBool(self): method extractSideEffects (line 189) | def extractSideEffects(self): class ExpressionOperationUnaryAbs (line 203) | class ExpressionOperationUnaryAbs(ExpressionOperationUnaryBase): method __init__ (line 209) | def __init__(self, operand, source_ref): method computeExpression (line 214) | def computeExpression(self, trace_collection): method mayRaiseException (line 219) | def mayRaiseException(self, exception_type): method mayHaveSideEffects (line 227) | def mayHaveSideEffects(self): function makeExpressionOperationUnary (line 236) | def makeExpressionOperationUnary(operator, operand, source_ref): FILE: nuitka/nodes/OsSysNodes.py class ExpressionOsUnameCall (line 24) | class ExpressionOsUnameCall( method mayRaiseExceptionOperation (line 33) | def mayRaiseExceptionOperation(): method replaceWithCompileTimeValue (line 36) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionOsPathExistsCall (line 45) | class ExpressionOsPathExistsCall(ExpressionOsPathExistsCallBase): method replaceWithCompileTimeValue (line 48) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionOsPathIsfileCall (line 54) | class ExpressionOsPathIsfileCall(ExpressionOsPathIsfileCallBase): method replaceWithCompileTimeValue (line 57) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionOsPathIsdirCall (line 63) | class ExpressionOsPathIsdirCall(ExpressionOsPathIsdirCallBase): method replaceWithCompileTimeValue (line 66) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionOsPathBasenameCall (line 72) | class ExpressionOsPathBasenameCall(ExpressionOsPathBasenameCallBase): method replaceWithCompileTimeValue (line 75) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionOsPathDirnameCall (line 88) | class ExpressionOsPathDirnameCall(ExpressionOsPathBasenameCallBase): method replaceWithCompileTimeValue (line 91) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionOsPathAbspathCall (line 104) | class ExpressionOsPathAbspathCall(ExpressionOsPathAbspathCallBase): method replaceWithCompileTimeValue (line 107) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionOsPathIsabsCall (line 115) | class ExpressionOsPathIsabsCall(ExpressionOsPathIsabsCallBase): method replaceWithCompileTimeValue (line 118) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionOsListdirCall (line 131) | class ExpressionOsListdirCall(ExpressionOsListdirCallBase): method replaceWithCompileTimeValue (line 134) | def replaceWithCompileTimeValue(self, trace_collection): function makeExpressionSysExitCall (line 142) | def makeExpressionSysExitCall(exit_code, source_ref): FILE: nuitka/nodes/OutlineNodes.py class ExpressionOutlineBody (line 20) | class ExpressionOutlineBody(ChildHavingBodyOptionalMixin, ExpressionBase): method isExpressionOutlineBody (line 38) | def isExpressionOutlineBody(): method __init__ (line 41) | def __init__(self, provider, name, source_ref, body=None): method getDetails (line 57) | def getDetails(self): method getOutlineTempScope (line 60) | def getOutlineTempScope(self): method allocateTempVariable (line 68) | def allocateTempVariable(self, temp_scope, name, temp_type): method allocateTempScope (line 76) | def allocateTempScope(self, name): method getContainingClassDictCreation (line 80) | def getContainingClassDictCreation(self): method computeExpressionRaw (line 83) | def computeExpressionRaw(self, trace_collection): method mayRaiseException (line 158) | def mayRaiseException(self, exception_type): method willRaiseAnyException (line 161) | def willRaiseAnyException(self): method getEntryPoint (line 164) | def getEntryPoint(self): method getCodeName (line 174) | def getCodeName(self): class ExpressionOutlineFunctionBase (line 178) | class ExpressionOutlineFunctionBase(ExpressionFunctionBodyBase): method __init__ (line 194) | def __init__(self, provider, name, body, code_prefix, source_ref): method isExpressionOutlineFunctionBase (line 210) | def isExpressionOutlineFunctionBase(): method getDetails (line 213) | def getDetails(self): method getDetailsForDisplay (line 216) | def getDetailsForDisplay(self): method computeExpressionRaw (line 219) | def computeExpressionRaw(self, trace_collection): method mayRaiseException (line 283) | def mayRaiseException(self, exception_type): method willRaiseAnyException (line 286) | def willRaiseAnyException(self): method getTraceCollection (line 289) | def getTraceCollection(self): method getOutlineTempScope (line 292) | def getOutlineTempScope(self): method allocateTempVariable (line 300) | def allocateTempVariable(self, temp_scope, name, temp_type): method allocateTempScope (line 308) | def allocateTempScope(self, name): method getEntryPoint (line 312) | def getEntryPoint(self): method getClosureVariable (line 322) | def getClosureVariable(self, variable_name): method getLocalsScope (line 326) | def getLocalsScope(self): method isEarlyClosure (line 329) | def isEarlyClosure(self): method isUnoptimized (line 332) | def isUnoptimized(self): class ExpressionOutlineFunction (line 336) | class ExpressionOutlineFunction(ExpressionOutlineFunctionBase): method __init__ (line 341) | def __init__(self, provider, name, source_ref, body=None): method getChildQualname (line 355) | def getChildQualname(self, function_name): FILE: nuitka/nodes/PackageMetadataNodes.py function _getPkgResourcesModule (line 48) | def _getPkgResourcesModule(): class ExpressionPkgResourcesRequireCall (line 59) | class ExpressionPkgResourcesRequireCall(ExpressionPkgResourcesRequireCal... method replaceWithCompileTimeValue (line 62) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionPkgResourcesGetDistributionCall (line 124) | class ExpressionPkgResourcesGetDistributionCall( method replaceWithCompileTimeValue (line 129) | def replaceWithCompileTimeValue(self, trace_collection): class ImportlibMetadataVersionCallMixin (line 167) | class ImportlibMetadataVersionCallMixin(object): method _getImportlibMetadataModule (line 170) | def _getImportlibMetadataModule(self): method replaceWithCompileTimeValue (line 173) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionImportlibMetadataVersionCall (line 213) | class ExpressionImportlibMetadataVersionCall( class ExpressionImportlibMetadataBackportVersionCall (line 221) | class ExpressionImportlibMetadataBackportVersionCall( class ExpressionPkgResourcesDistributionValueRef (line 234) | class ExpressionPkgResourcesDistributionValueRef( method __init__ (line 243) | def __init__(self, distribution, source_ref): method finalize (line 262) | def finalize(self): method isKnownToBeHashable (line 266) | def isKnownToBeHashable(): method getTruthValue (line 270) | def getTruthValue(): method mayRaiseException (line 274) | def mayRaiseException(exception_type): method computeExpressionRaw (line 277) | def computeExpressionRaw(self, trace_collection): method isKnownToHaveAttribute (line 281) | def isKnownToHaveAttribute(self, attribute_name): method getKnownAttributeValue (line 289) | def getKnownAttributeValue(self, attribute_name): method computeExpressionAttribute (line 292) | def computeExpressionAttribute(self, lookup_node, attribute_name, trac... method mayRaiseExceptionAttributeLookup (line 310) | def mayRaiseExceptionAttributeLookup(self, exception_type, attribute_n... class ExpressionImportlibMetadataDistributionValueRef (line 314) | class ExpressionImportlibMetadataDistributionValueRef( method __init__ (line 323) | def __init__(self, distribution, original_name, source_ref): method getDetails (line 330) | def getDetails(self): method finalize (line 333) | def finalize(self): method isKnownToBeHashable (line 337) | def isKnownToBeHashable(): method getTruthValue (line 341) | def getTruthValue(): method mayRaiseException (line 345) | def mayRaiseException(exception_type): method computeExpressionRaw (line 348) | def computeExpressionRaw(self, trace_collection): class ExpressionPkgResourcesIterEntryPointsCall (line 353) | class ExpressionPkgResourcesIterEntryPointsCall( method replaceWithCompileTimeValue (line 358) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionPkgResourcesEntryPointValueRef (line 407) | class ExpressionPkgResourcesEntryPointValueRef( method __init__ (line 416) | def __init__(self, entry_point, source_ref): method finalize (line 432) | def finalize(self): method isKnownToBeHashable (line 437) | def isKnownToBeHashable(): method getTruthValue (line 441) | def getTruthValue(): method computeExpressionRaw (line 444) | def computeExpressionRaw(self, trace_collection): method isKnownToHaveAttribute (line 448) | def isKnownToHaveAttribute(self, attribute_name): method getKnownAttributeValue (line 456) | def getKnownAttributeValue(self, attribute_name): method computeExpressionAttribute (line 459) | def computeExpressionAttribute(self, lookup_node, attribute_name, trac... class ImportlibMetadataDistributionCallMixin (line 474) | class ImportlibMetadataDistributionCallMixin(object): method _getImportlibMetadataModule (line 477) | def _getImportlibMetadataModule(self): method replaceWithCompileTimeValue (line 480) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionImportlibMetadataDistributionCall (line 526) | class ExpressionImportlibMetadataDistributionCall( method makeExpressionImportlibMetadataDistributionFailedCall (line 538) | def makeExpressionImportlibMetadataDistributionFailedCall(self): class ExpressionImportlibMetadataDistributionFailedCallMixin (line 544) | class ExpressionImportlibMetadataDistributionFailedCallMixin(object): method computeExpression (line 547) | def computeExpression(self, trace_collection): method mayRaiseExceptionOperation (line 560) | def mayRaiseExceptionOperation(): class ExpressionImportlibMetadataDistributionFailedCall (line 564) | class ExpressionImportlibMetadataDistributionFailedCall( class ExpressionImportlibMetadataBackportDistributionFailedCall (line 582) | class ExpressionImportlibMetadataBackportDistributionFailedCall( class ExpressionImportlibMetadataBackportDistributionCall (line 598) | class ExpressionImportlibMetadataBackportDistributionCall( method makeExpressionImportlibMetadataDistributionFailedCall (line 607) | def makeExpressionImportlibMetadataDistributionFailedCall(self): function makeExpressionImportlibMetadataMetadataCall (line 613) | def makeExpressionImportlibMetadataMetadataCall(distribution_name, sourc... function makeExpressionImportlibMetadataBackportMetadataCall (line 623) | def makeExpressionImportlibMetadataBackportMetadataCall(distribution_nam... class ExpressionImportlibMetadataEntryPointValueMixin (line 633) | class ExpressionImportlibMetadataEntryPointValueMixin(object): method _getImportlibMetadataModule (line 638) | def _getImportlibMetadataModule(self): method finalize (line 641) | def finalize(self): method isKnownToBeHashable (line 646) | def isKnownToBeHashable(): method getTruthValue (line 650) | def getTruthValue(): method computeExpressionRaw (line 653) | def computeExpressionRaw(self, trace_collection): method isKnownToHaveAttribute (line 657) | def isKnownToHaveAttribute(self, attribute_name): method getKnownAttributeValue (line 665) | def getKnownAttributeValue(self, attribute_name): method computeExpressionAttribute (line 668) | def computeExpressionAttribute(self, lookup_node, attribute_name, trac... class ExpressionImportlibMetadataEntryPointValueRef (line 683) | class ExpressionImportlibMetadataEntryPointValueRef( method __init__ (line 698) | def __init__(self, entry_point, source_ref): class ExpressionImportlibMetadataBackportEntryPointValueRef (line 713) | class ExpressionImportlibMetadataBackportEntryPointValueRef( method __init__ (line 726) | def __init__(self, entry_point, source_ref): class ExpressionImportlibMetadataSelectableGroupsValueRef (line 743) | class ExpressionImportlibMetadataSelectableGroupsValueRef( method isKnownToBeHashable (line 756) | def isKnownToBeHashable(): class ExpressionImportlibMetadataBackportSelectableGroupsValueRef (line 760) | class ExpressionImportlibMetadataBackportSelectableGroupsValueRef( method isKnownToBeHashable (line 772) | def isKnownToBeHashable(): class ExpressionImportlibMetadataEntryPointsValueRef (line 776) | class ExpressionImportlibMetadataEntryPointsValueRef( method isKnownToBeHashable (line 790) | def isKnownToBeHashable(): method getSequenceName (line 794) | def getSequenceName(): class ExpressionImportlibMetadataBackportEntryPointsValueRef (line 799) | class ExpressionImportlibMetadataBackportEntryPointsValueRef( method getSequenceName (line 809) | def getSequenceName(): method isKnownToBeHashable (line 815) | def isKnownToBeHashable(): class ExpressionImportlibMetadataEntryPointsCallMixin (line 819) | class ExpressionImportlibMetadataEntryPointsCallMixin(object): method _getImportlibMetadataModule (line 822) | def _getImportlibMetadataModule(self): method replaceWithCompileTimeValue (line 825) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionImportlibMetadataEntryPointsBefore310Call (line 908) | class ExpressionImportlibMetadataEntryPointsBefore310Call( function makeExpressionImportlibMetadataEntryPointsSince310Call (line 926) | def makeExpressionImportlibMetadataEntryPointsSince310Call(params, sourc... class ExpressionImportlibMetadataEntryPointsSince310Call (line 932) | class ExpressionImportlibMetadataEntryPointsSince310Call( function makeExpressionImportlibMetadataBackportEntryPointsCall (line 945) | def makeExpressionImportlibMetadataBackportEntryPointsCall(params, sourc... class ExpressionImportlibMetadataBackportEntryPointsCall (line 951) | class ExpressionImportlibMetadataBackportEntryPointsCall( FILE: nuitka/nodes/PackageResourceNodes.py class ExpressionPkgutilGetDataCall (line 30) | class ExpressionPkgutilGetDataCall( method replaceWithCompileTimeValue (line 43) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionPkgResourcesResourceStringCall (line 49) | class ExpressionPkgResourcesResourceStringCall( method replaceWithCompileTimeValue (line 60) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionPkgResourcesResourceStreamCall (line 66) | class ExpressionPkgResourcesResourceStreamCall( method __init__ (line 71) | def __init__(self, package_or_requirement, resource_name, source_ref): method replaceWithCompileTimeValue (line 79) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionImportlibResourcesReadBinaryCall (line 85) | class ExpressionImportlibResourcesReadBinaryCall( method __init__ (line 95) | def __init__(self, package, resource, source_ref): method replaceWithCompileTimeValue (line 103) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionImportlibResourcesBackportReadBinaryCall (line 109) | class ExpressionImportlibResourcesBackportReadBinaryCall( method __init__ (line 117) | def __init__(self, package, resource, source_ref): method replaceWithCompileTimeValue (line 125) | def replaceWithCompileTimeValue(self, trace_collection): function makeExpressionImportlibResourcesReadTextCall (line 131) | def makeExpressionImportlibResourcesReadTextCall( class ExpressionImportlibResourcesReadTextCall (line 149) | class ExpressionImportlibResourcesReadTextCall( method replaceWithCompileTimeValue (line 159) | def replaceWithCompileTimeValue(self, trace_collection): function makeExpressionImportlibResourcesBackportReadTextCall (line 165) | def makeExpressionImportlibResourcesBackportReadTextCall( class ExpressionImportlibResourcesBackportReadTextCall (line 183) | class ExpressionImportlibResourcesBackportReadTextCall( method replaceWithCompileTimeValue (line 191) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionImportlibResourcesFilesCallMixin (line 197) | class ExpressionImportlibResourcesFilesCallMixin: method _getImportlibResourcesModule (line 200) | def _getImportlibResourcesModule(self): method makeModuleUsageAttempt (line 204) | def makeModuleUsageAttempt(self, package_name): method mayRaiseExceptionOperation (line 223) | def mayRaiseExceptionOperation(): method replaceWithCompileTimeValue (line 227) | def replaceWithCompileTimeValue(self, trace_collection): class ExpressionImportlibResourcesFilesCallFixed (line 252) | class ExpressionImportlibResourcesFilesCallFixed( method __init__ (line 264) | def __init__(self, package_name, source_ref): method finalize (line 273) | def finalize(self): method getPackageNameUsed (line 276) | def getPackageNameUsed(self): method computeExpressionRaw (line 281) | def computeExpressionRaw(self, trace_collection): class ExpressionImportlibResourcesBackportFilesCallFixed (line 289) | class ExpressionImportlibResourcesBackportFilesCallFixed( method __init__ (line 300) | def __init__(self, package_name, source_ref): method finalize (line 309) | def finalize(self): method getPackageNameUsed (line 312) | def getPackageNameUsed(self): method computeExpressionRaw (line 317) | def computeExpressionRaw(self, trace_collection): class ExpressionImportlibResourcesFilesCall (line 325) | class ExpressionImportlibResourcesFilesCall( method __init__ (line 340) | def __init__(self, package, source_ref): method getPackageNameUsed (line 347) | def getPackageNameUsed(self): class ExpressionImportlibResourcesBackportFilesCall (line 351) | class ExpressionImportlibResourcesBackportFilesCall( method __init__ (line 365) | def __init__(self, package, source_ref): method getPackageNameUsed (line 372) | def getPackageNameUsed(self): FILE: nuitka/nodes/PrintNodes.py class StatementPrintValue (line 24) | class StatementPrintValue(StatementPrintValueBase): method computeStatementOperation (line 32) | def computeStatementOperation(self, trace_collection): method mayRaiseException (line 69) | def mayRaiseException(exception_type): class StatementPrintNewline (line 74) | class StatementPrintNewline(StatementPrintNewlineBase): method computeStatementOperation (line 81) | def computeStatementOperation(self, trace_collection): method mayRaiseException (line 87) | def mayRaiseException(exception_type): FILE: nuitka/nodes/ReturnNodes.py class StatementReturnMixin (line 15) | class StatementReturnMixin(object): method isStatementReturn (line 19) | def isStatementReturn(): method mayReturn (line 23) | def mayReturn(): method isStatementAborting (line 27) | def isStatementAborting(): class StatementReturn (line 31) | class StatementReturn(StatementReturnMixin, StatementReturnBase): method mayRaiseException (line 37) | def mayRaiseException(self, exception_type): method computeStatement (line 40) | def computeStatement(self, trace_collection): class StatementReturnConstantBase (line 83) | class StatementReturnConstantBase(StatementReturnMixin, StatementBase): method __init__ (line 86) | def __init__(self, source_ref): method isStatementReturnConstant (line 90) | def isStatementReturnConstant(): method mayRaiseException (line 94) | def mayRaiseException(exception_type): method computeStatement (line 97) | def computeStatement(self, trace_collection): method getConstant (line 103) | def getConstant(self): method getStatementNiceName (line 107) | def getStatementNiceName(): class StatementReturnNone (line 111) | class StatementReturnNone(StatementReturnConstantBase): method __init__ (line 116) | def __init__(self, source_ref): method finalize (line 119) | def finalize(self): method getConstant (line 122) | def getConstant(self): class StatementReturnFalse (line 126) | class StatementReturnFalse(StatementReturnConstantBase): method __init__ (line 131) | def __init__(self, source_ref): method finalize (line 134) | def finalize(self): method getConstant (line 137) | def getConstant(self): class StatementReturnTrue (line 141) | class StatementReturnTrue(StatementReturnConstantBase): method __init__ (line 146) | def __init__(self, source_ref): method finalize (line 149) | def finalize(self): method getConstant (line 152) | def getConstant(self): class StatementReturnConstant (line 156) | class StatementReturnConstant(StatementReturnConstantBase): method __init__ (line 161) | def __init__(self, constant, source_ref): method finalize (line 166) | def finalize(self): method getConstant (line 170) | def getConstant(self): method getDetails (line 173) | def getDetails(self): class StatementReturnReturnedValue (line 177) | class StatementReturnReturnedValue(StatementBase): method __init__ (line 182) | def __init__(self, source_ref): method finalize (line 185) | def finalize(self): method isStatementReturnReturnedValue (line 189) | def isStatementReturnReturnedValue(): method isStatementReturn (line 193) | def isStatementReturn(): method isStatementAborting (line 197) | def isStatementAborting(): method mayReturn (line 201) | def mayReturn(): method mayRaiseException (line 205) | def mayRaiseException(exception_type): method computeStatement (line 208) | def computeStatement(self, trace_collection): method getStatementNiceName (line 214) | def getStatementNiceName(): function makeStatementReturnConstant (line 218) | def makeStatementReturnConstant(constant, source_ref): function makeStatementReturn (line 229) | def makeStatementReturn(expression, source_ref): FILE: nuitka/nodes/SideEffectNodes.py class ExpressionSideEffects (line 15) | class ExpressionSideEffects( method __init__ (line 22) | def __init__(self, side_effects, expression, source_ref): method isExpressionSideEffects (line 30) | def isExpressionSideEffects(): method getTypeShape (line 33) | def getTypeShape(self): method computeExpressionRaw (line 36) | def computeExpressionRaw(self, trace_collection): method computeExpression (line 90) | def computeExpression(self, trace_collection): method getTruthValue (line 93) | def getTruthValue(self): method mayRaiseException (line 96) | def mayRaiseException(self, exception_type): method computeExpressionDrop (line 102) | def computeExpressionDrop(self, statement, trace_collection): method canPredictIterationValues (line 117) | def canPredictIterationValues(): method willRaiseAnyException (line 122) | def willRaiseAnyException(self): FILE: nuitka/nodes/SliceNodes.py class StatementAssignmentSlice (line 38) | class StatementAssignmentSlice(StatementAssignmentSliceBase): method computeStatement (line 45) | def computeStatement(self, trace_collection): class StatementDelSlice (line 115) | class StatementDelSlice(StatementDelSliceBase): method computeStatement (line 120) | def computeStatement(self, trace_collection): class ExpressionSliceLookup (line 169) | class ExpressionSliceLookup( method __init__ (line 178) | def __init__(self, expression, lower, upper, source_ref): method computeExpression (line 188) | def computeExpression(self, trace_collection): method isKnownToBeIterable (line 199) | def isKnownToBeIterable(count): function makeExpressionBuiltinSlice (line 204) | def makeExpressionBuiltinSlice(start, stop, step, source_ref): class ExpressionBuiltinSliceMixin (line 236) | class ExpressionBuiltinSliceMixin( method mayHaveSideEffects (line 245) | def mayHaveSideEffects(self): class ExpressionBuiltinSlice3 (line 249) | class ExpressionBuiltinSlice3( method __init__ (line 259) | def __init__(self, start, stop, step, source_ref): method computeExpression (line 269) | def computeExpression(self, trace_collection): method mayRaiseException (line 293) | def mayRaiseException(self, exception_type): class ExpressionBuiltinSlice2 (line 301) | class ExpressionBuiltinSlice2( method __init__ (line 311) | def __init__(self, start, stop, source_ref): method computeExpression (line 323) | def computeExpression(self, trace_collection): method mayRaiseException (line 342) | def mayRaiseException(self, exception_type): class ExpressionBuiltinSlice1 (line 348) | class ExpressionBuiltinSlice1( method __init__ (line 358) | def __init__(self, stop, source_ref): method computeExpression (line 363) | def computeExpression(self, trace_collection): method mayRaiseException (line 369) | def mayRaiseException(self, exception_type): FILE: nuitka/nodes/StatementBasesGenerated.py class StatementNoChildHavingLocalsScopeMixin (line 47) | class StatementNoChildHavingLocalsScopeMixin(StatementBase): method __init__ (line 54) | def __init__(self, locals_scope, source_ref): method getDetails (line 59) | def getDetails(self): method getVisitableNodes (line 64) | def getVisitableNodes(self): method getVisitableNodesNamed (line 69) | def getVisitableNodesNamed(self): method replaceChild (line 77) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 80) | def getCloneArgs(self): method finalize (line 92) | def finalize(self): method collectVariableAccesses (line 97) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildrenHavingConditionYesBranchOptionalStatementsOrNoneNoBranchOptionalStatementsOrNoneMixin (line 105) | class StatementChildrenHavingConditionYesBranchOptionalStatementsOrNoneN... method __init__ (line 114) | def __init__(self, condition, yes_branch, no_branch, source_ref): method setChildNoBranch (line 133) | def setChildNoBranch(self, value): method setChildYesBranch (line 140) | def setChildYesBranch(self, value): method getVisitableNodes (line 147) | def getVisitableNodes(self): method getVisitableNodesNamed (line 164) | def getVisitableNodesNamed(self): method replaceChild (line 176) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 207) | def getCloneArgs(self): method finalize (line 231) | def finalize(self): method collectVariableAccesses (line 243) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildHavingDestOptionalOperationMixin (line 261) | class StatementChildHavingDestOptionalOperationMixin(StatementBase): method __init__ (line 268) | def __init__(self, dest, source_ref): method getVisitableNodes (line 276) | def getVisitableNodes(self): method getVisitableNodesNamed (line 286) | def getVisitableNodesNamed(self): method replaceChild (line 294) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 306) | def getCloneArgs(self): method finalize (line 322) | def finalize(self): method computeStatement (line 329) | def computeStatement(self, trace_collection): method computeStatementOperation (line 340) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 343) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildrenHavingDestOptionalValueOperationMixin (line 356) | class StatementChildrenHavingDestOptionalValueOperationMixin(StatementBa... method __init__ (line 363) | def __init__(self, dest, value, source_ref): method setChildValue (line 375) | def setChildValue(self, value): method getVisitableNodes (line 380) | def getVisitableNodes(self): method getVisitableNodesNamed (line 392) | def getVisitableNodesNamed(self): method replaceChild (line 403) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 423) | def getCloneArgs(self): method finalize (line 440) | def finalize(self): method computeStatement (line 449) | def computeStatement(self, trace_collection): method computeStatementOperation (line 460) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 463) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildrenHavingDictArgKeyOperationMixin (line 477) | class StatementChildrenHavingDictArgKeyOperationMixin(StatementBase): method __init__ (line 484) | def __init__(self, dict_arg, key, source_ref): method getVisitableNodes (line 495) | def getVisitableNodes(self): method getVisitableNodesNamed (line 503) | def getVisitableNodesNamed(self): method replaceChild (line 514) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 533) | def getCloneArgs(self): method finalize (line 548) | def finalize(self): method computeStatement (line 556) | def computeStatement(self, trace_collection): method computeStatementOperation (line 567) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 570) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildrenHavingDictArgValueOperationMixin (line 581) | class StatementChildrenHavingDictArgValueOperationMixin(StatementBase): method __init__ (line 588) | def __init__(self, dict_arg, value, source_ref): method getVisitableNodes (line 599) | def getVisitableNodes(self): method getVisitableNodesNamed (line 607) | def getVisitableNodesNamed(self): method replaceChild (line 618) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 637) | def getCloneArgs(self): method finalize (line 652) | def finalize(self): method computeStatement (line 660) | def computeStatement(self, trace_collection): method computeStatementOperation (line 671) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 674) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildrenHavingExceptionTypeExceptionValueOptionalExceptionTraceOptionalExceptionCauseOptionalOperationPostInitMixin (line 685) | class StatementChildrenHavingExceptionTypeExceptionValueOptionalExceptio... method __init__ (line 695) | def __init__( method postInitNode (line 727) | def postInitNode(self): method getVisitableNodes (line 730) | def getVisitableNodes(self): method getVisitableNodesNamed (line 752) | def getVisitableNodesNamed(self): method replaceChild (line 765) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 803) | def getCloneArgs(self): method finalize (line 832) | def finalize(self): method computeStatement (line 847) | def computeStatement(self, trace_collection): method computeStatementOperation (line 858) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 861) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildHavingExpressionOperationAttributeNameMixin (line 884) | class StatementChildHavingExpressionOperationAttributeNameMixin(Statemen... method __init__ (line 891) | def __init__(self, expression, attribute_name, source_ref): method getDetails (line 900) | def getDetails(self): method getVisitableNodes (line 905) | def getVisitableNodes(self): method getVisitableNodesNamed (line 910) | def getVisitableNodesNamed(self): method replaceChild (line 918) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 929) | def getCloneArgs(self): method finalize (line 943) | def finalize(self): method computeStatement (line 949) | def computeStatement(self, trace_collection): method computeStatementOperation (line 960) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 963) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildHavingExpressionMixin (line 973) | class StatementChildHavingExpressionMixin(StatementBase): method __init__ (line 982) | def __init__(self, expression, source_ref): method getVisitableNodes (line 989) | def getVisitableNodes(self): method getVisitableNodesNamed (line 994) | def getVisitableNodesNamed(self): method replaceChild (line 1002) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1013) | def getCloneArgs(self): method finalize (line 1027) | def finalize(self): method collectVariableAccesses (line 1033) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildrenHavingExpressionLowerOptionalUpperOptionalMixin (line 1045) | class StatementChildrenHavingExpressionLowerOptionalUpperOptionalMixin(S... method __init__ (line 1052) | def __init__(self, expression, lower, upper, source_ref): method getVisitableNodes (line 1069) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1086) | def getVisitableNodesNamed(self): method replaceChild (line 1098) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1127) | def getCloneArgs(self): method finalize (line 1151) | def finalize(self): method collectVariableAccesses (line 1163) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildHavingIteratedLengthOperationCountMixin (line 1181) | class StatementChildHavingIteratedLengthOperationCountMixin(StatementBase): method __init__ (line 1188) | def __init__(self, iterated_length, count, source_ref): method getDetails (line 1197) | def getDetails(self): method getVisitableNodes (line 1202) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1207) | def getVisitableNodesNamed(self): method replaceChild (line 1215) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1226) | def getCloneArgs(self): method finalize (line 1240) | def finalize(self): method computeStatement (line 1246) | def computeStatement(self, trace_collection): method computeStatementOperation (line 1257) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 1260) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildHavingIteratorOperationCountMixin (line 1272) | class StatementChildHavingIteratorOperationCountMixin(StatementBase): method __init__ (line 1279) | def __init__(self, iterator, count, source_ref): method getDetails (line 1288) | def getDetails(self): method getVisitableNodes (line 1293) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1298) | def getVisitableNodesNamed(self): method replaceChild (line 1306) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1317) | def getCloneArgs(self): method finalize (line 1331) | def finalize(self): method computeStatement (line 1337) | def computeStatement(self, trace_collection): method computeStatementOperation (line 1348) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 1351) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildrenHavingListArgValueOperationMixin (line 1361) | class StatementChildrenHavingListArgValueOperationMixin(StatementBase): method __init__ (line 1368) | def __init__(self, list_arg, value, source_ref): method getVisitableNodes (line 1379) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1387) | def getVisitableNodesNamed(self): method replaceChild (line 1398) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1417) | def getCloneArgs(self): method finalize (line 1432) | def finalize(self): method computeStatement (line 1440) | def computeStatement(self, trace_collection): method computeStatementOperation (line 1451) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 1454) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildHavingLocalsArgOperationPostInitLocalsScopeMixin (line 1465) | class StatementChildHavingLocalsArgOperationPostInitLocalsScopeMixin(Sta... method __init__ (line 1472) | def __init__(self, locals_arg, locals_scope, source_ref): method postInitNode (line 1484) | def postInitNode(self): method getDetails (line 1487) | def getDetails(self): method getVisitableNodes (line 1492) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1497) | def getVisitableNodesNamed(self): method replaceChild (line 1505) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1516) | def getCloneArgs(self): method finalize (line 1530) | def finalize(self): method computeStatement (line 1538) | def computeStatement(self, trace_collection): method computeStatementOperation (line 1549) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 1552) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildHavingLoopBodyOptionalStatementsOrNonePostInitMixin (line 1564) | class StatementChildHavingLoopBodyOptionalStatementsOrNonePostInitMixin(... method __init__ (line 1571) | def __init__(self, loop_body, source_ref): method postInitNode (line 1583) | def postInitNode(self): method setChildLoopBody (line 1586) | def setChildLoopBody(self, value): method getVisitableNodes (line 1593) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1603) | def getVisitableNodesNamed(self): method replaceChild (line 1611) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1624) | def getCloneArgs(self): method finalize (line 1642) | def finalize(self): method collectVariableAccesses (line 1649) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildHavingModuleOperationPostInitTargetScopeMixin (line 1662) | class StatementChildHavingModuleOperationPostInitTargetScopeMixin(Statem... method __init__ (line 1669) | def __init__(self, module, target_scope, source_ref): method postInitNode (line 1681) | def postInitNode(self): method getDetails (line 1684) | def getDetails(self): method getVisitableNodes (line 1689) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1694) | def getVisitableNodesNamed(self): method replaceChild (line 1702) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1713) | def getCloneArgs(self): method finalize (line 1727) | def finalize(self): method computeStatement (line 1735) | def computeStatement(self, trace_collection): method computeStatementOperation (line 1746) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 1749) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildHavingNewLocalsOperationLocalsScopeMixin (line 1759) | class StatementChildHavingNewLocalsOperationLocalsScopeMixin(StatementBa... method __init__ (line 1766) | def __init__(self, new_locals, locals_scope, source_ref): method getDetails (line 1775) | def getDetails(self): method getVisitableNodes (line 1780) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1785) | def getVisitableNodesNamed(self): method replaceChild (line 1793) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1804) | def getCloneArgs(self): method finalize (line 1818) | def finalize(self): method computeStatement (line 1826) | def computeStatement(self, trace_collection): method computeStatementOperation (line 1837) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 1840) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildrenHavingSetArgValueOperationMixin (line 1850) | class StatementChildrenHavingSetArgValueOperationMixin(StatementBase): method __init__ (line 1857) | def __init__(self, set_arg, value, source_ref): method getVisitableNodes (line 1868) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1876) | def getVisitableNodesNamed(self): method replaceChild (line 1887) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 1906) | def getCloneArgs(self): method finalize (line 1921) | def finalize(self): method computeStatement (line 1929) | def computeStatement(self, trace_collection): method computeStatementOperation (line 1940) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 1943) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildHavingSourcePostInitProviderVariableNameMixin (line 1954) | class StatementChildHavingSourcePostInitProviderVariableNameMixin(Statem... method __init__ (line 1961) | def __init__(self, source, provider, variable_name, source_ref): method postInitNode (line 1974) | def postInitNode(self): method getDetails (line 1977) | def getDetails(self): method getVisitableNodes (line 1983) | def getVisitableNodes(self): method getVisitableNodesNamed (line 1988) | def getVisitableNodesNamed(self): method replaceChild (line 1996) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 2007) | def getCloneArgs(self): method finalize (line 2021) | def finalize(self): method collectVariableAccesses (line 2027) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildHavingSourcePostInitVariableVariableVersionMixin (line 2039) | class StatementChildHavingSourcePostInitVariableVariableVersionMixin(Sta... method __init__ (line 2054) | def __init__(self, source, variable, variable_version, source_ref): method postInitNode (line 2067) | def postInitNode(self): method getDetails (line 2070) | def getDetails(self): method setChildSource (line 2076) | def setChildSource(self, value): method getVisitableNodes (line 2081) | def getVisitableNodes(self): method getVisitableNodesNamed (line 2086) | def getVisitableNodesNamed(self): method replaceChild (line 2094) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 2105) | def getCloneArgs(self): method finalize (line 2119) | def finalize(self): method collectVariableAccesses (line 2127) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildHavingSourceOperationPostInitLocalsScopeVariableNameMixin (line 2163) | class StatementChildHavingSourceOperationPostInitLocalsScopeVariableName... method __init__ (line 2172) | def __init__(self, source, locals_scope, variable_name, source_ref): method postInitNode (line 2185) | def postInitNode(self): method getDetails (line 2188) | def getDetails(self): method getVisitableNodes (line 2194) | def getVisitableNodes(self): method getVisitableNodesNamed (line 2199) | def getVisitableNodesNamed(self): method replaceChild (line 2207) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 2218) | def getCloneArgs(self): method finalize (line 2232) | def finalize(self): method computeStatement (line 2240) | def computeStatement(self, trace_collection): method computeStatementOperation (line 2251) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 2254) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildrenHavingSourceExpressionOperationAttributeNameMixin (line 2266) | class StatementChildrenHavingSourceExpressionOperationAttributeNameMixin... method __init__ (line 2273) | def __init__(self, source, expression, attribute_name, source_ref): method getDetails (line 2286) | def getDetails(self): method getVisitableNodes (line 2291) | def getVisitableNodes(self): method getVisitableNodesNamed (line 2299) | def getVisitableNodesNamed(self): method replaceChild (line 2310) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 2329) | def getCloneArgs(self): method finalize (line 2344) | def finalize(self): method computeStatement (line 2352) | def computeStatement(self, trace_collection): method computeStatementOperation (line 2363) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 2366) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildrenHavingSourceExpressionLowerOptionalUpperOptionalMixin (line 2379) | class StatementChildrenHavingSourceExpressionLowerOptionalUpperOptionalM... method __init__ (line 2388) | def __init__(self, source, expression, lower, upper, source_ref): method getVisitableNodes (line 2409) | def getVisitableNodes(self): method getVisitableNodesNamed (line 2427) | def getVisitableNodesNamed(self): method replaceChild (line 2440) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 2477) | def getCloneArgs(self): method finalize (line 2502) | def finalize(self): method collectVariableAccesses (line 2516) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildrenHavingSourceSubscribedSubscriptOperationMixin (line 2537) | class StatementChildrenHavingSourceSubscribedSubscriptOperationMixin(Sta... method __init__ (line 2544) | def __init__(self, source, subscribed, subscript, source_ref): method getVisitableNodes (line 2559) | def getVisitableNodes(self): method getVisitableNodesNamed (line 2568) | def getVisitableNodesNamed(self): method replaceChild (line 2580) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 2607) | def getCloneArgs(self): method finalize (line 2623) | def finalize(self): method computeStatement (line 2633) | def computeStatement(self, trace_collection): method computeStatementOperation (line 2644) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 2647) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildrenHavingSourceCodeGlobalsArgAutoNoneLocalsArgAutoNoneOperationMixin (line 2661) | class StatementChildrenHavingSourceCodeGlobalsArgAutoNoneLocalsArgAutoNo... method __init__ (line 2670) | def __init__(self, source_code, globals_arg, locals_arg, source_ref): method getVisitableNodes (line 2689) | def getVisitableNodes(self): method getVisitableNodesNamed (line 2706) | def getVisitableNodesNamed(self): method replaceChild (line 2718) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 2749) | def getCloneArgs(self): method finalize (line 2773) | def finalize(self): method computeStatement (line 2785) | def computeStatement(self, trace_collection): method computeStatementOperation (line 2796) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 2799) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildHavingStatementsTupleMixin (line 2819) | class StatementChildHavingStatementsTupleMixin(StatementBase): method __init__ (line 2832) | def __init__(self, statements, source_ref): method setChildStatements (line 2842) | def setChildStatements(self, value): method getVisitableNodes (line 2850) | def getVisitableNodes(self): method getVisitableNodesNamed (line 2855) | def getVisitableNodesNamed(self): method replaceChild (line 2863) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 2881) | def getCloneArgs(self): method finalize (line 2895) | def finalize(self): method collectVariableAccesses (line 2902) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildrenHavingSubscribedSubscriptOperationMixin (line 2919) | class StatementChildrenHavingSubscribedSubscriptOperationMixin(Statement... method __init__ (line 2926) | def __init__(self, subscribed, subscript, source_ref): method getVisitableNodes (line 2937) | def getVisitableNodes(self): method getVisitableNodesNamed (line 2945) | def getVisitableNodesNamed(self): method replaceChild (line 2956) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 2975) | def getCloneArgs(self): method finalize (line 2990) | def finalize(self): method computeStatement (line 2998) | def computeStatement(self, trace_collection): method computeStatementOperation (line 3009) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 3012) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildrenHavingTriedStatementsExceptHandlerOptionalStatementsOrNoneBreakHandlerOptionalStatementsOrNoneContinueHandlerOptionalStatementsOrNoneReturnHandlerOptionalStatementsOrNonePostInitMixin (line 3023) | class StatementChildrenHavingTriedStatementsExceptHandlerOptionalStateme... method __init__ (line 3032) | def __init__( method postInitNode (line 3075) | def postInitNode(self): method setChildBreakHandler (line 3078) | def setChildBreakHandler(self, value): method setChildContinueHandler (line 3085) | def setChildContinueHandler(self, value): method setChildExceptHandler (line 3092) | def setChildExceptHandler(self, value): method setChildReturnHandler (line 3099) | def setChildReturnHandler(self, value): method setChildTried (line 3106) | def setChildTried(self, value): method getVisitableNodes (line 3112) | def getVisitableNodes(self): method getVisitableNodesNamed (line 3139) | def getVisitableNodesNamed(self): method replaceChild (line 3153) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 3205) | def getCloneArgs(self): method finalize (line 3239) | def finalize(self): method collectVariableAccesses (line 3257) | def collectVariableAccesses(self, emit_read, emit_write): class StatementChildrenHavingValueDictArgKeyOperationMixin (line 3283) | class StatementChildrenHavingValueDictArgKeyOperationMixin(StatementBase): method __init__ (line 3291) | def __init__(self, value, dict_arg, key, source_ref): method getVisitableNodes (line 3306) | def getVisitableNodes(self): method getVisitableNodesNamed (line 3315) | def getVisitableNodesNamed(self): method replaceChild (line 3327) | def replaceChild(self, old_node, new_node): method getCloneArgs (line 3354) | def getCloneArgs(self): method finalize (line 3370) | def finalize(self): method computeStatement (line 3380) | def computeStatement(self, trace_collection): method computeStatementOperation (line 3391) | def computeStatementOperation(self, trace_collection): method collectVariableAccesses (line 3394) | def collectVariableAccesses(self, emit_read, emit_write): FILE: nuitka/nodes/StatementNodes.py class StatementsSequenceMixin (line 17) | class StatementsSequenceMixin(object): method finalize (line 20) | def finalize(self): method isStatementsSequence (line 27) | def isStatementsSequence(): method trimStatements (line 30) | def trimStatements(self, statement): method removeStatement (line 40) | def removeStatement(self, statement): method replaceStatement (line 52) | def replaceStatement(self, statement, statements): method mayHaveSideEffects (line 65) | def mayHaveSideEffects(self): method mayRaiseException (line 72) | def mayRaiseException(self, exception_type): method needsFrame (line 78) | def needsFrame(self): method mayReturn (line 84) | def mayReturn(self): method mayBreak (line 90) | def mayBreak(self): method mayContinue (line 96) | def mayContinue(self): method mayRaiseExceptionOrAbort (line 102) | def mayRaiseExceptionOrAbort(self, exception_type): method isStatementAborting (line 110) | def isStatementAborting(self): method willRaiseAnyException (line 113) | def willRaiseAnyException(self): class StatementsSequence (line 117) | class StatementsSequence(StatementsSequenceMixin, StatementsSequenceBase): method computeStatement (line 122) | def computeStatement(self, trace_collection): method computeStatementsSequence (line 126) | def computeStatementsSequence(self, trace_collection): method getStatementNiceName (line 175) | def getStatementNiceName(): class StatementExpressionOnly (line 179) | class StatementExpressionOnly(StatementExpressionOnlyBase): method mayHaveSideEffects (line 184) | def mayHaveSideEffects(self): method mayRaiseException (line 187) | def mayRaiseException(self, exception_type): method computeStatement (line 190) | def computeStatement(self, trace_collection): method getStatementNiceName (line 202) | def getStatementNiceName(): method getDetailsForDisplay (line 205) | def getDetailsForDisplay(self): class StatementPreserveFrameException (line 209) | class StatementPreserveFrameException(StatementBase): method __init__ (line 214) | def __init__(self, preserver_id, source_ref): method finalize (line 219) | def finalize(self): method getDetails (line 222) | def getDetails(self): method getPreserverId (line 225) | def getPreserverId(self): method computeStatement (line 230) | def computeStatement(self, trace_collection): method computeStatement (line 245) | def computeStatement(self, trace_collection): method mayRaiseException (line 249) | def mayRaiseException(exception_type): method needsFrame (line 253) | def needsFrame(): class StatementRestoreFrameException (line 257) | class StatementRestoreFrameException(StatementBase): method __init__ (line 262) | def __init__(self, preserver_id, source_ref): method finalize (line 267) | def finalize(self): method getDetails (line 270) | def getDetails(self): method getPreserverId (line 273) | def getPreserverId(self): method computeStatement (line 276) | def computeStatement(self, trace_collection): method mayRaiseException (line 280) | def mayRaiseException(exception_type): class StatementPublishException (line 284) | class StatementPublishException(StatementBase): method __init__ (line 287) | def __init__(self, source_ref): method finalize (line 290) | def finalize(self): method computeStatement (line 293) | def computeStatement(self, trace_collection): method mayRaiseException (line 298) | def mayRaiseException(exception_type): FILE: nuitka/nodes/StrNodes.py function getStrOperationClasses (line 88) | def getStrOperationClasses(): class ExpressionStrOperationJoin (line 97) | class ExpressionStrOperationJoin(ExpressionStrOperationJoinBase): method mayRaiseExceptionOperation (line 103) | def mayRaiseExceptionOperation(): class ExpressionStrOperationPartition (line 108) | class ExpressionStrOperationPartition(ExpressionStrOperationPartitionBase): method mayRaiseExceptionOperation (line 114) | def mayRaiseExceptionOperation(): method getIterationLength (line 119) | def getIterationLength(): class ExpressionStrOperationRpartition (line 123) | class ExpressionStrOperationRpartition(ExpressionStrOperationRpartitionB... method mayRaiseExceptionOperation (line 129) | def mayRaiseExceptionOperation(): method getIterationLength (line 134) | def getIterationLength(): class ExpressionStrOperationStrip1 (line 138) | class ExpressionStrOperationStrip1(ExpressionStrOperationStrip1Base): method mayRaiseExceptionOperation (line 144) | def mayRaiseExceptionOperation(): class ExpressionStrOperationStrip2 (line 148) | class ExpressionStrOperationStrip2(ExpressionStrOperationStrip2Base): method mayRaiseExceptionOperation (line 154) | def mayRaiseExceptionOperation(): class ExpressionStrOperationLstrip1 (line 159) | class ExpressionStrOperationLstrip1(ExpressionStrOperationLstrip1Base): method mayRaiseExceptionOperation (line 165) | def mayRaiseExceptionOperation(): class ExpressionStrOperationLstrip2 (line 169) | class ExpressionStrOperationLstrip2(ExpressionStrOperationLstrip2Base): method mayRaiseExceptionOperation (line 175) | def mayRaiseExceptionOperation(): class ExpressionStrOperationRstrip1 (line 180) | class ExpressionStrOperationRstrip1(ExpressionStrOperationRstrip1Base): method mayRaiseExceptionOperation (line 186) | def mayRaiseExceptionOperation(): class ExpressionStrOperationRstrip2 (line 190) | class ExpressionStrOperationRstrip2(ExpressionStrOperationRstrip2Base): method mayRaiseExceptionOperation (line 196) | def mayRaiseExceptionOperation(): class ExpressionStrOperationFind2 (line 201) | class ExpressionStrOperationFind2(ExpressionStrOperationFind2Base): method mayRaiseExceptionOperation (line 207) | def mayRaiseExceptionOperation(): class ExpressionStrOperationFind3 (line 212) | class ExpressionStrOperationFind3(ExpressionStrOperationFind3Base): method mayRaiseExceptionOperation (line 218) | def mayRaiseExceptionOperation(): class ExpressionStrOperationFind4 (line 223) | class ExpressionStrOperationFind4(ExpressionStrOperationFind4Base): method mayRaiseExceptionOperation (line 229) | def mayRaiseExceptionOperation(): class ExpressionStrOperationRfind2 (line 234) | class ExpressionStrOperationRfind2(ExpressionStrOperationRfind2Base): method mayRaiseExceptionOperation (line 240) | def mayRaiseExceptionOperation(): class ExpressionStrOperationRfind3 (line 245) | class ExpressionStrOperationRfind3(ExpressionStrOperationRfind3Base): method mayRaiseExceptionOperation (line 251) | def mayRaiseExceptionOperation(): class ExpressionStrOperationRfind4 (line 256) | class ExpressionStrOperationRfind4(ExpressionStrOperationRfind4Base): method mayRaiseExceptionOperation (line 262) | def mayRaiseExceptionOperation(): class ExpressionStrOperationIndex2 (line 267) | class ExpressionStrOperationIndex2(ExpressionStrOperationIndex2Base): method mayRaiseExceptionOperation (line 273) | def mayRaiseExceptionOperation(): class ExpressionStrOperationIndex3 (line 278) | class ExpressionStrOperationIndex3(ExpressionStrOperationIndex3Base): method mayRaiseExceptionOperation (line 284) | def mayRaiseExceptionOperation(): class ExpressionStrOperationIndex4 (line 289) | class ExpressionStrOperationIndex4(ExpressionStrOperationIndex4Base): method mayRaiseExceptionOperation (line 295) | def mayRaiseExceptionOperation(): class ExpressionStrOperationRindex2 (line 300) | class ExpressionStrOperationRindex2(ExpressionStrOperationRindex2Base): method mayRaiseExceptionOperation (line 306) | def mayRaiseExceptionOperation(): class ExpressionStrOperationRindex3 (line 311) | class ExpressionStrOperationRindex3(ExpressionStrOperationRindex3Base): method mayRaiseExceptionOperation (line 317) | def mayRaiseExceptionOperation(): class ExpressionStrOperationRindex4 (line 322) | class ExpressionStrOperationRindex4(ExpressionStrOperationRindex4Base): method mayRaiseExceptionOperation (line 328) | def mayRaiseExceptionOperation(): class ExpressionStrOperationCapitalize (line 333) | class ExpressionStrOperationCapitalize(ExpressionStrOperationCapitalizeB... method mayRaiseExceptionOperation (line 339) | def mayRaiseExceptionOperation(): class ExpressionStrOperationUpper (line 343) | class ExpressionStrOperationUpper(ExpressionStrOperationUpperBase): method mayRaiseExceptionOperation (line 349) | def mayRaiseExceptionOperation(): class ExpressionStrOperationLower (line 353) | class ExpressionStrOperationLower(ExpressionStrOperationLowerBase): method mayRaiseExceptionOperation (line 359) | def mayRaiseExceptionOperation(): class ExpressionStrOperationSwapcase (line 363) | class ExpressionStrOperationSwapcase(ExpressionStrOperationSwapcaseBase): method mayRaiseExceptionOperation (line 369) | def mayRaiseExceptionOperation(): class ExpressionStrOperationTitle (line 373) | class ExpressionStrOperationTitle(ExpressionStrOperationTitleBase): method mayRaiseExceptionOperation (line 379) | def mayRaiseExceptionOperation(): class ExpressionStrOperationIsalnum (line 383) | class ExpressionStrOperationIsalnum(ExpressionStrOperationIsalnumBase): method mayRaiseExceptionOperation (line 389) | def mayRaiseExceptionOperation(): class ExpressionStrOperationIsalpha (line 393) | class ExpressionStrOperationIsalpha(ExpressionStrOperationIsalphaBase): method mayRaiseExceptionOperation (line 399) | def mayRaiseExceptionOperation(): class ExpressionStrOperationIsdigit (line 403) | class ExpressionStrOperationIsdigit(ExpressionStrOperationIsdigitBase): method mayRaiseExceptionOperation (line 409) | def mayRaiseExceptionOperation(): class ExpressionStrOperationIslower (line 413) | class ExpressionStrOperationIslower(ExpressionStrOperationIslowerBase): method mayRaiseExceptionOperation (line 419) | def mayRaiseExceptionOperation(): class ExpressionStrOperationIsupper (line 423) | class ExpressionStrOperationIsupper(ExpressionStrOperationIsupperBase): method mayRaiseExceptionOperation (line 429) | def mayRaiseExceptionOperation(): class ExpressionStrOperationIsspace (line 433) | class ExpressionStrOperationIsspace(ExpressionStrOperationIsspaceBase): method mayRaiseExceptionOperation (line 439) | def mayRaiseExceptionOperation(): class ExpressionStrOperationIstitle (line 443) | class ExpressionStrOperationIstitle(ExpressionStrOperationIstitleBase): method mayRaiseExceptionOperation (line 449) | def mayRaiseExceptionOperation(): class ExpressionStrOperationSplit1 (line 453) | class ExpressionStrOperationSplit1(ExpressionStrOperationSplit1Base): method mayRaiseExceptionOperation (line 459) | def mayRaiseExceptionOperation(): class ExpressionStrOperationSplit2 (line 463) | class ExpressionStrOperationSplit2(ExpressionStrOperationSplit2Base): method mayRaiseExceptionOperation (line 469) | def mayRaiseExceptionOperation(): function makeExpressionStrOperationSplit3 (line 474) | def makeExpressionStrOperationSplit3(str_arg, sep, maxsplit, source_ref): class ExpressionStrOperationSplit3 (line 486) | class ExpressionStrOperationSplit3(ExpressionStrOperationSplit3Base): method mayRaiseExceptionOperation (line 492) | def mayRaiseExceptionOperation(): class ExpressionStrOperationRsplit1 (line 499) | class ExpressionStrOperationRsplit1(ExpressionStrOperationRsplit1Base): method mayRaiseExceptionOperation (line 505) | def mayRaiseExceptionOperation(): class ExpressionStrOperationRsplit2 (line 509) | class ExpressionStrOperationRsplit2(ExpressionStrOperationRsplit2Base): method mayRaiseExceptionOperation (line 515) | def mayRaiseExceptionOperation(): function makeExpressionStrOperationRsplit3 (line 520) | def makeExpressionStrOperationRsplit3(str_arg, sep, maxsplit, source_ref): class ExpressionStrOperationRsplit3 (line 532) | class ExpressionStrOperationRsplit3(ExpressionStrOperationRsplit3Base): method mayRaiseExceptionOperation (line 538) | def mayRaiseExceptionOperation(): class ExpressionStrOperationEndswith2 (line 543) | class ExpressionStrOperationEndswith2(ExpressionStrOperationEndswith2Base): method mayRaiseExceptionOperation (line 547) | def mayRaiseExceptionOperation(): class ExpressionStrOperationEndswith3 (line 552) | class ExpressionStrOperationEndswith3(ExpressionStrOperationEndswith3Base): method mayRaiseExceptionOperation (line 556) | def mayRaiseExceptionOperation(): class ExpressionStrOperationEndswith4 (line 561) | class ExpressionStrOperationEndswith4(ExpressionStrOperationEndswith4Base): method mayRaiseExceptionOperation (line 565) | def mayRaiseExceptionOperation(): class ExpressionStrOperationStartswith2 (line 570) | class ExpressionStrOperationStartswith2(ExpressionStrOperationStartswith... method mayRaiseExceptionOperation (line 574) | def mayRaiseExceptionOperation(): class ExpressionStrOperationStartswith3 (line 579) | class ExpressionStrOperationStartswith3(ExpressionStrOperationStartswith... method mayRaiseExceptionOperation (line 583) | def mayRaiseExceptionOperation(): class ExpressionStrOperationStartswith4 (line 588) | class ExpressionStrOperationStartswith4(ExpressionStrOperationStartswith... method mayRaiseExceptionOperation (line 592) | def mayRaiseExceptionOperation(): class ExpressionStrOperationReplace3 (line 597) | class ExpressionStrOperationReplace3(ExpressionStrOperationReplace3Base): method mayRaiseExceptionOperation (line 601) | def mayRaiseExceptionOperation(): class ExpressionStrOperationReplace4 (line 606) | class ExpressionStrOperationReplace4(ExpressionStrOperationReplace4Base): method mayRaiseExceptionOperation (line 610) | def mayRaiseExceptionOperation(): class ExpressionStrOperationEncodeMixin (line 616) | class ExpressionStrOperationEncodeMixin( method mayRaiseExceptionOperation (line 622) | def mayRaiseExceptionOperation(): class ExpressionStrOperationEncode1 (line 627) | class ExpressionStrOperationEncode1( class ExpressionStrOperationEncode2 (line 633) | class ExpressionStrOperationEncode2( method computeExpression (line 638) | def computeExpression(self, trace_collection): function makeExpressionStrOperationEncode3 (line 647) | def makeExpressionStrOperationEncode3(str_arg, encoding, errors, source_... class ExpressionStrOperationEncode3 (line 656) | class ExpressionStrOperationEncode3( method computeExpression (line 661) | def computeExpression(self, trace_collection): class ExpressionStrOperationDecodeMixin (line 669) | class ExpressionStrOperationDecodeMixin(ExpressionStrOrUnicodeExactMixin): method mayRaiseExceptionOperation (line 673) | def mayRaiseExceptionOperation(): class ExpressionStrOperationDecode1 (line 678) | class ExpressionStrOperationDecode1( class ExpressionStrOperationDecode2 (line 684) | class ExpressionStrOperationDecode2( method computeExpression (line 689) | def computeExpression(self, trace_collection): class ExpressionStrOperationDecode3 (line 698) | class ExpressionStrOperationDecode3( method computeExpression (line 703) | def computeExpression(self, trace_collection): class ExpressionStrOperationCount2 (line 710) | class ExpressionStrOperationCount2(ExpressionStrOperationCount2Base): method mayRaiseExceptionOperation (line 714) | def mayRaiseExceptionOperation(): class ExpressionStrOperationCount3 (line 719) | class ExpressionStrOperationCount3(ExpressionStrOperationCount3Base): method mayRaiseExceptionOperation (line 723) | def mayRaiseExceptionOperation(): class ExpressionStrOperationCount4 (line 728) | class ExpressionStrOperationCount4(ExpressionStrOperationCount4Base): method mayRaiseExceptionOperation (line 732) | def mayRaiseExceptionOperation(): class ExpressionStrOperationFormat (line 737) | class ExpressionStrOperationFormat(ExpressionStrOperationFormatBase): method computeExpression (line 745) | def computeExpression(self, trace_collection): method mayRaiseException (line 780) | def mayRaiseException(exception_type): method mayRaiseExceptionOperation (line 784) | def mayRaiseExceptionOperation(): class ExpressionStrOperationExpandtabs1 (line 789) | class ExpressionStrOperationExpandtabs1(ExpressionStrOperationExpandtabs... method mayRaiseExceptionOperation (line 795) | def mayRaiseExceptionOperation(): class ExpressionStrOperationExpandtabs2 (line 799) | class ExpressionStrOperationExpandtabs2(ExpressionStrOperationExpandtabs... method mayRaiseExceptionOperation (line 803) | def mayRaiseExceptionOperation(): class ExpressionStrOperationTranslate (line 808) | class ExpressionStrOperationTranslate(ExpressionStrOperationTranslateBase): method mayRaiseExceptionOperation (line 814) | def mayRaiseExceptionOperation(): class ExpressionStrOperationZfill (line 819) | class ExpressionStrOperationZfill(ExpressionStrOperationZfillBase): method mayRaiseExceptionOperation (line 825) | def mayRaiseExceptionOperation(): class ExpressionStrOperationCenter2 (line 830) | class ExpressionStrOperationCenter2(ExpressionStrOperationCenter2Base): method mayRaiseExceptionOperation (line 834) | def mayRaiseExceptionOperation(): class ExpressionStrOperationCenter3 (line 839) | class ExpressionStrOperationCenter3(ExpressionStrOperationCenter3Base): method mayRaiseExceptionOperation (line 843) | def mayRaiseExceptionOperation(): class ExpressionStrOperationLjust2 (line 848) | class ExpressionStrOperationLjust2(ExpressionStrOperationLjust2Base): method mayRaiseExceptionOperation (line 852) | def mayRaiseExceptionOperation(): class ExpressionStrOperationLjust3 (line 857) | class ExpressionStrOperationLjust3(ExpressionStrOperationLjust3Base): method mayRaiseExceptionOperation (line 861) | def mayRaiseExceptionOperation(): class ExpressionStrOperationRjust2 (line 866) | class ExpressionStrOperationRjust2(ExpressionStrOperationRjust2Base): method mayRaiseExceptionOperation (line 870) | def mayRaiseExceptionOperation(): class ExpressionStrOperationRjust3 (line 875) | class ExpressionStrOperationRjust3(ExpressionStrOperationRjust3Base): method mayRaiseExceptionOperation (line 879) | def mayRaiseExceptionOperation(): class ExpressionStrOperationSplitlines1 (line 884) | class ExpressionStrOperationSplitlines1(ExpressionStrOperationSplitlines... method mayRaiseExceptionOperation (line 890) | def mayRaiseExceptionOperation(): class ExpressionStrOperationSplitlines2 (line 895) | class ExpressionStrOperationSplitlines2(ExpressionStrOperationSplitlines... method mayRaiseExceptionOperation (line 901) | def mayRaiseExceptionOperation(): FILE: nuitka/nodes/StringConcatenationNodes.py class ExpressionStringConcatenation (line 18) | class ExpressionStringConcatenation( method __init__ (line 25) | def __init__(self, values, source_ref): method computeExpression (line 32) | def computeExpression(self, trace_collection): FILE: nuitka/nodes/SubscriptNodes.py class StatementAssignmentSubscript (line 30) | class StatementAssignmentSubscript(StatementAssignmentSubscriptBase): method computeStatementOperation (line 36) | def computeStatementOperation(self, trace_collection): method getStatementNiceName (line 45) | def getStatementNiceName(): class StatementDelSubscript (line 49) | class StatementDelSubscript(StatementDelSubscriptBase): method computeStatementOperation (line 55) | def computeStatementOperation(self, trace_collection): method getStatementNiceName (line 63) | def getStatementNiceName(): class ExpressionSubscriptLookup (line 67) | class ExpressionSubscriptLookup(ChildrenHavingExpressionSubscriptMixin, ... method __init__ (line 72) | def __init__(self, expression, subscript, source_ref): method computeExpression (line 81) | def computeExpression(self, trace_collection): method isKnownToBeIterable (line 89) | def isKnownToBeIterable(count): function makeExpressionSubscriptLookup (line 93) | def makeExpressionSubscriptLookup(expression, subscript, source_ref): function makeExpressionIndexLookup (line 99) | def makeExpressionIndexLookup(expression, index_value, source_ref): function hasSubscript (line 110) | def hasSubscript(value, subscript): class ExpressionSubscriptCheck (line 121) | class ExpressionSubscriptCheck( method __init__ (line 131) | def __init__(self, expression, subscript, source_ref): method computeExpression (line 140) | def computeExpression(self, trace_collection): method mayRaiseException (line 169) | def mayRaiseException(exception_type): class ExpressionSubscriptLookupForUnpack (line 173) | class ExpressionSubscriptLookupForUnpack(ExpressionSubscriptLookup): method __init__ (line 179) | def __init__(self, expression, subscript, expected, source_ref): method computeExpression (line 186) | def computeExpression(self, trace_collection): FILE: nuitka/nodes/TensorflowNodes.py class ExpressionTensorflowFunctionCall (line 15) | class ExpressionTensorflowFunctionCall(ExpressionTensorflowFunctionCallB... method replaceWithCompileTimeValue (line 18) | def replaceWithCompileTimeValue(self, trace_collection): FILE: nuitka/nodes/TryNodes.py class StatementTry (line 18) | class StatementTry(StatementTryBase): method postInitNode (line 34) | def postInitNode(self): method getDetailsForDisplay (line 37) | def getDetailsForDisplay(self): method computeStatement (line 40) | def computeStatement(self, trace_collection): method mayReturn (line 334) | def mayReturn(self): method mayBreak (line 363) | def mayBreak(self): method mayContinue (line 392) | def mayContinue(self): method isStatementAborting (line 421) | def isStatementAborting(self): method mayRaiseException (line 445) | def mayRaiseException(self, exception_type): method needsFrame (line 477) | def needsFrame(self): method getStatementNiceName (line 502) | def getStatementNiceName(): FILE: nuitka/nodes/TypeMatchNodes.py class ExpressionMatchTypeCheckBase (line 15) | class ExpressionMatchTypeCheckBase( method __init__ (line 23) | def __init__(self, value, source_ref): method mayRaiseException (line 28) | def mayRaiseException(self, exception_type): class ExpressionMatchTypeCheckSequence (line 32) | class ExpressionMatchTypeCheckSequence(ExpressionMatchTypeCheckBase): method computeExpression (line 35) | def computeExpression(self, trace_collection): class ExpressionMatchTypeCheckMapping (line 42) | class ExpressionMatchTypeCheckMapping(ExpressionMatchTypeCheckBase): method computeExpression (line 45) | def computeExpression(self, trace_collection): FILE: nuitka/nodes/TypeNodes.py class ExpressionBuiltinType1 (line 39) | class ExpressionBuiltinType1(ExpressionBuiltinSingleArgBase): method computeExpression (line 42) | def computeExpression(self, trace_collection): method getTypeShape (line 109) | def getTypeShape(): method computeExpressionDrop (line 112) | def computeExpressionDrop(self, statement, trace_collection): method mayRaiseException (line 128) | def mayRaiseException(self, exception_type): method mayHaveSideEffects (line 131) | def mayHaveSideEffects(self): class ExpressionBuiltinSuper1 (line 135) | class ExpressionBuiltinSuper1(ChildrenExpressionBuiltinSuper1Mixin, Expr... method __init__ (line 142) | def __init__(self, type_arg, source_ref): method computeExpression (line 150) | def computeExpression(self, trace_collection): class ExpressionBuiltinSuper2 (line 157) | class ExpressionBuiltinSuper2(ChildrenExpressionBuiltinSuper2Mixin, Expr... method __init__ (line 164) | def __init__(self, type_arg, object_arg, source_ref): method computeExpression (line 173) | def computeExpression(self, trace_collection): class ExpressionBuiltinSuper0 (line 180) | class ExpressionBuiltinSuper0(ChildrenExpressionBuiltinSuper0Mixin, Expr... method __init__ (line 187) | def __init__(self, type_arg, object_arg, source_ref): method computeExpression (line 196) | def computeExpression(self, trace_collection): class ExpressionBuiltinIsinstance (line 203) | class ExpressionBuiltinIsinstance(ChildrenHavingInstanceClassesMixin, Ex... method __init__ (line 208) | def __init__(self, instance, classes, source_ref): method computeExpression (line 217) | def computeExpression(self, trace_collection): class ExpressionBuiltinIssubclass (line 246) | class ExpressionBuiltinIssubclass( method __init__ (line 253) | def __init__(self, cls, classes, source_ref): method computeExpression (line 262) | def computeExpression(self, trace_collection): class ExpressionTypeCheck (line 291) | class ExpressionTypeCheck( method __init__ (line 301) | def __init__(self, cls, source_ref): method computeExpression (line 306) | def computeExpression(self, trace_collection): class ExpressionSubtypeCheck (line 312) | class ExpressionSubtypeCheck( method computeExpression (line 323) | def computeExpression(self, trace_collection): FILE: nuitka/nodes/VariableAssignNodes.py class StatementAssignmentVariableMixin (line 48) | class StatementAssignmentVariableMixin(object): method isStatementAssignmentVariable (line 66) | def isStatementAssignmentVariable(): method finalize (line 69) | def finalize(self): method getDetailsForDisplay (line 75) | def getDetailsForDisplay(self): method fromXML (line 84) | def fromXML(cls, provider, source_ref, **args): method makeClone (line 103) | def makeClone(self): method getVariableName (line 113) | def getVariableName(self): method getVariable (line 116) | def getVariable(self): method setVariable (line 119) | def setVariable(self, variable): method getVariableTrace (line 123) | def getVariableTrace(self): method markAsInplaceSuspect (line 126) | def markAsInplaceSuspect(self): method isInplaceSuspect (line 129) | def isInplaceSuspect(self): method removeMarkAsInplaceSuspect (line 132) | def removeMarkAsInplaceSuspect(self): method mayRaiseException (line 135) | def mayRaiseException(self, exception_type): method needsReleasePreviousValue (line 138) | def needsReleasePreviousValue(self): method getStatementNiceName (line 149) | def getStatementNiceName(): method getTypeShape (line 152) | def getTypeShape(self): method mayHaveSideEffects (line 162) | def mayHaveSideEffects(): method _considerSpecialization (line 168) | def _considerSpecialization(self, old_source, source): method collectVariableAccesses (line 243) | def collectVariableAccesses(self, emit_read, emit_write): method hasVeryTrustedValue (line 248) | def hasVeryTrustedValue(self): method computeStatementAssignmentTraceUpdate (line 252) | def computeStatementAssignmentTraceUpdate(self, trace_collection, sour... class StatementAssignmentVariableGeneric (line 256) | class StatementAssignmentVariableGeneric( method postInitNode (line 275) | def postInitNode(self): method getReleaseEscape (line 280) | def getReleaseEscape(): method computeStatement (line 283) | def computeStatement(self, trace_collection): method computeStatementAssignmentTraceUpdate (line 384) | def computeStatementAssignmentTraceUpdate(self, trace_collection, sour... method hasVeryTrustedValue (line 394) | def hasVeryTrustedValue(self): class StatementAssignmentVariableIterator (line 399) | class StatementAssignmentVariableIterator( method postInitNode (line 429) | def postInitNode(self): method getTypeShape (line 445) | def getTypeShape(self): method getReleaseEscape (line 449) | def getReleaseEscape(): method getIterationIndexDesc (line 455) | def getIterationIndexDesc(self): method _replaceWithDirectAccess (line 462) | def _replaceWithDirectAccess(self, trace_collection, provider): method computeStatement (line 522) | def computeStatement(self, trace_collection): method computeStatementAssignmentTraceUpdate (line 580) | def computeStatementAssignmentTraceUpdate(self, trace_collection, sour... method hasVeryTrustedValue (line 586) | def hasVeryTrustedValue(): class StatementAssignmentVariableConstantMutable (line 591) | class StatementAssignmentVariableConstantMutable( method postInitNode (line 610) | def postInitNode(self): method mayRaiseException (line 615) | def mayRaiseException(exception_type): method getReleaseEscape (line 619) | def getReleaseEscape(): method computeStatement (line 622) | def computeStatement(self, trace_collection): method computeStatementAssignmentTraceUpdate (line 668) | def computeStatementAssignmentTraceUpdate(self, trace_collection, sour... method hasVeryTrustedValue (line 674) | def hasVeryTrustedValue(): class StatementAssignmentVariableConstantImmutable (line 679) | class StatementAssignmentVariableConstantImmutable( method postInitNode (line 698) | def postInitNode(self): method mayRaiseException (line 703) | def mayRaiseException(exception_type): method getReleaseEscape (line 707) | def getReleaseEscape(): method computeStatement (line 710) | def computeStatement(self, trace_collection): method computeStatementAssignmentTraceUpdate (line 783) | def computeStatementAssignmentTraceUpdate(self, trace_collection, sour... method hasVeryTrustedValue (line 789) | def hasVeryTrustedValue(): class StatementAssignmentVariableConstantMutableTrusted (line 794) | class StatementAssignmentVariableConstantMutableTrusted( method hasVeryTrustedValue (line 800) | def hasVeryTrustedValue(): class StatementAssignmentVariableConstantImmutableTrusted (line 804) | class StatementAssignmentVariableConstantImmutableTrusted( method hasVeryTrustedValue (line 810) | def hasVeryTrustedValue(): class StatementAssignmentVariableHardValue (line 814) | class StatementAssignmentVariableHardValue( method postInitNode (line 833) | def postInitNode(self): method getReleaseEscape (line 838) | def getReleaseEscape(): method computeStatement (line 841) | def computeStatement(self, trace_collection): method computeStatementAssignmentTraceUpdate (line 872) | def computeStatementAssignmentTraceUpdate(self, trace_collection, sour... method hasVeryTrustedValue (line 878) | def hasVeryTrustedValue(): class StatementAssignmentVariableFromVariable (line 883) | class StatementAssignmentVariableFromVariable( method postInitNode (line 902) | def postInitNode(self): method getReleaseEscape (line 907) | def getReleaseEscape(): method computeStatement (line 911) | def computeStatement(self, trace_collection): method computeStatementAssignmentTraceUpdate (line 974) | def computeStatementAssignmentTraceUpdate(self, trace_collection, sour... method hasVeryTrustedValue (line 995) | def hasVeryTrustedValue(): class StatementAssignmentVariableFromTempVariable (line 1000) | class StatementAssignmentVariableFromTempVariable( method postInitNode (line 1019) | def postInitNode(self): method getReleaseEscape (line 1024) | def getReleaseEscape(): method computeStatement (line 1028) | def computeStatement(self, trace_collection): method computeStatementAssignmentTraceUpdate (line 1059) | def computeStatementAssignmentTraceUpdate(self, trace_collection, sour... method hasVeryTrustedValue (line 1070) | def hasVeryTrustedValue(): function makeStatementAssignmentVariableConstant (line 1075) | def makeStatementAssignmentVariableConstant( function makeStatementAssignmentVariable (line 1110) | def makeStatementAssignmentVariable( FILE: nuitka/nodes/VariableDelNodes.py class StatementDelVariableBase (line 21) | class StatementDelVariableBase(StatementBase): method __init__ (line 46) | def __init__(self, variable, version, source_ref): method isStatementDelVariable (line 60) | def isStatementDelVariable(): method finalize (line 63) | def finalize(self): method getDetails (line 69) | def getDetails(self): method getDetailsForDisplay (line 75) | def getDetailsForDisplay(self): method fromXML (line 84) | def fromXML(cls, provider, source_ref, **args): method makeClone (line 103) | def makeClone(self): method getVariableName (line 115) | def getVariableName(self): method getVariableTrace (line 118) | def getVariableTrace(self): method getPreviousVariableTrace (line 121) | def getPreviousVariableTrace(self): method getVariable (line 124) | def getVariable(self): method setVariable (line 127) | def setVariable(self, variable): method _computeDelWithoutValue (line 132) | def _computeDelWithoutValue(self, trace_collection): method computeStatement (line 135) | def computeStatement(self, trace_collection): method collectVariableAccesses (line 194) | def collectVariableAccesses(self, emit_read, emit_write): class StatementDelVariableTolerant (line 198) | class StatementDelVariableTolerant(StatementDelVariableBase): method getDetailsForDisplay (line 218) | def getDetailsForDisplay(self): method _computeDelWithoutValue (line 226) | def _computeDelWithoutValue(self, trace_collection): method mayRaiseException (line 235) | def mayRaiseException(exception_type): class StatementDelVariableIntolerant (line 239) | class StatementDelVariableIntolerant(StatementDelVariableBase): method _computeDelWithoutValue (line 259) | def _computeDelWithoutValue(self, trace_collection): method mayRaiseException (line 281) | def mayRaiseException(self, exception_type): function makeStatementDelVariable (line 296) | def makeStatementDelVariable(variable, tolerant, source_ref, version=None): FILE: nuitka/nodes/VariableNameNodes.py class StatementAssignmentVariableName (line 21) | class StatementAssignmentVariableName(StatementAssignmentVariableNameBase): method postInitNode (line 31) | def postInitNode(self): method getVariableName (line 34) | def getVariableName(self): method computeStatement (line 37) | def computeStatement(self, trace_collection): method getStatementNiceName (line 45) | def getStatementNiceName(): class StatementDelVariableName (line 49) | class StatementDelVariableName(StatementBase): method __init__ (line 56) | def __init__(self, provider, variable_name, tolerant, source_ref): method finalize (line 64) | def finalize(self): method getDetails (line 68) | def getDetails(self): method getVariableName (line 75) | def getVariableName(self): method computeStatement (line 78) | def computeStatement(self, trace_collection): class ExpressionVariableNameRef (line 86) | class ExpressionVariableNameRef(ExpressionBase): method __init__ (line 93) | def __init__(self, provider, variable_name, source_ref): method finalize (line 102) | def finalize(self): method isExpressionVariableNameRef (line 107) | def isExpressionVariableNameRef(): method getDetails (line 110) | def getDetails(self): method getVariableName (line 113) | def getVariableName(self): method computeExpressionRaw (line 116) | def computeExpressionRaw(self, trace_collection): method needsFallback (line 120) | def needsFallback(): class ExpressionVariableLocalNameRef (line 124) | class ExpressionVariableLocalNameRef(ExpressionVariableNameRef): method needsFallback (line 136) | def needsFallback(): FILE: nuitka/nodes/VariableRefNodes.py class ExpressionVariableRefBase (line 44) | class ExpressionVariableRefBase(ExpressionBase): method __init__ (line 49) | def __init__(self, variable, source_ref): method finalize (line 55) | def finalize(self): method getVariableName (line 60) | def getVariableName(self): method getVariable (line 63) | def getVariable(self): method getVariableTrace (line 66) | def getVariableTrace(self): method getTypeShape (line 69) | def getTypeShape(self): method onContentEscapes (line 75) | def onContentEscapes(self, trace_collection): method computeExpressionLen (line 78) | def computeExpressionLen(self, len_node, trace_collection): method computeExpressionAttribute (line 123) | def computeExpressionAttribute(self, lookup_node, attribute_name, trac... method mayRaiseExceptionAttributeLookup (line 151) | def mayRaiseExceptionAttributeLookup(self, exception_type, attribute_n... method isKnownToHaveAttribute (line 154) | def isKnownToHaveAttribute(self, attribute_name): method computeExpressionImportName (line 168) | def computeExpressionImportName(self, import_node, import_name, trace_... method computeExpressionComparisonIn (line 176) | def computeExpressionComparisonIn(self, in_node, value_node, trace_col... method getExpressionDictInConstant (line 211) | def getExpressionDictInConstant(self, value): method computeExpressionSetSubscript (line 214) | def computeExpressionSetSubscript( method computeExpressionDelSubscript (line 263) | def computeExpressionDelSubscript(self, del_node, subscript, trace_col... method computeExpressionSubscript (line 305) | def computeExpressionSubscript(self, lookup_node, subscript, trace_col... method _applyReplacement (line 330) | def _applyReplacement(self, trace_collection, replacement): method getTruthValue (line 348) | def getTruthValue(self): method getComparisonValue (line 351) | def getComparisonValue(self): class ExpressionVariableRef (line 358) | class ExpressionVariableRef(ExpressionVariableRefBase): method __init__ (line 363) | def __init__(self, variable, source_ref): method isExpressionVariableRef (line 371) | def isExpressionVariableRef(): method isExpressionVariableRefOrTempVariableRef (line 375) | def isExpressionVariableRefOrTempVariableRef(): method getDetails (line 378) | def getDetails(self): method getDetailsForDisplay (line 381) | def getDetailsForDisplay(self): method fromXML (line 388) | def fromXML(cls, provider, source_ref, **args): method getVariable (line 396) | def getVariable(self): method setVariable (line 399) | def setVariable(self, variable): method computeExpressionRaw (line 404) | def computeExpressionRaw(self, trace_collection): method computeExpressionCall (line 536) | def computeExpressionCall(self, call_node, call_args, call_kw, trace_c... method computeExpressionBool (line 577) | def computeExpressionBool(self, trace_collection): method collectVariableAccesses (line 600) | def collectVariableAccesses(self, emit_read, emit_write): method hasShapeListExact (line 603) | def hasShapeListExact(self): method hasShapeDictionaryExact (line 608) | def hasShapeDictionaryExact(self): method hasShapeStrExact (line 614) | def hasShapeStrExact(self): method hasShapeUnicodeExact (line 619) | def hasShapeUnicodeExact(self): method hasShapeBoolExact (line 625) | def hasShapeBoolExact(self): method isKnownToBeIterable (line 631) | def isKnownToBeIterable(count): method mayHaveSideEffects (line 634) | def mayHaveSideEffects(self): method mayRaiseException (line 637) | def mayRaiseException(self, exception_type): method mayRaiseExceptionBool (line 640) | def mayRaiseExceptionBool(self, exception_type): method getFunctionsLocalsScope (line 647) | def getFunctionsLocalsScope(self): class ExpressionVariableOrBuiltinRef (line 651) | class ExpressionVariableOrBuiltinRef(ExpressionVariableRef): method __init__ (line 656) | def __init__(self, variable, locals_scope, source_ref): method getDetails (line 661) | def getDetails(self): method getFunctionsLocalsScope (line 664) | def getFunctionsLocalsScope(self): function makeExpressionVariableRef (line 668) | def makeExpressionVariableRef(variable, locals_scope, source_ref): class ExpressionTempVariableRef (line 679) | class ExpressionTempVariableRef( method __init__ (line 684) | def __init__(self, variable, source_ref): method getDetailsForDisplay (line 691) | def getDetailsForDisplay(self): method getDetails (line 697) | def getDetails(self): method isExpressionTempVariableRef (line 701) | def isExpressionTempVariableRef(): method isExpressionVariableRefOrTempVariableRef (line 705) | def isExpressionVariableRefOrTempVariableRef(): method fromXML (line 709) | def fromXML(cls, provider, source_ref, **args): method computeExpressionRaw (line 718) | def computeExpressionRaw(self, trace_collection): method _makeIterationNextReplacementNode (line 732) | def _makeIterationNextReplacementNode( method computeExpressionNext1 (line 810) | def computeExpressionNext1(self, next_node, trace_collection): method mayRaiseExceptionImportName (line 841) | def mayRaiseExceptionImportName(self, exception_type, import_name): method isKnownToBeIterableAtMin (line 851) | def isKnownToBeIterableAtMin(count): FILE: nuitka/nodes/VariableReleaseNodes.py class StatementReleaseVariableBase (line 15) | class StatementReleaseVariableBase(StatementBase): method __init__ (line 26) | def __init__(self, variable, source_ref): method isStatementReleaseVariable (line 33) | def isStatementReleaseVariable(): method finalize (line 36) | def finalize(self): method getDetails (line 41) | def getDetails(self): method getDetailsForDisplay (line 44) | def getDetailsForDisplay(self): method fromXML (line 51) | def fromXML(cls, provider, source_ref, **args): method getVariable (line 61) | def getVariable(self): method getVariableTrace (line 64) | def getVariableTrace(self): method setVariable (line 67) | def setVariable(self, variable): method computeStatement (line 70) | def computeStatement(self, trace_collection): method mayRaiseException (line 94) | def mayRaiseException(exception_type): class StatementReleaseVariableTemp (line 99) | class StatementReleaseVariableTemp(StatementReleaseVariableBase): class StatementReleaseVariableLocal (line 103) | class StatementReleaseVariableLocal(StatementReleaseVariableBase): class StatementReleaseVariableParameter (line 107) | class StatementReleaseVariableParameter(StatementReleaseVariableLocal): method computeStatement (line 110) | def computeStatement(self, trace_collection): function makeStatementReleaseVariable (line 122) | def makeStatementReleaseVariable(variable, source_ref): function makeStatementsReleaseVariables (line 133) | def makeStatementsReleaseVariables(variables, source_ref): FILE: nuitka/nodes/YieldNodes.py class ExpressionYieldBase (line 20) | class ExpressionYieldBase(ChildHavingExpressionMixin, ExpressionBase): method __init__ (line 28) | def __init__(self, expression, source_ref): method markAsExceptionPreserving (line 38) | def markAsExceptionPreserving(self): method isExceptionPreserving (line 41) | def isExceptionPreserving(self): method isExceptionPreserving (line 47) | def isExceptionPreserving(): method computeExpression (line 50) | def computeExpression(self, trace_collection): class ExpressionYield (line 62) | class ExpressionYield(ExpressionYieldBase): class ExpressionYieldFrom (line 77) | class ExpressionYieldFrom(ExpressionYieldBase): class ExpressionYieldFromAwaitable (line 93) | class ExpressionYieldFromAwaitable(ExpressionYieldBase): FILE: nuitka/nodes/shapes/BuiltinTypeShapes.py function _getComparisonLtShapeGeneric (line 326) | def _getComparisonLtShapeGeneric(self, right_shape): function _getComparisonEqShapeGeneric (line 337) | def _getComparisonEqShapeGeneric(self, right_shape): class ShapeTypeNoneType (line 348) | class ShapeTypeNoneType(ShapeNotContainerMixin, ShapeNotNumberMixin, Sha... method getTypeName (line 354) | def getTypeName(): method hasShapeSlotHash (line 358) | def hasShapeSlotHash(): method hasShapeTrustedAttributes (line 362) | def hasShapeTrustedAttributes(): method getComparisonLtShape (line 383) | def getComparisonLtShape(self, right_shape): method getComparisonLtShape (line 397) | def getComparisonLtShape(self, right_shape): method getComparisonEqShape (line 406) | def getComparisonEqShape(self, right_shape): method getComparisonNeqShape (line 415) | def getComparisonNeqShape(self, right_shape): method getOperationUnaryReprEscape (line 419) | def getOperationUnaryReprEscape(): method isKnownToHaveAttribute (line 423) | def isKnownToHaveAttribute(attribute_name): class ShapeTypeBool (line 430) | class ShapeTypeBool(ShapeNotContainerMixin, ShapeNumberMixin, ShapeBase): method getTypeName (line 436) | def getTypeName(): method getCType (line 440) | def getCType(): method getComparisonLtShape (line 459) | def getComparisonLtShape(self, right_shape): method isKnownToHaveAttribute (line 478) | def isKnownToHaveAttribute(attribute_name): class ShapeTypeInt (line 485) | class ShapeTypeInt(ShapeNotContainerMixin, ShapeNumberMixin, ShapeBase): method getTypeName (line 491) | def getTypeName(): method getComparisonLtShape (line 512) | def getComparisonLtShape(self, right_shape): method isKnownToHaveAttribute (line 535) | def isKnownToHaveAttribute(attribute_name): class ShapeTypeLong (line 544) | class ShapeTypeLong(ShapeNotContainerMixin, ShapeNumberMixin, ShapeBase): method getTypeName (line 550) | def getTypeName(): method getComparisonLtShape (line 571) | def getComparisonLtShape(self, right_shape): method isKnownToHaveAttribute (line 590) | def isKnownToHaveAttribute(attribute_name): class ShapeTypeLongDerived (line 595) | class ShapeTypeLongDerived(ShapeTypeUnknown): method getTypeName (line 599) | def getTypeName(): class ShapeTypeIntOrLong (line 604) | class ShapeTypeIntOrLong(ShapeNotContainerMixin, ShapeNumberMixin, Shape... method getCType (line 610) | def getCType(): method emitAlternatives (line 614) | def emitAlternatives(emit): method getComparisonLtShape (line 634) | def getComparisonLtShape(self, right_shape): method isKnownToHaveAttribute (line 653) | def isKnownToHaveAttribute(attribute_name): class ShapeTypeIntOrLongDerived (line 668) | class ShapeTypeIntOrLongDerived(ShapeTypeUnknown): class ShapeTypeFloat (line 675) | class ShapeTypeFloat(ShapeNotContainerMixin, ShapeNumberMixin, ShapeBase): method getTypeName (line 681) | def getTypeName(): method getComparisonLtShape (line 702) | def getComparisonLtShape(self, right_shape): class ShapeTypeFloatDerived (line 724) | class ShapeTypeFloatDerived(ShapeTypeUnknown): class ShapeTypeComplex (line 731) | class ShapeTypeComplex(ShapeNotContainerMixin, ShapeNumberMixin, ShapeBa... method getTypeName (line 737) | def getTypeName(): class ShapeTypeTuple (line 760) | class ShapeTypeTuple(ShapeContainerMixin, ShapeNotNumberMixin, ShapeBase): method getTypeName (line 766) | def getTypeName(): method getShapeIter (line 772) | def getShapeIter(): method hasShapeIndexLookup (line 776) | def hasShapeIndexLookup(): method getComparisonLtShape (line 795) | def getComparisonLtShape(self, right_shape): class ShapeTypeNamedTuple (line 803) | class ShapeTypeNamedTuple(ShapeContainerMixin, ShapeNotNumberMixin, Shap... method getTypeName (line 807) | def getTypeName(): method getShapeIter (line 813) | def getShapeIter(): method hasShapeIndexLookup (line 817) | def hasShapeIndexLookup(): method getComparisonLtShape (line 837) | def getComparisonLtShape(self, right_shape): class ShapeTypeTupleIterator (line 845) | class ShapeTypeTupleIterator(ShapeIteratorMixin, ShapeNotNumberMixin, Sh... method getTypeName (line 851) | def getTypeName(): method getIteratedShape (line 855) | def getIteratedShape(): class ShapeTypeList (line 862) | class ShapeTypeList(ShapeContainerMutableMixin, ShapeNotNumberMixin, Sha... method getTypeName (line 868) | def getTypeName(): method getShapeIter (line 874) | def getShapeIter(): method hasShapeIndexLookup (line 878) | def hasShapeIndexLookup(): method getComparisonLtShape (line 899) | def getComparisonLtShape(self, right_shape): class ShapeTypeListIterator (line 921) | class ShapeTypeListIterator(ShapeIteratorMixin, ShapeNotNumberMixin, Sha... method getTypeName (line 927) | def getTypeName(): method hasShapeIndexLookup (line 931) | def hasShapeIndexLookup(): class ShapeTypeSet (line 938) | class ShapeTypeSet(ShapeContainerMutableMixin, ShapeNotNumberMixin, Shap... method getTypeName (line 944) | def getTypeName(): method getShapeIter (line 948) | def getShapeIter(): method hasShapeIndexLookup (line 952) | def hasShapeIndexLookup(): method getComparisonLtShape (line 971) | def getComparisonLtShape(self, right_shape): class ShapeTypeSetIterator (line 979) | class ShapeTypeSetIterator(ShapeIteratorMixin, ShapeNotNumberMixin, Shap... method getTypeName (line 985) | def getTypeName(): method hasShapeIndexLookup (line 989) | def hasShapeIndexLookup(): class ShapeTypeFrozenset (line 996) | class ShapeTypeFrozenset(ShapeContainerImmutableMixin, ShapeNotNumberMix... method getTypeName (line 1002) | def getTypeName(): method getShapeIter (line 1006) | def getShapeIter(): method hasShapeIndexLookup (line 1010) | def hasShapeIndexLookup(): class ShapeTypeDict (line 1035) | class ShapeTypeDict(ShapeContainerMutableMixin, ShapeNotNumberMixin, Sha... method getTypeName (line 1041) | def getTypeName(): method getShapeIter (line 1045) | def getShapeIter(): method hasShapeIndexLookup (line 1049) | def hasShapeIndexLookup(): method getComparisonLtShape (line 1070) | def getComparisonLtShape(self, right_shape): method isKnownToHaveAttribute (line 1078) | def isKnownToHaveAttribute(attribute_name): class ShapeTypeDictIterator (line 1085) | class ShapeTypeDictIterator(ShapeIteratorMixin, ShapeNotNumberMixin, Sha... method getTypeName (line 1091) | def getTypeName(): method hasShapeIndexLookup (line 1097) | def hasShapeIndexLookup(): class ShapeTypeStr (line 1104) | class ShapeTypeStr(ShapeNotContainerMixin, ShapeNotNumberMixin, ShapeBase): method getTypeName (line 1110) | def getTypeName(): method hasShapeSlotIter (line 1117) | def hasShapeSlotIter(): method hasShapeSlotLen (line 1121) | def hasShapeSlotLen(): method hasShapeSlotContains (line 1125) | def hasShapeSlotContains(): method hasShapeSlotInt (line 1130) | def hasShapeSlotInt(): method hasShapeSlotLong (line 1134) | def hasShapeSlotLong(): method hasShapeSlotFloat (line 1138) | def hasShapeSlotFloat(): method hasShapeSlotComplex (line 1142) | def hasShapeSlotComplex(): method hasShapeSlotHash (line 1146) | def hasShapeSlotHash(): method getShapeIter (line 1150) | def getShapeIter(): method hasShapeIndexLookup (line 1154) | def hasShapeIndexLookup(): method hasShapeTrustedAttributes (line 1158) | def hasShapeTrustedAttributes(): method getComparisonLtShape (line 1177) | def getComparisonLtShape(self, right_shape): method isKnownToHaveAttribute (line 1196) | def isKnownToHaveAttribute(attribute_name): class TypeShapeStrDerived (line 1203) | class TypeShapeStrDerived(ShapeTypeUnknown): class ShapeTypeStrIterator (line 1210) | class ShapeTypeStrIterator(ShapeIteratorMixin, ShapeNotNumberMixin, Shap... method getTypeName (line 1216) | def getTypeName(): method hasShapeIndexLookup (line 1220) | def hasShapeIndexLookup(): class ShapeTypeUnicode (line 1229) | class ShapeTypeUnicode(ShapeNotContainerMixin, ShapeNotNumberMixin, Shap... method getTypeName (line 1235) | def getTypeName(): method hasShapeSlotIter (line 1242) | def hasShapeSlotIter(): method hasShapeSlotLen (line 1246) | def hasShapeSlotLen(): method hasShapeSlotContains (line 1250) | def hasShapeSlotContains(): method hasShapeSlotInt (line 1255) | def hasShapeSlotInt(): method hasShapeSlotLong (line 1259) | def hasShapeSlotLong(): method hasShapeSlotFloat (line 1263) | def hasShapeSlotFloat(): method hasShapeSlotComplex (line 1267) | def hasShapeSlotComplex(): method hasShapeSlotHash (line 1271) | def hasShapeSlotHash(): method getShapeIter (line 1275) | def getShapeIter(): method hasShapeIndexLookup (line 1279) | def hasShapeIndexLookup(): method hasShapeTrustedAttributes (line 1283) | def hasShapeTrustedAttributes(): method getComparisonLtShape (line 1302) | def getComparisonLtShape(self, right_shape): method isKnownToHaveAttribute (line 1315) | def isKnownToHaveAttribute(attribute_name): class ShapeTypeUnicodeDerived (line 1320) | class ShapeTypeUnicodeDerived(ShapeTypeUnknown): class ShapeTypeUnicodeIterator (line 1325) | class ShapeTypeUnicodeIterator(ShapeIteratorMixin, ShapeNotNumberMixin, ... method getTypeName (line 1331) | def getTypeName(): method hasShapeIndexLookup (line 1335) | def hasShapeIndexLookup(): class ShapeTypeStrOrUnicode (line 1347) | class ShapeTypeStrOrUnicode(ShapeNotContainerMixin, ShapeNotNumberMixin,... method emitAlternatives (line 1351) | def emitAlternatives(emit): method hasShapeSlotIter (line 1356) | def hasShapeSlotIter(): method hasShapeSlotLen (line 1360) | def hasShapeSlotLen(): method hasShapeSlotContains (line 1364) | def hasShapeSlotContains(): method hasShapeSlotInt (line 1368) | def hasShapeSlotInt(): method hasShapeSlotLong (line 1372) | def hasShapeSlotLong(): method hasShapeSlotFloat (line 1376) | def hasShapeSlotFloat(): method hasShapeSlotComplex (line 1380) | def hasShapeSlotComplex(): method hasShapeSlotHash (line 1384) | def hasShapeSlotHash(): method hasShapeIndexLookup (line 1388) | def hasShapeIndexLookup(): method hasShapeTrustedAttributes (line 1392) | def hasShapeTrustedAttributes(): method isKnownToHaveAttribute (line 1407) | def isKnownToHaveAttribute(attribute_name): class ShapeTypeStrOrUnicodeDerived (line 1414) | class ShapeTypeStrOrUnicodeDerived(ShapeTypeUnknown): class ShapeTypeBytes (line 1425) | class ShapeTypeBytes(ShapeNotContainerMixin, ShapeNotNumberMixin, ShapeB... method getTypeName (line 1431) | def getTypeName(): method hasShapeSlotIter (line 1438) | def hasShapeSlotIter(): method hasShapeSlotLen (line 1442) | def hasShapeSlotLen(): method hasShapeSlotContains (line 1446) | def hasShapeSlotContains(): method hasShapeSlotInt (line 1451) | def hasShapeSlotInt(): method hasShapeSlotLong (line 1455) | def hasShapeSlotLong(): method hasShapeSlotFloat (line 1459) | def hasShapeSlotFloat(): method hasShapeSlotHash (line 1463) | def hasShapeSlotHash(): method getShapeIter (line 1467) | def getShapeIter(): method hasShapeIndexLookup (line 1471) | def hasShapeIndexLookup(): method hasShapeTrustedAttributes (line 1475) | def hasShapeTrustedAttributes(): method getComparisonLtShape (line 1494) | def getComparisonLtShape(self, right_shape): method isKnownToHaveAttribute (line 1507) | def isKnownToHaveAttribute(attribute_name): class TypeShapeBytesDerived (line 1512) | class TypeShapeBytesDerived(ShapeTypeUnknown): class TypeShapeBytesIterator (line 1517) | class TypeShapeBytesIterator(ShapeIteratorMixin, ShapeNotNumberMixin, Sh... method getTypeName (line 1522) | def getTypeName(): class ShapeTypeBytearray (line 1537) | class ShapeTypeBytearray(ShapeContainerMutableMixin, ShapeNotNumberMixin... method getTypeName (line 1543) | def getTypeName(): method getShapeIter (line 1547) | def getShapeIter(): method hasShapeIndexLookup (line 1551) | def hasShapeIndexLookup(): method getComparisonLtShape (line 1570) | def getComparisonLtShape(self, right_shape): method isKnownToHaveAttribute (line 1587) | def isKnownToHaveAttribute(attribute_name): class ShapeTypeBytearrayIterator (line 1594) | class ShapeTypeBytearrayIterator(ShapeIteratorMixin, ShapeNotNumberMixin... method getTypeName (line 1600) | def getTypeName(): method hasShapeIndexLookup (line 1604) | def hasShapeIndexLookup(): class ShapeTypeEllipsis (line 1611) | class ShapeTypeEllipsis(ShapeNotContainerMixin, ShapeNotNumberMixin, Sha... method getTypeName (line 1617) | def getTypeName(): method hasShapeSlotHash (line 1621) | def hasShapeSlotHash(): method hasShapeIndexLookup (line 1625) | def hasShapeIndexLookup(): method isKnownToHaveAttribute (line 1629) | def isKnownToHaveAttribute(attribute_name): class ShapeTypeSlice (line 1638) | class ShapeTypeSlice(ShapeNotContainerMixin, ShapeNotNumberMixin, ShapeB... method getTypeName (line 1644) | def getTypeName(): method hasShapeSlotHash (line 1648) | def hasShapeSlotHash(): method hasShapeIndexLookup (line 1652) | def hasShapeIndexLookup(): method isKnownToHaveAttribute (line 1656) | def isKnownToHaveAttribute(attribute_name): class ShapeTypeXrange (line 1669) | class ShapeTypeXrange(ShapeContainerImmutableMixin, ShapeNotNumberMixin,... method getTypeName (line 1675) | def getTypeName(): method getShapeIter (line 1679) | def getShapeIter(): method hasShapeIndexLookup (line 1683) | def hasShapeIndexLookup(): method getComparisonLtShape (line 1686) | def getComparisonLtShape(self, right_shape): method isKnownToHaveAttribute (line 1708) | def isKnownToHaveAttribute(attribute_name): class ShapeTypeXrangeIterator (line 1715) | class ShapeTypeXrangeIterator(ShapeIteratorMixin, ShapeNotNumberMixin, S... method getTypeName (line 1721) | def getTypeName(): method hasShapeIndexLookup (line 1725) | def hasShapeIndexLookup(): class ShapeTypeType (line 1732) | class ShapeTypeType(ShapeNotContainerMixin, ShapeNotNumberMixin, ShapeBa... method getTypeName (line 1738) | def getTypeName(): method hasShapeSlotHash (line 1742) | def hasShapeSlotHash(): method getComparisonLtShape (line 1745) | def getComparisonLtShape(self, right_shape): method isKnownToHaveAttribute (line 1755) | def isKnownToHaveAttribute(attribute_name): class ShapeTypeModule (line 1762) | class ShapeTypeModule(ShapeNotContainerMixin, ShapeNotNumberMixin, Shape... method getTypeName (line 1768) | def getTypeName(): method hasShapeModule (line 1772) | def hasShapeModule(): method hasShapeSlotHash (line 1776) | def hasShapeSlotHash(): class ShapeTypeFunction (line 1783) | class ShapeTypeFunction(ShapeNotContainerMixin, ShapeNotNumberMixin, Sha... method getTypeName (line 1788) | def getTypeName(): method hasShapeSlotHash (line 1792) | def hasShapeSlotHash(): class ShapeTypeBuiltinModule (line 1799) | class ShapeTypeBuiltinModule(ShapeTypeModule): class ShapeTypeFile (line 1808) | class ShapeTypeFile(ShapeNotContainerMixin, ShapeNotNumberMixin, ShapeBa... method getTypeName (line 1814) | def getTypeName(): method hasShapeSlotIter (line 1819) | def hasShapeSlotIter(): method hasShapeSlotNext (line 1823) | def hasShapeSlotNext(): method hasShapeSlotContains (line 1827) | def hasShapeSlotContains(): method hasShapeSlotHash (line 1831) | def hasShapeSlotHash(): class ShapeTypeStaticmethod (line 1838) | class ShapeTypeStaticmethod(ShapeNotContainerMixin, ShapeNotNumberMixin,... method getTypeName (line 1844) | def getTypeName(): class ShapeTypeClassmethod (line 1853) | class ShapeTypeClassmethod(ShapeNotContainerMixin, ShapeNotNumberMixin, ... method getTypeName (line 1858) | def getTypeName(): function _rejectEverything (line 1995) | def _rejectEverything(shapes, operation_unsupported): function cloneWithUnsupportedChange (line 2048) | def cloneWithUnsupportedChange(op_shapes, operation_result_unsupported): function mergeIntOrLong (line 3015) | def mergeIntOrLong(op_shapes_int, op_shapes_long): function updateNonMultiplicants (line 3586) | def updateNonMultiplicants(op_shapes): function updateSequenceNonMultiplicants (line 3605) | def updateSequenceNonMultiplicants(op_shapes): function mergeStrOrUnicode (line 4150) | def mergeStrOrUnicode(op_shapes_str, op_shapes_unicode): class ShapeTypeBuiltinExceptionClass (line 4229) | class ShapeTypeBuiltinExceptionClass( FILE: nuitka/nodes/shapes/ControlFlowDescriptions.py class ControlFlowDescriptionBase (line 12) | class ControlFlowDescriptionBase(object): method isUnsupported (line 14) | def isUnsupported(): class ControlFlowDescriptionElementBasedEscape (line 18) | class ControlFlowDescriptionElementBasedEscape(ControlFlowDescriptionBase): method getExceptionExit (line 20) | def getExceptionExit(): method isValueEscaping (line 24) | def isValueEscaping(): method isControlFlowEscape (line 28) | def isControlFlowEscape(): class ControlFlowDescriptionFullEscape (line 32) | class ControlFlowDescriptionFullEscape(ControlFlowDescriptionBase): method getExceptionExit (line 34) | def getExceptionExit(): method isValueEscaping (line 38) | def isValueEscaping(): method isControlFlowEscape (line 42) | def isControlFlowEscape(): class ControlFlowDescriptionNoEscape (line 46) | class ControlFlowDescriptionNoEscape(ControlFlowDescriptionBase): method getExceptionExit (line 48) | def getExceptionExit(): method isValueEscaping (line 52) | def isValueEscaping(): method isControlFlowEscape (line 56) | def isControlFlowEscape(): class ControlFlowDescriptionZeroDivisionNoEscape (line 60) | class ControlFlowDescriptionZeroDivisionNoEscape(ControlFlowDescriptionN... method getExceptionExit (line 62) | def getExceptionExit(): class ControlFlowDescriptionValueErrorNoEscape (line 66) | class ControlFlowDescriptionValueErrorNoEscape(ControlFlowDescriptionNoE... method getExceptionExit (line 68) | def getExceptionExit(): class ControlFlowDescriptionComparisonUnorderable (line 72) | class ControlFlowDescriptionComparisonUnorderable(ControlFlowDescription... method getExceptionExit (line 74) | def getExceptionExit(): method isUnsupported (line 78) | def isUnsupported(): class ControlFlowDescriptionFormatError (line 82) | class ControlFlowDescriptionFormatError(ControlFlowDescriptionFullEscape): class ControlFlowDescriptionOperationUnsupportedBase (line 86) | class ControlFlowDescriptionOperationUnsupportedBase(ControlFlowDescript... method getExceptionExit (line 88) | def getExceptionExit(): method isUnsupported (line 92) | def isUnsupported(): class ControlFlowDescriptionAddUnsupported (line 96) | class ControlFlowDescriptionAddUnsupported( class ControlFlowDescriptionSubUnsupported (line 102) | class ControlFlowDescriptionSubUnsupported( class ControlFlowDescriptionMulUnsupported (line 108) | class ControlFlowDescriptionMulUnsupported( class ControlFlowDescriptionFloorDivUnsupported (line 114) | class ControlFlowDescriptionFloorDivUnsupported( class ControlFlowDescriptionTrueDivUnsupported (line 120) | class ControlFlowDescriptionTrueDivUnsupported( class ControlFlowDescriptionOldDivUnsupported (line 126) | class ControlFlowDescriptionOldDivUnsupported( class ControlFlowDescriptionModUnsupported (line 132) | class ControlFlowDescriptionModUnsupported( class ControlFlowDescriptionDivmodUnsupported (line 138) | class ControlFlowDescriptionDivmodUnsupported( class ControlFlowDescriptionPowUnsupported (line 144) | class ControlFlowDescriptionPowUnsupported( class ControlFlowDescriptionBitorUnsupported (line 150) | class ControlFlowDescriptionBitorUnsupported( class ControlFlowDescriptionBitandUnsupported (line 156) | class ControlFlowDescriptionBitandUnsupported( class ControlFlowDescriptionBitxorUnsupported (line 162) | class ControlFlowDescriptionBitxorUnsupported( class ControlFlowDescriptionLshiftUnsupported (line 168) | class ControlFlowDescriptionLshiftUnsupported( class ControlFlowDescriptionRshiftUnsupported (line 174) | class ControlFlowDescriptionRshiftUnsupported( class ControlFlowDescriptionMatmultUnsupported (line 180) | class ControlFlowDescriptionMatmultUnsupported( FILE: nuitka/nodes/shapes/ShapeMixins.py class ShapeContainerMixin (line 14) | class ShapeContainerMixin(object): method hasShapeSlotBool (line 21) | def hasShapeSlotBool(): method hasShapeSlotLen (line 25) | def hasShapeSlotLen(): method hasShapeSlotContains (line 29) | def hasShapeSlotContains(): method hasShapeSlotIter (line 33) | def hasShapeSlotIter(): method hasShapeSlotNext (line 37) | def hasShapeSlotNext(): method hasShapeModule (line 41) | def hasShapeModule(): method getOperationUnaryReprEscape (line 45) | def getOperationUnaryReprEscape(): method hasShapeTrustedAttributes (line 49) | def hasShapeTrustedAttributes(): class ShapeContainerMutableMixin (line 53) | class ShapeContainerMutableMixin(ShapeContainerMixin): method hasShapeSlotHash (line 58) | def hasShapeSlotHash(): class ShapeContainerImmutableMixin (line 62) | class ShapeContainerImmutableMixin(ShapeContainerMixin): method hasShapeSlotHash (line 67) | def hasShapeSlotHash(): class ShapeNotContainerMixin (line 71) | class ShapeNotContainerMixin(object): method hasShapeSlotBool (line 76) | def hasShapeSlotBool(): method hasShapeSlotLen (line 80) | def hasShapeSlotLen(): method hasShapeSlotIter (line 84) | def hasShapeSlotIter(): method hasShapeSlotNext (line 88) | def hasShapeSlotNext(): method hasShapeSlotContains (line 92) | def hasShapeSlotContains(): method hasShapeModule (line 96) | def hasShapeModule(): method getOperationUnaryReprEscape (line 100) | def getOperationUnaryReprEscape(): class ShapeNotNumberMixin (line 104) | class ShapeNotNumberMixin(object): method hasShapeSlotBool (line 111) | def hasShapeSlotBool(): method hasShapeSlotAbs (line 115) | def hasShapeSlotAbs(): method hasShapeSlotInt (line 119) | def hasShapeSlotInt(): method hasShapeSlotLong (line 123) | def hasShapeSlotLong(): method hasShapeSlotFloat (line 127) | def hasShapeSlotFloat(): method hasShapeSlotComplex (line 131) | def hasShapeSlotComplex(): method hasShapeModule (line 135) | def hasShapeModule(): class ShapeNumberMixin (line 139) | class ShapeNumberMixin(object): method hasShapeSlotBool (line 146) | def hasShapeSlotBool(): method hasShapeSlotAbs (line 150) | def hasShapeSlotAbs(): method hasShapeSlotInt (line 154) | def hasShapeSlotInt(): method hasShapeSlotLong (line 158) | def hasShapeSlotLong(): method hasShapeSlotFloat (line 162) | def hasShapeSlotFloat(): method hasShapeSlotComplex (line 166) | def hasShapeSlotComplex(): method hasShapeSlotHash (line 170) | def hasShapeSlotHash(): method hasShapeModule (line 174) | def hasShapeModule(): method hasShapeTrustedAttributes (line 178) | def hasShapeTrustedAttributes(): method getOperationUnaryReprEscape (line 182) | def getOperationUnaryReprEscape(): class ShapeIteratorMixin (line 186) | class ShapeIteratorMixin(ShapeNotContainerMixin): method isShapeIterator (line 191) | def isShapeIterator(): method getIteratedShape (line 195) | def getIteratedShape(): method hasShapeSlotIter (line 199) | def hasShapeSlotIter(): method hasShapeSlotNext (line 203) | def hasShapeSlotNext(): method hasShapeSlotNextCode (line 207) | def hasShapeSlotNextCode(): method hasShapeSlotContains (line 216) | def hasShapeSlotContains(): method hasShapeSlotHash (line 220) | def hasShapeSlotHash(): FILE: nuitka/nodes/shapes/StandardShapes.py class ShapeBase (line 18) | class ShapeBase(getMetaClassBase("Shape", require_slots=True)): method __repr__ (line 21) | def __repr__(self): method getTypeName (line 29) | def getTypeName(): method getCType (line 35) | def getCType(): method getShapeIter (line 39) | def getShapeIter(): method hasShapeIndexLookup (line 43) | def hasShapeIndexLookup(): method hasShapeModule (line 47) | def hasShapeModule(): method hasShapeSlotBytes (line 51) | def hasShapeSlotBytes(): method hasShapeSlotComplex (line 55) | def hasShapeSlotComplex(): method hasShapeSlotBool (line 59) | def hasShapeSlotBool(): method hasShapeSlotAbs (line 63) | def hasShapeSlotAbs(): method hasShapeSlotLen (line 67) | def hasShapeSlotLen(): method hasShapeSlotInt (line 71) | def hasShapeSlotInt(): method hasShapeSlotLong (line 75) | def hasShapeSlotLong(): method hasShapeSlotFloat (line 79) | def hasShapeSlotFloat(): method hasShapeSlotIter (line 83) | def hasShapeSlotIter(): method hasShapeSlotNext (line 87) | def hasShapeSlotNext(): method hasShapeSlotNextCode (line 91) | def hasShapeSlotNextCode(): method hasShapeSlotContains (line 95) | def hasShapeSlotContains(): method hasShapeSlotHash (line 99) | def hasShapeSlotHash(): method hasShapeTrustedAttributes (line 103) | def hasShapeTrustedAttributes(): method isShapeIterator (line 107) | def isShapeIterator(): method getOperationBinaryAddShape (line 112) | def getOperationBinaryAddShape(self, right_shape): method getOperationInplaceAddShape (line 133) | def getOperationInplaceAddShape(self, right_shape): method getOperationBinarySubShape (line 159) | def getOperationBinarySubShape(self, right_shape): method getOperationBinaryMultShape (line 178) | def getOperationBinaryMultShape(self, right_shape): method getOperationBinaryFloorDivShape (line 197) | def getOperationBinaryFloorDivShape(self, right_shape): method getOperationBinaryOldDivShape (line 216) | def getOperationBinaryOldDivShape(self, right_shape): method getOperationBinaryTrueDivShape (line 235) | def getOperationBinaryTrueDivShape(self, right_shape): method getOperationBinaryModShape (line 254) | def getOperationBinaryModShape(self, right_shape): method getOperationBinaryDivmodShape (line 273) | def getOperationBinaryDivmodShape(self, right_shape): method getOperationBinaryPowShape (line 292) | def getOperationBinaryPowShape(self, right_shape): method getOperationBinaryLShiftShape (line 311) | def getOperationBinaryLShiftShape(self, right_shape): method getOperationBinaryRShiftShape (line 330) | def getOperationBinaryRShiftShape(self, right_shape): method getOperationBinaryBitOrShape (line 349) | def getOperationBinaryBitOrShape(self, right_shape): method getOperationBinaryBitAndShape (line 368) | def getOperationBinaryBitAndShape(self, right_shape): method getOperationBinaryBitXorShape (line 387) | def getOperationBinaryBitXorShape(self, right_shape): method getOperationInplaceBitOrShape (line 406) | def getOperationInplaceBitOrShape(self, right_shape): method getOperationBinaryMatMultShape (line 432) | def getOperationBinaryMatMultShape(self, right_shape): method getComparisonLtShape (line 449) | def getComparisonLtShape(self, right_shape): method getComparisonLteShape (line 454) | def getComparisonLteShape(self, right_shape): method getComparisonGtShape (line 457) | def getComparisonGtShape(self, right_shape): method getComparisonGteShape (line 460) | def getComparisonGteShape(self, right_shape): method getComparisonEqShape (line 463) | def getComparisonEqShape(self, right_shape): method getComparisonNeqShape (line 466) | def getComparisonNeqShape(self, right_shape): method getOperationUnaryReprEscape (line 470) | def getOperationUnaryReprEscape(self): method isKnownToHaveAttribute (line 474) | def isKnownToHaveAttribute(attribute_name): method emitAlternatives (line 479) | def emitAlternatives(self, emit): class ShapeTypeUnknown (line 483) | class ShapeTypeUnknown(ShapeBase): method getOperationBinaryAddShape (line 487) | def getOperationBinaryAddShape(right_shape): method getOperationBinarySubShape (line 491) | def getOperationBinarySubShape(right_shape): method getOperationBinaryMultShape (line 495) | def getOperationBinaryMultShape(right_shape): method getOperationBinaryFloorDivShape (line 499) | def getOperationBinaryFloorDivShape(right_shape): method getOperationBinaryOldDivShape (line 503) | def getOperationBinaryOldDivShape(right_shape): method getOperationBinaryTrueDivShape (line 507) | def getOperationBinaryTrueDivShape(right_shape): method getOperationBinaryModShape (line 511) | def getOperationBinaryModShape(right_shape): method getOperationBinaryDivmodShape (line 515) | def getOperationBinaryDivmodShape(right_shape): method getOperationBinaryPowShape (line 519) | def getOperationBinaryPowShape(right_shape): method getOperationBinaryLShiftShape (line 523) | def getOperationBinaryLShiftShape(right_shape): method getOperationBinaryRShiftShape (line 527) | def getOperationBinaryRShiftShape(right_shape): method getOperationBinaryBitOrShape (line 531) | def getOperationBinaryBitOrShape(right_shape): method getOperationBinaryBitAndShape (line 535) | def getOperationBinaryBitAndShape(right_shape): method getOperationBinaryBitXorShape (line 539) | def getOperationBinaryBitXorShape(right_shape): method getOperationBinaryMatMultShape (line 543) | def getOperationBinaryMatMultShape(right_shape): method getComparisonLtShape (line 547) | def getComparisonLtShape(right_shape): method getOperationUnaryReprEscape (line 551) | def getOperationUnaryReprEscape(): class ShapeTypeUninitialized (line 558) | class ShapeTypeUninitialized(ShapeTypeUnknown): class ValueShapeBase (line 565) | class ValueShapeBase(object): method hasShapeSlotLen (line 568) | def hasShapeSlotLen(self): class ValueShapeUnknown (line 572) | class ValueShapeUnknown(ValueShapeBase): method getTypeShape (line 576) | def getTypeShape(): method isConstant (line 580) | def isConstant(): class ShapeLargeConstantValue (line 589) | class ShapeLargeConstantValue(object): method __init__ (line 592) | def __init__(self, size, shape): method getTypeShape (line 596) | def getTypeShape(self): method isConstant (line 600) | def isConstant(): method hasShapeSlotLen (line 603) | def hasShapeSlotLen(self): class ShapeLargeConstantValuePredictable (line 607) | class ShapeLargeConstantValuePredictable(ShapeLargeConstantValue): method __init__ (line 610) | def __init__(self, size, predictor, shape): class ShapeIterator (line 616) | class ShapeIterator(ShapeBase, ShapeIteratorMixin): method isShapeIterator (line 622) | def isShapeIterator(): method hasShapeSlotBool (line 626) | def hasShapeSlotBool(): method hasShapeSlotLen (line 630) | def hasShapeSlotLen(): method hasShapeSlotInt (line 634) | def hasShapeSlotInt(): method hasShapeSlotLong (line 638) | def hasShapeSlotLong(): method hasShapeSlotFloat (line 642) | def hasShapeSlotFloat(): method getShapeIter (line 646) | def getShapeIter(): method getOperationUnaryReprEscape (line 650) | def getOperationUnaryReprEscape(): class ShapeLoopInitialAlternative (line 657) | class ShapeLoopInitialAlternative(ShapeBase): method __init__ (line 670) | def __init__(self, shapes): method emitAlternatives (line 673) | def emitAlternatives(self, emit): method _collectInitialShape (line 677) | def _collectInitialShape(self, operation): method getOperationBinaryAddShape (line 693) | def getOperationBinaryAddShape(self, right_shape): method getOperationInplaceAddShape (line 706) | def getOperationInplaceAddShape(self, right_shape): method getOperationBinarySubShape (line 719) | def getOperationBinarySubShape(self, right_shape): method getOperationBinaryMultShape (line 732) | def getOperationBinaryMultShape(self, right_shape): method getOperationBinaryFloorDivShape (line 745) | def getOperationBinaryFloorDivShape(self, right_shape): method getOperationBinaryOldDivShape (line 758) | def getOperationBinaryOldDivShape(self, right_shape): method getOperationBinaryTrueDivShape (line 771) | def getOperationBinaryTrueDivShape(self, right_shape): method getOperationBinaryModShape (line 784) | def getOperationBinaryModShape(self, right_shape): method getOperationBinaryDivmodShape (line 797) | def getOperationBinaryDivmodShape(self, right_shape): method getOperationBinaryPowShape (line 810) | def getOperationBinaryPowShape(self, right_shape): method getOperationBinaryLShiftShape (line 823) | def getOperationBinaryLShiftShape(self, right_shape): method getOperationBinaryRShiftShape (line 836) | def getOperationBinaryRShiftShape(self, right_shape): method getOperationBinaryBitOrShape (line 849) | def getOperationBinaryBitOrShape(self, right_shape): method getOperationBinaryBitAndShape (line 862) | def getOperationBinaryBitAndShape(self, right_shape): method getOperationBinaryBitXorShape (line 875) | def getOperationBinaryBitXorShape(self, right_shape): method getOperationBinaryMatMultShape (line 888) | def getOperationBinaryMatMultShape(self, right_shape): method getComparisonLtShape (line 901) | def getComparisonLtShape(self, right_shape): method getComparisonLteShape (line 914) | def getComparisonLteShape(self, right_shape): method getComparisonGtShape (line 917) | def getComparisonGtShape(self, right_shape): method getComparisonGteShape (line 920) | def getComparisonGteShape(self, right_shape): method getComparisonEqShape (line 923) | def getComparisonEqShape(self, right_shape): method getComparisonNeqShape (line 926) | def getComparisonNeqShape(self, right_shape): method getOperationUnaryReprEscape (line 930) | def getOperationUnaryReprEscape(): class ShapeLoopCompleteAlternative (line 934) | class ShapeLoopCompleteAlternative(ShapeBase): method __init__ (line 947) | def __init__(self, shapes): method __hash__ (line 950) | def __hash__(self): method __eq__ (line 954) | def __eq__(self, other): method emitAlternatives (line 960) | def emitAlternatives(self, emit): method _collectShapeOperation (line 964) | def _collectShapeOperation(self, operation): method getOperationBinaryAddShape (line 1005) | def getOperationBinaryAddShape(self, right_shape): method getOperationInplaceAddShape (line 1015) | def getOperationInplaceAddShape(self, right_shape): method getOperationBinarySubShape (line 1025) | def getOperationBinarySubShape(self, right_shape): method getOperationBinaryMultShape (line 1035) | def getOperationBinaryMultShape(self, right_shape): method getOperationBinaryFloorDivShape (line 1045) | def getOperationBinaryFloorDivShape(self, right_shape): method getOperationBinaryOldDivShape (line 1055) | def getOperationBinaryOldDivShape(self, right_shape): method getOperationBinaryTrueDivShape (line 1065) | def getOperationBinaryTrueDivShape(self, right_shape): method getOperationBinaryModShape (line 1075) | def getOperationBinaryModShape(self, right_shape): method getOperationBinaryDivmodShape (line 1085) | def getOperationBinaryDivmodShape(self, right_shape): method getOperationBinaryPowShape (line 1095) | def getOperationBinaryPowShape(self, right_shape): method getOperationBinaryLShiftShape (line 1105) | def getOperationBinaryLShiftShape(self, right_shape): method getOperationBinaryRShiftShape (line 1115) | def getOperationBinaryRShiftShape(self, right_shape): method getOperationBinaryBitOrShape (line 1125) | def getOperationBinaryBitOrShape(self, right_shape): method getOperationBinaryBitAndShape (line 1135) | def getOperationBinaryBitAndShape(self, right_shape): method getOperationBinaryBitXorShape (line 1145) | def getOperationBinaryBitXorShape(self, right_shape): method getOperationBinaryMatMultShape (line 1155) | def getOperationBinaryMatMultShape(self, right_shape): method getOperationBinaryAddLShape (line 1167) | def getOperationBinaryAddLShape(self, left_shape): method getOperationBinarySubLShape (line 1176) | def getOperationBinarySubLShape(self, left_shape): method getOperationBinaryMultLShape (line 1183) | def getOperationBinaryMultLShape(self, left_shape): method getOperationBinaryFloorDivLShape (line 1190) | def getOperationBinaryFloorDivLShape(self, left_shape): method getOperationBinaryOldDivLShape (line 1197) | def getOperationBinaryOldDivLShape(self, left_shape): method getOperationBinaryTrueDivLShape (line 1204) | def getOperationBinaryTrueDivLShape(self, left_shape): method getOperationBinaryModLShape (line 1211) | def getOperationBinaryModLShape(self, left_shape): method getOperationBinaryDivmodLShape (line 1218) | def getOperationBinaryDivmodLShape(self, left_shape): method getOperationBinaryPowLShape (line 1225) | def getOperationBinaryPowLShape(self, left_shape): method getOperationBinaryLShiftLShape (line 1232) | def getOperationBinaryLShiftLShape(self, left_shape): method getOperationBinaryRShiftLShape (line 1239) | def getOperationBinaryRShiftLShape(self, left_shape): method getOperationBinaryBitOrLShape (line 1246) | def getOperationBinaryBitOrLShape(self, left_shape): method getOperationBinaryBitAndLShape (line 1253) | def getOperationBinaryBitAndLShape(self, left_shape): method getOperationBinaryBitXorLShape (line 1260) | def getOperationBinaryBitXorLShape(self, left_shape): method getOperationBinaryMatMultLShape (line 1267) | def getOperationBinaryMatMultLShape(self, left_shape): method getComparisonLtShape (line 1274) | def getComparisonLtShape(self, right_shape): method getComparisonLtLShape (line 1284) | def getComparisonLtLShape(self, left_shape): method getComparisonLteShape (line 1289) | def getComparisonLteShape(self, right_shape): method getComparisonGtShape (line 1292) | def getComparisonGtShape(self, right_shape): method getComparisonGteShape (line 1295) | def getComparisonGteShape(self, right_shape): method getComparisonEqShape (line 1298) | def getComparisonEqShape(self, right_shape): method getComparisonNeqShape (line 1301) | def getComparisonNeqShape(self, right_shape): method getOperationUnaryReprEscape (line 1305) | def getOperationUnaryReprEscape(): method _delegatedCheck (line 1309) | def _delegatedCheck(self, check): method hasShapeSlotBool (line 1330) | def hasShapeSlotBool(self): method hasShapeSlotLen (line 1333) | def hasShapeSlotLen(self): method hasShapeSlotIter (line 1336) | def hasShapeSlotIter(self): method hasShapeSlotNext (line 1339) | def hasShapeSlotNext(self): method hasShapeSlotContains (line 1342) | def hasShapeSlotContains(self): method hasShapeSlotInt (line 1345) | def hasShapeSlotInt(self): method hasShapeSlotLong (line 1348) | def hasShapeSlotLong(self): method hasShapeSlotFloat (line 1351) | def hasShapeSlotFloat(self): method hasShapeSlotComplex (line 1354) | def hasShapeSlotComplex(self): method hasShapeSlotBytes (line 1357) | def hasShapeSlotBytes(self): method hasShapeModule (line 1360) | def hasShapeModule(self): FILE: nuitka/optimizations/BytecodeDemotion.py function demoteSourceCodeToBytecode (line 28) | def demoteSourceCodeToBytecode(module_name, source_code, filename): function demoteCompiledModuleToBytecode (line 41) | def demoteCompiledModuleToBytecode(module): FILE: nuitka/optimizations/FunctionInlining.py class VariableScopeUpdater (line 20) | class VariableScopeUpdater(VisitorNoopMixin): method __init__ (line 21) | def __init__(self, locals_scope, variable_translation): method onEnterNode (line 25) | def onEnterNode(self, node): function updateLocalsScope (line 34) | def updateLocalsScope(provider, locals_scope, variable_translation): function convertFunctionCallToOutline (line 42) | def convertFunctionCallToOutline(provider, function_body, values, call_s... FILE: nuitka/optimizations/Graphs.py function _addModuleGraph (line 20) | def _addModuleGraph(module, desc): function onModuleOptimizationStep (line 26) | def onModuleOptimizationStep(module): function startGraph (line 35) | def startGraph(): function endGraph (line 49) | def endGraph(output_filename): FILE: nuitka/optimizations/Optimization.py function signalChange (line 34) | def signalChange(tags, source_ref, message): function optimizeCompiledPythonModule (line 53) | def optimizeCompiledPythonModule(module): function optimizeUncompiledPythonModule (line 126) | def optimizeUncompiledPythonModule(module): function optimizeExtensionModule (line 142) | def optimizeExtensionModule(module): function optimizeModule (line 149) | def optimizeModule(module): function _restartProgress (line 173) | def _restartProgress(): function _traceProgressModuleStart (line 193) | def _traceProgressModuleStart(current_module): function _traceProgressModuleEnd (line 225) | def _traceProgressModuleEnd(current_module): function _endProgress (line 234) | def _endProgress(): function restoreFromXML (line 239) | def restoreFromXML(text): function makeOptimizationPass (line 250) | def makeOptimizationPass(): function optimizeModules (line 328) | def optimizeModules(output_filename): FILE: nuitka/optimizations/OptimizeBuiltinCalls.py function dir_extractor (line 155) | def dir_extractor(node): function vars_extractor (line 186) | def vars_extractor(node): function import_extractor (line 203) | def import_extractor(node): function type_extractor (line 211) | def type_extractor(node): function iter_extractor (line 237) | def iter_extractor(node): function next_extractor (line 253) | def next_extractor(node): function sum_extractor (line 271) | def sum_extractor(node): function dict_extractor (line 301) | def dict_extractor(node): function chr_extractor (line 324) | def chr_extractor(node): function ord_extractor (line 332) | def ord_extractor(node): function bin_extractor (line 349) | def bin_extractor(node): function oct_extractor (line 357) | def oct_extractor(node): function hex_extractor (line 365) | def hex_extractor(node): function id_extractor (line 373) | def id_extractor(node): function repr_extractor (line 381) | def repr_extractor(node): function ascii_extractor (line 391) | def ascii_extractor(node): function range_extractor (line 399) | def range_extractor(node): function xrange_extractor (line 429) | def xrange_extractor(node): function len_extractor (line 459) | def len_extractor(node): function all_extractor (line 467) | def all_extractor(node): function abs_extractor (line 484) | def abs_extractor(node): function any_extractor (line 492) | def any_extractor(node): function tuple_extractor (line 509) | def tuple_extractor(node): function list_extractor (line 523) | def list_extractor(node): function set_extractor (line 537) | def set_extractor(node): function frozenset_extractor (line 553) | def frozenset_extractor(node): function float_extractor (line 569) | def float_extractor(node): function complex_extractor (line 585) | def complex_extractor(node): function str_extractor (line 609) | def str_extractor(node): function unicode_extractor (line 629) | def unicode_extractor(node): function bytes_extractor (line 650) | def bytes_extractor(node): function bool_extractor (line 677) | def bool_extractor(node): function int_extractor (line 693) | def int_extractor(node): function long_extractor (line 721) | def long_extractor(node): function globals_extractor (line 745) | def globals_extractor(node): function locals_extractor (line 753) | def locals_extractor(node): function execfile_extractor (line 772) | def execfile_extractor(node): function eval_extractor (line 842) | def eval_extractor(node): function exec_extractor (line 999) | def exec_extractor(node): function compile_extractor (line 1058) | def compile_extractor(node): function open_extractor (line 1079) | def open_extractor(node): function super_extractor (line 1103) | def super_extractor(node): function hasattr_extractor (line 1213) | def hasattr_extractor(node): function getattr_extractor (line 1227) | def getattr_extractor(node): function setattr_extractor (line 1241) | def setattr_extractor(node): function isinstance_extractor (line 1255) | def isinstance_extractor(node): function issubclass_extractor (line 1263) | def issubclass_extractor(node): function bytearray_extractor (line 1271) | def bytearray_extractor(node): function slice_extractor (line 1292) | def slice_extractor(node): function hash_extractor (line 1311) | def hash_extractor(node): function input_extractor (line 1319) | def input_extractor(node): function format_extractor (line 1327) | def format_extractor(node): function staticmethod_extractor (line 1344) | def staticmethod_extractor(node): function classmethod_extractor (line 1361) | def classmethod_extractor(node): function divmod_extractor (line 1378) | def divmod_extractor(node): function check (line 1454) | def check(): function _describeNewNode (line 1482) | def _describeNewNode(builtin_name, inspect_node): function computeBuiltinCall (line 1545) | def computeBuiltinCall(builtin_name, call_node): FILE: nuitka/optimizations/Tags.py class TagSet (line 41) | class TagSet(set): method onSignal (line 42) | def onSignal(self, signal): method check (line 49) | def check(self, tags): method add (line 57) | def add(self, tag): FILE: nuitka/optimizations/TraceCollections.py function withChangeIndicationsTo (line 60) | def withChangeIndicationsTo(signal_change): class CollectionUpdateMixin (line 71) | class CollectionUpdateMixin(object): method hasVariableTrace (line 77) | def hasVariableTrace(self, variable, version): method getVariableTrace (line 80) | def getVariableTrace(self, variable, version): method getVariableTraces (line 83) | def getVariableTraces(self, variable): method getVariableTracesAll (line 94) | def getVariableTracesAll(self): method addVariableTrace (line 97) | def addVariableTrace(self, variable, version, trace): method addVariableMergeMultipleTrace (line 103) | def addVariableMergeMultipleTrace(self, variable, traces): class CollectionStartPointMixin (line 113) | class CollectionStartPointMixin(CollectionUpdateMixin): method __init__ (line 124) | def __init__(self): method getLoopBreakCollections (line 140) | def getLoopBreakCollections(self): method onLoopBreak (line 143) | def onLoopBreak(self, collection=None): method getLoopContinueCollections (line 151) | def getLoopContinueCollections(self): method onLoopContinue (line 154) | def onLoopContinue(self, collection=None): method onFunctionReturn (line 162) | def onFunctionReturn(self, collection=None): method onExceptionRaiseExit (line 171) | def onExceptionRaiseExit(self, raisable_exceptions, collection=None): method getFunctionReturnCollections (line 202) | def getFunctionReturnCollections(self): method getExceptionRaiseCollections (line 205) | def getExceptionRaiseCollections(self): method hasEmptyTraces (line 208) | def hasEmptyTraces(self, variable): method hasReadOnlyTraces (line 213) | def hasReadOnlyTraces(self, variable): method initVariableUnknown (line 218) | def initVariableUnknown(self, variable): method initVariableModule (line 225) | def initVariableModule(self, variable): method initVariableInit (line 232) | def initVariableInit(self, variable): method initVariableInitStarArgs (line 239) | def initVariableInitStarArgs(self, variable): method initVariableInitStarDict (line 246) | def initVariableInitStarDict(self, variable): method initVariableUninitialized (line 253) | def initVariableUninitialized(self, variable): method updateVariablesFromCollection (line 260) | def updateVariablesFromCollection(self, old_collection, source_ref): method makeAbortStackContext (line 264) | def makeAbortStackContext( method initVariable (line 291) | def initVariable(self, variable): method addOutlineFunction (line 294) | def addOutlineFunction(self, outline): method getOutlineFunctions (line 300) | def getOutlineFunctions(self): method onLocalsDictEscaped (line 303) | def onLocalsDictEscaped(self, locals_scope): method onUsedFunction (line 317) | def onUsedFunction(self, function_body): class TraceCollectionBase (line 337) | class TraceCollectionBase(object): method __init__ (line 349) | def __init__(self, owner, name, parent): method __repr__ (line 357) | def __repr__(self): method getOwner (line 360) | def getOwner(self): method dumpActiveTraces (line 363) | def dumpActiveTraces(self, indent=""): method getVariableCurrentTrace (line 374) | def getVariableCurrentTrace(self, variable): method markCurrentVariableTrace (line 385) | def markCurrentVariableTrace(self, variable, version): method _getCurrentVariableVersion (line 388) | def _getCurrentVariableVersion(self, variable): method markActiveVariableAsEscaped (line 400) | def markActiveVariableAsEscaped(self, variable): method markClosureVariableAsUnknown (line 414) | def markClosureVariableAsUnknown(self, variable): method markActiveVariableAsUnknown (line 428) | def markActiveVariableAsUnknown(self, variable): method markActiveVariableAsLoopMerge (line 442) | def markActiveVariableAsLoopMerge( method signalChange (line 465) | def signalChange(tags, source_ref, message): method mustAlias (line 470) | def mustAlias(a, b): method mustNotAlias (line 477) | def mustNotAlias(a, b): method onControlFlowEscape (line 485) | def onControlFlowEscape(self, node): method removeKnowledge (line 491) | def removeKnowledge(self, node): method onValueEscapeStr (line 495) | def onValueEscapeStr(self, node): method removeAllKnowledge (line 499) | def removeAllKnowledge(self): method onVariableSet (line 503) | def onVariableSet(self, variable, version, assign_node): method onVariableSetAliasing (line 517) | def onVariableSetAliasing(self, variable, version, assign_node, source): method onVariableSetToUnescapableValue (line 537) | def onVariableSetToUnescapableValue(self, variable, version, assign_no... method onVariableSetToVeryTrustedValue (line 551) | def onVariableSetToVeryTrustedValue(self, variable, version, assign_no... method onVariableSetToUnescapablePropagatedValue (line 565) | def onVariableSetToUnescapablePropagatedValue( method onVariableDel (line 582) | def onVariableDel(self, variable, version, del_node): method onLocalsUsage (line 601) | def onLocalsUsage(self, locals_scope): method onVariableContentEscapes (line 617) | def onVariableContentEscapes(self, variable): method onExpression (line 620) | def onExpression(self, expression, allow_none=False): method onStatement (line 641) | def onStatement(self, statement): method computedStatementResult (line 662) | def computedStatementResult(self, statement, change_tags, change_desc): method computedExpressionResult (line 683) | def computedExpressionResult(self, expression, change_tags, change_desc): method computedExpressionResultRaw (line 705) | def computedExpressionResultRaw(self, expression, change_tags, change_... method mergeBranches (line 729) | def mergeBranches(self, collection_yes, collection_no): method mergeMultipleBranches (line 806) | def mergeMultipleBranches(self, collections): method replaceBranch (line 875) | def replaceBranch(self, collection_replace): method onLoopBreak (line 879) | def onLoopBreak(self, collection=None): method onLoopContinue (line 885) | def onLoopContinue(self, collection=None): method onFunctionReturn (line 891) | def onFunctionReturn(self, collection=None): method onExceptionRaiseExit (line 897) | def onExceptionRaiseExit(self, raisable_exceptions, collection=None): method getLoopBreakCollections (line 903) | def getLoopBreakCollections(self): method getLoopContinueCollections (line 906) | def getLoopContinueCollections(self): method getFunctionReturnCollections (line 909) | def getFunctionReturnCollections(self): method getExceptionRaiseCollections (line 912) | def getExceptionRaiseCollections(self): method makeAbortStackContext (line 915) | def makeAbortStackContext( method onLocalsDictEscaped (line 925) | def onLocalsDictEscaped(self, locals_scope): method getCompileTimeComputationResult (line 928) | def getCompileTimeComputationResult( method addOutlineFunction (line 943) | def addOutlineFunction(self, outline): method getVeryTrustedModuleVariables (line 946) | def getVeryTrustedModuleVariables(self): method onUsedFunction (line 949) | def onUsedFunction(self, function_body): method onModuleUsageAttempt (line 952) | def onModuleUsageAttempt(self, module_usage_attempt): method onDistributionUsed (line 955) | def onDistributionUsed(self, distribution_name, node, success): class TraceCollectionBranch (line 961) | class TraceCollectionBranch(CollectionUpdateMixin, TraceCollectionBase): method __init__ (line 964) | def __init__(self, name, parent): method computeBranch (line 973) | def computeBranch(self, branch): method initVariable (line 983) | def initVariable(self, variable): class TraceCollectionFunction (line 991) | class TraceCollectionFunction(CollectionStartPointMixin, TraceCollection... method __init__ (line 1003) | def __init__(self, parent, function_body): method initVariableModule (line 1056) | def initVariableModule(self, variable): class TraceCollectionPureFunction (line 1073) | class TraceCollectionPureFunction(TraceCollectionFunction): method __init__ (line 1078) | def __init__(self, function_body): method getUsedFunctions (line 1083) | def getUsedFunctions(self): method onUsedFunction (line 1086) | def onUsedFunction(self, function_body): class TraceCollectionModule (line 1092) | class TraceCollectionModule(CollectionStartPointMixin, TraceCollectionBa... method __init__ (line 1106) | def __init__(self, module, very_trusted_module_variables): method getVeryTrustedModuleVariables (line 1123) | def getVeryTrustedModuleVariables(self): method updateVeryTrustedModuleVariables (line 1126) | def updateVeryTrustedModuleVariables(self, very_trusted_module_variabl... method getModuleUsageAttempts (line 1133) | def getModuleUsageAttempts(self): method onModuleUsageAttempt (line 1136) | def onModuleUsageAttempt(self, module_usage_attempt): method getUsedDistributions (line 1192) | def getUsedDistributions(self): method onDistributionUsed (line 1195) | def onDistributionUsed(self, distribution_name, node, success): function areEmptyTraces (line 1205) | def areEmptyTraces(variable_traces): function areReadOnlyTraces (line 1248) | def areReadOnlyTraces(variable_traces): FILE: nuitka/optimizations/ValueTraces.py class ValueTraceBase (line 49) | class ValueTraceBase(object): method __init__ (line 63) | def __init__(self, owner, previous): method __repr__ (line 83) | def __repr__(self): method dump (line 86) | def dump(self, indent=" "): method getOwner (line 95) | def getOwner(self): method isLoopTrace (line 99) | def isLoopTrace(): method addUsage (line 102) | def addUsage(self): method addNameUsage (line 105) | def addNameUsage(self): method addMergeUsage (line 112) | def addMergeUsage(self): method getUsageCount (line 116) | def getUsageCount(self): method getNameUsageCount (line 119) | def getNameUsageCount(self): method getMergeUsageCount (line 122) | def getMergeUsageCount(self): method getMergeOrNameUsageCount (line 125) | def getMergeOrNameUsageCount(self): method getPrevious (line 128) | def getPrevious(self): method isAssignTrace (line 132) | def isAssignTrace(): method isUnassignedTrace (line 136) | def isUnassignedTrace(): method isDeletedTrace (line 140) | def isDeletedTrace(): method isUninitializedTrace (line 144) | def isUninitializedTrace(): method isInitTrace (line 148) | def isInitTrace(): method isUnknownTrace (line 152) | def isUnknownTrace(): method isAssignTraceVeryTrusted (line 156) | def isAssignTraceVeryTrusted(): method isUnknownOrVeryTrustedTrace (line 160) | def isUnknownOrVeryTrustedTrace(): method isEscapeTrace (line 164) | def isEscapeTrace(): method isTraceThatNeedsEscape (line 168) | def isTraceThatNeedsEscape(): method isMergeTrace (line 172) | def isMergeTrace(): method mustHaveValue (line 175) | def mustHaveValue(self): method mustNotHaveValue (line 182) | def mustNotHaveValue(self): method getReplacementNode (line 189) | def getReplacementNode(self, usage): method hasShapeListExact (line 195) | def hasShapeListExact(): method hasShapeDictionaryExact (line 199) | def hasShapeDictionaryExact(): method hasShapeStrExact (line 203) | def hasShapeStrExact(): method hasShapeUnicodeExact (line 207) | def hasShapeUnicodeExact(): method hasShapeTupleExact (line 211) | def hasShapeTupleExact(): method hasShapeBoolExact (line 215) | def hasShapeBoolExact(): method getTruthValue (line 219) | def getTruthValue(): method getComparisonValue (line 223) | def getComparisonValue(): method getAttributeNode (line 227) | def getAttributeNode(): method getAttributeNodeTrusted (line 232) | def getAttributeNodeTrusted(): method getAttributeNodeVeryTrusted (line 240) | def getAttributeNodeVeryTrusted(): method getIterationSourceNode (line 248) | def getIterationSourceNode(): method getDictInValue (line 253) | def getDictInValue(key): method inhibitsClassScopeForwardPropagation (line 260) | def inhibitsClassScopeForwardPropagation(): class ValueTraceUnassignedBase (line 264) | class ValueTraceUnassignedBase(ValueTraceBase): method isUnassignedTrace (line 268) | def isUnassignedTrace(): method getTypeShape (line 272) | def getTypeShape(): method getReleaseEscape (line 276) | def getReleaseEscape(): method compareValueTrace (line 279) | def compareValueTrace(self, other): method mustHaveValue (line 284) | def mustHaveValue(): method mustNotHaveValue (line 288) | def mustNotHaveValue(): class ValueTraceUninitialized (line 292) | class ValueTraceUninitialized(ValueTraceUnassignedBase): method __init__ (line 295) | def __init__(self, owner, previous): method isUninitializedTrace (line 299) | def isUninitializedTrace(): method isTraceThatNeedsEscape (line 303) | def isTraceThatNeedsEscape(): method inhibitsClassScopeForwardPropagation (line 306) | def inhibitsClassScopeForwardPropagation(self): class ValueTraceDeleted (line 310) | class ValueTraceDeleted(ValueTraceUnassignedBase): method __init__ (line 315) | def __init__(self, owner, previous, del_node): method isDeletedTrace (line 321) | def isDeletedTrace(): method getDelNode (line 324) | def getDelNode(self): class ValueTraceInit (line 328) | class ValueTraceInit(ValueTraceBase): method __init__ (line 331) | def __init__(self, owner): method getTypeShape (line 335) | def getTypeShape(): method getReleaseEscape (line 339) | def getReleaseEscape(): method compareValueTrace (line 342) | def compareValueTrace(self, other): method isInitTrace (line 347) | def isInitTrace(): method mustHaveValue (line 351) | def mustHaveValue(): method mustNotHaveValue (line 355) | def mustNotHaveValue(): class ValueTraceInitStarArgs (line 359) | class ValueTraceInitStarArgs(ValueTraceInit): method getTypeShape (line 361) | def getTypeShape(): method getReleaseEscape (line 365) | def getReleaseEscape(): method hasShapeTupleExact (line 369) | def hasShapeTupleExact(): class ValueTraceInitStarDict (line 373) | class ValueTraceInitStarDict(ValueTraceInit): method getTypeShape (line 375) | def getTypeShape(): method getReleaseEscape (line 379) | def getReleaseEscape(): method hasShapeDictionaryExact (line 383) | def hasShapeDictionaryExact(): class ValueTraceUnknown (line 387) | class ValueTraceUnknown(ValueTraceBase): method getTypeShape (line 391) | def getTypeShape(): method getReleaseEscape (line 395) | def getReleaseEscape(): method addUsage (line 398) | def addUsage(self): method addMergeUsage (line 404) | def addMergeUsage(self): method compareValueTrace (line 411) | def compareValueTrace(self, other): method isUnknownTrace (line 416) | def isUnknownTrace(): method isUnknownOrVeryTrustedTrace (line 420) | def isUnknownOrVeryTrustedTrace(): method isTraceThatNeedsEscape (line 424) | def isTraceThatNeedsEscape(): method mustHaveValue (line 428) | def mustHaveValue(): method mustNotHaveValue (line 432) | def mustNotHaveValue(): method getAttributeNode (line 435) | def getAttributeNode(self): method getAttributeNodeTrusted (line 441) | def getAttributeNodeTrusted(self): method getAttributeNodeVeryTrusted (line 445) | def getAttributeNodeVeryTrusted(self): class ValueTraceEscaped (line 450) | class ValueTraceEscaped(ValueTraceUnknown): method __init__ (line 453) | def __init__(self, owner, previous): method addUsage (line 459) | def addUsage(self): method addMergeUsage (line 466) | def addMergeUsage(self): method getTypeShape (line 475) | def getTypeShape(self): method mustHaveValue (line 478) | def mustHaveValue(self): method mustNotHaveValue (line 481) | def mustNotHaveValue(self): method getReplacementNode (line 484) | def getReplacementNode(self, usage): method isUnknownTrace (line 488) | def isUnknownTrace(): method isUnknownOrVeryTrustedTrace (line 492) | def isUnknownOrVeryTrustedTrace(): method isEscapeTrace (line 496) | def isEscapeTrace(): method isTraceThatNeedsEscape (line 500) | def isTraceThatNeedsEscape(): method getAttributeNode (line 503) | def getAttributeNode(self): method getAttributeNodeTrusted (line 506) | def getAttributeNodeTrusted(self): method getAttributeNodeVeryTrusted (line 509) | def getAttributeNodeVeryTrusted(self): method hasShapeListExact (line 514) | def hasShapeListExact(self): method hasShapeDictionaryExact (line 518) | def hasShapeDictionaryExact(self): class ValueTraceAssign (line 523) | class ValueTraceAssign(ValueTraceBase): method __init__ (line 526) | def __init__(self, owner, assign_node, previous): method __repr__ (line 531) | def __repr__(self): method isAssignTrace (line 539) | def isAssignTrace(): method compareValueTrace (line 542) | def compareValueTrace(self, other): method mustHaveValue (line 546) | def mustHaveValue(): method mustNotHaveValue (line 550) | def mustNotHaveValue(): method getTypeShape (line 553) | def getTypeShape(self): method getReleaseEscape (line 556) | def getReleaseEscape(self): method getAssignNode (line 559) | def getAssignNode(self): method hasShapeListExact (line 562) | def hasShapeListExact(self): method hasShapeDictionaryExact (line 565) | def hasShapeDictionaryExact(self): method hasShapeStrExact (line 568) | def hasShapeStrExact(self): method hasShapeUnicodeExact (line 571) | def hasShapeUnicodeExact(self): method hasShapeBoolExact (line 574) | def hasShapeBoolExact(self): method getTruthValue (line 577) | def getTruthValue(self): method getComparisonValue (line 580) | def getComparisonValue(self): method getAttributeNode (line 583) | def getAttributeNode(self): method getAttributeNodeTrusted (line 586) | def getAttributeNodeTrusted(self): method getAttributeNodeVeryTrusted (line 594) | def getAttributeNodeVeryTrusted(self): method getIterationSourceNode (line 601) | def getIterationSourceNode(self): method getDictInValue (line 604) | def getDictInValue(self, key): method inhibitsClassScopeForwardPropagation (line 608) | def inhibitsClassScopeForwardPropagation(self): class ValueTraceAssignUnescapable (line 612) | class ValueTraceAssignUnescapable(ValueTraceAssign): method isTraceThatNeedsEscape (line 614) | def isTraceThatNeedsEscape(): class ValueTraceAssignVeryTrusted (line 618) | class ValueTraceAssignVeryTrusted(ValueTraceAssignUnescapable): method isAssignTraceVeryTrusted (line 620) | def isAssignTraceVeryTrusted(): method isUnknownOrVeryTrustedTrace (line 624) | def isUnknownOrVeryTrustedTrace(): class ValueTraceAssignUnescapablePropagated (line 628) | class ValueTraceAssignUnescapablePropagated(ValueTraceAssignUnescapable): method __init__ (line 633) | def __init__(self, owner, assign_node, previous, replacement): method getReplacementNode (line 640) | def getReplacementNode(self, usage): class ValueTraceMergeBase (line 644) | class ValueTraceMergeBase(ValueTraceBase): method addNameUsage (line 649) | def addNameUsage(self): method addUsage (line 657) | def addUsage(self): method addMergeUsage (line 665) | def addMergeUsage(self): class ValueTraceMerge (line 670) | class ValueTraceMerge(ValueTraceMergeBase): method __init__ (line 680) | def __init__(self, traces): method __repr__ (line 700) | def __repr__(self): method getTypeShape (line 703) | def getTypeShape(self): method getReleaseEscape (line 720) | def getReleaseEscape(self): method isMergeTrace (line 738) | def isMergeTrace(): method compareValueTrace (line 741) | def compareValueTrace(self, other): method mustHaveValue (line 754) | def mustHaveValue(self): method mustNotHaveValue (line 761) | def mustNotHaveValue(self): method hasShapeListExact (line 768) | def hasShapeListExact(self): method hasShapeDictionaryExact (line 771) | def hasShapeDictionaryExact(self): method getTruthValue (line 774) | def getTruthValue(self): method getComparisonValue (line 798) | def getComparisonValue(self): class ValueTraceLoopBase (line 804) | class ValueTraceLoopBase(ValueTraceMergeBase): method __init__ (line 807) | def __init__(self, loop_node, previous, type_shapes): method __repr__ (line 817) | def __repr__(self): method isLoopTrace (line 825) | def isLoopTrace(): method getTypeShape (line 828) | def getTypeShape(self): method addLoopContinueTraces (line 837) | def addLoopContinueTraces(self, continue_traces): method mustHaveValue (line 843) | def mustHaveValue(self): method hasShapeListExact (line 858) | def hasShapeListExact(self): method hasShapeDictionaryExact (line 861) | def hasShapeDictionaryExact(self): method hasShapeStrExact (line 864) | def hasShapeStrExact(self): method hasShapeUnicodeExact (line 867) | def hasShapeUnicodeExact(self): method hasShapeStrOrUnicodeExact (line 872) | def hasShapeStrOrUnicodeExact(self): method hasShapeBytesExact (line 883) | def hasShapeBytesExact(self): method hasShapeBoolExact (line 886) | def hasShapeBoolExact(self): class ValueTraceLoopComplete (line 899) | class ValueTraceLoopComplete(ValueTraceLoopBase): method getReleaseEscape (line 903) | def getReleaseEscape(): method compareValueTrace (line 907) | def compareValueTrace(self, other): method mustHaveValue (line 917) | def mustHaveValue(): method mustNotHaveValue (line 921) | def mustNotHaveValue(): method getTruthValue (line 925) | def getTruthValue(): method getComparisonValue (line 929) | def getComparisonValue(): class ValueTraceLoopIncomplete (line 933) | class ValueTraceLoopIncomplete(ValueTraceLoopBase): method getTypeShape (line 936) | def getTypeShape(self): method getReleaseEscape (line 943) | def getReleaseEscape(): method compareValueTrace (line 946) | def compareValueTrace(self, other): method mustHaveValue (line 951) | def mustHaveValue(): method mustNotHaveValue (line 955) | def mustNotHaveValue(): method getTruthValue (line 959) | def getTruthValue(): method getComparisonValue (line 963) | def getComparisonValue(): FILE: nuitka/pgo/PGO.py function _readCString (line 21) | def _readCString(input_file): function _readCIntValue (line 25) | def _readCIntValue(input_file): function _readStringValue (line 29) | def _readStringValue(input_file): function _readModuleIdentifierValue (line 33) | def _readModuleIdentifierValue(input_file): function readPGOInputFile (line 41) | def readPGOInputFile(input_filename): function decideInclusionFromPGO (line 101) | def decideInclusionFromPGO(module_name, module_kind): function decideCompilationFromPGO (line 133) | def decideCompilationFromPGO(module_name): FILE: nuitka/plugins/PluginBase.py function _getImportLibModule (line 109) | def _getImportLibModule(): function _getEvaluationContext (line 118) | def _getEvaluationContext(): function _convertVersionToTuple (line 204) | def _convertVersionToTuple(version_str): function _getPackageNameFromDistributionName (line 212) | def _getPackageNameFromDistributionName(distribution_name): function _getDistributionNameFromPackageName (line 221) | def _getDistributionNameFromPackageName(package_name): function _getPackageVersion (line 231) | def _getPackageVersion(distribution_name): function _getPackageVersionStr (line 276) | def _getPackageVersionStr(distribution_name): function _getModuleDirectory (line 285) | def _getModuleDirectory(module_name): function _iterate_module_names (line 295) | def _iterate_module_names(package_name): function _isPluginActive (line 311) | def _isPluginActive(plugin_name): class NuitkaPluginBase (line 317) | class NuitkaPluginBase(getMetaClassBase("Plugin", require_slots=False)): method isAlwaysEnabled (line 355) | def isAlwaysEnabled(): method isRelevant (line 371) | def isRelevant(cls): method isDeprecated (line 386) | def isDeprecated(cls): method isDetector (line 391) | def isDetector(cls): method addPluginCommandLineOptions (line 396) | def addPluginCommandLineOptions(cls, group): method isRequiredImplicitImport (line 400) | def isRequiredImplicitImport(self, module, full_name): method getImplicitImports (line 416) | def getImplicitImports(self, module): method onModuleSourceCode (line 427) | def onModuleSourceCode(self, module_name, source_filename, source_code): method checkModuleSourceCode (line 445) | def checkModuleSourceCode(self, module_name, source_code): method onFrozenModuleBytecode (line 455) | def onFrozenModuleBytecode(self, module_name, is_package, bytecode): method createPreModuleLoadCode (line 469) | def createPreModuleLoadCode(module): method createPostModuleLoadCode (line 486) | def createPostModuleLoadCode(module): method createFakeModuleDependency (line 504) | def createFakeModuleDependency(module): method hasPreModuleLoadCode (line 522) | def hasPreModuleLoadCode(module_name): method hasPostModuleLoadCode (line 531) | def hasPostModuleLoadCode(module_name): method onModuleDiscovered (line 539) | def onModuleDiscovered(self, module): method getPackageExtraScanPaths (line 556) | def getPackageExtraScanPaths(self, package_name, package_dir): method onModuleEncounter (line 570) | def onModuleEncounter( method onModuleUsageLookAhead (line 586) | def onModuleUsageLookAhead( method onModuleRecursion (line 605) | def onModuleRecursion( method onModuleInitialSet (line 626) | def onModuleInitialSet(self): method onModuleCompleteSet (line 637) | def onModuleCompleteSet(self, module_set): method onModuleCompleteSetGUI (line 650) | def onModuleCompleteSetGUI(self, module_set, plugin_binding_name): method locateModule (line 684) | def locateModule(module_name): method locateModules (line 702) | def locateModules(module_name): method locateDLL (line 716) | def locateDLL(cls, dll_name): method locateDLLsInDirectory (line 721) | def locateDLLsInDirectory(cls, directory): method makeDllEntryPoint (line 729) | def makeDllEntryPoint( method makeExeEntryPoint (line 742) | def makeExeEntryPoint( method reportFileCount (line 755) | def reportFileCount(self, module_name, count, section=None): method getExtraDlls (line 766) | def getExtraDlls(self, module): method onCopiedDLL (line 778) | def onCopiedDLL(self, dll_filename): method getModuleSpecificDllPaths (line 793) | def getModuleSpecificDllPaths(self, module_name): method getModuleSysPathAdditions (line 804) | def getModuleSysPathAdditions(self, module_name): method removeDllDependencies (line 815) | def removeDllDependencies(self, dll_filename, dll_filenames): method considerDataFiles (line 827) | def considerDataFiles(self, module): method isAcceptableMissingDLL (line 840) | def isAcceptableMissingDLL(self, package_name, dll_basename): method makeIncludedDataFile (line 853) | def makeIncludedDataFile(self, source_path, dest_path, reason, tags=""): method makeIncludedAppBundleResourceFile (line 862) | def makeIncludedAppBundleResourceFile( method makeIncludedGeneratedDataFile (line 880) | def makeIncludedGeneratedDataFile(self, data, dest_path, reason, tags=... method makeIncludedDataDirectory (line 885) | def makeIncludedDataDirectory( method makeIncludedEmptyDirectory (line 910) | def makeIncludedEmptyDirectory(self, dest_path, reason, tags): method makeIncludedPackageDataFiles (line 918) | def makeIncludedPackageDataFiles( method updateDataFileTags (line 930) | def updateDataFileTags(self, included_datafile): method onDataFileTags (line 933) | def onDataFileTags(self, included_datafile): method onBeforeCodeParsing (line 936) | def onBeforeCodeParsing(self): method onStandaloneDistributionFinished (line 939) | def onStandaloneDistributionFinished(self, dist_dir): method onOnefileFinished (line 957) | def onOnefileFinished(self, filename): method onBootstrapBinary (line 975) | def onBootstrapBinary(self, filename): method onStandaloneBinary (line 987) | def onStandaloneBinary(self, filename): method onFinalResult (line 999) | def onFinalResult(self, filename): method suppressUnknownImportWarning (line 1016) | def suppressUnknownImportWarning(self, importing, module_name, source_... method decideCompilation (line 1029) | def decideCompilation(self, module_name): method getPreprocessorSymbols (line 1046) | def getPreprocessorSymbols(self): method getBuildDefinitions (line 1061) | def getBuildDefinitions(self): method getExtraIncludeDirectories (line 1074) | def getExtraIncludeDirectories(self): method getPluginDataFilesDir (line 1085) | def getPluginDataFilesDir(cls): method getPluginDataFileContents (line 1090) | def getPluginDataFileContents(self, filename): method getExtraCodeFiles (line 1099) | def getExtraCodeFiles(self): method getExtraLinkLibraries (line 1114) | def getExtraLinkLibraries(self): method getExtraLinkDirectories (line 1129) | def getExtraLinkDirectories(self): method warnUnusedPlugin (line 1144) | def warnUnusedPlugin(self, message): method onDataComposerRun (line 1157) | def onDataComposerRun(self): method onDataComposerResult (line 1166) | def onDataComposerResult(self, blob_filename): method encodeDataComposerName (line 1175) | def encodeDataComposerName(self, data_name): method queryRuntimeInformationMultiple (line 1186) | def queryRuntimeInformationMultiple(self, info_name, setup_codes, valu... method queryRuntimeInformationSingle (line 1264) | def queryRuntimeInformationSingle(self, setup_codes, value, info_name=... method onFunctionBodyParsing (line 1274) | def onFunctionBodyParsing(self, module_name, function_name, body): method onClassBodyParsing (line 1282) | def onClassBodyParsing(self, module_name, class_name, node): method getCacheContributionValues (line 1290) | def getCacheContributionValues(self, module_name): method getExtraConstantDefaultPopulation (line 1301) | def getExtraConstantDefaultPopulation(self): method decideAllowOutsideDependencies (line 1306) | def decideAllowOutsideDependencies(self, module_name): method getPackageVersion (line 1316) | def getPackageVersion(module_name): method getEvaluationConditionControlTags (line 1322) | def getEvaluationConditionControlTags(self): method isValueForEvaluation (line 1327) | def isValueForEvaluation(expression): method evaluateExpressionOrConstant (line 1330) | def evaluateExpressionOrConstant( method getExpressionConstants (line 1344) | def getExpressionConstants(self, full_name): method getExpressionVariables (line 1370) | def getExpressionVariables(self, full_name): method evaluateExpression (line 1407) | def evaluateExpression( method evaluateCondition (line 1503) | def evaluateCondition(self, full_name, condition): method addModuleInfluencingParameter (line 1565) | def addModuleInfluencingParameter( method addModuleInfluencingDetection (line 1576) | def addModuleInfluencingDetection( method warning (line 1587) | def warning(cls, message, **kwargs): method info (line 1597) | def info(cls, message, keep_format=False): method sysexit (line 1601) | def sysexit(cls, message, mnemonic=None, reporting=True): class NuitkaYamlPluginBase (line 1607) | class NuitkaYamlPluginBase(NuitkaPluginBase): method __init__ (line 1610) | def __init__(self): method getYamlConfigItem (line 1613) | def getYamlConfigItem( method getYamlConfigItemItems (line 1645) | def getYamlConfigItemItems( function standalone_only (line 1679) | def standalone_only(func): class TagContext (line 1695) | class TagContext(dict): method __init__ (line 1696) | def __init__(self, logger, full_name, config_name): method __getitem__ (line 1706) | def __getitem__(self, key): FILE: nuitka/plugins/Plugins.py function withPluginProblemReporting (line 66) | def withPluginProblemReporting(plugin, template, args): function withPluginModuleNameProblemReporting (line 85) | def withPluginModuleNameProblemReporting(plugin, module_name): function withPluginModuleProblemReporting (line 89) | def withPluginModuleProblemReporting(plugin, module): function _addActivePlugin (line 93) | def _addActivePlugin(plugin_class, args, force=False): function getActivePlugins (line 140) | def getActivePlugins(): function getActiveQtPlugin (line 151) | def getActiveQtPlugin(): function getActiveQtPluginBindingName (line 161) | def getActiveQtPluginBindingName(): function getQtBindingNames (line 171) | def getQtBindingNames(): function getOtherGUIBindingNames (line 175) | def getOtherGUIBindingNames(): function getGUIBindingNames (line 179) | def getGUIBindingNames(): function getQtPluginNames (line 183) | def getQtPluginNames(): function getOtherGuiPluginNames (line 187) | def getOtherGuiPluginNames(): function getGuiPluginNames (line 191) | def getGuiPluginNames(): function hasActiveGuiPluginForBinding (line 195) | def hasActiveGuiPluginForBinding(binding_name): function hasActivePlugin (line 206) | def hasActivePlugin(plugin_name): function getUserActivatedPluginNames (line 227) | def getUserActivatedPluginNames(): function getPluginClass (line 240) | def getPluginClass(plugin_name): function _addPluginClass (line 261) | def _addPluginClass(plugin_class, detector): function _loadPluginClassesFromPackage (line 276) | def _loadPluginClassesFromPackage(scan_package): function loadStandardPluginClasses (line 359) | def loadStandardPluginClasses(): class Plugins (line 380) | class Plugins(object): method _considerImplicitImports (line 385) | def _considerImplicitImports(plugin, module): method _reportImplicitImports (line 451) | def _reportImplicitImports(plugin, module, implicit_imports): method _getPackageExtraScanPaths (line 488) | def _getPackageExtraScanPaths(cls, plugin, package_name, package_dir): method getPackageExtraScanPaths (line 495) | def getPackageExtraScanPaths(cls, package_name, package_dir): method considerImplicitImports (line 513) | def considerImplicitImports(cls, module): method onCopiedDLLs (line 561) | def onCopiedDLLs(dist_dir, standalone_entry_points): method onBeforeCodeParsing (line 574) | def onBeforeCodeParsing(): method onStandaloneDistributionFinished (line 580) | def onStandaloneDistributionFinished(dist_dir): method onOnefileFinished (line 591) | def onOnefileFinished(filename): method onBootstrapBinary (line 597) | def onBootstrapBinary(filename): method onFinalResult (line 603) | def onFinalResult(filename): method considerExtraDlls (line 609) | def considerExtraDlls(module): method getModuleSpecificDllPaths (line 646) | def getModuleSpecificDllPaths(module_name): method getModuleSysPathAdditions (line 663) | def getModuleSysPathAdditions(cls, module_name): method removeDllDependencies (line 682) | def removeDllDependencies(dll_filename, dll_filenames): method considerDataFiles (line 712) | def considerDataFiles(module): method getDataFileTags (line 740) | def getDataFileTags(included_datafile): method onDataFileTags (line 751) | def onDataFileTags(included_datafile): method _createTriggerLoadedModule (line 756) | def _createTriggerLoadedModule(cls, module, trigger_name, code, flags): method onModuleDiscovered (line 811) | def onModuleDiscovered(cls, module): method onModuleSourceCode (line 964) | def onModuleSourceCode(module_name, source_filename, source_code): method onFrozenModuleBytecode (line 986) | def onFrozenModuleBytecode(module_name, is_package, bytecode): method onModuleEncounter (line 997) | def onModuleEncounter(using_module_name, module_name, module_filename,... method onModuleUsageLookAhead (line 1038) | def onModuleUsageLookAhead(cls, module_name, module_filename, module_k... method onModuleRecursion (line 1073) | def onModuleRecursion( method onModuleInitialSet (line 1087) | def onModuleInitialSet(): method onModuleCompleteSet (line 1097) | def onModuleCompleteSet(): method suppressUnknownImportWarning (line 1108) | def suppressUnknownImportWarning(importing, source_ref, module_name): method decideCompilation (line 1129) | def decideCompilation(module_name): method getPreprocessorSymbols (line 1150) | def getPreprocessorSymbols(cls): method getBuildDefinitions (line 1184) | def getBuildDefinitions(cls): method getExtraIncludeDirectories (line 1216) | def getExtraIncludeDirectories(cls): method _getExtraCodeFiles (line 1238) | def _getExtraCodeFiles(for_onefile): method writeExtraCodeFiles (line 1264) | def writeExtraCodeFiles(onefile): method getExtraLinkLibraries (line 1283) | def getExtraLinkLibraries(cls): method getExtraLinkDirectories (line 1302) | def getExtraLinkDirectories(cls): method onDataComposerRun (line 1319) | def onDataComposerRun(cls): method onDataComposerResult (line 1324) | def onDataComposerResult(cls, blob_filename): method deriveModuleConstantsBlobName (line 1329) | def deriveModuleConstantsBlobName(cls, data_filename): method encodeDataComposerName (line 1335) | def encodeDataComposerName(cls, name): method onFunctionBodyParsing (line 1350) | def onFunctionBodyParsing(cls, provider, function_name, body): method onClassBodyParsing (line 1363) | def onClassBodyParsing(cls, provider, class_name, node): method getCacheContributionValues (line 1376) | def getCacheContributionValues(cls, module_name): method getExtraConstantDefaultPopulation (line 1382) | def getExtraConstantDefaultPopulation(cls): method decideAllowOutsideDependencies (line 1388) | def decideAllowOutsideDependencies(cls, module_name): method isAcceptableMissingDLL (line 1425) | def isAcceptableMissingDLL(cls, package_name, filename): function listPlugins (line 1469) | def listPlugins(): function isObjectAUserPluginBaseClass (line 1496) | def isObjectAUserPluginBaseClass(obj): function loadUserPlugin (line 1509) | def loadUserPlugin(plugin_filename): function loadPlugins (line 1547) | def loadPlugins(): function addStandardPluginCommandLineOptions (line 1572) | def addStandardPluginCommandLineOptions(parser): function activatePlugins (line 1585) | def activatePlugins(): function _addPluginCommandLineOptions (line 1664) | def _addPluginCommandLineOptions(parser, plugin_class): function addPluginCommandLineOptions (line 1691) | def addPluginCommandLineOptions(parser, plugin_names): function addUserPluginCommandLineOptions (line 1708) | def addUserPluginCommandLineOptions(parser, filename): function setPluginOptions (line 1715) | def setPluginOptions(plugin_name, values): function getPluginOptions (line 1733) | def getPluginOptions(plugin_name): function replaceTriggerModule (line 1760) | def replaceTriggerModule(old, new): function isTriggerModule (line 1782) | def isTriggerModule(module): function _getMainModulePreloadCodes (line 1788) | def _getMainModulePreloadCodes(): FILE: nuitka/plugins/standard/AntiBloatPlugin.py class NuitkaPluginAntiBloat (line 25) | class NuitkaPluginAntiBloat(NuitkaYamlPluginBase): method isAlwaysEnabled (line 35) | def isAlwaysEnabled(): method __init__ (line 38) | def __init__( method getEvaluationConditionControlTags (line 234) | def getEvaluationConditionControlTags(self): method getCacheContributionValues (line 237) | def getCacheContributionValues(self, module_name): method addPluginCommandLineOptions (line 249) | def addPluginCommandLineOptions(cls, group): method _getContextCode (line 348) | def _getContextCode(self, module_name, anti_bloat_config): method _onModuleSourceCode (line 370) | def _onModuleSourceCode(self, module_name, anti_bloat_config, source_c... method onModuleSourceCode (line 469) | def onModuleSourceCode(self, module_name, source_filename, source_code): method _onFunctionBodyParsing (line 482) | def _onFunctionBodyParsing( method onFunctionBodyParsing (line 529) | def onFunctionBodyParsing(self, module_name, function_name, body): method _onClassBodyParsing (line 546) | def _onClassBodyParsing(self, module_name, anti_bloat_config, class_na... method onClassBodyParsing (line 589) | def onClassBodyParsing(self, module_name, class_name, node): method _getModuleBloatModeOverrides (line 606) | def _getModuleBloatModeOverrides(self, using_module_name, intended_mod... method _applyNoFollowConfiguration (line 634) | def _applyNoFollowConfiguration(self, module_name): method onModuleRecursion (line 648) | def onModuleRecursion( method onModuleEncounter (line 736) | def onModuleEncounter( method decideCompilation (line 800) | def decideCompilation(self, module_name): method onModuleCompleteSet (line 811) | def onModuleCompleteSet(self, module_set): FILE: nuitka/plugins/standard/ConsiderPyLintAnnotationsPlugin.py class NuitkaPluginPylintEclipseAnnotations (line 26) | class NuitkaPluginPylintEclipseAnnotations(NuitkaPluginBase): method __init__ (line 30) | def __init__(self): method checkModuleSourceCode (line 33) | def checkModuleSourceCode(self, module_name, source_code): method suppressUnknownImportWarning (line 54) | def suppressUnknownImportWarning(self, importing, module_name, source_... class NuitkaPluginDetectorPylintEclipseAnnotations (line 68) | class NuitkaPluginDetectorPylintEclipseAnnotations(NuitkaPluginBase): method onModuleSourceCode (line 71) | def onModuleSourceCode(self, module_name, source_filename, source_code): FILE: nuitka/plugins/standard/DataFilesPlugin.py class NuitkaPluginDataFileCollector (line 25) | class NuitkaPluginDataFileCollector(NuitkaPluginBase): method __init__ (line 30) | def __init__(self): method isRelevant (line 34) | def isRelevant(cls): method isAlwaysEnabled (line 38) | def isAlwaysEnabled(): method _considerDataFiles (line 41) | def _considerDataFiles(self, module, data_file_config): method considerDataFiles (line 175) | def considerDataFiles(self, module): method _getSubDirectoryFolders (line 204) | def _getSubDirectoryFolders(self, module, sub_dirs): FILE: nuitka/plugins/standard/DelvewheelPlugin.py class NuitkaPluginDelvewheel (line 19) | class NuitkaPluginDelvewheel(NuitkaPluginBase): method __init__ (line 32) | def __init__(self): method isAlwaysEnabled (line 40) | def isAlwaysEnabled(): method isRelevant (line 44) | def isRelevant(): method _add_dll_directory (line 49) | def _add_dll_directory(self, arg): method onModuleSourceCode (line 52) | def onModuleSourceCode(self, module_name, source_filename, source_code): method getExtraDlls (line 114) | def getExtraDlls(self, module): FILE: nuitka/plugins/standard/DillPlugin.py class NuitkaPluginDillWorkarounds (line 12) | class NuitkaPluginDillWorkarounds(NuitkaPluginBase): method isAlwaysEnabled (line 20) | def isAlwaysEnabled(): method createPostModuleLoadCode (line 23) | def createPostModuleLoadCode(self, module): method createPreModuleLoadCode (line 47) | def createPreModuleLoadCode(self, module): method getPreprocessorSymbols (line 56) | def getPreprocessorSymbols(): method getExtraCodeFiles (line 59) | def getExtraCodeFiles(self): FILE: nuitka/plugins/standard/DillPlugin/DillPlugin.c function registerDillPluginTables (line 7) | void registerDillPluginTables(PyThreadState *tstate, char const *module_... FILE: nuitka/plugins/standard/DillPlugin/dill-postLoad.py class ForCompiledTypeLookups (line 25) | class ForCompiledTypeLookups: method for_compiled_type (line 26) | def for_compiled_type(self): function save_compiled_method (line 39) | def save_compiled_method(pickler, obj): function _create_compiled_function2 (line 50) | def _create_compiled_function2(module_name, func_values, func_dict, func... function _create_compiled_function3 (line 67) | def _create_compiled_function3( function save_compiled_function (line 88) | def save_compiled_function(pickler, obj): FILE: nuitka/plugins/standard/DllFilesPlugin.py class NuitkaPluginDllFiles (line 32) | class NuitkaPluginDllFiles(NuitkaPluginBase): method __init__ (line 37) | def __init__(self): method isAlwaysEnabled (line 41) | def isAlwaysEnabled(): method isRelevant (line 45) | def isRelevant(): method _handleDllConfigFromFilenames (line 48) | def _handleDllConfigFromFilenames(self, dest_path, dll_config, full_na... method _handleDllConfigByCodeResult (line 141) | def _handleDllConfigByCodeResult(self, filename, full_name, dest_path,... method _handleDllConfigByCode (line 182) | def _handleDllConfigByCode(self, dll_config, full_name, dest_path, cou... method _handleDllConfig (line 219) | def _handleDllConfig(self, dll_config, full_name, count): method getExtraDlls (line 251) | def getExtraDlls(self, module): method getModuleSpecificDllPaths (line 369) | def getModuleSpecificDllPaths(self, module_name): method _getModuleSpecificDllPaths (line 377) | def _getModuleSpecificDllPaths(self, config): method isAcceptableMissingDLL (line 387) | def isAcceptableMissingDLL(self, package_name, dll_basename): method _isAcceptableMissingDLL (line 402) | def _isAcceptableMissingDLL(config, dll_basename): method decideAllowOutsideDependencies (line 409) | def decideAllowOutsideDependencies(self, module_name): FILE: nuitka/plugins/standard/EnumPlugin.py class NuitkaPluginEnumWorkarounds (line 15) | class NuitkaPluginEnumWorkarounds(NuitkaPluginBase): method isRelevant (line 23) | def isRelevant(cls): method isAlwaysEnabled (line 27) | def isAlwaysEnabled(): method createPostModuleLoadCode (line 31) | def createPostModuleLoadCode(module): FILE: nuitka/plugins/standard/EventletPlugin.py class NuitkaPluginEventlet (line 10) | class NuitkaPluginEventlet(NuitkaPluginBase): method isAlwaysEnabled (line 19) | def isAlwaysEnabled(): method getImplicitImports (line 22) | def getImplicitImports(self, module): method decideCompilation (line 38) | def decideCompilation(self, module_name): FILE: nuitka/plugins/standard/GeventPlugin.py class NuitkaPluginGevent (line 11) | class NuitkaPluginGevent(NuitkaPluginBase): method isAlwaysEnabled (line 20) | def isAlwaysEnabled(): method isRelevant (line 24) | def isRelevant(cls): method createPostModuleLoadCode (line 33) | def createPostModuleLoadCode(module): FILE: nuitka/plugins/standard/GiPlugin.py class NuitkaPluginGi (line 12) | class NuitkaPluginGi(NuitkaPluginBase): method isAlwaysEnabled (line 17) | def isAlwaysEnabled(): method createPreModuleLoadCode (line 24) | def createPreModuleLoadCode(module): method considerDataFiles (line 36) | def considerDataFiles(self, module): method getImplicitImports (line 61) | def getImplicitImports(module): method getExtraDlls (line 75) | def getExtraDlls(self, module): FILE: nuitka/plugins/standard/GlfwPlugin.py class NuitkaPluginGlfw (line 20) | class NuitkaPluginGlfw(NuitkaPluginBase): method isAlwaysEnabled (line 36) | def isAlwaysEnabled(): method isRelevant (line 40) | def isRelevant(cls): method getImplicitImports (line 48) | def getImplicitImports(self, module): method _getDLLFilename (line 87) | def _getDLLFilename(self): method getExtraDlls (line 96) | def getExtraDlls(self, module): method createPreModuleLoadCode (line 108) | def createPreModuleLoadCode(self, module): FILE: nuitka/plugins/standard/ImplicitImports.py class NuitkaPluginImplicitImports (line 24) | class NuitkaPluginImplicitImports(NuitkaPluginBase): method __init__ (line 31) | def __init__(self): method isAlwaysEnabled (line 37) | def isAlwaysEnabled(): method _resolveModulePattern (line 40) | def _resolveModulePattern(self, pattern): method _handleImplicitImportsConfig (line 88) | def _handleImplicitImportsConfig(self, module, config): method _getImportsByFullname (line 126) | def _getImportsByFullname(self, module, full_name): method getImplicitImports (line 274) | def getImplicitImports(self, module): method _getPackageExtraScanPaths (line 303) | def _getPackageExtraScanPaths(self, package_dir, config): method getPackageExtraScanPaths (line 318) | def getPackageExtraScanPaths(self, package_name, package_dir): method _getModuleSysPathAdditions (line 328) | def _getModuleSysPathAdditions(self, module_name, config): method getModuleSysPathAdditions (line 340) | def getModuleSysPathAdditions(self, module_name): method onModuleSourceCode (line 350) | def onModuleSourceCode(self, module_name, source_filename, source_code): method _addLazyLoader (line 470) | def _addLazyLoader(self, module_name, submodules, submodule_attrs): method _handleLazyLoad (line 504) | def _handleLazyLoad(self, module_name, source_filename): method createPreModuleLoadCode (line 535) | def createPreModuleLoadCode(self, module): method createPostModuleLoadCode (line 585) | def createPostModuleLoadCode(self, module): method decideCompilation (line 672) | def decideCompilation(self, module_name): method onModuleUsageLookAhead (line 682) | def onModuleUsageLookAhead( function makeExpressionImportModuleNameHardExistsAfterImportFactory (line 731) | def makeExpressionImportModuleNameHardExistsAfterImportFactory( function _lookAhead (line 752) | def _lookAhead(using_module_name, module_name): FILE: nuitka/plugins/standard/KivyPlugin.py class NuitkaPluginKivy (line 11) | class NuitkaPluginKivy(NuitkaPluginBase): method isAlwaysEnabled (line 18) | def isAlwaysEnabled(): method isRelevant (line 22) | def isRelevant(cls): method _getKivyInformation (line 30) | def _getKivyInformation(self): method getImplicitImports (line 65) | def getImplicitImports(self, module): method getExtraDlls (line 96) | def getExtraDlls(self, module): FILE: nuitka/plugins/standard/MatplotlibPlugin.py class NuitkaPluginMatplotlib (line 23) | class NuitkaPluginMatplotlib(NuitkaPluginBase): method isAlwaysEnabled (line 39) | def isAlwaysEnabled(): method isRelevant (line 45) | def isRelevant(cls): method _getMatplotlibInfo (line 53) | def _getMatplotlibInfo(self): method getImplicitImports (line 95) | def getImplicitImports(self, module): method considerDataFiles (line 107) | def considerDataFiles(self, module): method onModuleEncounter (line 167) | def onModuleEncounter( method createPreModuleLoadCode (line 188) | def createPreModuleLoadCode(self, module): method decideCompilation (line 222) | def decideCompilation(self, module_name): FILE: nuitka/plugins/standard/MultiprocessingPlugin.py class NuitkaPluginMultiprocessingWorkarounds (line 26) | class NuitkaPluginMultiprocessingWorkarounds(NuitkaPluginBase): method isRelevant (line 43) | def isRelevant(cls): method isAlwaysEnabled (line 47) | def isAlwaysEnabled(): method createPreModuleLoadCode (line 51) | def createPreModuleLoadCode(module): method createPostModuleLoadCode (line 79) | def createPostModuleLoadCode(module): method createFakeModuleDependency (line 111) | def createFakeModuleDependency(module): method onModuleEncounter (line 173) | def onModuleEncounter( method decideCompilation (line 181) | def decideCompilation(self, module_name): method getPreprocessorSymbols (line 189) | def getPreprocessorSymbols(): FILE: nuitka/plugins/standard/NumpyPlugin.py class NuitkaPluginNumpy (line 10) | class NuitkaPluginNumpy(NuitkaPluginBase): method isDeprecated (line 17) | def isDeprecated(cls): FILE: nuitka/plugins/standard/OptionsNannyPlugin.py class NuitkaPluginOptionsNanny (line 23) | class NuitkaPluginOptionsNanny(NuitkaPluginBase): method __init__ (line 30) | def __init__(self): method isAlwaysEnabled (line 34) | def isAlwaysEnabled(): method sysexitIllegalOptionValue (line 37) | def sysexitIllegalOptionValue(self, full_name, option, value): method _checkSupportedVersion (line 43) | def _checkSupportedVersion(self, full_name, support_info, description,... method _checkConsoleMode (line 79) | def _checkConsoleMode(self, full_name, console): method _checkMacOSBundleMode (line 110) | def _checkMacOSBundleMode(self, full_name, macos_bundle): method _checkMacOSBundleOnefileMode (line 126) | def _checkMacOSBundleOnefileMode(self, full_name, macos_bundle_as_onef... method getImplicitImports (line 143) | def getImplicitImports(self, module): FILE: nuitka/plugins/standard/PbrPlugin.py class NuitkaPluginPbrWorkarounds (line 14) | class NuitkaPluginPbrWorkarounds(NuitkaPluginBase): method isRelevant (line 22) | def isRelevant(cls): method isAlwaysEnabled (line 26) | def isAlwaysEnabled(): method createPreModuleLoadCode (line 30) | def createPreModuleLoadCode(module): FILE: nuitka/plugins/standard/PkgResourcesPlugin.py class NuitkaPluginResources (line 18) | class NuitkaPluginResources(NuitkaPluginBase): method __init__ (line 22) | def __init__(self): method isAlwaysEnabled (line 42) | def isAlwaysEnabled(): method _handleEasyInstallEntryScript (line 45) | def _handleEasyInstallEntryScript(self, dist, group, name): method onModuleSourceCode (line 82) | def onModuleSourceCode(self, module_name, source_filename, source_code): method createPostModuleLoadCode (line 97) | def createPostModuleLoadCode(self, module): FILE: nuitka/plugins/standard/PmwPlugin.py class NuitkaPluginPmw (line 59) | class NuitkaPluginPmw(NuitkaPluginBase): method __init__ (line 63) | def __init__(self, need_blt, need_color): method addPluginCommandLineOptions (line 68) | def addPluginCommandLineOptions(cls, group): method onModuleSourceCode (line 87) | def onModuleSourceCode(self, module_name, source_filename, source_code): method _packagePmw (line 95) | def _packagePmw(self, pmw_path): method _packagePmw2 (line 134) | def _packagePmw2(self, srcdir, version): class NuitkaPluginDetectorPmw (line 221) | class NuitkaPluginDetectorPmw(NuitkaPluginBase): method isRelevant (line 225) | def isRelevant(cls): method onModuleDiscovered (line 228) | def onModuleDiscovered(self, module): FILE: nuitka/plugins/standard/PySidePyQtPlugin.py class NuitkaPluginQtBindingsPluginBase (line 38) | class NuitkaPluginQtBindingsPluginBase(NuitkaPluginBase): method __init__ (line 50) | def __init__(self, include_qt_plugins, noinclude_qt_plugins, no_qt_tra... method addPluginCommandLineOptions (line 107) | def addPluginCommandLineOptions(cls, group): method _getQmlTargetDir (line 141) | def _getQmlTargetDir(self): method _isUsingMacOSFrameworks (line 145) | def _isUsingMacOSFrameworks(self): method _getWebEngineResourcesTargetDir (line 157) | def _getWebEngineResourcesTargetDir(self): method _getTranslationsTargetDir (line 174) | def _getTranslationsTargetDir(self): method _getWebEngineTargetDir (line 196) | def _getWebEngineTargetDir(): method _getSensiblePlugins (line 200) | def _getSensiblePlugins(self): method getQtPluginsSelected (line 228) | def getQtPluginsSelected(self): method hasQtPluginSelected (line 231) | def hasQtPluginSelected(self, plugin_name): method _getQtInformation (line 236) | def _getQtInformation(self): method _getBindingVersion (line 313) | def _getBindingVersion(self): method _getNuitkaPatchLevel (line 317) | def _getNuitkaPatchLevel(self): method _getTranslationsPath (line 321) | def _getTranslationsPath(self): method _getWebEngineResourcesPath (line 325) | def _getWebEngineResourcesPath(self): method _getWebEngineExecutablePath (line 335) | def _getWebEngineExecutablePath(self): method getQtPluginDirs (line 339) | def getQtPluginDirs(self): method _getQtBinDirs (line 364) | def _getQtBinDirs(self): method hasPluginFamily (line 376) | def hasPluginFamily(self, family): method _getQmlDirectory (line 382) | def _getQmlDirectory(self): method _getQmlFileList (line 391) | def _getQmlFileList(self, dlls): method _findQtPluginDLLs (line 424) | def _findQtPluginDLLs(self): method _getChildNamed (line 445) | def _getChildNamed(self, *child_names): method getImplicitImports (line 449) | def getImplicitImports(self, module): method createPostModuleLoadCode (line 597) | def createPostModuleLoadCode(self, module): method isQtWebEngineModule (line 651) | def isQtWebEngineModule(self, full_name): method createPreModuleLoadCode (line 657) | def createPreModuleLoadCode(self, module): method _handleWebEngineDataFiles (line 714) | def _handleWebEngineDataFiles(self): method _handleWebEngineDataFilesMacOSFrameworks (line 735) | def _handleWebEngineDataFilesMacOSFrameworks(self): method makeIncludedAppBundleFramework (line 779) | def makeIncludedAppBundleFramework( method _handleWebEngineDataFilesGeneric (line 801) | def _handleWebEngineDataFilesGeneric(self): method considerDataFiles (line 829) | def considerDataFiles(self, module): method _getExtraBinariesWebEngineGeneric (line 855) | def _getExtraBinariesWebEngineGeneric(self, full_name): method getQtPluginTargetPath (line 884) | def getQtPluginTargetPath(self): method isDefaultQtPluginTargetPath (line 890) | def isDefaultQtPluginTargetPath(self): method getExtraDlls (line 895) | def getExtraDlls(self, module): method _getExtraBinariesQtNetwork (line 993) | def _getExtraBinariesQtNetwork(self, full_name): method removeDllDependencies (line 1048) | def removeDllDependencies(self, dll_filename, dll_filenames): method onModuleEncounter (line 1076) | def onModuleEncounter( method onModuleCompleteSet (line 1116) | def onModuleCompleteSet(self, module_set): method onModuleSourceCode (line 1121) | def onModuleSourceCode(self, module_name, source_filename, source_code): method onDataFileTags (line 1136) | def onDataFileTags(self, included_datafile): class NuitkaPluginPyQt5QtPluginsPlugin (line 1148) | class NuitkaPluginPyQt5QtPluginsPlugin(NuitkaPluginQtBindingsPluginBase): method __init__ (line 1160) | def __init__(self, include_qt_plugins, noinclude_qt_plugins, no_qt_tra... method _getQtInformation (line 1176) | def _getQtInformation(self): method isRelevant (line 1211) | def isRelevant(cls): class NuitkaPluginDetectorPyQt5QtPluginsPlugin (line 1215) | class NuitkaPluginDetectorPyQt5QtPluginsPlugin(NuitkaPluginBase): method isRelevant (line 1219) | def isRelevant(cls): method onModuleDiscovered (line 1222) | def onModuleDiscovered(self, module): class NuitkaPluginPySide2Plugins (line 1233) | class NuitkaPluginPySide2Plugins(NuitkaPluginQtBindingsPluginBase): method __init__ (line 1245) | def __init__(self, include_qt_plugins, noinclude_qt_plugins, no_qt_tra... method onModuleEncounter (line 1267) | def onModuleEncounter( method createPostModuleLoadCode (line 1281) | def createPostModuleLoadCode(self, module): class NuitkaPluginDetectorPySide2Plugins (line 1381) | class NuitkaPluginDetectorPySide2Plugins(NuitkaPluginBase): method onModuleDiscovered (line 1384) | def onModuleDiscovered(self, module): class NuitkaPluginPySide6Plugins (line 1392) | class NuitkaPluginPySide6Plugins(NuitkaPluginQtBindingsPluginBase): method __init__ (line 1404) | def __init__(self, include_qt_plugins, noinclude_qt_plugins, no_qt_tra... class NuitkaPluginDetectorPySide6Plugins (line 1425) | class NuitkaPluginDetectorPySide6Plugins(NuitkaPluginBase): method onModuleDiscovered (line 1428) | def onModuleDiscovered(self, module): class NuitkaPluginPyQt6Plugins (line 1433) | class NuitkaPluginPyQt6Plugins(NuitkaPluginQtBindingsPluginBase): method __init__ (line 1445) | def __init__(self, include_qt_plugins, noinclude_qt_plugins, no_qt_tra... class NuitkaPluginNoQt (line 1459) | class NuitkaPluginNoQt(NuitkaPluginBase): method onModuleEncounter (line 1467) | def onModuleEncounter( FILE: nuitka/plugins/standard/PywebViewPlugin.py class NuitkaPluginPywebview (line 15) | class NuitkaPluginPywebview(NuitkaPluginBase): method isAlwaysEnabled (line 22) | def isAlwaysEnabled(): method isRelevant (line 26) | def isRelevant(cls): method onModuleEncounter (line 34) | def onModuleEncounter( FILE: nuitka/plugins/standard/TensorflowPlugin.py class NuitkaPluginTensorflow (line 10) | class NuitkaPluginTensorflow(NuitkaPluginBase): method isDeprecated (line 17) | def isDeprecated(cls): FILE: nuitka/plugins/standard/TkinterPlugin.py function _isTkInterModule (line 20) | def _isTkInterModule(module): function _getHomebrewPrefix (line 25) | def _getHomebrewPrefix(logger): class NuitkaPluginTkinter (line 36) | class NuitkaPluginTkinter(NuitkaPluginBase): method __init__ (line 66) | def __init__(self, tcl_library_dir, tk_library_dir): method isRelevant (line 85) | def isRelevant(cls): method createPreModuleLoadCode (line 94) | def createPreModuleLoadCode(module): method addPluginCommandLineOptions (line 118) | def addPluginCommandLineOptions(cls, group): method _getTkinterDnDPlatformDirectory (line 139) | def _getTkinterDnDPlatformDirectory(): method _considerDataFilesTkinterDnD (line 152) | def _considerDataFilesTkinterDnD(self, module): method _getTclCandidatePaths (line 166) | def _getTclCandidatePaths(self): method _getTkCandidatePaths (line 196) | def _getTkCandidatePaths(self): method considerDataFiles (line 223) | def considerDataFiles(self, module): method getExtraDlls (line 304) | def getExtraDlls(self, module): method onModuleCompleteSet (line 325) | def onModuleCompleteSet(self, module_set): class NuitkaPluginDetectorTkinter (line 336) | class NuitkaPluginDetectorTkinter(NuitkaPluginBase): method isRelevant (line 346) | def isRelevant(cls): method checkModuleSourceCode (line 354) | def checkModuleSourceCode(self, module_name, source_code): FILE: nuitka/plugins/standard/TorchPlugin.py class NuitkaPluginTorch (line 10) | class NuitkaPluginTorch(NuitkaPluginBase): method isDeprecated (line 17) | def isDeprecated(cls): FILE: nuitka/plugins/standard/TransformersPlugin.py class NuitkaPluginTransformers (line 11) | class NuitkaPluginTransformers(NuitkaPluginBase): method isAlwaysEnabled (line 17) | def isAlwaysEnabled(): method getImplicitImports (line 290) | def getImplicitImports(self, module): FILE: nuitka/plugins/standard/TrioPlugin.py class NuitkaPluginTrio (line 10) | class NuitkaPluginTrio(NuitkaPluginBase): method isDeprecated (line 15) | def isDeprecated(cls): FILE: nuitka/plugins/standard/UpxPlugin.py class NuitkaPluginUpx (line 17) | class NuitkaPluginUpx(NuitkaPluginBase): method __init__ (line 28) | def __init__(self, upx_path, upx_nocache): method addPluginCommandLineOptions (line 36) | def addPluginCommandLineOptions(cls, group): method _filterUpxError (line 55) | def _filterUpxError(stderr): method _compressFile (line 68) | def _compressFile(self, filename, use_cache): method _warnNoUpx (line 117) | def _warnNoUpx(self): method onCopiedDLL (line 124) | def onCopiedDLL(self, dll_filename): method onBootstrapBinary (line 134) | def onBootstrapBinary(self, filename): method onFinalResult (line 143) | def onFinalResult(self, filename): FILE: nuitka/reports/CompilationReportReader.py function parseCompilationReport (line 11) | def parseCompilationReport(filename): function extractModulesUsedByModule (line 15) | def extractModulesUsedByModule(compilation_report, module_name): function _getResolvedCompilationPath (line 41) | def _getResolvedCompilationPath(path, prefixes): function getCompilationOutputBinary (line 48) | def getCompilationOutputBinary(compilation_report, prefixes): FILE: nuitka/reports/Reports.py function _getReportInputData (line 72) | def _getReportInputData(aborted): function _getReportPathPrefixes (line 231) | def _getReportPathPrefixes(): function _getCompilationReportPath (line 251) | def _getCompilationReportPath(path): function _addModulesToReport (line 255) | def _addModulesToReport(root, report_input_data, diffable): function _addMemoryInfosToReport (line 395) | def _addMemoryInfosToReport(performance_xml_node, memory_infos, diffable): function _addUserDataToReport (line 409) | def _addUserDataToReport(root, user_data): function writeCompilationReport (line 425) | def writeCompilationReport(report_filename, report_input_data, diffable): function writeCompilationReportFromTemplate (line 692) | def writeCompilationReportFromTemplate( function _informAboutCrashReport (line 739) | def _informAboutCrashReport(): function writeCompilationReports (line 754) | def writeCompilationReports(aborted): FILE: nuitka/specs/BuiltinBytesOperationSpecs.py class BytesMethodSpecNoKeywords (line 24) | class BytesMethodSpecNoKeywords(BuiltinMethodParameterSpecNoKeywordsBase): class BytesMethodSpec (line 30) | class BytesMethodSpec(BuiltinMethodParameterSpecBase): FILE: nuitka/specs/BuiltinDictOperationSpecs.py class DictMethodSpec (line 20) | class DictMethodSpec(BuiltinMethodParameterSpecBase): FILE: nuitka/specs/BuiltinListOperationSpecs.py class ListMethodSpecNoKeywords (line 18) | class ListMethodSpecNoKeywords(BuiltinMethodParameterSpecNoKeywordsBase): class ListMethodSpec (line 24) | class ListMethodSpec(BuiltinMethodParameterSpecBase): FILE: nuitka/specs/BuiltinParameterSpecs.py class BuiltinParameterSpec (line 18) | class BuiltinParameterSpec(ParameterSpec): method __init__ (line 21) | def __init__( method __repr__ (line 50) | def __repr__(self): method getName (line 53) | def getName(self): method isCompileTimeComputable (line 56) | def isCompileTimeComputable(self, values): method isUserProvided (line 68) | def isUserProvided(values): method simulateCall (line 82) | def simulateCall(self, given_values): class BuiltinParameterSpecNoKeywords (line 145) | class BuiltinParameterSpecNoKeywords(BuiltinParameterSpec): method allowsKeywords (line 148) | def allowsKeywords(self): method simulateCall (line 151) | def simulateCall(self, given_values): class BuiltinParameterSpecExceptionsKwOnly (line 188) | class BuiltinParameterSpecExceptionsKwOnly(BuiltinParameterSpec): method __init__ (line 189) | def __init__(self, exception_name, kw_only_args): class BuiltinParameterSpecExceptions (line 200) | class BuiltinParameterSpecExceptions(BuiltinParameterSpec): method __init__ (line 201) | def __init__(self, exception_name): method allowsKeywords (line 210) | def allowsKeywords(self): method getKeywordRefusalText (line 213) | def getKeywordRefusalText(self): method getCallableName (line 216) | def getCallableName(self): function makeBuiltinExceptionParameterSpec (line 220) | def makeBuiltinExceptionParameterSpec(exception_name): class BuiltinParameterSpecPosArgs (line 240) | class BuiltinParameterSpecPosArgs(BuiltinParameterSpec): method __init__ (line 241) | def __init__( class BuiltinParameterSpecSinglePosArgStarDictArgs (line 313) | class BuiltinParameterSpecSinglePosArgStarDictArgs(BuiltinParameterSpec): method __init__ (line 314) | def __init__( class BuiltinBytearraySpec (line 455) | class BuiltinBytearraySpec(BuiltinParameterSpecPosArgs): method isCompileTimeComputable (line 456) | def isCompileTimeComputable(self, values): class BuiltinRangeSpec (line 540) | class BuiltinRangeSpec(BuiltinParameterSpecNoKeywords): method isCompileTimeComputable (line 541) | def isCompileTimeComputable(self, values): function extractBuiltinArgs (line 621) | def extractBuiltinArgs(node, builtin_spec, builtin_class, empty_special_... class BuiltinMethodParameterSpecBase (line 716) | class BuiltinMethodParameterSpecBase(BuiltinParameterSpec): method __init__ (line 719) | def __init__( class BuiltinMethodParameterSpecNoKeywordsBase (line 743) | class BuiltinMethodParameterSpecNoKeywordsBase(BuiltinParameterSpecNoKey... method __init__ (line 749) | def __init__( method getKeywordRefusalText (line 774) | def getKeywordRefusalText(self): method getKeywordRefusalText (line 803) | def getKeywordRefusalText(self): FILE: nuitka/specs/BuiltinStrOperationSpecs.py class StrMethodSpecNoKeywords (line 20) | class StrMethodSpecNoKeywords(BuiltinMethodParameterSpecNoKeywordsBase): class StrMethodSpec (line 26) | class StrMethodSpec(BuiltinMethodParameterSpecBase): FILE: nuitka/specs/BuiltinTypeOperationSpecs.py class TypeMethodSpec (line 9) | class TypeMethodSpec(BuiltinMethodParameterSpecBase): FILE: nuitka/specs/BuiltinUnicodeOperationSpecs.py class UnicodeMethodSpecNoKeywords (line 12) | class UnicodeMethodSpecNoKeywords(BuiltinMethodParameterSpecNoKeywordsBa... class UnicodeMethodSpec (line 18) | class UnicodeMethodSpec(BuiltinMethodParameterSpecBase): FILE: nuitka/specs/ParameterSpecs.py class TooManyArguments (line 27) | class TooManyArguments(Exception): method __init__ (line 28) | def __init__(self, real_exception): method getRealException (line 33) | def getRealException(self): class ParameterSpec (line 37) | class ParameterSpec(object): method __init__ (line 60) | def __init__( method makeClone (line 121) | def makeClone(self): method getDetails (line 133) | def getDetails(self): method checkParametersValid (line 149) | def checkParametersValid(self): method __repr__ (line 159) | def __repr__(self): method setOwner (line 177) | def setOwner(self, owner): method getDefaultCount (line 218) | def getDefaultCount(self): method hasDefaultParameters (line 221) | def hasDefaultParameters(self): method getTopLevelVariables (line 224) | def getTopLevelVariables(self): method getAllVariables (line 227) | def getAllVariables(self): method getParameterNames (line 240) | def getParameterNames(self): method getStarListArgumentName (line 253) | def getStarListArgumentName(self): method isStarListSingleArg (line 256) | def isStarListSingleArg(self): method getListStarArgVariable (line 259) | def getListStarArgVariable(self): method getStarDictArgumentName (line 262) | def getStarDictArgumentName(self): method getDictStarArgVariable (line 265) | def getDictStarArgVariable(self): method getKwOnlyVariables (line 268) | def getKwOnlyVariables(self): method allowsKeywords (line 271) | def allowsKeywords(self): method getKeywordRefusalText (line 275) | def getKeywordRefusalText(self): method getArgumentNames (line 278) | def getArgumentNames(self): method getArgumentCount (line 281) | def getArgumentCount(self): method getKwOnlyParameterNames (line 284) | def getKwOnlyParameterNames(self): method getKwOnlyParameterCount (line 287) | def getKwOnlyParameterCount(self): method getPosOnlyParameterCount (line 290) | def getPosOnlyParameterCount(self): method getTypeShape (line 293) | def getTypeShape(self): function matchCall (line 297) | def matchCall( FILE: nuitka/tools/Basics.py function goHome (line 12) | def goHome(): function getHomePath (line 20) | def getHomePath(): function setupPATH (line 24) | def setupPATH(): function addPYTHONPATH (line 37) | def addPYTHONPATH(path): FILE: nuitka/tools/data_composer/DataComposer.py function _encodeVariableLength (line 38) | def _encodeVariableLength(value): function scanConstFiles (line 54) | def scanConstFiles(build_dir): function _isAttributeName (line 71) | def _isAttributeName(value): function _writeConstantValue (line 80) | def _writeConstantValue(output, constant_value): function _writeConstantStream (line 303) | def _writeConstantStream(constants_reader): function _writeConstantsBlob (line 344) | def _writeConstantsBlob(output_filename, desc): function main (line 380) | def main(): FILE: nuitka/tools/environments/CreateEnvironment.py function createEnvironmentFromReport (line 19) | def createEnvironmentFromReport(environment_folder, report_filename): FILE: nuitka/tools/environments/Virtualenv.py class Virtualenv (line 27) | class Virtualenv(object): method __init__ (line 28) | def __init__(self, env_dir): method runCommand (line 31) | def runCommand(self, commands, env=None, style=None): method runCommandWithOutput (line 55) | def runCommandWithOutput(self, commands, style=None): method getVirtualenvDir (line 80) | def getVirtualenvDir(self): function withVirtualenv (line 85) | def withVirtualenv(env_name, base_dir=None, python=None, delete=True, st... FILE: nuitka/tools/general/dll_report/__main__.py function main (line 20) | def main(): FILE: nuitka/tools/general/find_module/FindModuleCode.py function findModuleCode (line 26) | def findModuleCode(module_name): function editModuleCode (line 32) | def editModuleCode(module_search_desc): FILE: nuitka/tools/onefile_compressor/OnefileCompressor.py function getCompressorLevel (line 33) | def getCompressorLevel(low_memory): function getCompressorFunction (line 37) | def getCompressorFunction(expect_compression, low_memory): function _attachOnefilePayloadFile (line 64) | def _attachOnefilePayloadFile( function _getCacheFilename (line 187) | def _getCacheFilename(binary_filename, low_memory): function attachOnefilePayload (line 209) | def attachOnefilePayload( function main (line 329) | def main(): FILE: nuitka/tools/podman/Podman.py function getPodmanExecutablePath (line 15) | def getPodmanExecutablePath(logger): FILE: nuitka/tools/podman/__main__.py function parseOptions (line 37) | def parseOptions(): function isPodman (line 153) | def isPodman(podman_path): function updateContainer (line 157) | def updateContainer(podman_path, container_tag_name, container_file_path... function getCppPath (line 213) | def getCppPath(): function _makeMountDesc (line 238) | def _makeMountDesc(options, src_path, dst_path, flags): function _checkIsolated (line 255) | def _checkIsolated(options, container_tag_name): function _checkContainerArgument (line 268) | def _checkContainerArgument(options, default_container_directory): function main (line 292) | def main(): FILE: nuitka/tools/profiler/__main__.py function _namelen (line 19) | def _namelen(e): function show (line 26) | def show(stats): function main (line 55) | def main(): FILE: nuitka/tools/quality/Git.py function _parseIndexDiffLine (line 27) | def _parseIndexDiffLine(line): function getStagedFileChangeDesc (line 64) | def getStagedFileChangeDesc(): function getModifiedPaths (line 77) | def getModifiedPaths(): function getRemoteURL (line 99) | def getRemoteURL(remote_name): function getCurrentBranchName (line 108) | def getCurrentBranchName(): function getUnPushedPaths (line 120) | def getUnPushedPaths(): function getFileHashContent (line 141) | def getFileHashContent(object_hash): function putFileHashContent (line 145) | def putFileHashContent(filename): function updateFileIndex (line 158) | def updateFileIndex(diff_entry, new_object_hash): function updateWorkingFile (line 170) | def updateWorkingFile(path, orig_object_hash, new_object_hash): FILE: nuitka/tools/quality/ScanSources.py function _addFromDirectory (line 15) | def _addFromDirectory(path, suffixes, ignore_list): function scanTargets (line 64) | def scanTargets(positional_args, suffixes, ignore_list=()): function isPythonFile (line 75) | def isPythonFile(filename, effective_filename=None): FILE: nuitka/tools/quality/apidoc/__main__.py function main (line 26) | def main(): FILE: nuitka/tools/quality/auto_format/AutoFormat.py function cleanupWindowsNewlines (line 77) | def cleanupWindowsNewlines(filename, effective_filename): function _cleanupTrailingWhitespace (line 108) | def _cleanupTrailingWhitespace(filename): function _getRequirementsContentsByLine (line 121) | def _getRequirementsContentsByLine(): function _getRequiredVersion (line 129) | def _getRequiredVersion(tool): function _checkRequiredVersion (line 137) | def _checkRequiredVersion(tool, tool_call): function _cleanupPyLintComments (line 193) | def _cleanupPyLintComments(filename, effective_filename): function _cleanupImportRelative (line 225) | def _cleanupImportRelative(filename, effective_filename): function _getPythonBinaryCall (line 252) | def _getPythonBinaryCall(binary_name): function _cleanupImportSortOrder (line 304) | def _cleanupImportSortOrder(filename, effective_filename): function _cleanupMarkdownFmt (line 352) | def _cleanupMarkdownFmt(filename): function _cleanupRstFmt (line 358) | def _cleanupRstFmt(filename, effective_filename): function _getClangFormatPath (line 426) | def _getClangFormatPath(trace): function _cleanupClangFormat (line 515) | def _cleanupClangFormat(filename, trace): function _cleanupPngImage (line 535) | def _cleanupPngImage(filename): function _cleanupJpegImage (line 544) | def _cleanupJpegImage(filename): function _shouldNotFormatCode (line 554) | def _shouldNotFormatCode(filename): function _transferBOM (line 589) | def _transferBOM(source_filename, target_filename): function autoFormatFile (line 603) | def autoFormatFile( function withFileOpenedAndAutoFormatted (line 838) | def withFileOpenedAndAutoFormatted(filename, ignore_errors=False): FILE: nuitka/tools/quality/auto_format/YamlFormatter.py function _initNuitkaPackageSchema (line 49) | def _initNuitkaPackageSchema(): function _decideStrFormat (line 98) | def _decideStrFormat(string_value): function _reorderDictionary (line 151) | def _reorderDictionary(entry, key_order): function _reorderDictionaryList (line 180) | def _reorderDictionaryList(entry_list, key_order): function deepCompareYamlFiles (line 192) | def deepCompareYamlFiles(path1, path2): function formatYaml (line 203) | def formatYaml(path, ignore_diff=False): FILE: nuitka/tools/quality/auto_format/__main__.py function main (line 19) | def main(): FILE: nuitka/tools/quality/codespell/__main__.py function runCodespell (line 32) | def runCodespell(filenames, verbose, write): function main (line 89) | def main(): FILE: nuitka/tools/quality/pylint/PyLint.py function checkVersion (line 20) | def checkVersion(): function getOptions (line 147) | def getOptions(): function _cleanupPylintOutput (line 212) | def _cleanupPylintOutput(output): function _executePylint (line 240) | def _executePylint(filenames, pylint_options, extra_options): function hasPyLintBugTrigger (line 279) | def hasPyLintBugTrigger(filename): function isSpecificPythonOnly (line 288) | def isSpecificPythonOnly(filename): function executePyLint (line 295) | def executePyLint(filenames, show_todo, verbose, one_by_one): FILE: nuitka/tools/quality/pylint/__main__.py function isIgnoredFile (line 22) | def isIgnoredFile(filename): function main (line 35) | def main(): FILE: nuitka/tools/quality/restlint/__main__.py function main (line 18) | def main(): FILE: nuitka/tools/quality/yamllint/YamlChecker.py function checkSchema (line 23) | def checkSchema(logger, document): function _isParsable (line 53) | def _isParsable(value): function _checkValues (line 62) | def _checkValues(logger, filename, module_name, section, value): function checkValues (line 141) | def checkValues(logger, filename): function checkYamllint (line 159) | def checkYamllint(logger, document): function checkOrUpdateChecksum (line 175) | def checkOrUpdateChecksum(filename, update, logger): function checkYamlSchema (line 198) | def checkYamlSchema(logger, filename, effective_filename, update): FILE: nuitka/tools/quality/yamllint/__main__.py function main (line 30) | def main(): FILE: nuitka/tools/release/Debian.py function _callDebchange (line 21) | def _callDebchange(*args): function _discardDebianChangelogLastEntry (line 33) | def _discardDebianChangelogLastEntry(): function updateDebianChangelog (line 56) | def updateDebianChangelog(old_version, new_version, distribution): function checkChangeLog (line 86) | def checkChangeLog(message): function shallNotIncludeInlineCopy (line 99) | def shallNotIncludeInlineCopy(codename): function cleanupTarfileForDebian (line 104) | def cleanupTarfileForDebian(codename, filename, new_name): function runPy2dsc (line 129) | def runPy2dsc(filename, new_name): FILE: nuitka/tools/release/Documentation.py function _optimizePNGs (line 21) | def _optimizePNGs(pngList): function makeLogoImages (line 26) | def makeLogoImages(): function checkRstLint (line 66) | def checkRstLint(document): function updateManPages (line 109) | def updateManPages(): function checkReleaseDocumentation (line 184) | def checkReleaseDocumentation(): FILE: nuitka/tools/release/Release.py function checkAtHome (line 20) | def checkAtHome(expected="Nuitka Staging"): function _getGitCommandOutput (line 35) | def _getGitCommandOutput(command): function getBranchName (line 50) | def getBranchName(): function getBranchRemoteName (line 59) | def getBranchRemoteName(): function getBranchRemoteUrl (line 64) | def getBranchRemoteUrl(): function getBranchRemoteIdentifier (line 69) | def getBranchRemoteIdentifier(): function checkBranchName (line 93) | def checkBranchName(): function getBranchCategory (line 109) | def getBranchCategory(branch_name): FILE: nuitka/tools/release/bump/__main__.py function getBumpedVersion (line 20) | def getBumpedVersion(mode, old_version): function main (line 64) | def main(): FILE: nuitka/tools/release/debian/__main__.py function parseArgs (line 31) | def parseArgs(): function fixupPermissionsInplace (line 60) | def fixupPermissionsInplace( function fixupPermissionsCopy (line 71) | def fixupPermissionsCopy(source_path, dest_path, ignore_filenames=()): function main (line 82) | def main(): FILE: nuitka/tools/release/debian_mentors/__main__.py function main (line 15) | def main(): FILE: nuitka/tools/release/osc_check/__main__.py function main (line 21) | def main(): FILE: nuitka/tools/release/osc_upload/__main__.py function main (line 19) | def main(): FILE: nuitka/tools/release/pypi/__main__.py function _checkNuitkaInVirtualenv (line 20) | def _checkNuitkaInVirtualenv(python): function main (line 46) | def main(): FILE: nuitka/tools/release/rpm/__main__.py function main (line 27) | def main(): FILE: nuitka/tools/release/sync_doc/__main__.py function main (line 14) | def main(): FILE: nuitka/tools/scanning/DisplayPackageDLLs.py function getPythonEntryPointExportedSymbolName (line 24) | def getPythonEntryPointExportedSymbolName(module_name): function isExtensionModule (line 33) | def isExtensionModule(module_filename): function displayDLLs (line 52) | def displayDLLs(module_name): FILE: nuitka/tools/scanning/DisplayPackageData.py function displayPackageData (line 18) | def displayPackageData(module_name): FILE: nuitka/tools/specialize/CTypeDescriptions.py class TypeDescBase (line 16) | class TypeDescBase(getMetaClassBase("Type", require_slots=False)): method __init__ (line 24) | def __init__(self): method __repr__ (line 29) | def __repr__(self): method getHelperCodeName (line 33) | def getHelperCodeName(cls): method getTypeName2 (line 37) | def getTypeName2(cls): method getTypeName3 (line 41) | def getTypeName3(cls): method getVariableDecl (line 45) | def getVariableDecl(cls, variable_name): method getTypeDecl (line 52) | def getTypeDecl(cls): method getCheckValueCode (line 56) | def getCheckValueCode(cls, operand): method getTypeValueExpression (line 60) | def getTypeValueExpression(cls, operand): method getTypeNameExpression (line 63) | def getTypeNameExpression(self, type_name): method getTypeValueVariableExpression (line 82) | def getTypeValueVariableExpression(self, type_name): method getNewStyleNumberTypeCheckExpression (line 89) | def getNewStyleNumberTypeCheckExpression(self, operand): method needsIndexConversion (line 93) | def needsIndexConversion(): method isKnownToNotCoerce (line 96) | def isKnownToNotCoerce(self, right): method getMostSpecificType (line 123) | def getMostSpecificType(self, right): method getLeastSpecificType (line 129) | def getLeastSpecificType(self, right): method hasOneOrBothType (line 136) | def hasOneOrBothType(cls, right, type_name): method mayBothHaveType (line 151) | def mayBothHaveType(cls, right, type_name): method getTypeCheckExactExpression (line 158) | def getTypeCheckExactExpression(cls, operand): method getIntCheckExpression (line 167) | def getIntCheckExpression(cls, operand): method getLongCheckExpression (line 176) | def getLongCheckExpression(cls, operand): method getStringCheckExpression (line 185) | def getStringCheckExpression(cls, operand): method getBytesCheckExpression (line 194) | def getBytesCheckExpression(cls, operand): method getUnicodeCheckExpression (line 203) | def getUnicodeCheckExpression(cls, operand): method getFloatCheckExpression (line 212) | def getFloatCheckExpression(cls, operand): method getListCheckExpression (line 221) | def getListCheckExpression(cls, operand): method getSequenceCheckExpression (line 229) | def getSequenceCheckExpression(self, operand, right): method getInstanceCheckCode (line 246) | def getInstanceCheckCode(self, operand): method getIndexCheckExpression (line 253) | def getIndexCheckExpression(self, operand): method getSaneTypeCheckCode (line 261) | def getSaneTypeCheckCode(self, operand): method getTypeIdenticalCheckExpression (line 274) | def getTypeIdenticalCheckExpression(self, other, type1, type2): method getTypeNonIdenticalCheckExpression (line 289) | def getTypeNonIdenticalCheckExpression(self, other, type1, type2): method getTypeSubTypeCheckExpression (line 304) | def getTypeSubTypeCheckExpression(self, other, type2, type1): method getRealSubTypeCheckCode (line 310) | def getRealSubTypeCheckCode(self, other, type2, type1): method hasSlot (line 321) | def hasSlot(self, slot): method hasPreferredSlot (line 325) | def hasPreferredSlot(right, slot): method _getSlotValueExpression (line 329) | def _getSlotValueExpression(self, operand, slot): method getSlotType (line 354) | def getSlotType(slot): method getSlotCallExpression (line 363) | def getSlotCallExpression(nb_slot, slot_var, operand1, operand2): method getSlotValueExpression (line 369) | def getSlotValueExpression(self, operand, slot): method getSlotValueCheckExpression (line 381) | def getSlotValueCheckExpression(self, operand, slot): method getNoSequenceSlotAccessTestCode (line 386) | def getNoSequenceSlotAccessTestCode(self, type_name): method getOperationErrorMessageName (line 390) | def getOperationErrorMessageName(operator): method getReturnUnorderableTypeErrorCode (line 400) | def getReturnUnorderableTypeErrorCode( method hasSameTypeOperationSpecializationCode (line 452) | def hasSameTypeOperationSpecializationCode(self, other, nb_slot, sq_sl... method hasSimilarTypeSpecializationCode (line 548) | def hasSimilarTypeSpecializationCode(self, other): method getSameTypeType (line 551) | def getSameTypeType(self, other): method isSimilarOrSameTypesAsOneOf (line 559) | def isSimilarOrSameTypesAsOneOf(self, *others): method hasTypeSpecializationCode (line 568) | def hasTypeSpecializationCode(self, other, nb_slot, sq_slot): method getTypeComparisonSpecializationHelper (line 583) | def getTypeComparisonSpecializationHelper( method getTypeComparisonSpecializationCode (line 627) | def getTypeComparisonSpecializationCode( method getTakeReferenceStatement (line 673) | def getTakeReferenceStatement(operand): method hasReferenceCounting (line 677) | def hasReferenceCounting(cls): method getReturnFromObjectExpressionCode (line 681) | def getReturnFromObjectExpressionCode( method getAssignFromObjectExpressionCode (line 697) | def getAssignFromObjectExpressionCode(cls, result, operand, take_ref=F... method _getReturnFromObjectExpressionCode (line 717) | def _getReturnFromObjectExpressionCode(cls, operand, take_ref): method getReturnFromLongExpressionCode (line 737) | def getReturnFromLongExpressionCode(cls, operand): method getAssignFromLongExpressionCode (line 748) | def getAssignFromLongExpressionCode(cls, result, operand): method getAssignFromBoolExpressionCode (line 765) | def getAssignFromBoolExpressionCode(cls, result, operand, give_ref): method getReturnFromFloatExpressionCode (line 782) | def getReturnFromFloatExpressionCode(cls, operand): method getAssignFromFloatExpressionCode (line 795) | def getAssignFromFloatExpressionCode(cls, result, operand): method getReturnFromFloatConstantCode (line 809) | def getReturnFromFloatConstantCode(cls, value): method getAssignFromFloatConstantCode (line 822) | def getAssignFromFloatConstantCode(cls, result, value): method getReturnFromIntConstantCode (line 844) | def getReturnFromIntConstantCode(cls, value): method getAssignFromIntConstantCode (line 857) | def getAssignFromIntConstantCode(cls, result, value): method getAssignFromLongConstantCode (line 871) | def getAssignFromLongConstantCode(cls, result, value): method getAssignConversionCode (line 903) | def getAssignConversionCode(cls, result, left, value): class ConcreteTypeBase (line 941) | class ConcreteTypeBase(TypeDescBase): method _getSlotValueExpression (line 944) | def _getSlotValueExpression(self, operand, slot): method getCheckValueCode (line 954) | def getCheckValueCode(self, operand): method getTypeValueExpression (line 963) | def getTypeValueExpression(self, operand): method getTakeReferenceStatement (line 967) | def getTakeReferenceStatement(operand): class ConcreteNonSequenceTypeBase (line 971) | class ConcreteNonSequenceTypeBase(ConcreteTypeBase): method getNoSequenceSlotAccessTestCode (line 976) | def getNoSequenceSlotAccessTestCode(self, type_name): class ConcreteSequenceTypeBase (line 981) | class ConcreteSequenceTypeBase(ConcreteTypeBase): method getNoSequenceSlotAccessTestCode (line 986) | def getNoSequenceSlotAccessTestCode(self, type_name): class IntDesc (line 991) | class IntDesc(ConcreteNonSequenceTypeBase): method getTypeValueExpression (line 998) | def getTypeValueExpression(cls, operand): method getNewStyleNumberTypeCheckExpression (line 1002) | def getNewStyleNumberTypeCheckExpression(cls, operand): method hasSlot (line 1005) | def hasSlot(self, slot): method needsIndexConversion (line 1020) | def needsIndexConversion(): method getAsLongValueExpression (line 1024) | def getAsLongValueExpression(operand): method getAsObjectValueExpression (line 1028) | def getAsObjectValueExpression(operand): method releaseAsObjectValueStatement (line 1032) | def releaseAsObjectValueStatement(operand): class StrDesc (line 1040) | class StrDesc(ConcreteSequenceTypeBase): method getTypeValueExpression (line 1047) | def getTypeValueExpression(cls, operand): method getNewStyleNumberTypeCheckExpression (line 1051) | def getNewStyleNumberTypeCheckExpression(cls, operand): method hasSlot (line 1054) | def hasSlot(self, slot): method hasPreferredSlot (line 1066) | def hasPreferredSlot(self, right, slot): class UnicodeDesc (line 1076) | class UnicodeDesc(ConcreteSequenceTypeBase): method getTypeName3 (line 1081) | def getTypeName3(cls): method getTypeValueExpression (line 1085) | def getTypeValueExpression(cls, operand): method getCheckValueCode (line 1089) | def getCheckValueCode(cls, operand): method getNewStyleNumberTypeCheckExpression (line 1097) | def getNewStyleNumberTypeCheckExpression(cls, operand): method hasSlot (line 1100) | def hasSlot(self, slot): method hasPreferredSlot (line 1112) | def hasPreferredSlot(self, right, slot): class FloatDesc (line 1126) | class FloatDesc(ConcreteNonSequenceTypeBase): method getTypeValueExpression (line 1131) | def getTypeValueExpression(cls, operand): method getAsDoubleValueExpression (line 1135) | def getAsDoubleValueExpression(operand): method hasSlot (line 1138) | def hasSlot(self, slot): method getNewStyleNumberTypeCheckExpression (line 1153) | def getNewStyleNumberTypeCheckExpression(cls, operand): method hasPreferredSlot (line 1156) | def hasPreferredSlot(self, right, slot): class TupleDesc (line 1166) | class TupleDesc(ConcreteSequenceTypeBase): method getTypeValueExpression (line 1171) | def getTypeValueExpression(cls, operand): method hasSlot (line 1174) | def hasSlot(self, slot): method getNewStyleNumberTypeCheckExpression (line 1187) | def getNewStyleNumberTypeCheckExpression(cls, operand): method hasPreferredSlot (line 1190) | def hasPreferredSlot(self, right, slot): class ListDesc (line 1200) | class ListDesc(ConcreteSequenceTypeBase): method getTypeValueExpression (line 1205) | def getTypeValueExpression(cls, operand): method hasSlot (line 1208) | def hasSlot(self, slot): method getNewStyleNumberTypeCheckExpression (line 1221) | def getNewStyleNumberTypeCheckExpression(cls, operand): method hasPreferredSlot (line 1224) | def hasPreferredSlot(self, right, slot): class SetDesc (line 1234) | class SetDesc(ConcreteSequenceTypeBase): method getTypeValueExpression (line 1239) | def getTypeValueExpression(cls, operand): method hasSlot (line 1242) | def hasSlot(self, slot): method getNewStyleNumberTypeCheckExpression (line 1258) | def getNewStyleNumberTypeCheckExpression(cls, operand): class DictDesc (line 1265) | class DictDesc(ConcreteSequenceTypeBase): method getTypeValueExpression (line 1270) | def getTypeValueExpression(cls, operand): method hasSlot (line 1273) | def hasSlot(self, slot): method getNewStyleNumberTypeCheckExpression (line 1282) | def getNewStyleNumberTypeCheckExpression(cls, operand): class BytesDesc (line 1289) | class BytesDesc(ConcreteSequenceTypeBase): method getTypeValueExpression (line 1296) | def getTypeValueExpression(cls, operand): method hasSlot (line 1299) | def hasSlot(self, slot): method getNewStyleNumberTypeCheckExpression (line 1312) | def getNewStyleNumberTypeCheckExpression(cls, operand): method hasPreferredSlot (line 1315) | def hasPreferredSlot(self, right, slot): class LongDesc (line 1325) | class LongDesc(ConcreteNonSequenceTypeBase): method getTypeName3 (line 1330) | def getTypeName3(cls): method getTypeValueExpression (line 1334) | def getTypeValueExpression(cls, operand): method hasSlot (line 1337) | def hasSlot(self, slot): method getSlotValueExpression (line 1354) | def getSlotValueExpression(self, operand, slot): method getNewStyleNumberTypeCheckExpression (line 1364) | def getNewStyleNumberTypeCheckExpression(cls, operand): method needsIndexConversion (line 1368) | def needsIndexConversion(): method hasPreferredSlot (line 1371) | def hasPreferredSlot(self, right, slot): method getLongValueSizeExpression (line 1378) | def getLongValueSizeExpression(operand): method getLongValueIsNegativeTestExpression (line 1382) | def getLongValueIsNegativeTestExpression(operand): method getLongValueDigitCountExpression (line 1386) | def getLongValueDigitCountExpression(operand): method getLongValueDigitExpression (line 1390) | def getLongValueDigitExpression(operand, index): method getLongValueDigitsPointerExpression (line 1394) | def getLongValueDigitsPointerExpression(operand): method getLongValueMediumValueExpression (line 1398) | def getLongValueMediumValueExpression(operand): class ObjectDesc (line 1405) | class ObjectDesc(TypeDescBase): method hasSlot (line 1410) | def hasSlot(self, slot): method getIndexCheckExpression (line 1414) | def getIndexCheckExpression(self, operand): method getNewStyleNumberTypeCheckExpression (line 1417) | def getNewStyleNumberTypeCheckExpression(self, operand): method getSlotValueExpression (line 1420) | def getSlotValueExpression(self, operand, slot): method getSlotValueCheckExpression (line 1424) | def getSlotValueCheckExpression(self, operand, slot): method getToValueFromBoolExpression (line 1428) | def getToValueFromBoolExpression(operand): method getToValueFromObjectExpression (line 1432) | def getToValueFromObjectExpression(operand): method getExceptionResultIndicatorValue (line 1436) | def getExceptionResultIndicatorValue(): method getNoSequenceSlotAccessTestCode (line 1439) | def getNoSequenceSlotAccessTestCode(self, type_name): class ConcreteCTypeBase (line 1446) | class ConcreteCTypeBase(TypeDescBase): method hasSlot (line 1449) | def hasSlot(self, slot): method getNoSequenceSlotAccessTestCode (line 1452) | def getNoSequenceSlotAccessTestCode(self, type_name): method getNewStyleNumberTypeCheckExpression (line 1455) | def getNewStyleNumberTypeCheckExpression(self, operand): method hasReferenceCounting (line 1460) | def hasReferenceCounting(cls): method hasPreferredSlot (line 1464) | def hasPreferredSlot(right, slot): class CLongDesc (line 1468) | class CLongDesc(ConcreteCTypeBase): method getCheckValueCode (line 1474) | def getCheckValueCode(cls, operand): method getTypeValueExpression (line 1478) | def getTypeValueExpression(cls, operand): method getNewStyleNumberTypeCheckExpression (line 1482) | def getNewStyleNumberTypeCheckExpression(cls, operand): method getAsLongValueExpression (line 1486) | def getAsLongValueExpression(operand): method getAsObjectValueExpression (line 1490) | def getAsObjectValueExpression(operand): method releaseAsObjectValueStatement (line 1494) | def releaseAsObjectValueStatement(operand): method getLongValueSizeExpression (line 1498) | def getLongValueSizeExpression(operand): method getLongValueIsNegativeTestExpression (line 1502) | def getLongValueIsNegativeTestExpression(operand): method getLongValueDigitCountExpression (line 1506) | def getLongValueDigitCountExpression(operand): method getLongValueDigitExpression (line 1510) | def getLongValueDigitExpression(operand, index): method getLongValueDigitsPointerExpression (line 1514) | def getLongValueDigitsPointerExpression(operand): method getLongValueMediumValueExpression (line 1518) | def getLongValueMediumValueExpression(operand): class CDigitDesc (line 1526) | class CDigitDesc(CLongDesc): method getCheckValueCode (line 1532) | def getCheckValueCode(cls, operand): method getAsLongValueExpression (line 1536) | def getAsLongValueExpression(operand): method getLongValueDigitCountExpression (line 1540) | def getLongValueDigitCountExpression(operand): method getLongValueSizeExpression (line 1545) | def getLongValueSizeExpression(operand): method getLongValueIsNegativeTestExpression (line 1552) | def getLongValueIsNegativeTestExpression(operand): method getLongValueDigitExpression (line 1556) | def getLongValueDigitExpression(operand, index): method getLongValueDigitsPointerExpression (line 1560) | def getLongValueDigitsPointerExpression(operand): class CBoolDesc (line 1567) | class CBoolDesc(ConcreteCTypeBase): method getCheckValueCode (line 1573) | def getCheckValueCode(cls, operand): method getTypeValueExpression (line 1577) | def getTypeValueExpression(cls, operand): method getNewStyleNumberTypeCheckExpression (line 1581) | def getNewStyleNumberTypeCheckExpression(cls, operand): method getAsLongValueExpression (line 1585) | def getAsLongValueExpression(operand): method getAsObjectValueExpression (line 1589) | def getAsObjectValueExpression(operand): method getToValueFromBoolExpression (line 1593) | def getToValueFromBoolExpression(operand): method getToValueFromObjectExpression (line 1597) | def getToValueFromObjectExpression(operand): method getTakeReferenceStatement (line 1601) | def getTakeReferenceStatement(operand): method getExceptionResultIndicatorValue (line 1605) | def getExceptionResultIndicatorValue(): class NBoolDesc (line 1612) | class NBoolDesc(ConcreteCTypeBase): method getCheckValueCode (line 1618) | def getCheckValueCode(cls, operand): method getTypeValueExpression (line 1622) | def getTypeValueExpression(cls, operand): method getNewStyleNumberTypeCheckExpression (line 1626) | def getNewStyleNumberTypeCheckExpression(cls, operand): method getAsLongValueExpression (line 1630) | def getAsLongValueExpression(operand): method getAsObjectValueExpression (line 1634) | def getAsObjectValueExpression(operand): method getToValueFromBoolExpression (line 1638) | def getToValueFromBoolExpression(operand): method getToValueFromObjectExpression (line 1642) | def getToValueFromObjectExpression(cls, operand): method getTakeReferenceStatement (line 1647) | def getTakeReferenceStatement(operand): method getExceptionResultIndicatorValue (line 1651) | def getExceptionResultIndicatorValue(): class NVoidDesc (line 1658) | class NVoidDesc(ConcreteCTypeBase): method getCheckValueCode (line 1664) | def getCheckValueCode(cls, operand): method getTypeValueExpression (line 1668) | def getTypeValueExpression(cls, operand): method getNewStyleNumberTypeCheckExpression (line 1672) | def getNewStyleNumberTypeCheckExpression(cls, operand): method getAsLongValueExpression (line 1676) | def getAsLongValueExpression(operand): method getAsObjectValueExpression (line 1682) | def getAsObjectValueExpression(operand): method getToValueFromBoolExpression (line 1688) | def getToValueFromBoolExpression(operand): method getToValueFromObjectExpression (line 1693) | def getToValueFromObjectExpression(cls, operand): method getTakeReferenceStatement (line 1698) | def getTakeReferenceStatement(operand): method getExceptionResultIndicatorValue (line 1702) | def getExceptionResultIndicatorValue(): class CFloatDesc (line 1709) | class CFloatDesc(ConcreteCTypeBase): method getCheckValueCode (line 1715) | def getCheckValueCode(cls, operand): method getTypeValueExpression (line 1719) | def getTypeValueExpression(cls, operand): method getNewStyleNumberTypeCheckExpression (line 1723) | def getNewStyleNumberTypeCheckExpression(cls, operand): method getAsLongValueExpression (line 1727) | def getAsLongValueExpression(operand): method getAsDoubleValueExpression (line 1731) | def getAsDoubleValueExpression(operand): method getAsObjectValueExpression (line 1735) | def getAsObjectValueExpression(operand): method releaseAsObjectValueStatement (line 1739) | def releaseAsObjectValueStatement(operand): function _addRelatedTypes (line 1749) | def _addRelatedTypes(type_desc_1, type_desc_2): FILE: nuitka/tools/specialize/Common.py function writeLine (line 12) | def writeLine(output, *args): function getMethodVariations (line 280) | def getMethodVariations(spec_module, shape_name, method_name, must_exist... function getSpecs (line 329) | def getSpecs(spec_module): function formatArgs (line 335) | def formatArgs(args, starting=True, finishing=True, quoted=False): function check (line 350) | def check(): FILE: nuitka/tools/specialize/SpecializeC.py function getDoExtensionUsingTemplateC (line 92) | def getDoExtensionUsingTemplateC(template_name): class AlternativeTypeBase (line 101) | class AlternativeTypeBase(object): class AlternativeIntOrClong (line 106) | class AlternativeIntOrClong(AlternativeTypeBase): function findTypeFromCodeName (line 131) | def findTypeFromCodeName(code_name): function makeCompareSlotCode (line 150) | def makeCompareSlotCode(operator, op_code, target, left, right, emit): function makeMulRepeatCode (line 211) | def makeMulRepeatCode(target, left, right, emit): function _getNbSlotFromOperand (line 225) | def _getNbSlotFromOperand(operand, op_code): function _getNbInplaceSlotFromOperand (line 263) | def _getNbInplaceSlotFromOperand(operand, op_code): function _parseTypesFromHelper (line 271) | def _parseTypesFromHelper(helper_name): function _parseRequirements (line 289) | def _parseRequirements(op_code, target, left, right, emit): function makeHelperOperations (line 313) | def makeHelperOperations( function makeHelperComparisons (line 391) | def makeHelperComparisons( function emitGenerationWarning (line 491) | def emitGenerationWarning(emit, template_name): function emitIDE (line 498) | def emitIDE(emit): function makeHelpersComparisonOperation (line 509) | def makeHelpersComparisonOperation(operand, op_code): function makeHelpersBinaryOperation (line 550) | def makeHelpersBinaryOperation(operand, op_code): function makeHelpersInplaceOperation (line 596) | def makeHelpersInplaceOperation(operand, op_code): function makeHelpersImportHard (line 642) | def makeHelpersImportHard(): function makeHelperImportModuleHard (line 675) | def makeHelperImportModuleHard(template, module_name, emit_h, emit_c, em... function makeHelperCalls (line 718) | def makeHelperCalls(): function makeHelperLists (line 799) | def makeHelperLists(): function _makeHelperBuiltinTypeAttributes (line 844) | def _makeHelperBuiltinTypeAttributes( function makeDictCopyHelperCodes (line 1079) | def makeDictCopyHelperCodes(): function _getCheckForShape (line 1098) | def _getCheckForShape(shape): function makeHelperBuiltinTypeMethods (line 1123) | def makeHelperBuiltinTypeMethods(): function main (line 1257) | def main(): FILE: nuitka/tools/specialize/SpecializePython.py function _getMixinForShape (line 100) | def _getMixinForShape(shape): function processTypeShapeAttribute (line 123) | def processTypeShapeAttribute( function emitGenerationWarning (line 252) | def emitGenerationWarning(emit, doc_string, template_name): function formatCallArgs (line 299) | def formatCallArgs(operation_node_arg_mapping, args, starting=True): function _getPython3OperationName (line 325) | def _getPython3OperationName(attribute_name): function makeAttributeNodes (line 337) | def makeAttributeNodes(): function makeBuiltinOperationNodes (line 399) | def makeBuiltinOperationNodes(): function adaptModuleName (line 445) | def adaptModuleName(value): function makeTitleCased (line 455) | def makeTitleCased(value): function makeCodeCased (line 459) | def makeCodeCased(value): function getCallModuleName (line 463) | def getCallModuleName(module_name, function_name): function translateNodeClassName (line 487) | def translateNodeClassName(node_class_name): function makeMixinName (line 491) | def makeMixinName( function addChildrenMixin (line 565) | def addChildrenMixin( function _parseNamedChildrenSpec (line 614) | def _parseNamedChildrenSpec(named_children): function _addFromNode (line 662) | def _addFromNode(node_class): function addFromNodes (line 720) | def addFromNodes(): function makeChildrenHavingMixinNodes (line 746) | def makeChildrenHavingMixinNodes(): function getSpecVersions (line 927) | def getSpecVersions(spec_module): function makeHardImportNodes (line 964) | def makeHardImportNodes(): function main (line 1099) | def main(): FILE: nuitka/tools/testing/Common.py function check_result (line 59) | def check_result(*popenargs, **kwargs): function goMainDir (line 76) | def goMainDir(): function getStartDir (line 84) | def getStartDir(): function _parsePythonVersionOutput (line 95) | def _parsePythonVersionOutput(python_binary): function setup (line 137) | def setup(suite="", needs_io_encoding=False, silent=False, go_main=True): function getPythonArch (line 182) | def getPythonArch(): function getPythonVendor (line 186) | def getPythonVendor(): function getPythonVersionString (line 190) | def getPythonVersionString(): function getTempDir (line 197) | def getTempDir(): function convertUsing2to3 (line 219) | def convertUsing2to3(path, force=False): function decideFilenameVersionSkip (line 274) | def decideFilenameVersionSkip(filename): function decideNeeds2to3 (line 355) | def decideNeeds2to3(filename): function _removeCPythonTestSuiteDir (line 359) | def _removeCPythonTestSuiteDir(): function compareWithCPython (line 378) | def compareWithCPython( function checkCompilesNotWithCPython (line 445) | def checkCompilesNotWithCPython(dirname, filename, search_mode): function checkSucceedsWithCPython (line 462) | def checkSucceedsWithCPython(filename): function getDebugPython (line 470) | def getDebugPython(): function displayRuntimeTraces (line 503) | def displayRuntimeTraces(logger, path): function hasModule (line 523) | def hasModule(module_name): function cleanObjRefCntMaps (line 537) | def cleanObjRefCntMaps(): function snapObjRefCntMap (line 549) | def snapObjRefCntMap(before): function disablePrinting (line 593) | def disablePrinting(): function reenablePrinting (line 602) | def reenablePrinting(): function getTotalReferenceCount (line 614) | def getTotalReferenceCount(): function checkReferenceCount (line 642) | def checkReferenceCount(checked_function, max_rounds=20, explain=False): function createSearchMode (line 724) | def createSearchMode(): function reportSkip (line 816) | def reportSkip(reason, dirname, filename): function executeReferenceChecked (line 823) | def executeReferenceChecked( function addToPythonPath (line 868) | def addToPythonPath(python_path, in_front=False): function withPythonPathChange (line 885) | def withPythonPathChange(python_path): function addExtendedExtraOptions (line 912) | def addExtendedExtraOptions(*args): function withExtendedExtraOptions (line 929) | def withExtendedExtraOptions(*args): function indentedCode (line 942) | def indentedCode(codes, count): function convertToPython (line 948) | def convertToPython(doctests, line_filter=None): function compileLibraryPath (line 1075) | def compileLibraryPath(search_mode, path, stage_dir, decide, action): function compileLibraryTest (line 1100) | def compileLibraryTest(search_mode, stage_dir, decide, action): function run_async (line 1126) | def run_async(coro): function async_iterate (line 1140) | def async_iterate(g): function getTestingCacheDir (line 1167) | def getTestingCacheDir(): function getTestingCPythonOutputsCacheDir (line 1173) | def getTestingCPythonOutputsCacheDir(): function scanDirectoryForTestCases (line 1182) | def scanDirectoryForTestCases(dirname, template_context=None): function scanDirectoryForTestCaseFolders (line 1220) | def scanDirectoryForTestCaseFolders(dirname): function setupCacheHashSalt (line 1242) | def setupCacheHashSalt(test_code_path): function displayFolderContents (line 1269) | def displayFolderContents(name, path): function displayFileContents (line 1283) | def displayFileContents(name, path): function someGenerator (line 1293) | def someGenerator(): function someGeneratorRaising (line 1299) | def someGeneratorRaising(): function checkTestRequirements (line 1309) | def checkTestRequirements(filename): class DelayedExecutionThread (line 1345) | class DelayedExecutionThread(threading.Thread): method __init__ (line 1346) | def __init__(self, timeout, func): method run (line 1352) | def run(self): function executeAfterTimePassed (line 1357) | def executeAfterTimePassed(message, timeout, func): function killProcessGroup (line 1364) | def killProcessGroup(process_name, pid): function checkLoadedFileAccesses (line 1378) | def checkLoadedFileAccesses(loaded_filenames, current_dir): function getMainProgramFilename (line 1804) | def getMainProgramFilename(filename): function getInstalledPythonVersion (line 1824) | def getInstalledPythonVersion(python_version, must_exist): function getPythonSysPath (line 1841) | def getPythonSysPath(): function getLocalWebServerUrl (line 1866) | def getLocalWebServerUrl(): function getLocalWebServerDir (line 1870) | def getLocalWebServerDir(base_dir): function traceExecutedCommand (line 1916) | def traceExecutedCommand(description, command): function extractNuitkaVersionFromFilePath (line 1920) | def extractNuitkaVersionFromFilePath(version_filename): FILE: nuitka/tools/testing/Constructs.py function generateConstructCases (line 9) | def generateConstructCases(construct_source_code): FILE: nuitka/tools/testing/OutputComparison.py function traceback_re_callback (line 35) | def traceback_re_callback(match): function import_re_callback (line 48) | def import_re_callback(match): function makeDiffable (line 68) | def makeDiffable(output, ignore_warnings, syntax_errors): function compareOutput (line 256) | def compareOutput( FILE: nuitka/tools/testing/Pythons.py function findAllPythons (line 11) | def findAllPythons(): function executeWithInstalledPython (line 17) | def executeWithInstalledPython(python, args): FILE: nuitka/tools/testing/RuntimeTracing.py function _getRuntimeTraceOfLoadedFilesWin32 (line 30) | def _getRuntimeTraceOfLoadedFilesWin32(logger, command, required): function _takeSystemCallTraceOutput (line 74) | def _takeSystemCallTraceOutput(logger, path, command): function _getRuntimeTraceOfLoadedFilesDtruss (line 136) | def _getRuntimeTraceOfLoadedFilesDtruss(logger, command): function _getRuntimeTraceOfLoadedFilesStrace (line 155) | def _getRuntimeTraceOfLoadedFilesStrace(logger, command): function doesSupportTakingRuntimeTrace (line 178) | def doesSupportTakingRuntimeTrace(): function getRuntimeTraceOfLoadedFiles (line 205) | def getRuntimeTraceOfLoadedFiles(logger, command, required=False): function main (line 235) | def main(): FILE: nuitka/tools/testing/SearchModes.py class SearchModeBase (line 21) | class SearchModeBase(object): method __init__ (line 22) | def __init__(self): method consider (line 25) | def consider(self, dirname, filename): method finish (line 29) | def finish(self): method abortOnFinding (line 32) | def abortOnFinding(self, dirname, filename): method getExtraFlags (line 39) | def getExtraFlags(self, dirname, filename): method mayFailFor (line 43) | def mayFailFor(self, *names): method _match (line 47) | def _match(cls, dirname, filename, candidate): method exit (line 73) | def exit(self, message): method isCoverage (line 77) | def isCoverage(self): method onErrorDetected (line 81) | def onErrorDetected(self, message): class SearchModeImmediate (line 85) | class SearchModeImmediate(SearchModeBase): class SearchModeByPattern (line 89) | class SearchModeByPattern(SearchModeBase): method __init__ (line 90) | def __init__(self, start_at): method consider (line 96) | def consider(self, dirname, filename): method finish (line 106) | def finish(self): class SearchModeResume (line 111) | class SearchModeResume(SearchModeBase): method __init__ (line 112) | def __init__(self, tests_path): method consider (line 138) | def consider(self, dirname, filename): method finish (line 157) | def finish(self): class SearchModeCoverage (line 163) | class SearchModeCoverage(SearchModeByPattern): method getExtraFlags (line 164) | def getExtraFlags(self, dirname, filename): method isCoverage (line 167) | def isCoverage(self): class SearchModeOnly (line 171) | class SearchModeOnly(SearchModeByPattern): method __init__ (line 172) | def __init__(self, start_at): method consider (line 177) | def consider(self, dirname, filename): FILE: nuitka/tools/testing/Valgrind.py function runValgrind (line 22) | def runValgrind(descr, tool, args, include_startup, save_logfilename=None): function getBinarySizes (line 82) | def getBinarySizes(filename): FILE: nuitka/tools/testing/check_reference_counts/__main__.py function main (line 20) | def main(): FILE: nuitka/tools/testing/compare_with_cpython/__main__.py function displayOutput (line 42) | def displayOutput(stdout, stderr): function checkNoPermissionError (line 52) | def checkNoPermissionError(output): function _getCPythonResults (line 77) | def _getCPythonResults(cpython_cmd, send_kill): function getCPythonResults (line 114) | def getCPythonResults(cpython_cmd, cpython_cached, force_update, send_ki... function main (line 179) | def main(): FILE: nuitka/tools/testing/find_sxs_modules/__main__.py function decide (line 22) | def decide(root, filename): function action (line 30) | def action(stage_dir, root, path): function main (line 38) | def main(): FILE: nuitka/tools/testing/measure_construct_performance/__main__.py function _setPythonPath (line 39) | def _setPythonPath(case_name): function main (line 44) | def main(): FILE: nuitka/tools/testing/run_nuitka_tests/__main__.py function parseOptions (line 35) | def parseOptions(): function publishCoverageData (line 483) | def publishCoverageData(): function main (line 534) | def main(): FILE: nuitka/tools/watch/GitHub.py function checkInNuitkaWatch (line 18) | def checkInNuitkaWatch(): function createNuitkaWatchPR (line 29) | def createNuitkaWatchPR(category, description): FILE: nuitka/tools/watch/__main__.py function _compareNuitkaVersions (line 46) | def _compareNuitkaVersions(version_a, version_b, consider_rc): function scanCases (line 54) | def scanCases(path): function selectPythons (line 66) | def selectPythons(python_version_req, anaconda, msys2_mingw64): function selectOS (line 88) | def selectOS(os_values): function getPlatformRequirements (line 116) | def getPlatformRequirements(installed_python, case_data): function _updatePipenvFile (line 146) | def _updatePipenvFile(installed_python, case_data, dry_run, result_path): function _updatePacmanFile (line 193) | def _updatePacmanFile(installed_python, case_data, dry_run, result_path): function _updatePipenvLockFile (line 222) | def _updatePipenvLockFile( function _updatePacmanLockFile (line 279) | def _updatePacmanLockFile(): function _compileCase (line 296) | def _compileCase(case_data, case_dir, installed_python, lock_filename): function _updateCase (line 356) | def _updateCase( function updateCase (line 467) | def updateCase(case_dir, case_data, dry_run, no_pipenv_update, nuitka_up... function updateCases (line 509) | def updateCases(case_dir, dry_run, no_pipenv_update, nuitka_update_mode): function main (line 526) | def main(): FILE: nuitka/tree/Building.py function buildVariableReferenceNode (line 221) | def buildVariableReferenceNode(provider, node, source_ref): function buildVariableReferenceNode (line 236) | def buildVariableReferenceNode(provider, node, source_ref): function buildNamedConstantNode (line 246) | def buildNamedConstantNode(node, source_ref): function buildConditionNode (line 252) | def buildConditionNode(provider, node, source_ref): function buildTryFinallyNode2 (line 271) | def buildTryFinallyNode2(provider, node, source_ref): function buildTryNode (line 284) | def buildTryNode(provider, node, source_ref): function buildTryStarNode (line 317) | def buildTryStarNode(provider, node, source_ref): function buildRaiseNode (line 349) | def buildRaiseNode(provider, node, source_ref): function handleGlobalDeclarationNode (line 399) | def handleGlobalDeclarationNode(provider, node, source_ref): function handleNonlocalDeclarationNode (line 473) | def handleNonlocalDeclarationNode(provider, node, source_ref): function buildStringNode (line 507) | def buildStringNode(node, source_ref): function buildNumberNode (line 515) | def buildNumberNode(node, source_ref): function buildBytesNode (line 523) | def buildBytesNode(node, source_ref): function buildEllipsisNode (line 529) | def buildEllipsisNode(source_ref): function buildStatementLoopContinue (line 533) | def buildStatementLoopContinue(node, source_ref): function buildStatementLoopBreak (line 546) | def buildStatementLoopBreak(provider, node, source_ref): function buildAttributeNode (line 553) | def buildAttributeNode(provider, node, source_ref): function buildReturnNode (line 561) | def buildReturnNode(provider, node, source_ref): function buildExprOnlyNode (line 597) | def buildExprOnlyNode(provider, node, source_ref): function buildUnaryOpNode (line 609) | def buildUnaryOpNode(provider, node, source_ref): function buildBinaryOpNode (line 623) | def buildBinaryOpNode(provider, node, source_ref): function buildReprNode (line 641) | def buildReprNode(provider, node, source_ref): function buildConditionalExpressionNode (line 649) | def buildConditionalExpressionNode(provider, node, source_ref): function buildFormattedValueNode (line 658) | def buildFormattedValueNode(provider, node, source_ref): function buildJoinedStrNode (line 688) | def buildJoinedStrNode(provider, node, source_ref): function buildSliceNode (line 698) | def buildSliceNode(provider, node, source_ref): function buildParseTree (line 779) | def buildParseTree(provider, ast_tree, source_ref, is_module, is_main): function decideCompilationMode (line 982) | def decideCompilationMode(is_top, module_name, module_filename, for_pgo): function _loadUncompiledModuleFromCache (line 1028) | def _loadUncompiledModuleFromCache( function _createModule (line 1057) | def _createModule( function createModuleTree (line 1152) | def createModuleTree(module, source_ref, ast_tree, is_main): function buildMainModuleTree (line 1177) | def buildMainModuleTree(filename, source_code): function _makeModuleBodyFromSyntaxError (line 1223) | def _makeModuleBodyFromSyntaxError(exc, module_name, reason, module_file... function _makeModuleBodyTooComplex (line 1260) | def _makeModuleBodyTooComplex( function buildModule (line 1286) | def buildModule( FILE: nuitka/tree/ComplexCallHelperFunctions.py function orderArgs (line 86) | def orderArgs(*args): function _makeNameAttributeLookup (line 104) | def _makeNameAttributeLookup(node, attribute_name="__name__"): function getCallableNameDescBody (line 111) | def getCallableNameDescBody(): function makeStarListArgumentErrorRaise (line 306) | def makeStarListArgumentErrorRaise(called_variable, star_list_variable): function _makeStarListArgumentToTupleStatement (line 363) | def _makeStarListArgumentToTupleStatement(called_variable, star_list_var... function _makeRaiseExceptionMustBeMapping (line 436) | def _makeRaiseExceptionMustBeMapping(called_variable, star_dict_variable): function _makeIteratingLoopStatement (line 494) | def _makeIteratingLoopStatement(tmp_iter_variable, tmp_item_variable, st... function _makeStarDictArgumentToDictStatement (line 517) | def _makeStarDictArgumentToDictStatement(result, called_variable, star_d... function _makeRaiseNoStringItem (line 662) | def _makeRaiseNoStringItem(called_variable): function _makeRaiseDuplicationItem (line 711) | def _makeRaiseDuplicationItem(called_variable, tmp_key_variable): function _makeStarDictArgumentMergeToKwStatement (line 764) | def _makeStarDictArgumentMergeToKwStatement( function getFunctionCallHelperStarList (line 990) | def getFunctionCallHelperStarList(): function getFunctionCallHelperKeywordsStarList (line 1053) | def getFunctionCallHelperKeywordsStarList(): function getFunctionCallHelperPosStarList (line 1122) | def getFunctionCallHelperPosStarList(): function getFunctionCallHelperPosKeywordsStarList (line 1196) | def getFunctionCallHelperPosKeywordsStarList(): function getFunctionCallHelperStarDict (line 1273) | def getFunctionCallHelperStarDict(): function getFunctionCallHelperPosStarDict (line 1352) | def getFunctionCallHelperPosStarDict(): function getFunctionCallHelperKeywordsStarDict (line 1436) | def getFunctionCallHelperKeywordsStarDict(): function getFunctionCallHelperPosKeywordsStarDict (line 1544) | def getFunctionCallHelperPosKeywordsStarDict(): function getDoubleStarArgsConversion (line 1655) | def getDoubleStarArgsConversion( function getFunctionCallHelperStarListStarDict (line 1688) | def getFunctionCallHelperStarListStarDict(): function getFunctionCallHelperPosStarListStarDict (line 1750) | def getFunctionCallHelperPosStarListStarDict(): function getFunctionCallHelperKeywordsStarListStarDict (line 1824) | def getFunctionCallHelperKeywordsStarListStarDict(): function getFunctionCallHelperPosKeywordsStarListStarDict (line 1888) | def getFunctionCallHelperPosKeywordsStarListStarDict(): function getFunctionCallHelperDictionaryUnpacking (line 1966) | def getFunctionCallHelperDictionaryUnpacking(): FILE: nuitka/tree/Extractions.py class VariableUsageUpdater (line 14) | class VariableUsageUpdater(VisitorNoopMixin): method __init__ (line 15) | def __init__(self, old_variable, new_variable): method onEnterNode (line 19) | def onEnterNode(self, node): function updateVariableUsage (line 29) | def updateVariableUsage(provider, old_variable, new_variable): FILE: nuitka/tree/InternalModule.py function once_decorator (line 24) | def once_decorator(func): function getInternalModule (line 46) | def getInternalModule(): function makeInternalHelperFunctionBody (line 52) | def makeInternalHelperFunctionBody(name, parameters, inline_const_args=F... FILE: nuitka/tree/Operations.py function visitTree (line 12) | def visitTree(tree, visitor): class VisitorNoopMixin (line 24) | class VisitorNoopMixin(object): method onEnterNode (line 25) | def onEnterNode(self, node): method onLeaveNode (line 28) | def onLeaveNode(self, node): FILE: nuitka/tree/ReformulationAssertStatements.py function buildAssertNode (line 22) | def buildAssertNode(provider, node, source_ref): FILE: nuitka/tree/ReformulationAssignmentStatements.py function buildExtSliceNode (line 88) | def buildExtSliceNode(provider, node, source_ref): function buildAssignmentStatementsFromDecoded (line 118) | def buildAssignmentStatementsFromDecoded(provider, kind, detail, source,... function buildAssignmentStatements (line 405) | def buildAssignmentStatements( function decodeAssignTarget (line 427) | def decodeAssignTarget(provider, node, source_ref, allow_none=False): function buildAssignNode (line 531) | def buildAssignNode(provider, node, source_ref): function buildAnnAssignNode (line 586) | def buildAnnAssignNode(provider, node, source_ref): function buildDeleteStatementFromDecoded (line 666) | def buildDeleteStatementFromDecoded(provider, kind, detail, source_ref): function buildDeleteNode (line 736) | def buildDeleteNode(provider, node, source_ref): function _buildInplaceAssignVariableNode (line 762) | def _buildInplaceAssignVariableNode( function _buildInplaceAssignAttributeNode (line 786) | def _buildInplaceAssignAttributeNode( function _buildInplaceAssignSubscriptNode (line 842) | def _buildInplaceAssignSubscriptNode( function _buildInplaceAssignSliceNode (line 915) | def _buildInplaceAssignSliceNode( function buildInplaceAssignNode (line 1084) | def buildInplaceAssignNode(provider, node, source_ref): function buildNamedExprNode (line 1191) | def buildNamedExprNode(provider, node, source_ref): FILE: nuitka/tree/ReformulationBooleanExpressions.py function buildBoolOpNode (line 20) | def buildBoolOpNode(provider, node, source_ref): function makeOrNode (line 53) | def makeOrNode(values, source_ref): function makeAndNode (line 69) | def makeAndNode(values, source_ref): FILE: nuitka/tree/ReformulationCallExpressions.py function buildCallNode (line 55) | def buildCallNode(provider, node, source_ref): function _makeCallNode (line 186) | def _makeCallNode( FILE: nuitka/tree/ReformulationClasses.py function buildClassNode2 (line 64) | def buildClassNode2(provider, node, source_ref): function buildClassNode (line 384) | def buildClassNode(provider, node, source_ref): FILE: nuitka/tree/ReformulationClasses3.py function _buildBasesTupleCreationNode (line 107) | def _buildBasesTupleCreationNode(provider, elements, source_ref): function buildClassNode3 (line 123) | def buildClassNode3(provider, node, source_ref): function getClassBasesMroConversionHelper (line 656) | def getClassBasesMroConversionHelper(): function makeExpressionSelectMetaclass (line 824) | def makeExpressionSelectMetaclass(metaclass, bases, source_ref): function _makeRaiseExceptionMetaclassConflict (line 847) | def _makeRaiseExceptionMetaclassConflict(): function getClassSelectMetaClassHelper (line 870) | def getClassSelectMetaClassHelper(): FILE: nuitka/tree/ReformulationComparisonExpressions.py function _makeComparisonNode (line 28) | def _makeComparisonNode(left, right, comparator, source_ref): function buildComparisonNode (line 35) | def buildComparisonNode(provider, node, source_ref): function buildComplexComparisonNode (line 63) | def buildComplexComparisonNode(provider, left, rights, comparators, sour... FILE: nuitka/tree/ReformulationContractionExpressions.py function _makeIteratorCreation (line 81) | def _makeIteratorCreation(provider, qual, for_asyncgen, source_ref): function _makeIteratorNext (line 101) | def _makeIteratorNext(qual, iterator_ref, source_ref): function _getStopIterationName (line 111) | def _getStopIterationName(qual): function _buildPython2ListContraction (line 118) | def _buildPython2ListContraction(provider, node, source_ref): function buildListContractionNode (line 170) | def buildListContractionNode(provider, node, source_ref): function buildSetContractionNode (line 187) | def buildSetContractionNode(provider, node, source_ref): function buildDictContractionNode (line 200) | def buildDictContractionNode(provider, node, source_ref): function buildGeneratorExpressionNode (line 217) | def buildGeneratorExpressionNode(provider, node, source_ref): function _buildContractionBodyNode (line 352) | def _buildContractionBodyNode( function _buildContractionNode (line 576) | def _buildContractionNode(provider, node, name, emit_class, start_value,... FILE: nuitka/tree/ReformulationDictionaryCreation.py function buildDictionaryNode (line 69) | def buildDictionaryNode(provider, node, source_ref): function getDictUnpackingHelper (line 88) | def getDictUnpackingHelper(): function buildDictionaryUnpackingArgs (line 233) | def buildDictionaryUnpackingArgs(provider, keys, values, source_ref): function buildDictionaryUnpacking (line 269) | def buildDictionaryUnpacking(provider, node, source_ref): FILE: nuitka/tree/ReformulationExecStatements.py function wrapEvalGlobalsAndLocals (line 39) | def wrapEvalGlobalsAndLocals( function buildExecNode (line 162) | def buildExecNode(provider, node, source_ref): FILE: nuitka/tree/ReformulationForLoopStatements.py function _buildForLoopNode (line 40) | def _buildForLoopNode(provider, node, sync, source_ref): function buildForLoopNode (line 200) | def buildForLoopNode(provider, node, source_ref): function buildAsyncForLoopNode (line 204) | def buildAsyncForLoopNode(provider, node, source_ref): FILE: nuitka/tree/ReformulationFunctionStatements.py function _insertFinalReturnStatement (line 79) | def _insertFinalReturnStatement(function_statements_body, return_stateme... function _insertInitialSetLocalsDictStatement (line 92) | def _insertInitialSetLocalsDictStatement(function_body, function_stateme... function _injectDecorator (line 109) | def _injectDecorator(decorators, inject, acceptable, source_ref): function decideFunctionCompilationMode (line 129) | def decideFunctionCompilationMode(decorators): function _buildBytecodeOrSourceFunction (line 155) | def _buildBytecodeOrSourceFunction(provider, node, compilation_mode, sou... function buildFunctionNode (line 225) | def buildFunctionNode(provider, node, source_ref): function buildAsyncFunctionNode (line 400) | def buildAsyncFunctionNode(provider, node, source_ref): function buildParameterKwDefaults (line 548) | def buildParameterKwDefaults(provider, node, function_body, source_ref): function buildParameterAnnotations (line 575) | def buildParameterAnnotations(provider, node, source_ref): function _wrapFunctionWithSpecialNestedArgs (line 657) | def _wrapFunctionWithSpecialNestedArgs( function buildFunctionWithParsing (line 784) | def buildFunctionWithParsing( function addFunctionVariableReleases (line 894) | def addFunctionVariableReleases(function): FILE: nuitka/tree/ReformulationImportStatements.py function checkFutureImportsOnlyAtStart (line 41) | def checkFutureImportsOnlyAtStart(body): function _handleFutureImport (line 57) | def _handleFutureImport(provider, node, source_ref): function pushFutureSpec (line 80) | def pushFutureSpec(): function getFutureSpec (line 84) | def getFutureSpec(): function popFutureSpec (line 88) | def popFutureSpec(): function _enableFutureFeature (line 92) | def _enableFutureFeature(node, object_name, source_ref): function _resolveImportModuleName (line 121) | def _resolveImportModuleName(module_name): function buildImportFromNode (line 128) | def buildImportFromNode(provider, node, source_ref): function buildImportModulesNode (line 297) | def buildImportModulesNode(provider, node, source_ref): FILE: nuitka/tree/ReformulationLambdaExpressions.py function buildLambdaNode (line 50) | def buildLambdaNode(provider, node, source_ref): FILE: nuitka/tree/ReformulationMatchStatements.py function _makeMatchComparison (line 49) | def _makeMatchComparison(left, right, source_ref): function _buildCaseBodyCode (line 63) | def _buildCaseBodyCode(provider, case, source_ref): function _buildMatchAs (line 76) | def _buildMatchAs(provider, pattern, make_against, source_ref): function _buildMatchValue (line 119) | def _buildMatchValue(provider, make_against, pattern, source_ref): function _buildMatchSequence (line 132) | def _buildMatchSequence(provider, pattern, make_against, source_ref): function _buildMatchMapping (line 239) | def _buildMatchMapping(provider, pattern, make_against, source_ref): function _buildMatchClass (line 283) | def _buildMatchClass(provider, pattern, make_against, source_ref): function _buildMatchOr (line 363) | def _buildMatchOr(provider, pattern, make_against, source_ref): function _buildMatch (line 440) | def _buildMatch(provider, pattern, make_against, source_ref): function _buildCase (line 494) | def _buildCase(provider, case, tmp_subject, source_ref): function buildMatchNode (line 514) | def buildMatchNode(provider, node, source_ref): FILE: nuitka/tree/ReformulationMultidist.py function _stripPythonSuffix (line 12) | def _stripPythonSuffix(filename): function createMultidistMainSourceCode (line 21) | def createMultidistMainSourceCode(main_filenames): function locateMultidistModule (line 54) | def locateMultidistModule(module_name): FILE: nuitka/tree/ReformulationNamespacePackages.py function _makeCall (line 35) | def _makeCall(module_name, import_name, attribute_name, source_ref, *args): function getNameSpacePathExpression (line 54) | def getNameSpacePathExpression(package, source_ref): function createPathAssignment (line 134) | def createPathAssignment(package, source_ref): function createPython3NamespacePath (line 143) | def createPython3NamespacePath(package, source_ref): function createNamespacePackage (line 182) | def createNamespacePackage(module_name, reason, is_top, source_ref): FILE: nuitka/tree/ReformulationPrintStatements.py function buildPrintNode (line 28) | def buildPrintNode(provider, node, source_ref): FILE: nuitka/tree/ReformulationSequenceCreation.py function _raiseStarredSyntaxError (line 66) | def _raiseStarredSyntaxError(element, source_ref): function buildTupleCreationNode (line 73) | def buildTupleCreationNode(provider, node, source_ref): function buildListCreationNode (line 91) | def buildListCreationNode(provider, node, source_ref): function buildSetCreationNode (line 109) | def buildSetCreationNode(provider, node, source_ref): function getListUnpackingHelper (line 128) | def getListUnpackingHelper(): function getSetUnpackingHelper (line 245) | def getSetUnpackingHelper(): function buildListUnpacking (line 356) | def buildListUnpacking(provider, elements, source_ref): function buildTupleUnpacking (line 394) | def buildTupleUnpacking(provider, elements, source_ref): function _buildSetUnpacking (line 400) | def _buildSetUnpacking(provider, elements, source_ref): FILE: nuitka/tree/ReformulationSubscriptExpressions.py function buildSubscriptNode (line 27) | def buildSubscriptNode(provider, node, source_ref): FILE: nuitka/tree/ReformulationTryExceptStatements.py function makeTryExceptNoRaise (line 51) | def makeTryExceptNoRaise(provider, temp_scope, tried, handling, no_raise... function _makeTryExceptSingleHandlerNode (line 106) | def _makeTryExceptSingleHandlerNode( function makeTryExceptSingleHandlerNode (line 170) | def makeTryExceptSingleHandlerNode(tried, exception_name, handler_body, ... function makeTryExceptSingleHandlerNodeWithPublish (line 181) | def makeTryExceptSingleHandlerNodeWithPublish( function buildTryExceptionNode (line 194) | def buildTryExceptionNode(provider, node, source_ref, is_star_try=False): function buildTryStarExceptionNode (line 399) | def buildTryStarExceptionNode(provider, node, source_ref): FILE: nuitka/tree/ReformulationTryFinallyStatements.py function _checkCloning (line 36) | def _checkCloning(final, provider): function makeTryFinallyStatement (line 55) | def makeTryFinallyStatement(provider, tried, final, source_ref, public_e... function buildTryFinallyNode (line 175) | def buildTryFinallyNode(provider, build_tried, node, source_ref): FILE: nuitka/tree/ReformulationWhileLoopStatements.py function buildWhileLoopNode (line 62) | def buildWhileLoopNode(provider, node, source_ref): FILE: nuitka/tree/ReformulationWithStatements.py function _buildWithNode (line 54) | def _buildWithNode(provider, context_expr, assign_target, body, sync, so... function buildWithNode (line 306) | def buildWithNode(provider, node, source_ref): function buildAsyncWithNode (line 342) | def buildAsyncWithNode(provider, node, source_ref): FILE: nuitka/tree/ReformulationYieldExpressions.py function _checkInsideGenerator (line 26) | def _checkInsideGenerator(construct_name, provider, node, source_ref): function buildYieldNode (line 65) | def buildYieldNode(provider, node, source_ref): function buildYieldFromNode (line 80) | def buildYieldFromNode(provider, node, source_ref): function buildAwaitNode (line 90) | def buildAwaitNode(provider, node, source_ref): FILE: nuitka/tree/SourceHandling.py function _installFutureFStrings (line 32) | def _installFutureFStrings(): function _readSourceCodeFromFilename3 (line 66) | def _readSourceCodeFromFilename3(source_filename): function _detectEncoding2 (line 76) | def _detectEncoding2(source_file): function _readSourceCodeFromFilename2 (line 103) | def _readSourceCodeFromFilename2(source_filename): function getSourceCodeDiff (line 147) | def getSourceCodeDiff(source_code, source_code_modified): function readSourceCodeFromFilenameWithInformation (line 166) | def readSourceCodeFromFilenameWithInformation( function readSourceCodeFromFilename (line 213) | def readSourceCodeFromFilename(module_name, source_filename, pre_load=Fa... function checkPythonVersionFromCode (line 221) | def checkPythonVersionFromCode(source_code): function readSourceLine (line 287) | def readSourceLine(source_ref): function readSourceLines (line 296) | def readSourceLines(source_ref): function writeSourceCode (line 303) | def writeSourceCode(filename, source_code): function parsePyIFile (line 311) | def parsePyIFile(module_name, pyi_filename): FILE: nuitka/tree/SyntaxErrors.py function formatOutput (line 13) | def formatOutput(e): function raiseSyntaxError (line 83) | def raiseSyntaxError(reason, source_ref, display_file=True, display_line... FILE: nuitka/tree/TreeHelpers.py function dump (line 38) | def dump(node): function getKind (line 42) | def getKind(node): function extractDocFromBody (line 46) | def extractDocFromBody(node): function parseSourceCodeToAst (line 68) | def parseSourceCodeToAst(source_code, module_name, filename, line_offset): function detectFunctionBodyKind (line 90) | def detectFunctionBodyKind(nodes, start_value=None): function setBuildingDispatchers (line 279) | def setBuildingDispatchers(path_args3, path_args2, path_args1): function buildNode (line 290) | def buildNode(provider, node, source_ref, allow_none=False): function buildNodeList (line 337) | def buildNodeList(provider, nodes, source_ref, allow_none=False): function buildNodeTuple (line 357) | def buildNodeTuple(provider, nodes, source_ref, allow_none=False): function buildAnnotationNode (line 380) | def buildAnnotationNode(provider, node, source_ref): function makeModuleFrame (line 419) | def makeModuleFrame(module, statements, source_ref): function buildStatementsNode (line 451) | def buildStatementsNode(provider, nodes, source_ref): function buildFrameNode (line 469) | def buildFrameNode(provider, nodes, code_object, source_ref): function makeStatementsSequenceOrStatement (line 516) | def makeStatementsSequenceOrStatement(statements, source_ref): function makeStatementsSequence (line 532) | def makeStatementsSequence(statements, allow_none, source_ref): function makeStatementsSequenceFromStatement (line 547) | def makeStatementsSequenceFromStatement(statement): function makeStatementsSequenceFromStatements (line 554) | def makeStatementsSequenceFromStatements(*statements): function makeDictCreationOrConstant2 (line 565) | def makeDictCreationOrConstant2(keys, values, source_ref): function getStatementsAppended (line 604) | def getStatementsAppended(statement_sequence, statements): function getStatementsPrepended (line 612) | def getStatementsPrepended(statement_sequence, statements): function makeReraiseExceptionStatement (line 620) | def makeReraiseExceptionStatement(source_ref): function mangleName (line 624) | def mangleName(name, owner): function makeCallNode (line 643) | def makeCallNode(called, *args, **kwargs): function pushBuildContext (line 670) | def pushBuildContext(value): function popBuildContext (line 674) | def popBuildContext(): function getBuildContext (line 678) | def getBuildContext(): FILE: nuitka/tree/VariableClosure.py class VariableClosureLookupVisitorPhase1 (line 53) | class VariableClosureLookupVisitorPhase1(VisitorNoopMixin): method _handleNonLocal (line 65) | def _handleNonLocal(node): method _handleQualnameSetup (line 90) | def _handleQualnameSetup(node): method _shouldUseLocalsDict (line 133) | def _shouldUseLocalsDict(provider, variable_name): method onLeaveNode (line 139) | def onLeaveNode(self, node): method onEnterNode (line 255) | def onEnterNode(self, node): class VariableClosureLookupVisitorPhase2 (line 344) | class VariableClosureLookupVisitorPhase2(VisitorNoopMixin): method _attachVariable (line 356) | def _attachVariable(node, provider): method onEnterNode (line 386) | def onEnterNode(self, node): class VariableClosureLookupVisitorPhase3 (line 422) | class VariableClosureLookupVisitorPhase3(VisitorNoopMixin): method onEnterNode (line 433) | def onEnterNode(self, node): function completeVariableClosures (line 472) | def completeVariableClosures(tree): FILE: nuitka/utils/AppDirs.py function getAppdirsModule (line 30) | def getAppdirsModule(): function _getCacheDir (line 37) | def _getCacheDir(): function getCacheDirEnvironmentVariableName (line 74) | def getCacheDirEnvironmentVariableName(cache_basename): function getCacheDir (line 80) | def getCacheDir(cache_basename): FILE: nuitka/utils/CStrings.py function _identifierEncode (line 16) | def _identifierEncode(c): function _encodePythonStringToC (line 24) | def _encodePythonStringToC(value): function encodePythonUnicodeToC (line 61) | def encodePythonUnicodeToC(value): function encodePythonStringToC (line 80) | def encodePythonStringToC(value): function decodeCStringToPython (line 99) | def decodeCStringToPython(value): function encodePythonIdentifierToC (line 130) | def encodePythonIdentifierToC(value): FILE: nuitka/utils/CommandLineOptions.py class OurOptionGroup (line 19) | class OurOptionGroup(OptionGroup): method add_option (line 20) | def add_option(self, *args, **kwargs): class OurOptionParser (line 34) | class OurOptionParser(OptionParser): method _process_long_opt (line 36) | def _process_long_opt(self, rargs, values): method _match_long_opt (line 49) | def _match_long_opt(self, opt): method add_option (line 84) | def add_option(self, *args, **kwargs): method add_option_group (line 102) | def add_option_group(self, group): method iterateOptions (line 111) | def iterateOptions(self): method hasNonCompilingAction (line 119) | def hasNonCompilingAction(self, options): method isBooleanOption (line 130) | def isBooleanOption(self, option_name): method isListOption (line 138) | def isListOption(self, option_name): class OurHelpFormatter (line 147) | class OurHelpFormatter(IndentedHelpFormatter): method format_option_strings (line 148) | def format_option_strings(self, option): function makeOptionsParser (line 166) | def makeOptionsParser(usage): FILE: nuitka/utils/Distributions.py function getDistributionFiles (line 30) | def getDistributionFiles(distribution): function _getDistributionMetadataFileContents (line 57) | def _getDistributionMetadataFileContents(distribution, filename): function getDistributionTopLevelPackageNames (line 77) | def getDistributionTopLevelPackageNames(distribution): function _get_pkg_resource_distributions (line 129) | def _get_pkg_resource_distributions(): function _initPackageToDistributionName (line 147) | def _initPackageToDistributionName(): function getDistributionsFromModuleName (line 207) | def getDistributionsFromModuleName(module_name): function getDistributionFromModuleName (line 236) | def getDistributionFromModuleName(module_name): function getDistribution (line 248) | def getDistribution(distribution_name): function isDistributionCondaPackage (line 280) | def isDistributionCondaPackage(distribution_name): function isDistributionMsys2Package (line 287) | def isDistributionMsys2Package(distribution_name): function isDistributionPipPackage (line 294) | def isDistributionPipPackage(distribution_name): function isDistributionPoetryPackage (line 298) | def isDistributionPoetryPackage(distribution_name): function isDistributionSystemPackage (line 302) | def isDistributionSystemPackage(distribution_name): function _getDistributionPath (line 315) | def _getDistributionPath(distribution): function isPdmPackageInstallation (line 319) | def isPdmPackageInstallation(distribution): function getDistributionInstallerName (line 338) | def getDistributionInstallerName(distribution_name): function isValidDistributionName (line 390) | def isValidDistributionName(distribution_name): function getDistributionName (line 394) | def getDistributionName(distribution): function getDistributionVersion (line 410) | def getDistributionVersion(distribution): function getDistributionLicense (line 424) | def getDistributionLicense(distribution): function setUserSiteDirectory (line 450) | def setUserSiteDirectory(user_site_directory): FILE: nuitka/utils/Download.py function getDownload (line 24) | def getDownload(name, url, download_path): function getDownloadCacheName (line 43) | def getDownloadCacheName(): function getDownloadCacheDir (line 47) | def getDownloadCacheDir(): function getCachedDownload (line 51) | def getCachedDownload( function getCachedDownloadedMinGW64 (line 157) | def getCachedDownloadedMinGW64(target_arch, assume_yes_for_downloads): FILE: nuitka/utils/Execution.py function _getExecutablePath (line 26) | def _getExecutablePath(filename, search_path): function getExecutablePath (line 56) | def getExecutablePath(filename, extra_dir=None): function isExecutableCommand (line 72) | def isExecutableCommand(command): class NuitkaCalledProcessError (line 76) | class NuitkaCalledProcessError(subprocess.CalledProcessError): method __init__ (line 77) | def __init__(self, exit_code, cmd, output, stderr): method __str__ (line 88) | def __str__(self): function check_output (line 100) | def check_output(*popenargs, **kwargs): function check_call (line 135) | def check_call(*popenargs, **kwargs): function callProcess (line 157) | def callProcess(*popenargs, **kwargs): function withEnvironmentPathAdded (line 168) | def withEnvironmentPathAdded(env_var_name, *paths, **kw): function withEnvironmentVarOverridden (line 205) | def withEnvironmentVarOverridden(env_var_name, value): function withEnvironmentVarsOverridden (line 228) | def withEnvironmentVarsOverridden(mapping): function wrapCommandForDebuggerForExec (line 257) | def wrapCommandForDebuggerForExec(*args): function wrapCommandForDebuggerForSubprocess (line 299) | def wrapCommandForDebuggerForSubprocess(*args): function getNullOutput (line 320) | def getNullOutput(): function getNullInput (line 327) | def getNullInput(): function executeToolChecked (line 337) | def executeToolChecked( function createProcess (line 384) | def createProcess( function executeProcess (line 423) | def executeProcess( FILE: nuitka/utils/FileOperations.py function withFileLock (line 61) | def withFileLock(reason="unknown"): function areSamePaths (line 82) | def areSamePaths(path1, path2): function areInSamePaths (line 113) | def areInSamePaths(path1, path2): function haveSameFileContents (line 126) | def haveSameFileContents(path1, path2): function getFileSize (line 133) | def getFileSize(path): function relpath (line 137) | def relpath(path, start="."): function isRelativePath (line 166) | def isRelativePath(path): function makePath (line 175) | def makePath(path): function makeContainingPath (line 192) | def makeContainingPath(filename): function isPathExecutable (line 199) | def isPathExecutable(path): function _getRealPathWindows (line 209) | def _getRealPathWindows(path): function getDirectoryRealPath (line 253) | def getDirectoryRealPath(path): function _restoreWindowsPath (line 278) | def _restoreWindowsPath(orig_path, path): function getFilenameRealPath (line 308) | def getFilenameRealPath(path): function listDir (line 334) | def listDir(path): function getFileList (line 380) | def getFileList( function getSubDirectories (line 448) | def getSubDirectories(path, ignore_dirs=()): function getDllBasename (line 484) | def getDllBasename(path): function listDllFilesFromDirectory (line 500) | def listDllFilesFromDirectory(path, prefix=None, suffixes=None): function listExeFilesFromDirectory (line 532) | def listExeFilesFromDirectory(path, prefix=None, suffixes=None): function getSubDirectoriesWithDlls (line 573) | def getSubDirectoriesWithDlls(path): function _getSubDirectoriesWithDlls (line 596) | def _getSubDirectoriesWithDlls(path): function _isMacOSFramework (line 611) | def _isMacOSFramework(path): function isLink (line 616) | def isLink(path): function deleteFile (line 638) | def deleteFile(path, must_exist): function searchPrefixPath (line 659) | def searchPrefixPath(path, element): function getFilenameExtension (line 674) | def getFilenameExtension(path): function changeFilenameExtension (line 686) | def changeFilenameExtension(path, extension): function hasFilenameExtension (line 691) | def hasFilenameExtension(path, extensions): function addFilenameExtension (line 707) | def addFilenameExtension(path, extension): function removeDirectory (line 714) | def removeDirectory(path, ignore_errors): function resetDirectory (line 745) | def resetDirectory(path, ignore_errors): function withTemporaryFile (line 751) | def withTemporaryFile(suffix="", mode="w", delete=True, temp_path=None): function getFileContentByLine (line 758) | def getFileContentByLine(filename, mode="r", encoding=None): function getFileContents (line 764) | def getFileContents(filename, mode="r", encoding=None): function getFileFirstLine (line 782) | def getFileFirstLine(filename, mode="r", encoding=None): function openTextFile (line 800) | def openTextFile(filename, mode, encoding=None): function putTextFileContents (line 814) | def putTextFileContents(filename, contents, encoding=None): function putBinaryFileContents (line 838) | def putBinaryFileContents(filename, contents): function changeTextFileContents (line 854) | def changeTextFileContents(filename, contents, encoding=None, compare_on... function withPreserveFileMode (line 879) | def withPreserveFileMode(filenames): function withMadeWritableFileMode (line 894) | def withMadeWritableFileMode(filenames): function removeFileExecutablePermission (line 905) | def removeFileExecutablePermission(filename): function addFileExecutablePermission (line 915) | def addFileExecutablePermission(filename): function renameFile (line 925) | def renameFile(source_filename, dest_filename): function copyTree (line 939) | def copyTree(source_path, dest_path): function copyFileWithPermissions (line 959) | def copyFileWithPermissions(source_path, dest_path, dist_dir): function queryUser (line 995) | def queryUser(question, choices, default, default_non_interactive): function copyFile (line 1022) | def copyFile(source_path, dest_path): function getWindowsDrive (line 1054) | def getWindowsDrive(path): function isFilenameBelowPath (line 1061) | def isFilenameBelowPath(path, filename, consider_short=True): function isFilenameSameAsOrBelowPath (line 1100) | def isFilenameSameAsOrBelowPath(path, filename): function getWindowsShortPathName (line 1105) | def getWindowsShortPathName(filename): function getWindowsLongPathName (line 1151) | def getWindowsLongPathName(filename): function getExternalUsePath (line 1193) | def getExternalUsePath(filename, only_dirname=False): function getReportPath (line 1234) | def getReportPath(filename, prefixes=()): function _getReportPath (line 1244) | def _getReportPath(filename, prefixes): function getLinkTarget (line 1297) | def getLinkTarget(filename): function replaceFileAtomic (line 1323) | def replaceFileAtomic(source_path, dest_path): function resolveShellPatternToFilenames (line 1345) | def resolveShellPatternToFilenames(pattern): function withDirectoryChange (line 1376) | def withDirectoryChange(path, allow_none=False): function containsPathElements (line 1391) | def containsPathElements(path, elements): function syncFileOutput (line 1402) | def syncFileOutput(file_handle): function isFilesystemEncodable (line 1429) | def isFilesystemEncodable(filename): function openPickleFile (line 1443) | def openPickleFile(filename, mode, protocol=-1): FILE: nuitka/utils/Hashing.py class HashBase (line 17) | class HashBase(object): method updateFromValues (line 20) | def updateFromValues(self, *values): method updateFromFile (line 44) | def updateFromFile(self, filename, line_filter=None): method updateFromFileHandle (line 48) | def updateFromFileHandle(self, file_handle, line_filter=None): class Hash (line 65) | class Hash(HashBase): method __init__ (line 66) | def __init__(self): method updateFromBytes (line 69) | def updateFromBytes(self, value): method asDigest (line 72) | def asDigest(self): method asHexDigest (line 75) | def asHexDigest(self): function getFileContentsHash (line 79) | def getFileContentsHash(filename, as_string=True, line_filter=None): function getStringHash (line 89) | def getStringHash(value, as_string=True): function getHashFromValues (line 99) | def getHashFromValues(*values): class HashCRC32 (line 106) | class HashCRC32(HashBase): method __init__ (line 107) | def __init__(self): method updateFromBytes (line 110) | def updateFromBytes(self, value): method asDigest (line 113) | def asDigest(self): method asHexDigest (line 116) | def asHexDigest(self): FILE: nuitka/utils/Images.py function checkIconUsage (line 12) | def checkIconUsage(logger, icon_path): function convertImageToIconFormat (line 34) | def convertImageToIconFormat(logger, image_filename, converted_icon_file... FILE: nuitka/utils/Importing.py function _importFilePy3NewWay (line 19) | def _importFilePy3NewWay(filename): function _importFilePy3OldWay (line 31) | def _importFilePy3OldWay(filename): function importFilePy2 (line 41) | def importFilePy2(filename): function importFileAsModule (line 49) | def importFileAsModule(filename): function getSharedLibrarySuffixes (line 72) | def getSharedLibrarySuffixes(): function getSharedLibrarySuffix (line 100) | def getSharedLibrarySuffix(preferred): function _importFromFolder (line 113) | def _importFromFolder(logger, module_name, path, must_exist, message): function importFromInlineCopy (line 156) | def importFromInlineCopy(module_name, must_exist, delete_module=False): function importFromCompileTime (line 199) | def importFromCompileTime(module_name, must_exist): function isBuiltinModuleName (line 224) | def isBuiltinModuleName(module_name): function getModuleFilenameSuffixes (line 256) | def getModuleFilenameSuffixes(): function getModuleNameAndKindFromFilenameSuffix (line 282) | def getModuleNameAndKindFromFilenameSuffix(module_filename): FILE: nuitka/utils/InstalledPythons.py class InstalledPython (line 25) | class InstalledPython(object): method __init__ (line 26) | def __init__(self, python_exe, python_version): method __repr__ (line 30) | def __repr__(self): method getPythonExe (line 36) | def getPythonExe(self): method getPythonVersion (line 39) | def getPythonVersion(self): method getHexVersion (line 42) | def getHexVersion(self): method isAnacondaPython (line 46) | def isAnacondaPython(self): method isMSYS2MingwPython (line 55) | def isMSYS2MingwPython(self): method getPreferredPackageType (line 67) | def getPreferredPackageType(self): method _exec (line 77) | def _exec(code, context): method checkUsability (line 81) | def checkUsability(self, module_name, module_version): function _getPythonInstallPathsWindows (line 139) | def _getPythonInstallPathsWindows(python_version): function findPythons (line 170) | def findPythons(python_version, module_name=None, module_version=None): function findInstalledPython (line 206) | def findInstalledPython(python_versions, module_name, module_version): FILE: nuitka/utils/InstanceCounters.py function isCountingInstances (line 21) | def isCountingInstances(): function counted_init (line 25) | def counted_init(init): function _wrapped_del (line 44) | def _wrapped_del(self): function counted_del (line 59) | def counted_del(): function printStats (line 65) | def printStats(): FILE: nuitka/utils/Jinja2.py function unlikely_if (line 17) | def unlikely_if(value): function unlikely_or_likely_from (line 24) | def unlikely_or_likely_from(value): function getJinja2Package (line 40) | def getJinja2Package(): function getEnvironment (line 65) | def getEnvironment(package_name, template_subdir, extensions): function getTemplate (line 100) | def getTemplate( function getTemplateC (line 110) | def getTemplateC( function getTemplateFromString (line 120) | def getTemplateFromString(template_str): function renderTemplateFromString (line 129) | def renderTemplateFromString(template_str, **kwargs): FILE: nuitka/utils/Json.py function loadJsonFromFilename (line 15) | def loadJsonFromFilename(filename): function writeJsonToFilename (line 22) | def writeJsonToFilename(filename, contents): FILE: nuitka/utils/MacOSApp.py function createPlistInfoFile (line 17) | def createPlistInfoFile(logger, onefile): FILE: nuitka/utils/MemoryUsage.py function getOwnProcessMemoryUsage (line 14) | def getOwnProcessMemoryUsage(): function getHumanReadableProcessMemoryUsage (line 70) | def getHumanReadableProcessMemoryUsage(): class MemoryWatch (line 74) | class MemoryWatch(object): method __init__ (line 75) | def __init__(self): method finish (line 79) | def finish(self, message): method asStr (line 84) | def asStr(self): method value (line 87) | def value(self): function getMemoryInfos (line 94) | def getMemoryInfos(): function collectMemoryUsageValue (line 98) | def collectMemoryUsageValue(memory_usage_name): function formatMemoryUsageValue (line 105) | def formatMemoryUsageValue(value): function _logMemoryInfo (line 116) | def _logMemoryInfo(message, memory_usage): function reportMemoryUsage (line 121) | def reportMemoryUsage(identifier, message): function startMemoryTracing (line 127) | def startMemoryTracing(): function showMemoryTrace (line 136) | def showMemoryTrace(): FILE: nuitka/utils/ModuleNames.py function checkModuleName (line 15) | def checkModuleName(value): function makeTriggerModuleName (line 28) | def makeTriggerModuleName(module_name, trigger_name): function makeMultidistModuleName (line 38) | def makeMultidistModuleName(count, suffix): class ModuleName (line 42) | class ModuleName(str): method __init__ (line 43) | def __init__(self, value): method makeModuleNameInPackage (line 52) | def makeModuleNameInPackage(module_name, package_name): method __repr__ (line 74) | def __repr__(self): method asString (line 77) | def asString(self): method asPath (line 88) | def asPath(self): method getPackageName (line 91) | def getPackageName(self): method getParentPackageNames (line 101) | def getParentPackageNames(self): method getRelativePackageName (line 114) | def getRelativePackageName(self, level): method getTopLevelPackageName (line 122) | def getTopLevelPackageName(self): method getBasename (line 135) | def getBasename(self): method splitModuleBasename (line 143) | def splitModuleBasename(self): method splitPackageName (line 155) | def splitPackageName(self): method hasNamespace (line 167) | def hasNamespace(self, package_name): method hasOneOfNamespaces (line 170) | def hasOneOfNamespaces(self, *package_names): method isBelowNamespace (line 189) | def isBelowNamespace(self, package_name): method getChildNamed (line 195) | def getChildNamed(self, *args): method getSiblingNamed (line 199) | def getSiblingNamed(self, *args): method relocateModuleNamespace (line 203) | def relocateModuleNamespace(self, parent_old, parent_new): method getChildNameFromPackage (line 214) | def getChildNameFromPackage(self, package_name): method matchesToShellPattern (line 221) | def matchesToShellPattern(self, pattern): method matchesToShellPatterns (line 246) | def matchesToShellPatterns(self, patterns): method isFakeModuleName (line 269) | def isFakeModuleName(self): method isMultidistModuleName (line 272) | def isMultidistModuleName(self): FILE: nuitka/utils/ReExecute.py function callExecProcess (line 16) | def callExecProcess(args): function reExecuteNuitka (line 54) | def reExecuteNuitka(pgo_filename): FILE: nuitka/utils/Rest.py function makeTable (line 14) | def makeTable(grid): FILE: nuitka/utils/SharedLibraries.py function locateDLLFromFilesystem (line 48) | def locateDLLFromFilesystem(name, paths): function locateDLL (line 58) | def locateDLL(dll_name): function getSxsFromDLL (line 121) | def getSxsFromDLL(filename, with_data=False): function _removeSxsFromDLL (line 137) | def _removeSxsFromDLL(filename): function _getDLLVersionWindows (line 158) | def _getDLLVersionWindows(filename): function _getSharedLibraryRPATHElf (line 234) | def _getSharedLibraryRPATHElf(filename): function _getMacOSArchOption (line 257) | def _getMacOSArchOption(): function _getOToolCommandOutput (line 266) | def _getOToolCommandOutput(otool_option, filename): function getOtoolListing (line 286) | def getOtoolListing(filename): function getOtoolDependencyOutput (line 290) | def getOtoolDependencyOutput(filename, package_specific_dirs): function _getDLLVersionMacOS (line 295) | def _getDLLVersionMacOS(filename): function _getSharedLibraryRPATHDarwin (line 318) | def _getSharedLibraryRPATHDarwin(filename): function getSharedLibraryRPATH (line 344) | def getSharedLibraryRPATH(filename): function _filterPatchelfErrorOutput (line 351) | def _filterPatchelfErrorOutput(stderr): function _setSharedLibraryRPATHElf (line 367) | def _setSharedLibraryRPATHElf(filename, rpath): function _filterInstallNameToolErrorOutput (line 378) | def _filterInstallNameToolErrorOutput(stderr): function _removeSharedLibraryRPATHDarwin (line 393) | def _removeSharedLibraryRPATHDarwin(filename, rpath): function _setSharedLibraryRPATHDarwin (line 402) | def _setSharedLibraryRPATHDarwin(filename, rpath): function setSharedLibraryRPATH (line 417) | def setSharedLibraryRPATH(filename, rpath): function callInstallNameTool (line 430) | def callInstallNameTool(filename, mapping, id_path, rpath): function getPyWin32Dir (line 470) | def getPyWin32Dir(): function detectBinaryMinMacOS (line 494) | def detectBinaryMinMacOS(binary_filename): function locateDLLsInDirectory (line 536) | def locateDLLsInDirectory(directory): function _getFileCommandOutput (line 564) | def _getFileCommandOutput(filename): function hasUniversalOrMatchingMacOSArchitecture (line 585) | def hasUniversalOrMatchingMacOSArchitecture(filename): function makeMacOSThinBinary (line 600) | def makeMacOSThinBinary(dest_path, original_path): function copyDllFile (line 629) | def copyDllFile(source_path, dist_dir, dest_path, executable): function getDLLVersion (line 674) | def getDLLVersion(filename): function getWindowsRunningProcessModuleFilename (line 682) | def getWindowsRunningProcessModuleFilename(handle): function _getWindowsRunningProcessModuleHandles (line 705) | def _getWindowsRunningProcessModuleHandles(): function getWindowsRunningProcessDLLPaths (line 739) | def getWindowsRunningProcessDLLPaths(): function cleanupHeaderForAndroid (line 759) | def cleanupHeaderForAndroid(filename): function getDllExportedSymbols (line 786) | def getDllExportedSymbols(logger, filename): FILE: nuitka/utils/Shebang.py function getShebangFromSource (line 12) | def getShebangFromSource(source_code): function getShebangFromFile (line 39) | def getShebangFromFile(filename): function parseShebang (line 68) | def parseShebang(shebang): FILE: nuitka/utils/Signing.py function _filterCodesignErrorOutput (line 22) | def _filterCodesignErrorOutput(stderr): function detectMacIdentity (line 41) | def detectMacIdentity(): function addMacOSCodeSignature (line 79) | def addMacOSCodeSignature(filenames): FILE: nuitka/utils/SlotMetaClasses.py function getMetaClassBase (line 11) | def getMetaClassBase(meta_class_prefix, require_slots): FILE: nuitka/utils/StaticLibraries.py function locateStaticLinkLibrary (line 32) | def locateStaticLinkLibrary(dll_name): function _locateStaticLinkLibrary (line 39) | def _locateStaticLinkLibrary(dll_name): function isDebianSuitableForStaticLinking (line 67) | def isDebianSuitableForStaticLinking(): function _getSysConfigVarLIBPL (line 87) | def _getSysConfigVarLIBPL(): function _getSystemStaticLibPythonPath (line 100) | def _getSystemStaticLibPythonPath(): function getSystemStaticLibPythonPath (line 196) | def getSystemStaticLibPythonPath(): FILE: nuitka/utils/ThreadedExecutor.py class NonThreadedPoolExecutor (line 17) | class NonThreadedPoolExecutor(object): method __init__ (line 18) | def __init__(self, max_workers=None): method __enter__ (line 23) | def __enter__(self): method __exit__ (line 26) | def __exit__(self, exc_type, exc_value, exc_traceback): method submit (line 29) | def submit(self, function, *args): function waitWorkers (line 36) | def waitWorkers(workers): function waitWorkers (line 54) | def waitWorkers(workers): function getThreadIdent (line 67) | def getThreadIdent(): FILE: nuitka/utils/Timing.py class StopWatch (line 15) | class StopWatch(object): method __init__ (line 18) | def __init__(self): method start (line 22) | def start(self): method restart (line 25) | def restart(self): method end (line 28) | def end(self): method getDelta (line 33) | def getDelta(self): class TimerReport (line 40) | class TimerReport(object): method __init__ (line 48) | def __init__(self, message, logger=None, decider=True, min_report_time... method getTimer (line 66) | def getTimer(self): method __enter__ (line 69) | def __enter__(self): method __exit__ (line 75) | def __exit__(self, exception_type, exception_value, exception_tb): FILE: nuitka/utils/Utils.py function getOS (line 20) | def getOS(): function _parseOsReleaseFileContents (line 38) | def _parseOsReleaseFileContents(filename): function getLinuxDistribution (line 71) | def getLinuxDistribution(): function getWindowsRelease (line 127) | def getWindowsRelease(): function getMacOSRelease (line 136) | def getMacOSRelease(): function isDebianBasedLinux (line 145) | def isDebianBasedLinux(): function isFedoraBasedLinux (line 151) | def isFedoraBasedLinux(): function isArchBasedLinux (line 157) | def isArchBasedLinux(): function isAndroidBasedLinux (line 163) | def isAndroidBasedLinux(): function isWin32Windows (line 171) | def isWin32Windows(): function isPosixWindows (line 176) | def isPosixWindows(): function isWin32OrPosixWindows (line 181) | def isWin32OrPosixWindows(): function isLinux (line 185) | def isLinux(): function isMacOS (line 190) | def isMacOS(): function hasMacOSIntelSupport (line 195) | def hasMacOSIntelSupport(): function isNetBSD (line 203) | def isNetBSD(): function isFreeBSD (line 208) | def isFreeBSD(): function isOpenBSD (line 213) | def isOpenBSD(): function isBSD (line 218) | def isBSD(): function isAlpineLinux (line 225) | def isAlpineLinux(): function getArchitecture (line 237) | def getArchitecture(): function getCPUCoreCount (line 249) | def getCPUCoreCount(): function encodeNonAscii (line 271) | def encodeNonAscii(var_name): function hasOnefileSupportedOS (line 290) | def hasOnefileSupportedOS(): function hasStandaloneSupportedOS (line 294) | def hasStandaloneSupportedOS(): function getUserName (line 298) | def getUserName(): function withWarningRemoved (line 310) | def withWarningRemoved(category): function withNoDeprecationWarning (line 332) | def withNoDeprecationWarning(): function withNoSyntaxWarning (line 338) | def withNoSyntaxWarning(): function withNoWarning (line 344) | def withNoWarning(): function decoratorRetries (line 349) | def decoratorRetries( function raiseWindowsError (line 410) | def raiseWindowsError(message): FILE: nuitka/utils/WindowsFileUsage.py function getWindowsAllProcessandles (line 19) | def getWindowsAllProcessandles(): function getWindowsFileHandleFilename (line 82) | def getWindowsFileHandleFilename(handle): function getWindowsAllProcessFileHandles (line 131) | def getWindowsAllProcessFileHandles(): FILE: nuitka/utils/WindowsResources.py function getResourcesFromDLL (line 38) | def getResourcesFromDLL(filename, resource_kinds, with_data=False): function _openFileWindowsResources (line 148) | def _openFileWindowsResources(filename): function _closeFileWindowsResources (line 167) | def _closeFileWindowsResources(update_handle): function _updateWindowsResource (line 178) | def _updateWindowsResource(update_handle, resource_kind, res_name, lang_... function deleteWindowsResources (line 203) | def deleteWindowsResources(filename, resource_kind, res_names): function copyResourcesFromFileToFile (line 212) | def copyResourcesFromFileToFile(source_filename, target_filename, resour... function addResourceToFile (line 251) | def addResourceToFile(target_filename, data, resource_kind, lang_id, res... class WindowsExecutableManifest (line 267) | class WindowsExecutableManifest(object): method __init__ (line 268) | def __init__(self, template): method addResourceToFile (line 271) | def addResourceToFile(self, filename, logger): method addUacAdmin (line 283) | def addUacAdmin(self): method addUacUiAccess (line 287) | def addUacUiAccess(self): method _getTrustInfoNode (line 291) | def _getTrustInfoNode(self): method _getTrustInfoSecurityNode (line 297) | def _getTrustInfoSecurityNode(self): method _getRequestedPrivilegesNode (line 300) | def _getRequestedPrivilegesNode(self): method _getRequestedExecutionLevelNode (line 306) | def _getRequestedExecutionLevelNode(self): function getWindowsExecutableManifest (line 313) | def getWindowsExecutableManifest(filename): function _getDefaultWindowsExecutableTrustInfo (line 324) | def _getDefaultWindowsExecutableTrustInfo(): function getDefaultWindowsExecutableManifest (line 336) | def getDefaultWindowsExecutableManifest(): class VsFixedFileInfoStructure (line 365) | class VsFixedFileInfoStructure(ctypes.Structure): function convertStructureToBytes (line 383) | def convertStructureToBytes(c_value): function _makeVersionInfoStructure (line 392) | def _makeVersionInfoStructure(product_version, file_version, file_date, ... function _getVersionString (line 409) | def _getVersionString(value): class VersionResourceHeader (line 421) | class VersionResourceHeader(ctypes.Structure): function _makeVersionStringEntry (line 429) | def _makeVersionStringEntry(key, value): function _makeVersionStringTable (line 450) | def _makeVersionStringTable(values): function _makeVersionStringBlock (line 478) | def _makeVersionStringBlock(values): function _makeVarFileInfoStruct (line 498) | def _makeVarFileInfoStruct(): function _makeVarFileInfoBlock (line 520) | def _makeVarFileInfoBlock(): function makeVersionInfoResource (line 538) | def makeVersionInfoResource( function addVersionInfoResource (line 575) | def addVersionInfoResource( FILE: nuitka/utils/Yaml.py class PackageConfigYaml (line 30) | class PackageConfigYaml(object): method __init__ (line 36) | def __init__(self, name, file_data): method __repr__ (line 71) | def __repr__(self): method get (line 74) | def get(self, name, section): method keys (line 90) | def keys(self): method items (line 93) | def items(self): method update (line 96) | def update(self, other): function getYamlPackage (line 105) | def getYamlPackage(): function parseYaml (line 119) | def parseYaml(data): function getYamlDataHash (line 142) | def getYamlDataHash(data): function parsePackageYaml (line 149) | def parsePackageYaml(package_name, filename): function getYamlPackageConfiguration (line 169) | def getYamlPackageConfiguration(): function getYamlPackageConfigurationSchemaFilename (line 215) | def getYamlPackageConfigurationSchemaFilename(): FILE: setup.py function findNuitkaPackages (line 49) | def findNuitkaPackages(): function addDataFiles (line 78) | def addDataFiles(data_files, base_path, do_byte_compile=True): function addInlineCopy (line 97) | def addInlineCopy(name, do_byte_compile=True): function byte_compile (line 211) | def byte_compile(py_files, *args, **kw): function get_args (line 245) | def get_args(cls, dist, header=None): function get_script_args (line 276) | def get_script_args(dist, executable=os.path.normpath(sys.executable), w... class BinaryDistribution (line 354) | class BinaryDistribution(Distribution): method has_ext_modules (line 358) | def has_ext_modules(): FILE: tests/PyPI-pytest/run_all.py function executeCommand (line 44) | def executeCommand(command): function gitClone (line 50) | def gitClone(package, url, directory): function main (line 66) | def main(): FILE: tests/basics/AssertsTest.py function testAssert1 (line 11) | def testAssert1(): function testAssert2 (line 17) | def testAssert2(): function testAssert3 (line 23) | def testAssert3(): FILE: tests/basics/AssignmentsTest.py function someFunction (line 18) | def someFunction(): function varargsFunction (line 47) | def varargsFunction(*args): function otherFunction (line 53) | def otherFunction(): function anotherFunction (line 127) | def anotherFunction(): function swapVariables (line 139) | def swapVariables(): function InterruptedUnpack (line 149) | def InterruptedUnpack(): function multiTargetInterrupt (line 179) | def multiTargetInterrupt(): function optimizeableTargets (line 218) | def optimizeableTargets(): function complexDel (line 226) | def complexDel(): function sliceDel (line 237) | def sliceDel(): function globalErrors (line 246) | def globalErrors(): FILE: tests/basics/BranchingTest.py function branchingFunction (line 9) | def branchingFunction(a, b, c): function optimizationVictim (line 123) | def optimizationVictim(): function dontOptimizeSideEffects (line 137) | def dontOptimizeSideEffects(): function dontOptimizeTruthCheck (line 160) | def dontOptimizeTruthCheck(): FILE: tests/basics/BuiltinOverload.py function len (line 14) | def len(x): FILE: tests/basics/BuiltinSuperTest.py class ClassWithUnderClassClosure (line 15) | class ClassWithUnderClassClosure: method g (line 16) | def g(self): class ClassWithoutUnderClassClosure (line 35) | class ClassWithoutUnderClassClosure: method g (line 36) | def g(self): function deco (line 52) | def deco(C): class X (line 62) | class X: method f1 (line 65) | def f1(self): method f2 (line 73) | def f2(self): method f4 (line 76) | def f4(self): method f6 (line 91) | def f6(self_by_another_name): method f7 (line 99) | def f7(self): function makeSuperCall (line 125) | def makeSuperCall(arg1, arg2): FILE: tests/basics/BuiltinsTest.py function someFunctionWritingLocals (line 21) | def someFunctionWritingLocals(): function someFunctionWritingLocalsContainingExec (line 40) | def someFunctionWritingLocalsContainingExec(): function displayDict (line 70) | def displayDict(d): function someFunctionUsingGlobals (line 102) | def someFunctionUsingGlobals(): function someFunctionUsingDir (line 119) | def someFunctionUsingDir(): function usingIterToCheckIterable (line 385) | def usingIterToCheckIterable(a): class CustomStr (line 420) | class CustomStr(str): class CustomBytes (line 424) | class CustomBytes(bytes): class CustomByteArray (line 428) | class CustomByteArray(bytearray): class OtherBytesSubclass (line 469) | class OtherBytesSubclass(bytes): class BytesOverload (line 473) | class BytesOverload: method __bytes__ (line 474) | def __bytes__(self): class OtherFloatSubclass (line 489) | class OtherFloatSubclass(float): class FloatOverload (line 493) | class FloatOverload: method __float__ (line 494) | def __float__(self): class OtherStrSubclass (line 509) | class OtherStrSubclass(str): class StrOverload (line 513) | class StrOverload: method __str__ (line 514) | def __str__(self): class OtherUnicodeSubclass (line 531) | class OtherUnicodeSubclass(unicode): # pylint: disable=undefined-variable class UnicodeOverload (line 534) | class UnicodeOverload: method __unicode__ (line 535) | def __unicode__(self): class OtherIntSubclass (line 550) | class OtherIntSubclass(int): class IntOverload (line 554) | class IntOverload: method __int__ (line 555) | def __int__(self): class OtherLongSubclass (line 573) | class OtherLongSubclass(long): # pylint: disable=undefined-variable class LongOverload (line 576) | class LongOverload: method __long__ (line 577) | def __long__(self): class OtherComplexSubclass (line 591) | class OtherComplexSubclass(complex): class ComplexOverload (line 595) | class ComplexOverload: method __complex__ (line 596) | def __complex__(self): function S1 (line 623) | def S1(): function S2 (line 633) | def S2(): FILE: tests/basics/ClassMinimalTest.py class B (line 9) | class B: FILE: tests/basics/ClassesTest.py function displayDict (line 4) | def displayDict(d): class SimpleClass (line 23) | class SimpleClass: method __init__ (line 32) | def __init__(self, init_parameter): method normal_method (line 35) | def normal_method(self, arg1, arg2): method static_method (line 42) | def static_method(): class MetaClass (line 54) | class MetaClass(type): method __init__ (line 55) | def __init__(cls, name, bases, dictionary): class ComplexClass (line 63) | class ComplexClass: function function (line 72) | def function(): function strangeClassBehaviour (line 86) | def strangeClassBehaviour(): class ClosureLocalizer (line 111) | class ClosureLocalizer: method deco (line 115) | def deco(f): method x (line 121) | def x(self): function classdecorator (line 131) | def classdecorator(cls): class MyClass (line 138) | class MyClass: class DictUpdating (line 145) | class DictUpdating: function functionThatOffersClosureToPassThroughClass (line 157) | def functionThatOffersClosureToPassThroughClass(x): class NameCollisionClosure (line 172) | class NameCollisionClosure: method x (line 173) | def x(self): class ClassesWithNestedClass (line 180) | class ClassesWithNestedClass: class NestedClass (line 181) | class NestedClass(object): method getDict (line 182) | def getDict(self): class ClassWithModuleVariableCollisionMain (line 194) | class ClassWithModuleVariableCollisionMain: method __init__ (line 197) | def __init__(self): class Child (line 201) | class Child: method __init__ (line 202) | def __init__(self): FILE: tests/basics/ClassesTest32.py function a (line 17) | def a(): function b (line 28) | def b(): function displayable (line 37) | def displayable(dictionary): function m (line 41) | def m(): function d (line 78) | def d(): function e (line 84) | def e(): class C1 (line 90) | class C1(a(), b(), other=d(), metaclass=m(), yet_other=e()): function someFunctionWithLocalClassesMadeGlobal (line 105) | def someFunctionWithLocalClassesMadeGlobal(): class someClassWithPrivateArgumentNames (line 132) | class someClassWithPrivateArgumentNames: method f (line 133) | def f(self, *, __kw: 1): FILE: tests/basics/ClassesTest34.py class Color (line 13) | class Color(Enum): function testClassNamespaceOverridesClosure (line 27) | def testClassNamespaceOverridesClosure(): FILE: tests/basics/ComparisonChainsTest.py function simple_comparisons (line 13) | def simple_comparisons(x, y): function side_effect (line 29) | def side_effect(): function side_effect_comparisons (line 35) | def side_effect_comparisons(): function function_torture_is (line 48) | def function_torture_is(): function function_lambda_with_chain (line 62) | def function_lambda_with_chain(): function generator_function_with_chain (line 75) | def generator_function_with_chain(): function contraction_with_chain (line 86) | def contraction_with_chain(): function genexpr_with_chain (line 95) | def genexpr_with_chain(): class ClassWithComparisonChainInBody (line 104) | class ClassWithComparisonChainInBody: class CustomOps (line 113) | class CustomOps(int): method __lt__ (line 114) | def __lt__(self, other): method __gt__ (line 119) | def __gt__(self, other): function inOperatorChain (line 132) | def inOperatorChain(): class TracingLessThan (line 153) | class TracingLessThan(object): method __init__ (line 154) | def __init__(self, name, value): method __repr__ (line 158) | def __repr__(self): method __lt__ (line 161) | def __lt__(self, other): function compareDigitsSuccess (line 197) | def compareDigitsSuccess(x): function compareDigitsFirstFalse (line 201) | def compareDigitsFirstFalse(x): function compareDigitsSecondFalse (line 205) | def compareDigitsSecondFalse(x): FILE: tests/basics/ConstantsTest.py function displayDict (line 16) | def displayDict(d): function argChanger (line 56) | def argChanger(a): function mutableConstantChanger (line 73) | def mutableConstantChanger(): function defaultKeepsIdentity (line 103) | def defaultKeepsIdentity(arg="str_value"): function dd (line 111) | def dd(**d): function f (line 115) | def f(): FILE: tests/basics/DecoratorsTest.py function decorator1 (line 7) | def decorator1(f): function decorator2 (line 16) | def decorator2(f): function function1 (line 28) | def function1(): function deco_returner1 (line 35) | def deco_returner1(): function deco_returner2 (line 40) | def deco_returner2(): function function2 (line 47) | def function2(): function function3 (line 55) | def function3(): FILE: tests/basics/DefaultParametersTest.py function defaultValueTest1 (line 17) | def defaultValueTest1(no_default, some_default_constant=1): function defaultValueTest2 (line 21) | def defaultValueTest2(no_default, some_default_computed=module_level * 2): function defaultValueTest3 (line 26) | def defaultValueTest3(no_default, func_defaulted=defaultValueTest1(modul... function defaultValueTest4 (line 30) | def defaultValueTest4(no_default, lambda_defaulted=lambda x: x**2): function defaultValueTest5 (line 36) | def defaultValueTest5(no_default, tuple_defaulted=(1, 2, 3)): function defaultValueTest6 (line 40) | def defaultValueTest6(no_default, list_defaulted=[1, 2, 3]): FILE: tests/basics/DoubleDeletionsTest.py function someFunction (line 18) | def someFunction(b, c): FILE: tests/basics/ExceptionRaisingTest.py function raiseExceptionClass (line 11) | def raiseExceptionClass(): function raiseExceptionInstance (line 27) | def raiseExceptionInstance(): function raiseExceptionAndReraise (line 43) | def raiseExceptionAndReraise(arg): function raiseNonGlobalError (line 61) | def raiseNonGlobalError(): function raiseIllegalError (line 76) | def raiseIllegalError(): class ClassicClassException (line 97) | class ClassicClassException: function raiseCustomError (line 101) | def raiseCustomError(): function checkExceptionConversion (line 125) | def checkExceptionConversion(): function checkExcInfoScope (line 143) | def checkExcInfoScope(): function checkDerivedCatch (line 221) | def checkDerivedCatch(): function checkNonCatch1 (line 252) | def checkNonCatch1(): function checkNonCatch2 (line 267) | def checkNonCatch2(): function checkRaisingRaise (line 282) | def checkRaisingRaise(): function checkMisRaise (line 310) | def checkMisRaise(): function nestedExceptions (line 324) | def nestedExceptions(a, b): function unpackingCatcher (line 341) | def unpackingCatcher(): function divide (line 356) | def divide(a, b): function unraisableExceptionInDel (line 360) | def unraisableExceptionInDel(): function yieldExceptionInteraction (line 378) | def yieldExceptionInteraction(): function yieldExceptionInteraction2 (line 404) | def yieldExceptionInteraction2(): function clearingException (line 436) | def clearingException(): function multiCatchViaTupleVariable (line 459) | def multiCatchViaTupleVariable(): function raiseValueWithValue (line 471) | def raiseValueWithValue(): function raising (line 486) | def raising(): function not_raising (line 490) | def not_raising(): function raiseWithFinallyNotCorruptingLineNumber (line 494) | def raiseWithFinallyNotCorruptingLineNumber(): function wideCatchMustPublishException (line 507) | def wideCatchMustPublishException(): function checkReraiseAfterNestedTryExcept (line 526) | def checkReraiseAfterNestedTryExcept(): function checkReraiseByFunction (line 552) | def checkReraiseByFunction(): function checkNoRaiseExceptionDictBuilding (line 577) | def checkNoRaiseExceptionDictBuilding(arg): function checkRaiseExceptionDictBuildingRange (line 600) | def checkRaiseExceptionDictBuildingRange(arg): function checkRaiseExceptionDictBuildingTuple (line 615) | def checkRaiseExceptionDictBuildingTuple(arg): function checkRaiseExceptionDictBuildingList (line 628) | def checkRaiseExceptionDictBuildingList(arg): FILE: tests/basics/ExceptionRaisingTest32.py function raisy (line 4) | def raisy(): FILE: tests/basics/ExceptionRaisingTest33.py function yieldExceptionInteraction (line 9) | def yieldExceptionInteraction(): FILE: tests/basics/ExecEvalTest.py function functionEval1 (line 12) | def functionEval1(): function functionEval2 (line 19) | def functionEval2(): function functionEval3 (line 32) | def functionEval3(): function functionExec1 (line 48) | def functionExec1(): function functionExec2 (line 57) | def functionExec2(): function functionExecfile (line 90) | def functionExecfile(): class classExecfile (line 106) | class classExecfile: function functionExecNonesTuple (line 120) | def functionExecNonesTuple(): function functionExecNonesSyntax (line 127) | def functionExecNonesSyntax(): function functionEvalNones2 (line 139) | def functionEvalNones2(): function functionExecNonesTuple2 (line 154) | def functionExecNonesTuple2(): function functionExecNonesSyntax2 (line 166) | def functionExecNonesSyntax2(): function functionGlobalsExecShadow (line 198) | def functionGlobalsExecShadow(): function functionWithClosureProvidedByExec (line 256) | def functionWithClosureProvidedByExec(): function functionWithExecAffectingClosure (line 273) | def functionWithExecAffectingClosure(): function generatorFunctionWithExec (line 290) | def generatorFunctionWithExec(): function evalInContractions (line 302) | def evalInContractions(): function execDefinesFunctionToLocalsExplicitly (line 313) | def execDefinesFunctionToLocalsExplicitly(): function execWithShortTuple (line 332) | def execWithShortTuple(): function evalMemoryView (line 343) | def evalMemoryView(value): FILE: tests/basics/ExtremeClosureTest.py function someFunction (line 14) | def someFunction(): class SomeClass (line 18) | class SomeClass: class AnotherClass (line 31) | class AnotherClass: class YetAnotherClass (line 39) | class YetAnotherClass: FILE: tests/basics/FunctionObjectsTest.py function func (line 11) | def func(_arg1, _arg2, _arg3, **_star): function func2 (line 37) | def func2(_arg1, arg2="default_arg2", arg3="default_arg3"): FILE: tests/basics/FunctionsTest.py function closureTest1 (line 19) | def closureTest1(some_arg): # pylint: disable=unused-argument function closureTest2 (line 31) | def closureTest2(some_arg): # pylint: disable=unused-argument function defaultValueTest1 (line 43) | def defaultValueTest1(_no_default, some_default_constant=1): function defaultValueTest1a (line 53) | def defaultValueTest1a( function defaultValueTest2 (line 65) | def defaultValueTest2(_no_default, some_default_variable=var_on_module_l... function contractionTest (line 81) | def contractionTest(): function defaultValueTest3a (line 90) | def defaultValueTest3a( function defaultValueTest3b (line 102) | def defaultValueTest3b( function defaultValueTest3c (line 116) | def defaultValueTest3c( function defaultValueTest4 (line 130) | def defaultValueTest4(_no_default, funced_defaulted=lambda x: x**2): function defaultValueTest4a (line 140) | def defaultValueTest4a(_no_default, funced_defaulted=lambda x: x**2): function defaultValueTest4b (line 159) | def defaultValueTest4b(_no_default, funced_defaulted=lambda x: x**3): function defaultValueTest5 (line 178) | def defaultValueTest5(_no_default, tuple_defaulted=(1, 2, 3)): function defaultValueTest6 (line 185) | def defaultValueTest6( function in_test (line 198) | def in_test(a): function my_deco (line 214) | def my_deco(function): function decoriert (line 222) | def decoriert(a, b): # pylint: disable=unused-argument function functionWithGlobalReturnValue (line 232) | def functionWithGlobalReturnValue(): function starArgTest (line 253) | def starArgTest(a, b, c): function generator_without_context_function (line 287) | def generator_without_context_function(): function generator_with_2_fors (line 298) | def generator_with_2_fors(): function someYielder (line 305) | def someYielder(): function someYieldFunctionUser (line 310) | def someYieldFunctionUser(): function someLoopYielder (line 325) | def someLoopYielder(): function someLoopYieldFunctionUser (line 330) | def someLoopYieldFunctionUser(): function someGeneratorClosureUser (line 343) | def someGeneratorClosureUser(): function someClosureUsingGeneratorUser (line 364) | def someClosureUsingGeneratorUser(): function someFunction (line 380) | def someFunction(a, b, c, d): function getFunction (line 389) | def getFunction(): function getPlainArg1 (line 398) | def getPlainArg1(): function getPlainArg2 (line 403) | def getPlainArg2(): function getKeywordArg1 (line 408) | def getKeywordArg1(): function getKeywordArg2 (line 413) | def getKeywordArg2(): function getListStarArg (line 422) | def getListStarArg(): function getDictStarArg (line 427) | def getDictStarArg(): function someGeneratorFunction (line 445) | def someGeneratorFunction(): function receivingGenerator (line 495) | def receivingGenerator(): function generatorFunction (line 514) | def generatorFunction(): function doubleStarArgs (line 526) | def doubleStarArgs(*a, **d): class UserDict (line 535) | class UserDict(dict): function generatorFunctionUnusedArg (line 543) | def generatorFunctionUnusedArg(_a): function closureHavingGenerator (line 550) | def closureHavingGenerator(arg): function functionWithDualStarArgsAndKeywordsOnly (line 561) | def functionWithDualStarArgsAndKeywordsOnly(a1, a2, a3, a4, b): function posDoubleStarArgsFunction (line 574) | def posDoubleStarArgsFunction(a, b, c, *l, **d): FILE: tests/basics/FunctionsTest32.py function displayDict (line 4) | def displayDict(d): function kwonlysimple (line 18) | def kwonlysimple(*, a): function kwonlysimpledefaulted (line 25) | def kwonlysimpledefaulted(*, a=5): function default1 (line 32) | def default1(): function default2 (line 37) | def default2(): function default3 (line 43) | def default3(): function default4 (line 48) | def default4(): function annotation1 (line 54) | def annotation1(): function annotation2 (line 60) | def annotation2(): function annotation3 (line 66) | def annotation3(): function annotation4 (line 72) | def annotation4(): function annotation5 (line 78) | def annotation5(): function annotation6 (line 84) | def annotation6(): function annotation7 (line 90) | def annotation7(): function annotation8 (line 96) | def annotation8(): function annotation9 (line 102) | def annotation9(): function kwonlyfunc (line 111) | def kwonlyfunc( function kwonlystarfunc (line 139) | def kwonlystarfunc(*, a, b, **d): function deeplyNestedNonLocalWrite (line 146) | def deeplyNestedNonLocalWrite(): function deletingClosureVariable (line 166) | def deletingClosureVariable(): FILE: tests/basics/FunctionsTest_2.py function local_function (line 15) | def local_function(a, z=9): function nested_args_function (line 36) | def nested_args_function((a, b), c): function deeply_nested_function (line 53) | def deeply_nested_function(((a,), b, c, (d, (e, f)))): function default_giver (line 62) | def default_giver(): function nested_args_function_with_defaults (line 71) | def nested_args_function_with_defaults((a, b)=default_giver(), c=5): function comp_args1 (line 79) | def comp_args1((a, b)): function comp_args2 (line 83) | def comp_args2((a, b)=(3, 4)): function comp_args3 (line 87) | def comp_args3(a, (b, c)): function comp_args4 (line 91) | def comp_args4(a=2, (b, c)=(3, 4)): FILE: tests/basics/GeneratorExpressionsTest.py function iteratorCreationTiming (line 15) | def iteratorCreationTiming(): function genexprSend (line 93) | def genexprSend(): function genexprClose (line 152) | def genexprClose(): function genexprThrown (line 167) | def genexprThrown(): function nestedExpressions (line 195) | def nestedExpressions(): function lambdaGenerators (line 205) | def lambdaGenerators(): function functionGenerators (line 220) | def functionGenerators(): FILE: tests/basics/GeneratorExpressionsTest_37.py function strangeLambdaGeneratorExpression (line 9) | def strangeLambdaGeneratorExpression(): FILE: tests/basics/GlobalStatementTest.py function someFunction1 (line 11) | def someFunction1(): function someFunction2 (line 17) | def someFunction2(): function someFunction3 (line 25) | def someFunction3(): function someNestedGlobalUser1 (line 29) | def someNestedGlobalUser1(): function someNestedGlobalUser2 (line 43) | def someNestedGlobalUser2(): function someNestedGlobalUser3a (line 62) | def someNestedGlobalUser3a(): function someNestedGlobalUser3b (line 83) | def someNestedGlobalUser3b(): function someNestedGlobalUser4 (line 99) | def someNestedGlobalUser4(): function someNestedGlobalUser5 (line 120) | def someNestedGlobalUser5(): function someNestedGlobalUser6 (line 134) | def someNestedGlobalUser6(): function f (line 172) | def f(): FILE: tests/basics/HelloWorldTest_2.py function printHelloWorld (line 8) | def printHelloWorld(): function printHelloWorld2 (line 17) | def printHelloWorld2(arg): function printHelloWorld3 (line 27) | def printHelloWorld3(arg="Hello World from function default argument"): FILE: tests/basics/ImportingTest.py function localImporter1 (line 7) | def localImporter1(): function localImporter1a (line 13) | def localImporter1a(): function localImporter2 (line 19) | def localImporter2(): function localImporter2a (line 25) | def localImporter2a(): function localImportFailure (line 46) | def localImportFailure(): function nonPackageImportFailure (line 64) | def nonPackageImportFailure(): function importBuiltinTupleFailure (line 76) | def importBuiltinTupleFailure(): FILE: tests/basics/InplaceOperationsTest.py class B (line 22) | class B: FILE: tests/basics/InspectionTest.py function displayDict (line 14) | def displayDict(d, remove_keys=()): function compiledFunction (line 38) | def compiledFunction(a, b): class CompiledClass (line 57) | class CompiledClass: method __init__ (line 58) | def __init__(self): method compiledMethod (line 61) | def compiledMethod(self): function compiledGenerator (line 79) | def compiledGenerator(): function someFunction (line 98) | def someFunction(a): class C (line 109) | class C: function f (line 119) | def f(): function g (line 127) | def g(): FILE: tests/basics/InspectionTest_35.py function compiledCoroutine (line 12) | async def compiledCoroutine(): FILE: tests/basics/InspectionTest_36.py function compiledAsyncgen (line 12) | async def compiledAsyncgen(): FILE: tests/basics/LambdasTest.py function lambdaContainer (line 7) | def lambdaContainer(x): function lambdaGenerator (line 40) | def lambdaGenerator(): function lambdaDirectCall (line 50) | def lambdaDirectCall(): FILE: tests/basics/LateClosureAssignmentTest.py function closureTest1 (line 7) | def closureTest1(): function closureTest2 (line 20) | def closureTest2(): function closureTest3 (line 32) | def closureTest3(): function scopeTest4 (line 45) | def scopeTest4(): function function (line 62) | def function(): class ClosureLocalizerClass (line 66) | class ClosureLocalizerClass: function ClosureLocalizerFunction (line 77) | def ClosureLocalizerFunction(): class X (line 92) | class X: method __init__ (line 93) | def __init__(self, x): function changingClosure (line 97) | def changingClosure(): FILE: tests/basics/ListContractionsTest.py function displayDict (line 13) | def displayDict(d): function someFunction (line 34) | def someFunction(): function otherFunction (line 44) | def otherFunction(): function complexContractions (line 55) | def complexContractions(): function trickyContraction (line 69) | def trickyContraction(): function lambdaWithcontraction (line 91) | def lambdaWithcontraction(x): function allowedDelOnIteratorVariable (line 103) | def allowedDelOnIteratorVariable(z): FILE: tests/basics/LoopingTest.py function cond (line 13) | def cond(): function loopingFunction (line 17) | def loopingFunction(a=1 * 2): FILE: tests/basics/MainProgramsTest.py class SomeClass (line 9) | class SomeClass: FILE: tests/basics/ModuleAttributesTest.py function checkFromFunction (line 26) | def checkFromFunction(): FILE: tests/basics/OrderChecksTest.py function separator (line 7) | def separator(): function dictOrderCheck (line 11) | def dictOrderCheck(): function listOrderCheck (line 50) | def listOrderCheck(): function sliceOrderCheck (line 64) | def sliceOrderCheck(): function subscriptOrderCheck (line 132) | def subscriptOrderCheck(): function attributeOrderCheck (line 163) | def attributeOrderCheck(): function compareOrderCheck (line 193) | def compareOrderCheck(): function operatorOrderCheck (line 221) | def operatorOrderCheck(): function generatorOrderCheck (line 246) | def generatorOrderCheck(): function classOrderCheck (line 279) | def classOrderCheck(): function inOrderCheck (line 316) | def inOrderCheck(): function unpackOrderCheck (line 333) | def unpackOrderCheck(): function superOrderCheck (line 380) | def superOrderCheck(): function isinstanceOrderCheck (line 388) | def isinstanceOrderCheck(): function rangeOrderCheck (line 396) | def rangeOrderCheck(): function importOrderCheck (line 409) | def importOrderCheck(): function hasattrOrderCheck (line 433) | def hasattrOrderCheck(): function getattrOrderCheck (line 441) | def getattrOrderCheck(): function typeOrderCheck (line 460) | def typeOrderCheck(): function iterOrderCheck (line 468) | def iterOrderCheck(): function openOrderCheck (line 476) | def openOrderCheck(): function unicodeOrderCheck (line 484) | def unicodeOrderCheck(): function longOrderCheck (line 492) | def longOrderCheck(): function intOrderCheck (line 500) | def intOrderCheck(): function nextOrderCheck (line 508) | def nextOrderCheck(): function callOrderCheck (line 516) | def callOrderCheck(): function boolOrderCheck (line 532) | def boolOrderCheck(): function comparisonChainOrderCheck (line 597) | def comparisonChainOrderCheck(): FILE: tests/basics/OrderChecksTest27.py function setOrderCheck (line 7) | def setOrderCheck(): function raiseOrderCheck (line 21) | def raiseOrderCheck(): FILE: tests/basics/OverflowFunctionsTest_2.py function starImporterFunction (line 4) | def starImporterFunction(): function deepExec (line 13) | def deepExec(): FILE: tests/basics/ParameterErrorsTest.py function functionNoParameters (line 4) | def functionNoParameters(): function functionOneParameter (line 23) | def functionOneParameter(a): function functionTwoParameters (line 43) | def functionTwoParameters(a, b): class MethodContainer (line 82) | class MethodContainer: method methodNoParameters (line 83) | def methodNoParameters(self): method methodOneParameter (line 86) | def methodOneParameter(self, a): method methodTwoParameters (line 89) | def methodTwoParameters(self, a, b): function functionPosBothStarArgs (line 145) | def functionPosBothStarArgs(a, b, c, *l, **d): function functionWithDefaults (line 162) | def functionWithDefaults(a, b, c, d=3): function functionwithTwoArgsOneDefaulted (line 272) | def functionwithTwoArgsOneDefaulted(a, b=5): FILE: tests/basics/ParameterErrorsTest32.py function kwfunc (line 4) | def kwfunc(a, *, k): function kwfuncdefaulted (line 38) | def kwfuncdefaulted(a, b=None, *, c=None): function kwfunc2 (line 52) | def kwfunc2(a, *, k, l, m): FILE: tests/basics/RecursionTest.py function recurse (line 7) | def recurse(): FILE: tests/basics/ReferencingTest.py function simpleFunction1 (line 39) | def simpleFunction1(): function simpleFunction2 (line 46) | def simpleFunction2(): function simpleFunction3 (line 55) | def simpleFunction3(): function simpleFunction4 (line 64) | def simpleFunction4(a=1): function simpleFunction5 (line 75) | def simpleFunction5(a=2): function simpleFunction6 (line 82) | def simpleFunction6(): function simpleFunction7 (line 90) | def simpleFunction7(b=1): function simpleFunction8 (line 95) | def simpleFunction8(): function simpleFunction9 (line 100) | def simpleFunction9(a=1 * 2): function simpleFunction10 (line 108) | def simpleFunction10(a=1 * 2): function simpleFunction11 (line 112) | def simpleFunction11(): function simpleFunction12 (line 122) | def simpleFunction12(): function cond (line 128) | def cond(): function simpleFunction13 (line 132) | def simpleFunction13(a=1 * 2): function simpleFunction14p (line 136) | def simpleFunction14p(x): function simpleFunction14 (line 148) | def simpleFunction14(): function simpleFunction15p (line 152) | def simpleFunction15p(x): function simpleFunction15 (line 165) | def simpleFunction15(): function simpleFunction16 (line 169) | def simpleFunction16(): function simpleFunction17 (line 176) | def simpleFunction17(): function simpleFunction18 (line 183) | def simpleFunction18(): function simpleFunction19 (line 196) | def simpleFunction19(): function simpleFunction20 (line 202) | def simpleFunction20(): function simpleFunction21 (line 210) | def simpleFunction21(): function simpleFunction22 (line 225) | def simpleFunction22(): function simpleFunction23 (line 229) | def simpleFunction23(): function simpleFunction24p (line 233) | def simpleFunction24p(x): function simpleFunction24 (line 237) | def simpleFunction24(): function simpleFunction25 (line 241) | def simpleFunction25(): function simpleFunction26 (line 251) | def simpleFunction26(): function simpleFunction27 (line 261) | def simpleFunction27(): function simpleFunction28 (line 270) | def simpleFunction28(): function simpleFunction29 (line 279) | def simpleFunction29(): function simpleFunction30 (line 283) | def simpleFunction30(): function simpleFunction31 (line 290) | def simpleFunction31(): function simpleFunction32 (line 305) | def simpleFunction32(): function simpleFunction33 (line 313) | def simpleFunction33(): function simpleFunction34 (line 325) | def simpleFunction34(): function simpleFunction35 (line 332) | def simpleFunction35(): function simpleFunction36 (line 339) | def simpleFunction36(): function simpleFunction37 (line 346) | def simpleFunction37(): function simpleFunction38 (line 355) | def simpleFunction38(): function simpleFunction39 (line 363) | def simpleFunction39(): function simpleFunction40 (line 368) | def simpleFunction40(): function simpleFunction41 (line 375) | def simpleFunction41(): function simpleFunction42 (line 381) | def simpleFunction42(): function simpleFunction43 (line 387) | def simpleFunction43(): function simpleFunction47 (line 396) | def simpleFunction47(): function simpleFunction48 (line 415) | def simpleFunction48(): function simpleFunction49 (line 430) | def simpleFunction49(): function simpleFunction50 (line 442) | def simpleFunction50(): function simpleFunction51 (line 456) | def simpleFunction51(): function simpleFunction52 (line 465) | def simpleFunction52(): function simpleFunction53 (line 474) | def simpleFunction53(): function simpleFunction54 (line 483) | def simpleFunction54(): function simpleFunction55 (line 493) | def simpleFunction55(): function simpleFunction56 (line 502) | def simpleFunction56(): function simpleFunction60 (line 514) | def simpleFunction60(): function simpleFunction61 (line 526) | def simpleFunction61(): function simpleFunction62 (line 538) | def simpleFunction62(): class X (line 550) | class X: method __del__ (line 551) | def __del__(self): function simpleFunction63 (line 558) | def simpleFunction63(): function simpleFunction64 (line 568) | def simpleFunction64(): function simpleFunction65 (line 576) | def simpleFunction65(): function simpleFunction66 (line 589) | def simpleFunction66(): function simpleFunction67 (line 595) | def simpleFunction67(): function simpleFunction68 (line 605) | def simpleFunction68(): function simpleFunction69 (line 611) | def simpleFunction69(): function simpleFunction70 (line 617) | def simpleFunction70(): function simpleFunction71 (line 632) | def simpleFunction71(): function simpleFunction72 (line 645) | def simpleFunction72(): function simpleFunction73 (line 656) | def simpleFunction73(): function simpleFunction74 (line 664) | def simpleFunction74(): function simpleFunction75 (line 670) | def simpleFunction75(): function simpleFunction76 (line 686) | def simpleFunction76(): class weirdstr (line 709) | class weirdstr(str): method __getitem__ (line 710) | def __getitem__(self, index): function simpleFunction77 (line 714) | def simpleFunction77(): function simpleFunction78 (line 718) | def simpleFunction78(): function simpleFunction79 (line 723) | def simpleFunction79(): function simpleFunction80 (line 730) | def simpleFunction80(): function simpleFunction81 (line 736) | def simpleFunction81(): function simpleFunction82 (line 745) | def simpleFunction82(): function simpleFunction83 (line 754) | def simpleFunction83(): function simpleFunction84 (line 762) | def simpleFunction84(): function simpleFunction85 (line 769) | def simpleFunction85(): function simpleFunction86 (line 775) | def simpleFunction86(): function simpleFunction87 (line 780) | def simpleFunction87(): class C (line 785) | class C: method f (line 786) | def f(self): method __iadd__ (line 789) | def __iadd__(self, other): method method_function (line 792) | def method_function(*args, **kwargs): method method_function_with_defaults (line 825) | def method_function_with_defaults(self, a, b, c, d=1, e=2, f=3): function simpleFunction88 (line 829) | def simpleFunction88(): function simpleFunction89 (line 834) | def simpleFunction89(): function anyArgs (line 839) | def anyArgs(*args, **kw): function simpleFunction90 (line 843) | def simpleFunction90(): function simpleFunction91 (line 849) | def simpleFunction91(): function simpleFunction92 (line 855) | def simpleFunction92(): function simpleFunction93 (line 863) | def simpleFunction93(): function simpleFunction94 (line 871) | def simpleFunction94(): function simpleFunction95 (line 879) | def simpleFunction95(): function simpleFunction96 (line 887) | def simpleFunction96(): function simpleFunction97 (line 894) | def simpleFunction97(): function simpleFunction98 (line 900) | def simpleFunction98(): function simpleFunction99 (line 906) | def simpleFunction99(): function simpleFunction100 (line 912) | def simpleFunction100(): function simpleFunction101 (line 925) | def simpleFunction101(): class SomeClassWithAttributeAccess (line 936) | class SomeClassWithAttributeAccess(object): method use (line 939) | def use(self): function simpleFunction102 (line 943) | def simpleFunction102(): function getInt (line 951) | def getInt(): function simpleFunction103 (line 955) | def simpleFunction103(): class ClassWithGeneratorMethod (line 965) | class ClassWithGeneratorMethod: method generator_method (line 966) | def generator_method(self): function simpleFunction104 (line 970) | def simpleFunction104(): function simpleFunction105 (line 974) | def simpleFunction105(): function simpleFunction106 (line 987) | def simpleFunction106(): function simpleFunction107 (line 992) | def simpleFunction107(): function simpleFunction108 (line 997) | def simpleFunction108(): function simpleFunction109 (line 1002) | def simpleFunction109(): function simpleFunction110 (line 1007) | def simpleFunction110(): function simpleFunction111 (line 1023) | def simpleFunction111(): function simpleFunction112 (line 1030) | def simpleFunction112(): function simpleFunction113 (line 1055) | def simpleFunction113(): function simpleFunction114 (line 1068) | def simpleFunction114(): function simpleFunction115 (line 1079) | def simpleFunction115(): function simpleFunction116 (line 1087) | def simpleFunction116(): function simpleFunction117 (line 1094) | def simpleFunction117(): function simpleFunction118 (line 1102) | def simpleFunction118(): function simpleFunction119 (line 1113) | def simpleFunction119(): function simpleFunction120 (line 1118) | def simpleFunction120(): function simpleFunction121 (line 1123) | def simpleFunction121(): function simpleFunction122 (line 1128) | def simpleFunction122(): function simpleFunction123 (line 1136) | def simpleFunction123(): function simpleFunction124 (line 1147) | def simpleFunction124(): function simpleFunction125 (line 1152) | def simpleFunction125(): function simpleFunction126 (line 1157) | def simpleFunction126(): class TupleWithSlots (line 1162) | class TupleWithSlots(tuple): method __add__ (line 1163) | def __add__(self, other): method __radd__ (line 1166) | def __radd__(self, other): function simpleFunction127 (line 1170) | def simpleFunction127(): function simpleFunction128 (line 1175) | def simpleFunction128(): class ListWithSlots (line 1180) | class ListWithSlots(list): method __add__ (line 1181) | def __add__(self, other): method __radd__ (line 1184) | def __radd__(self, other): function simpleFunction129 (line 1188) | def simpleFunction129(): function simpleFunction130 (line 1193) | def simpleFunction130(): function simpleFunction131 (line 1198) | def simpleFunction131(): function simpleFunction132 (line 1205) | def simpleFunction132(): function local_function (line 1212) | def local_function(*args, **kwargs): function simpleFunction133 (line 1247) | def simpleFunction133(): function copy_func (line 1306) | def copy_func(func): function simpleFunction134 (line 1322) | def simpleFunction134(): function nosimpleFunction135 (line 1333) | def nosimpleFunction135(): FILE: tests/basics/ReferencingTest27.py function simpleFunction1 (line 33) | def simpleFunction1(): function simpleFunction2 (line 37) | def simpleFunction2(): function simpleFunction3 (line 44) | def simpleFunction3(): function simpleFunction4 (line 48) | def simpleFunction4(): FILE: tests/basics/ReferencingTest33.py function simpleFunction1 (line 39) | def simpleFunction1(): function simpleFunction2 (line 47) | def simpleFunction2(): function simpleFunction3 (line 57) | def simpleFunction3(): function simpleFunction4 (line 74) | def simpleFunction4(): function simpleFunction5 (line 88) | def simpleFunction5(): function simpleFunction6 (line 97) | def simpleFunction6(): function simpleFunction7 (line 130) | def simpleFunction7(): function simpleFunction8 (line 135) | def simpleFunction8(): function simpleFunction9 (line 140) | def simpleFunction9(): function simpleFunction10 (line 145) | def simpleFunction10(): function simpleFunction11 (line 152) | def simpleFunction11(): function simpleFunction12 (line 160) | def simpleFunction12(): function simpleFunction13 (line 177) | def simpleFunction13(): class Broken (line 200) | class Broken: method __iter__ (line 201) | def __iter__(self): method __next__ (line 204) | def __next__(self): method __getattr__ (line 207) | def __getattr__(self, attr): function simpleFunction14 (line 211) | def simpleFunction14(): function simpleFunction15 (line 222) | def simpleFunction15(): function simpleFunction16 (line 234) | def simpleFunction16(): function simpleFunction17 (line 241) | def simpleFunction17(): function simpleFunction18 (line 250) | def simpleFunction18(): function simpleFunction19 (line 259) | def simpleFunction19(): function simpleFunction20 (line 275) | def simpleFunction20(): class ClassIteratorBrokenClose (line 291) | class ClassIteratorBrokenClose: method __init__ (line 292) | def __init__(self): method __iter__ (line 295) | def __iter__(self): method next (line 298) | def next(self): method close (line 301) | def close(self): function simpleFunction21 (line 307) | def simpleFunction21(): class ClassIteratorBrokenThrow (line 322) | class ClassIteratorBrokenThrow: method __init__ (line 323) | def __init__(self): method __iter__ (line 326) | def __iter__(self): method next (line 329) | def next(self): method throw (line 332) | def throw(self, *args): function simpleFunction22 (line 338) | def simpleFunction22(): class ClassIteratorRejectingThrow (line 355) | class ClassIteratorRejectingThrow: method __init__ (line 356) | def __init__(self): method __iter__ (line 359) | def __iter__(self): method next (line 362) | def next(self): method throw (line 365) | def throw(self, *args): class MyError (line 373) | class MyError(Exception): method __init__ (line 374) | def __init__(self): function simpleFunction23 (line 379) | def simpleFunction23(): function simpleFunction24 (line 394) | def simpleFunction24(): FILE: tests/basics/ReferencingTest35.py function raisy (line 42) | def raisy(): function simpleFunction1 (line 46) | def simpleFunction1(): function simpleFunction2 (line 56) | def simpleFunction2(): class AsyncIteratorWrapper (line 66) | class AsyncIteratorWrapper: method __init__ (line 67) | def __init__(self, obj): method __aiter__ (line 70) | def __aiter__(self): method __anext__ (line 73) | async def __anext__(self): function simpleFunction3 (line 81) | def simpleFunction3(): function simpleFunction4 (line 100) | def simpleFunction4(): class ClassWithAsyncMethod (line 113) | class ClassWithAsyncMethod: method async_method (line 114) | async def async_method(self): function simpleFunction5 (line 118) | def simpleFunction5(): class BadAsyncIter (line 125) | class BadAsyncIter: method __init__ (line 126) | def __init__(self): method __aiter__ (line 129) | async def __aiter__(self): method __anext__ (line 132) | def __anext__(self): function simpleFunction7 (line 136) | def simpleFunction7(): function simpleFunction8 (line 147) | def simpleFunction8(): function simpleFunction9 (line 158) | def simpleFunction9(): function rmtree (line 165) | async def rmtree(path): function sync_rmtree (line 169) | def sync_rmtree(path): function execute (line 173) | async def execute(): function run (line 182) | async def run(): function simpleFunction10 (line 186) | def simpleFunction10(): function simpleFunction11 (line 190) | def simpleFunction11(): function simpleFunction12 (line 207) | def simpleFunction12(): FILE: tests/basics/ReferencingTest36.py class AwaitException (line 40) | class AwaitException(Exception): function run_until_complete (line 44) | def run_until_complete(coro): function simpleFunction1 (line 60) | def simpleFunction1(): function simpleFunction2 (line 78) | def simpleFunction2(): function awaitable (line 94) | def awaitable(*, throw=False): function gen2 (line 101) | async def gen2(): function simpleFunction3 (line 111) | def simpleFunction3(): function simpleFunction4 (line 127) | def simpleFunction4(): function simpleFunction5 (line 148) | def simpleFunction5(): function funcTrace1 (line 165) | async def funcTrace1(): function simpleFunction6 (line 169) | def simpleFunction6(): function funcTrace2 (line 173) | async def funcTrace2(): function simpleFunction7 (line 183) | def simpleFunction7(): function disabled_simpleFunction8 (line 189) | def disabled_simpleFunction8(): FILE: tests/basics/ReferencingTest_2.py function simpleFunction1 (line 36) | def simpleFunction1(): function simpleFunction2 (line 43) | def simpleFunction2(): function simpleFunction3 (line 50) | def simpleFunction3(): function simpleFunction4 (line 57) | def simpleFunction4(): function simpleFunction5 (line 64) | def simpleFunction5(): function simpleFunction6 (line 71) | def simpleFunction6(): function simpleFunction7 (line 81) | def simpleFunction7(): function simpleFunction8 (line 91) | def simpleFunction8(): FILE: tests/basics/SlotsTest.py class W1 (line 4) | class W1(object): method __init__ (line 5) | def __init__(self): class W2 (line 9) | class W2(object): method __init__ (line 12) | def __init__(self): class _W1 (line 16) | class _W1(object): method __init__ (line 17) | def __init__(self): class _W2 (line 21) | class _W2(object): method __init__ (line 24) | def __init__(self): class a_W1 (line 28) | class a_W1(object): method __init__ (line 29) | def __init__(self): class a_W2 (line 33) | class a_W2(object): method __init__ (line 36) | def __init__(self): class W1_ (line 40) | class W1_(object): method __init__ (line 41) | def __init__(self): class W2_ (line 45) | class W2_(object): method __init__ (line 48) | def __init__(self): FILE: tests/basics/ThreadedGeneratorsTest.py function some_generator (line 9) | def some_generator(): function run (line 13) | def run(): function main (line 19) | def main(): FILE: tests/basics/TrickAssignmentsTest32.py function someFunctionThatReturnsDeletedValueViaAttributeLookup (line 4) | def someFunctionThatReturnsDeletedValueViaAttributeLookup(): function someFunctionThatReturnsDeletedValueViaAttributeSetting (line 25) | def someFunctionThatReturnsDeletedValueViaAttributeSetting(): function someFunctionThatReturnsDeletedValueViaAttributeDel (line 46) | def someFunctionThatReturnsDeletedValueViaAttributeDel(): function someFunctionThatReturnsDeletedValueViaItemLookup (line 69) | def someFunctionThatReturnsDeletedValueViaItemLookup(): function someFunctionThatReturnsDeletedValueViaItemSetting (line 90) | def someFunctionThatReturnsDeletedValueViaItemSetting(): function someFunctionThatReturnsDeletedValueViaItemDel (line 111) | def someFunctionThatReturnsDeletedValueViaItemDel(): function someFunctionThatReturnsDeletedValueViaCall (line 132) | def someFunctionThatReturnsDeletedValueViaCall(): function someFunctionThatReturnsDeletedValueViaAdd (line 153) | def someFunctionThatReturnsDeletedValueViaAdd(): function someFunctionThatReturnsDeletedValueViaSub (line 174) | def someFunctionThatReturnsDeletedValueViaSub(): function someFunctionThatReturnsDeletedValueViaMul (line 195) | def someFunctionThatReturnsDeletedValueViaMul(): function someFunctionThatReturnsDeletedValueViaRemainder (line 218) | def someFunctionThatReturnsDeletedValueViaRemainder(): function someFunctionThatReturnsDeletedValueViaDivmod (line 241) | def someFunctionThatReturnsDeletedValueViaDivmod(): function someFunctionThatReturnsDeletedValueViaPower (line 264) | def someFunctionThatReturnsDeletedValueViaPower(): function someFunctionThatReturnsDeletedValueViaUnaryMinus (line 287) | def someFunctionThatReturnsDeletedValueViaUnaryMinus(): function someFunctionThatReturnsDeletedValueViaUnaryPlus (line 310) | def someFunctionThatReturnsDeletedValueViaUnaryPlus(): function someFunctionThatReturnsDeletedValueViaNot (line 333) | def someFunctionThatReturnsDeletedValueViaNot(): function someFunctionThatReturnsDeletedValueViaInvert (line 356) | def someFunctionThatReturnsDeletedValueViaInvert(): function someFunctionThatReturnsDeletedValueViaLshift (line 379) | def someFunctionThatReturnsDeletedValueViaLshift(): function someFunctionThatReturnsDeletedValueViaRshift (line 402) | def someFunctionThatReturnsDeletedValueViaRshift(): function someFunctionThatReturnsDeletedValueViaBitwiseAnd (line 425) | def someFunctionThatReturnsDeletedValueViaBitwiseAnd(): function someFunctionThatReturnsDeletedValueViaBitwiseOr (line 448) | def someFunctionThatReturnsDeletedValueViaBitwiseOr(): function someFunctionThatReturnsDeletedValueViaBitwiseXor (line 471) | def someFunctionThatReturnsDeletedValueViaBitwiseXor(): function someFunctionThatReturnsDeletedValueViaInt (line 494) | def someFunctionThatReturnsDeletedValueViaInt(): function someFunctionThatReturnsDeletedValueViaFloat (line 517) | def someFunctionThatReturnsDeletedValueViaFloat(): function someFunctionThatReturnsDeletedValueViaComplex (line 540) | def someFunctionThatReturnsDeletedValueViaComplex(): function someFunctionThatReturnsDeletedValueViaInplaceAdd (line 563) | def someFunctionThatReturnsDeletedValueViaInplaceAdd(): function someFunctionThatReturnsDeletedValueViaInplaceSub (line 584) | def someFunctionThatReturnsDeletedValueViaInplaceSub(): function someFunctionThatReturnsDeletedValueViaInplaceMul (line 605) | def someFunctionThatReturnsDeletedValueViaInplaceMul(): function someFunctionThatReturnsDeletedValueViaInplaceRemainder (line 626) | def someFunctionThatReturnsDeletedValueViaInplaceRemainder(): function someFunctionThatReturnsDeletedValueViaInplacePower (line 647) | def someFunctionThatReturnsDeletedValueViaInplacePower(): function someFunctionThatReturnsDeletedValueViaInplaceAnd (line 670) | def someFunctionThatReturnsDeletedValueViaInplaceAnd(): function someFunctionThatReturnsDeletedValueViaInplaceFloordiv (line 693) | def someFunctionThatReturnsDeletedValueViaInplaceFloordiv(): function someFunctionThatReturnsDeletedValueViaInplaceLshift (line 716) | def someFunctionThatReturnsDeletedValueViaInplaceLshift(): function someFunctionThatReturnsDeletedValueViaInplaceRshift (line 739) | def someFunctionThatReturnsDeletedValueViaInplaceRshift(): function someFunctionThatReturnsDeletedValueViaInplaceOr (line 762) | def someFunctionThatReturnsDeletedValueViaInplaceOr(): function someFunctionThatReturnsDeletedValueViaInplaceTrueDiv (line 785) | def someFunctionThatReturnsDeletedValueViaInplaceTrueDiv(): function someFunctionThatReturnsDeletedValueViaInplaceXor (line 808) | def someFunctionThatReturnsDeletedValueViaInplaceXor(): function someFunctionThatReturnsDeletedValueViaIndex (line 831) | def someFunctionThatReturnsDeletedValueViaIndex(): function someFunctionThatReturnsDeletedValueViaLen (line 854) | def someFunctionThatReturnsDeletedValueViaLen(): function someFunctionThatReturnsDeletedValueViaRepr (line 877) | def someFunctionThatReturnsDeletedValueViaRepr(): function someFunctionThatReturnsDeletedValueViaStr (line 900) | def someFunctionThatReturnsDeletedValueViaStr(): function someFunctionThatReturnsDeletedValueViaCompare (line 923) | def someFunctionThatReturnsDeletedValueViaCompare(): function someFunctionThatReturnsDeletedValueViaDel (line 946) | def someFunctionThatReturnsDeletedValueViaDel(): function someFunctionThatReturnsDeletedValueViaHash (line 969) | def someFunctionThatReturnsDeletedValueViaHash(): function someFunctionThatReturnsDeletedValueViaIter (line 992) | def someFunctionThatReturnsDeletedValueViaIter(): function someFunctionThatReturnsDeletedValueViaBytes (line 1015) | def someFunctionThatReturnsDeletedValueViaBytes(): function someFunctionThatReturnsDeletedValueViaEq (line 1038) | def someFunctionThatReturnsDeletedValueViaEq(): function someFunctionThatReturnsDeletedValueViaLe (line 1060) | def someFunctionThatReturnsDeletedValueViaLe(): function someFunctionThatReturnsDeletedValueViaGt (line 1082) | def someFunctionThatReturnsDeletedValueViaGt(): function someFunctionThatReturnsDeletedValueViaGe (line 1104) | def someFunctionThatReturnsDeletedValueViaGe(): function someFunctionThatReturnsDeletedValueViaNe (line 1126) | def someFunctionThatReturnsDeletedValueViaNe(): function someFunctionThatReturnsDeletedValueViaContains (line 1148) | def someFunctionThatReturnsDeletedValueViaContains(): function someFunctionThatReturnsDeletedValueViaInit (line 1170) | def someFunctionThatReturnsDeletedValueViaInit(): function someFunctionThatReturnsDeletedValueViaNew (line 1190) | def someFunctionThatReturnsDeletedValueViaNew(): function someFunctionThatReturnsDeletedValueViaDir (line 1210) | def someFunctionThatReturnsDeletedValueViaDir(): function someFunctionThatReturnsDeletedValueViaReversed (line 1232) | def someFunctionThatReturnsDeletedValueViaReversed(): function someFunctionThatReturnsDeletedValueViaFormat (line 1254) | def someFunctionThatReturnsDeletedValueViaFormat(): function someFunctionThatReturnsDeletedValueViaAbs (line 1276) | def someFunctionThatReturnsDeletedValueViaAbs(): FILE: tests/basics/TrickAssignmentsTest35.py function someFunctionThatReturnsDeletedValueViaMaxtrixMult (line 4) | def someFunctionThatReturnsDeletedValueViaMaxtrixMult(): function someFunctionThatReturnsDeletedValueViaInplaceMaxtrixMult (line 25) | def someFunctionThatReturnsDeletedValueViaInplaceMaxtrixMult(): FILE: tests/basics/TrickAssignmentsTest_2.py function someFunctionThatReturnsDeletedValueViaLong (line 4) | def someFunctionThatReturnsDeletedValueViaLong(): function someFunctionThatReturnsDeletedValueViaNot (line 24) | def someFunctionThatReturnsDeletedValueViaNot(): function someFunctionThatReturnsDeletedValueViaCompare (line 44) | def someFunctionThatReturnsDeletedValueViaCompare(): FILE: tests/basics/TryContinueFinallyTest.py function tryWhileContinueFinallyTest (line 7) | def tryWhileContinueFinallyTest(): function tryForContinueFinallyTest (line 26) | def tryForContinueFinallyTest(): function tryWhileBreakFinallyTest (line 41) | def tryWhileBreakFinallyTest(): function tryForBreakFinallyTest (line 60) | def tryForBreakFinallyTest(): FILE: tests/basics/TryExceptContinueTest.py function tryWhileExceptContinueTest (line 7) | def tryWhileExceptContinueTest(): function tryForExceptContinueTest (line 29) | def tryForExceptContinueTest(): function tryWhileExceptBreakTest (line 45) | def tryWhileExceptBreakTest(): function tryForExceptBreakTest (line 65) | def tryForExceptBreakTest(): FILE: tests/basics/TryExceptFinallyTest.py function one (line 9) | def one(): function tryScope1 (line 13) | def tryScope1(x): function tryScope2 (line 35) | def tryScope2(x, someExceptionClass): function tryScope3 (line 44) | def tryScope3(x): function tryScope4 (line 68) | def tryScope4(x): function tryScope5 (line 83) | def tryScope5(): FILE: tests/basics/TryExceptFramesTest.py function displayDict (line 9) | def displayDict(d): class X (line 26) | class X: method __init__ (line 27) | def __init__(self): method __del__ (line 32) | def __del__(self): function raising (line 36) | def raising(doit): function catcher (line 57) | def catcher(): FILE: tests/basics/TryReturnFinallyTest.py function eight (line 12) | def eight(): function nine (line 16) | def nine(): function raisy1 (line 20) | def raisy1(): function raisy2 (line 24) | def raisy2(): function raisy3 (line 28) | def raisy3(arg): function returnInTried (line 32) | def returnInTried(for_call): function returnInFinally (line 41) | def returnInFinally(for_call): FILE: tests/basics/TryYieldFinallyTest.py function tryContinueFinallyTest (line 4) | def tryContinueFinallyTest(): function tryBreakFinallyTest (line 15) | def tryBreakFinallyTest(): function tryFinallyAfterYield (line 26) | def tryFinallyAfterYield(): function tryReturnFinallyYield (line 33) | def tryReturnFinallyYield(): function tryReturnExceptYield (line 40) | def tryReturnExceptYield(): function tryStopIterationExceptYield (line 52) | def tryStopIterationExceptYield(): FILE: tests/basics/UnpackingTest35.py function tupleUnpacking (line 4) | def tupleUnpacking(): function listUnpacking (line 8) | def listUnpacking(): function setUnpacking (line 12) | def setUnpacking(): function dictUnpacking (line 16) | def dictUnpacking(): function tupleUnpackingError (line 34) | def tupleUnpackingError(): function listUnpackingError (line 41) | def listUnpackingError(): function setUnpackingError (line 48) | def setUnpackingError(): function dictUnpackingError (line 55) | def dictUnpackingError(): FILE: tests/basics/VarargsTest.py function plain_list_dict_args_function (line 7) | def plain_list_dict_args_function(plain, *arg_list, **arg_dict): function plain_list_args_function (line 11) | def plain_list_args_function(plain, *arg_list): function plain_dict_args_function (line 15) | def plain_dict_args_function(plain, **arg_dict): function list_dict_args_function (line 33) | def list_dict_args_function(*arg_list, **arg_dict): function list_args_function (line 37) | def list_args_function(*arg_list): function dict_args_function (line 41) | def dict_args_function(**arg_dict): FILE: tests/basics/WithStatementsTest.py class MyContextManager (line 13) | class MyContextManager(object): method __getattribute__ (line 14) | def __getattribute__(self, attribute_name): method __enter__ (line 18) | def __enter__(self): method __exit__ (line 26) | def __exit__(self, exc_type, exc_value, traceback): function returnFromContextBlock (line 85) | def returnFromContextBlock(): class NonContextManager1 (line 99) | class NonContextManager1: method __enter__ (line 100) | def __enter__(self): class NonContextManager2 (line 104) | class NonContextManager2: method __exit__ (line 105) | def __exit__(self): class NotAtAllContextManager (line 129) | class NotAtAllContextManager: class MeanContextManager (line 143) | class MeanContextManager: method __enter__ (line 144) | def __enter__(self): method __exit__ (line 147) | def __exit__(self): class CatchingContextManager (line 163) | class CatchingContextManager(object): method __enter__ (line 164) | def __enter__(self): method __exit__ (line 167) | def __exit__(self, exc_type, exc_value, traceback): FILE: tests/basics/YieldFromTest33.py function g (line 4) | def g(): function h (line 11) | def h(): function f (line 16) | def f(): class Broken (line 27) | class Broken: method __iter__ (line 28) | def __iter__(self): method __next__ (line 31) | def __next__(self): method __getattr__ (line 34) | def __getattr__(self, attr): function test_broken_getattr_handling (line 38) | def test_broken_getattr_handling(): function test_throw_caught_subgenerator_handling (line 72) | def test_throw_caught_subgenerator_handling(): function give_cpython_generator (line 110) | def give_cpython_generator(): function gen_compiled (line 115) | def gen_compiled(): FILE: tests/basics/run_all.py function main (line 35) | def main(): FILE: tests/benchmarks/binary-trees.py function make_tree (line 12) | def make_tree(item, depth): function check_tree (line 20) | def check_tree(tree): function main (line 27) | def main(): FILE: tests/benchmarks/comparisons/GeneratorFunctionVsGeneratorExpression.py function getGeneratorFunction (line 9) | def getGeneratorFunction(): function getGeneratorExpression (line 16) | def getGeneratorExpression(): FILE: tests/benchmarks/constructs/BuiltinSumWithGenerator.py function calledRepeatedly (line 9) | def calledRepeatedly(iterable, empty): FILE: tests/benchmarks/constructs/BuiltinSumWithList.py function calledRepeatedly (line 11) | def calledRepeatedly(iterable, empty): FILE: tests/benchmarks/constructs/BuiltinSumWithTuple.py function calledRepeatedly (line 11) | def calledRepeatedly(iterable, empty): FILE: tests/benchmarks/constructs/CallCompiledClassCreationPosArgsConstant6.py class C (line 9) | class C(object): method __init__ (line 10) | def __init__(self, a, b, c, d, e, f): function calledRepeatedly (line 19) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallCompiledFunctionKwArgsConstant.py function compiled_func (line 9) | def compiled_func(a, b, c): function calledRepeatedly (line 13) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallCompiledFunctionKwArgsVariable.py function compiled_func (line 9) | def compiled_func(a, b, c): function getUnknownValue (line 13) | def getUnknownValue(): function calledRepeatedly (line 17) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallCompiledFunctionKwArgsVariableStarDict.py function compiled_func (line 9) | def compiled_func(a, b, c, d, e, f): function getUnknownValue (line 13) | def getUnknownValue(): function calledRepeatedly (line 24) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallCompiledFunctionPosArgsConstant.py function compiled_func (line 9) | def compiled_func(a, b, c, d, e, f): function calledRepeatedly (line 13) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallCompiledFunctionPosArgsDefaults.py function compiled_func (line 9) | def compiled_func(a=1, b=2, c=3, d=4, e=5, f=6): function calledRepeatedly (line 13) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallCompiledFunctionPosArgsMutable.py function compiled_func (line 9) | def compiled_func(some_list): function calledRepeatedly (line 13) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallCompiledFunctionPosArgsVariable.py function compiled_func (line 9) | def compiled_func(a, b, c, d, e, f): function getUnknownValue (line 13) | def getUnknownValue(): function calledRepeatedly (line 17) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallCompiledFunctionPosKwArgsVariable.py function compiled_func (line 9) | def compiled_func(a, b, c, d, e, f): function getUnknownValue (line 13) | def getUnknownValue(): function calledRepeatedly (line 17) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallCompiledInstanceMethodNoArgs_27.py class C (line 9) | class C: method compiled_method (line 10) | def compiled_method(self): function calledRepeatedly (line 14) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsConstant1_27.py class C (line 9) | class C: method compiled_method (line 10) | def compiled_method(self, a): function calledRepeatedly (line 14) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsConstant6_27.py class C (line 9) | class C: method compiled_method (line 10) | def compiled_method(self, a, b, c, d, e, f): function calledRepeatedly (line 14) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsDefaults_27.py class C (line 9) | class C: method compiled_method (line 10) | def compiled_method(self, a=1, b=2, c=3, d=4, e=5, f=6): function calledRepeatedly (line 14) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsVariable_27.py class C (line 9) | class C: method compiled_method (line 10) | def compiled_method(self, a, b, c, d, e, f): function getUnknownValue (line 14) | def getUnknownValue(): function calledRepeatedly (line 18) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallCompiledObjectMethodNoArgs.py class C (line 9) | class C(object): method compiled_method (line 10) | def compiled_method(self): function calledRepeatedly (line 14) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsConstant1.py class C (line 9) | class C(object): method compiled_method (line 10) | def compiled_method(self, a): function calledRepeatedly (line 14) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsConstant6.py class C (line 9) | class C(object): method compiled_method (line 10) | def compiled_method(self, a, b, c, d, e, f): function calledRepeatedly (line 14) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsDefaults.py class C (line 9) | class C(object): method compiled_method (line 10) | def compiled_method(self, a=1, b=2, c=3, d=4, e=5, f=6): function calledRepeatedly (line 14) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsVariable.py class C (line 9) | class C(object): method compiled_method (line 10) | def compiled_method(self, a, b, c, d, e, f): function getUnknownValue (line 14) | def getUnknownValue(): function calledRepeatedly (line 18) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallLambdaExpressionDirectly.py function calledRepeatedly (line 9) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/CallUncompiledFunctionComplexArgs.py function calledRepeatedly (line 18) | def calledRepeatedly(python_f): FILE: tests/benchmarks/constructs/CallUncompiledFunctionPosArgs.py function calledRepeatedly (line 16) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/ClosureVariableAccess.py function calledRepeatedly (line 11) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/DictCreation.py function calledRepeatedly (line 10) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/FunctionCreationClosure.py function calledRepeatedly (line 9) | def calledRepeatedly(x): FILE: tests/benchmarks/constructs/FunctionCreationGeneratorClosure.py function calledRepeatedly (line 9) | def calledRepeatedly(x): FILE: tests/benchmarks/constructs/FunctionCreationGeneratorLocal.py function calledRepeatedly (line 9) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/FunctionCreationLocal.py function calledRepeatedly (line 7) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/FunctionEmpty.py function empty (line 7) | def empty(): function calledRepeatedly (line 14) | def calledRepeatedly(called): FILE: tests/benchmarks/constructs/FunctionRaise.py function raisy (line 11) | def raisy(): function calledRepeatedly (line 15) | def calledRepeatedly(raisy): FILE: tests/benchmarks/constructs/GeneratorExit.py function calledRepeatedly (line 7) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/GeneratorExpressionCreation.py function calledRepeatedly (line 7) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/GeneratorExpressionExit.py function calledRepeatedly (line 7) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/GeneratorExpressionUsage.py function calledRepeatedly (line 9) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/GeneratorUsage.py function calledRepeatedly (line 7) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/GlobalVariableAccess.py function calledRepeatedly (line 10) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/InplaceOperationFloatAdd.py function calledRepeatedly (line 10) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/InplaceOperationInstanceStringAdd.py class C (line 9) | class C: method __init__ (line 10) | def __init__(self): method increment (line 13) | def increment(self): function calledRepeatedly (line 27) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/InplaceOperationIntegerAdd.py function calledRepeatedly (line 10) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/InplaceOperationIntegerMul.py function calledRepeatedly (line 10) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/InplaceOperationListAdd.py function calledRepeatedly (line 10) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/InplaceOperationLongAdd_27.py function calledRepeatedly (line 10) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/InplaceOperationStringAdd.py function calledRepeatedly (line 11) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/InplaceOperationTupleAdd.py function calledRepeatedly (line 10) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/InplaceOperationUnicodeAdd_27.py function calledRepeatedly (line 10) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/ListContraction.py function calledRepeatedly (line 9) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/ListCreation.py function calledRepeatedly (line 9) | def calledRepeatedly(list_value1): FILE: tests/benchmarks/constructs/ListCreationConstant.py function calledRepeatedly (line 7) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/LocalVariableAccess.py function calledRepeatedly (line 11) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/LocalVariableDeletion.py function calledRepeatedly (line 11) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/LoopSmallRange.py function calledRepeatedly (line 10) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/LoopSmallXrange.py function calledRepeatedly (line 10) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/NumpyArrayConstruction.py function calledRepeatedly (line 14) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/OperationAttributeLookup.py function calledRepeatedly (line 10) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/OperationFloatAdd.py function calledRepeatedly (line 10) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/OperationIntegerAdd.py function calledRepeatedly (line 10) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/OperationIntegerMul.py function calledRepeatedly (line 10) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/OperationIntegerPower.py function calledRepeatedly (line 10) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/OperationListIntegerIndexLookup.py function calledRepeatedly (line 10) | def calledRepeatedly(): FILE: tests/benchmarks/constructs/RichComparisonStrings.py function calledRepeatedly (line 13) | def calledRepeatedly(value1, value2): FILE: tests/benchmarks/constructs/SetCreation.py function calledRepeatedly (line 9) | def calledRepeatedly(set_value1): FILE: tests/benchmarks/constructs/TupleCreation.py function calledRepeatedly (line 9) | def calledRepeatedly(tuple_value1): FILE: tests/benchmarks/constructs/UnpackIterator.py function calledRepeatedly (line 10) | def calledRepeatedly(): FILE: tests/benchmarks/mandelbrot.py function mandelbrot (line 7) | def mandelbrot(z, maxiter): function mandelbrot_set (line 16) | def mandelbrot_set(xmin, xmax, ymin, ymax, width, height, maxiter): FILE: tests/benchmarks/pybench/Arithmetic.py class SimpleIntegerArithmetic (line 6) | class SimpleIntegerArithmetic(Test): method test (line 12) | def test(self): method calibrate (line 156) | def calibrate(self): class SimpleFloatArithmetic (line 161) | class SimpleFloatArithmetic(Test): method test (line 167) | def test(self): method calibrate (line 311) | def calibrate(self): class SimpleIntFloatArithmetic (line 316) | class SimpleIntFloatArithmetic(Test): method test (line 322) | def test(self): method calibrate (line 466) | def calibrate(self): class SimpleLongArithmetic (line 472) | class SimpleLongArithmetic(Test): method test (line 478) | def test(self): method calibrate (line 622) | def calibrate(self): class SimpleComplexArithmetic (line 627) | class SimpleComplexArithmetic(Test): method test (line 633) | def test(self): method calibrate (line 777) | def calibrate(self): FILE: tests/benchmarks/pybench/Calls.py class PythonFunctionCalls (line 6) | class PythonFunctionCalls(Test): method test (line 12) | def test(self): method calibrate (line 92) | def calibrate(self): class ComplexPythonFunctionCalls (line 115) | class ComplexPythonFunctionCalls(Test): method test (line 121) | def test(self): method calibrate (line 158) | def calibrate(self): class BuiltinFunctionCalls (line 173) | class BuiltinFunctionCalls(Test): method test (line 179) | def test(self): method calibrate (line 280) | def calibrate(self): class PythonMethodCalls (line 294) | class PythonMethodCalls(Test): method test (line 300) | def test(self): method calibrate (line 407) | def calibrate(self): class Recursion (line 436) | class Recursion(Test): method test (line 442) | def test(self): method calibrate (line 459) | def calibrate(self): FILE: tests/benchmarks/pybench/CommandLine.py function _getopt_flags (line 30) | def _getopt_flags(options): function invisible_input (line 52) | def invisible_input(prompt='>>> '): function fileopen (line 64) | def fileopen(name, mode='wb', encoding=None): function option_dict (line 91) | def option_dict(options): function srange (line 106) | def srange(s, function abspath (line 133) | def abspath(path, class Option (line 156) | class Option: method __init__ (line 168) | def __init__(self,name,help=None): method __str__ (line 180) | def __str__(self): class ArgumentOption (line 195) | class ArgumentOption(Option): method __init__ (line 202) | def __init__(self,name,help=None,default=None): class SwitchOption (line 212) | class SwitchOption(Option): method __init__ (line 217) | def __init__(self,name,help=None,default=None): class Application (line 228) | class Application: method __init__ (line 307) | def __init__(self,argv=None): method add_option (line 375) | def add_option(self, option): method startup (line 386) | def startup(self): method exit (line 396) | def exit(self, rc=0): method parse (line 406) | def parse(self): method check_files (line 481) | def check_files(self,filelist): method help (line 494) | def help(self,note=''): method notice (line 519) | def notice(self,note): method print_header (line 526) | def print_header(self): method print_options (line 533) | def print_options(self): method handle_files (line 555) | def handle_files(self,files): method handle_h (line 562) | def handle_h(self,arg): method handle_v (line 567) | def handle_v(self, value): method handle__help (line 574) | def handle__help(self,arg): method handle__debug (line 579) | def handle__debug(self,arg): method handle__copyright (line 585) | def handle__copyright(self,arg): method handle__examples (line 592) | def handle__examples(self,arg): method main (line 605) | def main(self): function _test (line 620) | def _test(): FILE: tests/benchmarks/pybench/Constructs.py class IfThenElse (line 6) | class IfThenElse(Test): method test (line 12) | def test(self): method calibrate (line 467) | def calibrate(self): class NestedForLoops (line 473) | class NestedForLoops(Test): method test (line 479) | def test(self): method calibrate (line 490) | def calibrate(self): class ForLoops (line 498) | class ForLoops(Test): method test (line 504) | def test(self): method calibrate (line 563) | def calibrate(self): FILE: tests/benchmarks/pybench/Dict.py class DictCreation (line 6) | class DictCreation(Test): method test (line 12) | def test(self): method calibrate (line 76) | def calibrate(self): class DictWithStringKeys (line 81) | class DictWithStringKeys(Test): method test (line 87) | def test(self): method calibrate (line 163) | def calibrate(self): class DictWithFloatKeys (line 170) | class DictWithFloatKeys(Test): method test (line 176) | def test(self): method calibrate (line 252) | def calibrate(self): class DictWithIntegerKeys (line 259) | class DictWithIntegerKeys(Test): method test (line 265) | def test(self): method calibrate (line 341) | def calibrate(self): class SimpleDictManipulation (line 348) | class SimpleDictManipulation(Test): method test (line 354) | def test(self): method calibrate (line 501) | def calibrate(self): FILE: tests/benchmarks/pybench/Exceptions.py class TryRaiseExcept (line 6) | class TryRaiseExcept(Test): method test (line 12) | def test(self): method calibrate (line 50) | def calibrate(self): class TryExcept (line 58) | class TryExcept(Test): method test (line 64) | def test(self): method calibrate (line 691) | def calibrate(self): FILE: tests/benchmarks/pybench/Imports.py class SecondImport (line 10) | class SecondImport(Test): method test (line 16) | def test(self): method calibrate (line 49) | def calibrate(self): class SecondPackageImport (line 55) | class SecondPackageImport(Test): method test (line 61) | def test(self): method calibrate (line 94) | def calibrate(self): class SecondSubmoduleImport (line 99) | class SecondSubmoduleImport(Test): method test (line 105) | def test(self): method calibrate (line 138) | def calibrate(self): FILE: tests/benchmarks/pybench/Instances.py class CreateInstances (line 6) | class CreateInstances(Test): method test (line 12) | def test(self): method calibrate (line 48) | def calibrate(self): FILE: tests/benchmarks/pybench/Lists.py class SimpleListManipulation (line 6) | class SimpleListManipulation(Test): method test (line 12) | def test(self): method calibrate (line 128) | def calibrate(self): class ListSlicing (line 136) | class ListSlicing(Test): method test (line 142) | def test(self): method calibrate (line 161) | def calibrate(self): class SmallLists (line 170) | class SmallLists(Test): method test (line 176) | def test(self): method calibrate (line 295) | def calibrate(self): class SimpleListComprehensions (line 300) | class SimpleListComprehensions(Test): method test (line 306) | def test(self): method calibrate (line 319) | def calibrate(self): class NestedListComprehensions (line 326) | class NestedListComprehensions(Test): method test (line 332) | def test(self): method calibrate (line 347) | def calibrate(self): FILE: tests/benchmarks/pybench/Lookups.py class SpecialClassAttribute (line 6) | class SpecialClassAttribute(Test): method test (line 12) | def test(self): method calibrate (line 179) | def calibrate(self): class NormalClassAttribute (line 187) | class NormalClassAttribute(Test): method test (line 193) | def test(self): method calibrate (line 365) | def calibrate(self): class SpecialInstanceAttribute (line 373) | class SpecialInstanceAttribute(Test): method test (line 379) | def test(self): method calibrate (line 552) | def calibrate(self): class NormalInstanceAttribute (line 561) | class NormalInstanceAttribute(Test): method test (line 567) | def test(self): method calibrate (line 740) | def calibrate(self): class BuiltinMethodLookup (line 749) | class BuiltinMethodLookup(Test): method test (line 755) | def test(self): method calibrate (line 942) | def calibrate(self): FILE: tests/benchmarks/pybench/NewInstances.py class c (line 8) | class c(object): class CreateNewInstances (line 15) | class CreateNewInstances(Test): method test (line 21) | def test(self): method calibrate (line 57) | def calibrate(self): FILE: tests/benchmarks/pybench/Numbers.py class CompareIntegers (line 6) | class CompareIntegers(Test): method test (line 12) | def test(self): method calibrate (line 196) | def calibrate(self): class CompareFloats (line 202) | class CompareFloats(Test): method test (line 208) | def test(self): method calibrate (line 392) | def calibrate(self): class CompareFloatsIntegers (line 398) | class CompareFloatsIntegers(Test): method test (line 404) | def test(self): method calibrate (line 588) | def calibrate(self): class CompareLongs (line 594) | class CompareLongs(Test): method test (line 600) | def test(self): method calibrate (line 784) | def calibrate(self): FILE: tests/benchmarks/pybench/Strings.py class ConcatStrings (line 7) | class ConcatStrings(Test): method test (line 13) | def test(self): method calibrate (line 80) | def calibrate(self): class CompareStrings (line 89) | class CompareStrings(Test): method test (line 95) | def test(self): method calibrate (line 162) | def calibrate(self): class CompareInternedStrings (line 171) | class CompareInternedStrings(Test): method test (line 177) | def test(self): method calibrate (line 244) | def calibrate(self): class CreateStringsWithConcat (line 253) | class CreateStringsWithConcat(Test): method test (line 259) | def test(self): method calibrate (line 322) | def calibrate(self): class StringSlicing (line 328) | class StringSlicing(Test): method test (line 334) | def test(self): method calibrate (line 380) | def calibrate(self): class StringMappings (line 391) | class StringMappings(Test): method test (line 397) | def test(self): method calibrate (line 454) | def calibrate(self): class StringPredicates (line 464) | class StringPredicates(Test): method test (line 470) | def test(self): method calibrate (line 558) | def calibrate(self): FILE: tests/benchmarks/pybench/Tuples.py class TupleSlicing (line 6) | class TupleSlicing(Test): method test (line 12) | def test(self): method calibrate (line 261) | def calibrate(self): class SmallTuples (line 270) | class SmallTuples(Test): method test (line 276) | def test(self): method calibrate (line 360) | def calibrate(self): FILE: tests/benchmarks/pybench/Unicode.py class ConcatUnicode (line 12) | class ConcatUnicode(Test): method test (line 18) | def test(self): method calibrate (line 85) | def calibrate(self): class CompareUnicode (line 94) | class CompareUnicode(Test): method test (line 100) | def test(self): method calibrate (line 167) | def calibrate(self): class CreateUnicodeWithConcat (line 176) | class CreateUnicodeWithConcat(Test): method test (line 182) | def test(self): method calibrate (line 245) | def calibrate(self): class UnicodeSlicing (line 251) | class UnicodeSlicing(Test): method test (line 257) | def test(self): method calibrate (line 303) | def calibrate(self): class UnicodeMappings (line 312) | class UnicodeMappings(Test): method test (line 318) | def test(self): method calibrate (line 375) | def calibrate(self): class UnicodePredicates (line 385) | class UnicodePredicates(Test): method test (line 391) | def test(self): method calibrate (line 449) | def calibrate(self): class UnicodeProperties (line 462) | class UnicodeProperties(Test): method test (line 468) | def test(self): method calibrate (line 530) | def calibrate(self): FILE: tests/benchmarks/pybench/With.py class WithFinally (line 7) | class WithFinally(Test): class ContextManager (line 13) | class ContextManager(object): method __enter__ (line 14) | def __enter__(self): method __exit__ (line 16) | def __exit__(self, exc, val, tb): method test (line 19) | def test(self): method calibrate (line 45) | def calibrate(self): class TryFinally (line 53) | class TryFinally(Test): class ContextManager (line 59) | class ContextManager(object): method __enter__ (line 60) | def __enter__(self): method __exit__ (line 62) | def __exit__(self): method test (line 67) | def test(self): method calibrate (line 152) | def calibrate(self): class WithRaiseExcept (line 160) | class WithRaiseExcept(Test): class BlockExceptions (line 166) | class BlockExceptions(object): method __enter__ (line 167) | def __enter__(self): method __exit__ (line 169) | def __exit__(self, exc, val, tb): method test (line 172) | def test(self): method calibrate (line 187) | def calibrate(self): FILE: tests/benchmarks/pybench/clockres.py function clockres (line 16) | def clockres(timer): FILE: tests/benchmarks/pybench/pybench.py function get_timer (line 93) | def get_timer(timertype): function get_machine_details (line 105) | def get_machine_details(): function print_machine_details (line 136) | def print_machine_details(d, indent=''): class Test (line 156) | class Test: method __init__ (line 221) | def __init__(self, warp=None, calibration_runs=None, timer=None): method get_timer (line 247) | def get_timer(self): method compatible (line 254) | def compatible(self, other): method calibrate_test (line 266) | def calibrate_test(self): method run (line 313) | def run(self): method calibrate (line 340) | def calibrate(self): method test (line 352) | def test(self): method stat (line 362) | def stat(self): class Benchmark (line 397) | class Benchmark: method __init__ (line 423) | def __init__(self, name, verbose=None, timer=None, warp=None, method get_timer (line 450) | def get_timer(self): method compatible (line 457) | def compatible(self, other): method load_tests (line 476) | def load_tests(self, setupmod, limitnames=None): method calibrate (line 504) | def calibrate(self): method run (line 530) | def run(self): method stat (line 568) | def stat(self): method print_header (line 589) | def print_header(self, title='Benchmark'): method print_benchmark (line 603) | def print_benchmark(self, hidenoise=0, limitnames=None): method print_comparison (line 637) | def print_comparison(self, compare_to, hidenoise=0, limitnames=None, r... class PyBenchCmdline (line 768) | class PyBenchCmdline(Application): method main (line 836) | def main(self): FILE: tests/benchmarks/pybench/systimes.py function getrusage_systimes (line 102) | def getrusage_systimes(): function process_time_clock_systimes (line 105) | def process_time_clock_systimes(): function wall_clock_clock_systimes (line 108) | def wall_clock_clock_systimes(): function wall_clock_time_systimes (line 111) | def wall_clock_time_systimes(): function win32process_getprocesstimes_systimes (line 127) | def win32process_getprocesstimes_systimes(): function ctypes_getprocesstimes_systimes (line 132) | def ctypes_getprocesstimes_systimes(): function processtime (line 171) | def processtime(): function some_workload (line 184) | def some_workload(): function test_workload (line 189) | def test_workload(): function test_idle (line 199) | def test_idle(): FILE: tests/benchmarks/pystone.py class Record (line 45) | class Record: method __init__ (line 47) | def __init__(self, PtrComp = None, Discr = 0, EnumComp = 0, method copy (line 55) | def copy(self): function main (line 62) | def main(loops = LOOPS): function pystones (line 74) | def pystones(loops = LOOPS): function Proc0 (line 86) | def Proc0(loops = LOOPS): function Proc1 (line 144) | def Proc1(PtrParIn): function Proc2 (line 160) | def Proc2(IntParIO): function Proc3 (line 171) | def Proc3(PtrParOut): function Proc4 (line 181) | def Proc4(): function Proc5 (line 188) | def Proc5(): function Proc6 (line 195) | def Proc6(EnumParIn): function Proc7 (line 214) | def Proc7(IntParI1, IntParI2): function Proc8 (line 219) | def Proc8(Array1Par, Array2Par, IntParI1, IntParI2): function Func1 (line 232) | def Func1(CharPar1, CharPar2): function Func2 (line 240) | def Func2(StrParI1, StrParI2): function Func3 (line 257) | def Func3(EnumParIn): function pystone (line 262) | def pystone(): FILE: tests/benchmarks/pystone3.py class Record (line 53) | class Record: method __init__ (line 54) | def __init__(self, PtrComp=None, Discr=0, EnumComp=0, IntComp=0, Strin... method copy (line 61) | def copy(self): function main (line 71) | def main(loops=LOOPS): function pystones (line 83) | def pystones(loops=LOOPS): function Proc0 (line 97) | def Proc0(loops=LOOPS): function Proc1 (line 156) | def Proc1(PtrParIn): function Proc2 (line 173) | def Proc2(IntParIO): function Proc3 (line 185) | def Proc3(PtrParOut): function Proc4 (line 196) | def Proc4(): function Proc5 (line 204) | def Proc5(): function Proc6 (line 212) | def Proc6(EnumParIn): function Proc7 (line 232) | def Proc7(IntParI1, IntParI2): function Proc8 (line 238) | def Proc8(Array1Par, Array2Par, IntParI1, IntParI2): function Func1 (line 252) | def Func1(CharPar1, CharPar2): function Func2 (line 261) | def Func2(StrParI1, StrParI2): function Func3 (line 279) | def Func3(EnumParIn): function error (line 289) | def error(msg): FILE: tests/benchmarks/recipe-577834-1.py function read_local (line 9) | def read_local(trials=trials): function make_nonlocal_reader (line 39) | def make_nonlocal_reader(): function read_global (line 79) | def read_global(trials=trials): function read_builtin (line 108) | def read_builtin(trials=trials): class A (line 137) | class A(object): method m (line 138) | def m(self): function read_classvar (line 142) | def read_classvar(trials=trials, A=A): function read_instancevar (line 172) | def read_instancevar(trials=trials, a=A()): function read_unboundmethod (line 202) | def read_unboundmethod(trials=trials, A=A): function read_boundmethod (line 232) | def read_boundmethod(trials=trials, a=A()): function write_local (line 261) | def write_local(trials=trials): function make_nonlocal_writer (line 291) | def make_nonlocal_writer(): function write_global (line 330) | def write_global(trials=trials): function write_classvar (line 360) | def write_classvar(trials=trials, A=A): function write_instancevar (line 389) | def write_instancevar(trials=trials, a=A()): function loop_overhead (line 418) | def loop_overhead(trials=trials): FILE: tests/distutils/example_2_setuptools/package1/main.py function main (line 10) | def main(): FILE: tests/distutils/example_2_setuptools/package1/module1.py function module1_f1 (line 8) | def module1_f1(var1): FILE: tests/distutils/example_2_setuptools/package1/module2.py function module2_f1 (line 9) | def module2_f1(var1): FILE: tests/distutils/example_2_setuptools/package1/subpackage1/submodule11.py function submodule11_f1 (line 9) | def submodule11_f1(var1): function submodule11_f2 (line 15) | def submodule11_f2(var1): FILE: tests/distutils/example_2_setuptools/package1/subpackage2/submodule21.py function submodule21_f1 (line 9) | def submodule21_f1(var1): FILE: tests/distutils/example_3_pyproject/src/some_namespace/some_package/sub_package/__init__.py function main (line 9) | def main(): FILE: tests/distutils/example_3_setuptools32/outer/inner/main.py function main (line 4) | def main(): FILE: tests/distutils/example_5_versioneer_setuptools32/some_package/_version.py function get_versions (line 19) | def get_versions(): FILE: tests/distutils/example_5_versioneer_setuptools32/versioneer.py class VersioneerConfig (line 23) | class VersioneerConfig: function get_root (line 27) | def get_root(): function get_config_from_root (line 53) | def get_config_from_root(root): function write_to_version_file (line 101) | def write_to_version_file(filename, versions): class VersioneerBadRootError (line 111) | class VersioneerBadRootError(Exception): function get_versions (line 115) | def get_versions(verbose=False): function get_version (line 134) | def get_version(): function get_cmdclass (line 139) | def get_cmdclass(cmdclass=None): FILE: tests/distutils/example_nested_namespaces32/a/b/pkg/__init__.py function main (line 4) | def main(): FILE: tests/distutils/run_all.py function _adaptPyProjectFile (line 51) | def _adaptPyProjectFile(case_dir, source_filename): function _handleCase (line 70) | def _handleCase(python_version, nuitka_dir, filename): function main (line 280) | def main(): FILE: tests/generated/run_all.py function makeOperatorUsage (line 83) | def makeOperatorUsage(operator, left, right): function main (line 92) | def main(): FILE: tests/library/check_yaml_anti_bloat_modules.py function scanModule (line 48) | def scanModule(name_space, module_iterator): function main (line 139) | def main(): FILE: tests/library/compile_extension_modules.py function displayError (line 47) | def displayError(dirname, filename): function main (line 57) | def main(): FILE: tests/library/compile_python_modules.py function decide (line 69) | def decide(_root, filename): function action (line 78) | def action(stage_dir, _root, path): FILE: tests/onefile/run_all.py function displayError (line 49) | def displayError(dirname, filename): function main (line 56) | def main(): FILE: tests/optimizations/ArgumentTypes.py function f (line 4) | def f(b, *args, **kwargs): FILE: tests/optimizations/FormatStringsTest36.py function f (line 5) | def f(): function f (line 16) | def f(): function f (line 24) | def f(): FILE: tests/optimizations/HardImportsTest.py function sysAttributes (line 8) | def sysAttributes(): function osAttributes (line 19) | def osAttributes(): FILE: tests/optimizations/HardImportsTest_2.py function sysOptionalAttribute (line 7) | def sysOptionalAttribute(): FILE: tests/optimizations/MatchingTest310.py function f (line 4) | def f(): FILE: tests/optimizations/OperationsTest.py function simpleAssignment (line 28) | def simpleAssignment(): function inplaceOperationIncrement (line 33) | def inplaceOperationIncrement(): function inplaceOperationProduct (line 39) | def inplaceOperationProduct(): function inplaceOperationPower (line 45) | def inplaceOperationPower(): function inplaceOperationDecrement (line 51) | def inplaceOperationDecrement(): function inplaceOperationFloorDivision (line 58) | def inplaceOperationFloorDivision(): function inplaceOperationModulus (line 64) | def inplaceOperationModulus(): function inplaceOperationAnd (line 70) | def inplaceOperationAnd(): function inplaceOperationOr (line 76) | def inplaceOperationOr(): function inplaceOperationXor (line 82) | def inplaceOperationXor(): function inplaceOperationDivision (line 88) | def inplaceOperationDivision(): FILE: tests/optimizations/run_all.py function getKind (line 53) | def getKind(node): function getRole (line 63) | def getRole(node, role): function getSourceRef (line 70) | def getSourceRef(filename, node): function isConstantExpression (line 74) | def isConstantExpression(expression): function checkSequence (line 86) | def checkSequence(filename, statements): function main (line 168) | def main(): FILE: tests/packages/package_import_success_after_failure/PackageImportSuccessAfterFailure.py function display_difference (line 11) | def display_difference(dct): FILE: tests/packages/package_import_success_after_failure/variable_package/SomeModule.py class Class4 (line 4) | class Class4(object): FILE: tests/packages/package_import_success_after_failure/variable_package/__init__.py class Class3 (line 7) | class Class3(object): function raisy (line 11) | def raisy(): class Class5 (line 20) | class Class5(object): method __init__ (line 23) | def __init__(self): FILE: tests/packages/run_all.py function main (line 39) | def main(): FILE: tests/packages/sub_package/kitty/speak/hello.py function speak (line 8) | def speak(): FILE: tests/packages/sub_package/kitty/speak/miau.py function speak (line 7) | def speak(): FILE: tests/packages/sub_package/kitty/speak/purr.py function speak (line 7) | def speak(): FILE: tests/packages/top_level_attributes_3/some_package/__init__.py function getPathEnd (line 16) | def getPathEnd(filename, elements): function main (line 20) | def main(): FILE: tests/pgo/run_all.py function main (line 37) | def main(): FILE: tests/plugins/parameters/parameter-using-plugin.py class NuitkaPluginForTesting (line 15) | class NuitkaPluginForTesting(NuitkaPluginBase): method __init__ (line 18) | def __init__(self, trace_my_plugin): method addPluginCommandLineOptions (line 28) | def addPluginCommandLineOptions(cls, group): method onModuleSourceCode (line 37) | def onModuleSourceCode(self, module_name, source_filename, source_code): FILE: tests/plugins/run_all.py function main (line 37) | def main(): FILE: tests/programs/absolute_import/foobar/foobar.py class Foobar (line 15) | class Foobar(object): method __init__ (line 16) | def __init__(self): FILE: tests/programs/absolute_import/foobar/util.py function someFunction (line 9) | def someFunction(): FILE: tests/programs/deep/some_package/DeepBrother.py function someBrotherFunction (line 9) | def someBrotherFunction(): FILE: tests/programs/deep/some_package/DeepChild.py class A (line 9) | class A: FILE: tests/programs/main_raises/ErrorRaising.py function raiseException (line 4) | def raiseException(): FILE: tests/programs/main_raises2/ErrorInFunctionMain.py function generator_function (line 7) | def generator_function(): function normal_function (line 15) | def normal_function(): FILE: tests/programs/main_raises2/ErrorRaising.py function raiseException (line 4) | def raiseException(): FILE: tests/programs/module_attributes/ModuleAttributesMain.py function displayDict (line 14) | def displayDict(d): FILE: tests/programs/module_attributes/package_level1/Nearby1.py function displayDict (line 9) | def displayDict(d): FILE: tests/programs/module_attributes/package_level1/__init__.py function displayDict (line 7) | def displayDict(d): FILE: tests/programs/module_attributes/package_level1/package_level2/Nearby2.py function displayDict (line 9) | def displayDict(d): FILE: tests/programs/module_attributes/package_level1/package_level2/__init__.py function displayDict (line 7) | def displayDict(d): FILE: tests/programs/module_attributes/package_level1/package_level2/package_level3/Nearby3.py function displayDict (line 9) | def displayDict(d): FILE: tests/programs/module_attributes/package_level1/package_level2/package_level3/__init__.py function displayDict (line 7) | def displayDict(d): FILE: tests/programs/module_object_replacing/SelfReplacingModule.py class OurModule (line 8) | class OurModule(types.ModuleType): method __init__ (line 19) | def __init__(self, name): method __getattr__ (line 22) | def __getattr__(self, attr): FILE: tests/programs/multiprocessing_using/foo/entry.py class MyProcess (line 7) | class MyProcess(Process): method __init__ (line 8) | def __init__(self, connection): method run (line 13) | def run(self): function main (line 24) | def main(): FILE: tests/programs/package_missing_init/some_package/some_module.py function f (line 12) | def f(): FILE: tests/programs/package_missing_init/some_package/sub_package/some_sub_module.py function s (line 12) | def s(): FILE: tests/programs/package_prevents_submodule/PackagePreventsSubmoduleMain.py function diff (line 17) | def diff(dct): function attemptImports (line 33) | def attemptImports(prefix): FILE: tests/programs/package_prevents_submodule/some_package/__init__.py class Class3 (line 14) | class Class3(object): function raiseError (line 18) | def raiseError(): class Class5 (line 26) | class Class5(object): FILE: tests/programs/package_prevents_submodule/some_package/some_module.py class Class4 (line 4) | class Class4(object): FILE: tests/programs/run_all.py function main (line 39) | def main(): FILE: tests/programs/syntax_errors/IndentationErroring.py function f (line 5) | def f(): FILE: tests/programs/syntax_errors/SyntaxErroring.py class x (line 4) | class x(metaclass=y): FILE: tests/reflected/compile_itself.py function readSource (line 84) | def readSource(filename): function diffRecursive (line 91) | def diffRecursive(dir1, dir2): function _traceCompilation (line 181) | def _traceCompilation(path, pass_number): function executePASS1 (line 185) | def executePASS1(): function compileAndCompareWith (line 299) | def compileAndCompareWith(nuitka, pass_number): function executePASS2 (line 370) | def executePASS2(): function executePASS3 (line 388) | def executePASS3(): function executePASS4 (line 427) | def executePASS4(): function executePASS5 (line 443) | def executePASS5(): function main (line 478) | def main(): FILE: tests/standalone/CtypesUsing.py class PROCESS_MEMORY_COUNTERS_EX (line 16) | class PROCESS_MEMORY_COUNTERS_EX(ctypes.Structure): FILE: tests/standalone/FlaskUsing.py function main (line 12) | def main(): FILE: tests/standalone/PyQt5Using.py class Communicate (line 36) | class Communicate(QObject): method __init__ (line 39) | def __init__(self, name="", parent=None): class Speaker (line 44) | class Speaker(QObject): method on_communicator_speak (line 46) | def on_communicator_speak(self, stuff): FILE: tests/standalone/PyQt6Using.py class Communicate (line 35) | class Communicate(QObject): method __init__ (line 38) | def __init__(self, name="", parent=None): class Speaker (line 43) | class Speaker(QObject): method on_communicator_speak (line 45) | def on_communicator_speak(self, stuff): FILE: tests/standalone/PySide2Using.py class Communicate (line 18) | class Communicate(QObject): method __init__ (line 21) | def __init__(self, name="", parent=None): class Speaker (line 26) | class Speaker(QObject): method on_communicator_speak (line 28) | def on_communicator_speak(self, stuff): FILE: tests/standalone/PySide6Using.py class Communicate (line 18) | class Communicate(QObject): method __init__ (line 21) | def __init__(self, name="", parent=None): class Speaker (line 26) | class Speaker(QObject): method on_communicator_speak (line 28) | def on_communicator_speak(self, stuff): FILE: tests/standalone/RsaUsing.py function encryption_decryption (line 16) | def encryption_decryption(): FILE: tests/standalone/SocketUsing.py function onTimeout (line 17) | def onTimeout(_signum, _frame): FILE: tests/standalone/Urllib3Using.py function runHTTPServer (line 30) | def runHTTPServer(): FILE: tests/standalone/run_all.py function displayError (line 55) | def displayError(dirname, filename): function _checkForLibcBinaries (line 65) | def _checkForLibcBinaries(dist_path): function main (line 107) | def main(): FILE: tests/syntax/AsyncgenReturn36.py function gen (line 4) | async def gen(): FILE: tests/syntax/BreakWithoutLoop.py function test_from_format (line 5) | def test_from_format(self): FILE: tests/syntax/ClassReturn.py class X (line 4) | class X: FILE: tests/syntax/ClosureDel_2.py function deletingClosure (line 4) | def deletingClosure(): FILE: tests/syntax/ContinueWithoutLoop.py function test_from_format (line 4) | def test_from_format(self): FILE: tests/syntax/DuplicateArgument.py function f (line 4) | def f(a, a): FILE: tests/syntax/ExecWithNesting_2.py function someFunctionWithUnqualifiedExecAndCallback (line 8) | def someFunctionWithUnqualifiedExecAndCallback(): FILE: tests/syntax/GeneratorExpressions38.py function strangeLambdaGeneratorExpression (line 9) | def strangeLambdaGeneratorExpression(): FILE: tests/syntax/GeneratorReturn_2.py function g (line 4) | def g(): FILE: tests/syntax/GlobalForParameter.py function f (line 4) | def f(a): FILE: tests/syntax/Importing32.py function starImportFailure (line 4) | def starImportFailure(): FILE: tests/syntax/IndentationError.py function someFunc (line 4) | def someFunc(): FILE: tests/syntax/MisplacedFutureImport.py function f (line 4) | def f(): FILE: tests/syntax/NonlocalForParameter32.py function f (line 4) | def f(a): FILE: tests/syntax/NonlocalNotFound32.py function testNonlocal (line 4) | def testNonlocal(): FILE: tests/syntax/SyntaxError.py function nested (line 7) | def nested(): FILE: tests/syntax/TryExceptAllNotLast.py function f (line 4) | def f(): FILE: tests/syntax/TryFinallyContinue_37.py function f (line 4) | def f(): FILE: tests/syntax/YieldInAsync35.py function g (line 4) | async def g(): FILE: tests/syntax/YieldInGenexp38.py function strangeLambdaGeneratorExpression (line 4) | def strangeLambdaGeneratorExpression(): FILE: tests/syntax/run_all.py function main (line 35) | def main(): FILE: tests/test-runners/run_all.py function main (line 31) | def main(): FILE: tests/test-runners/subject/package/Something.py function calledByTest (line 4) | def calledByTest(): FILE: tests/test-runners/subject/package/__init__.py function runtest (line 9) | def runtest(): FILE: tests/test-runners/subject/package/sub_package1/SubSomething1.py function calledByTest1 (line 4) | def calledByTest1(): FILE: tests/test-runners/subject/package/sub_package1/tests/__init__.py function runtest (line 7) | def runtest(): FILE: tests/test-runners/subject/package/sub_package1/tests/test_subsomething1.py function test_subfunc1 (line 7) | def test_subfunc1(): FILE: tests/test-runners/subject/package/sub_package2/SubSomething2.py function calledByTest2 (line 4) | def calledByTest2(): FILE: tests/test-runners/subject/package/sub_package2/tests/__init__.py function runtest (line 7) | def runtest(): FILE: tests/test-runners/subject/package/sub_package2/tests/test_subsomething2.py function test_func (line 7) | def test_func(): FILE: tests/test-runners/subject/package/tests/test_something.py function test_func (line 7) | def test_func(): FILE: tests/type_inference/Test1.py function f (line 5) | def f(): FILE: tests/type_inference/Test2.py function f (line 4) | def f(): FILE: tests/type_inference/Test3.py function f (line 4) | def f(cond): FILE: tests/type_inference/Test4.py function someUnpackingFunction (line 5) | def someUnpackingFunction(): function someShortUnpackingFunction (line 15) | def someShortUnpackingFunction():