MCPcopy Create free account
hub / github.com/Jaysmito101/TerraForge3D / Validate

Method Validate

scripts/SetupPython.py:7–13  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

5class PythonConfiguration:
6 @classmethod
7 def Validate(cls):
8 if not cls.__ValidatePython():
9 return # cannot validate further
10
11 for packageName in ["requests"]:
12 if not cls.__ValidatePackage(packageName):
13 return # cannot validate further
14
15 @classmethod
16 def __ValidatePython(cls, versionMajor = 3, versionMinor = 3):

Callers 2

SetupPython.pyFile · 0.45
Setup.pyFile · 0.45

Calls 2

__ValidatePythonMethod · 0.80
__ValidatePackageMethod · 0.80

Tested by

no test coverage detected