In the Storage Pools area, tap Create. On the Create Storage Pool page that is displayed, set related parameters. For details about the parameters, see Table 3-35. Table 3-35 Storage pool parameters Parameter Description Name The name must be unique. RAID Policy The meaning of each ...
In the Storage Pools area, tap Create. On the Create Storage Pool page that is displayed, set related parameters. For details about the parameters, see Table 3-55. Table 3-55 Storage pool parameters Parameter Description Name The name must be unique. RAID Policy The meaning of each ...
void Py_SetPythonHome(const wchar_t *home) Set the default "home" directory, that is, the location of the standard Python libraries. See PYTHONHOME for the meaning of the argument string. The argument should point to a zero-terminated character string in static storage whose contents will no...
We currently assume $HOME exists and write to cache/local directories within it: sigstore-python/sigstore/_internal/tuf.py Lines 40 to 55 in 8b06ae9 def _get_dirs(url: str) -> tuple[Path, Path]: """ Given a TUF repository URL, return sui...
Since asyncio is cooperative, the first caller doesn’t give up control until to other tasks until the await, meaning one_time_setup() will never be called twice. However, the second caller may return before one_time_setup() has completed. What we want is for one_time_setup() to be ...
2.SignOption field is the option to generate signature string, for more information, please see the explanation in the table below: NameTypeMeaning HeadersToSign map[string]struct{} HTTP header used to generate signature string Timestamp int64 The time stamp used to generate signature string is...
desc: A string describing the intended meaning of the trait. It is used in exception messages and fly-over help in user interface trait editors. editor: Specifies an instance of a subclass of TraitEditor to use when creating a user interface editor for the trait. Refer to the TraitsUI User...
SignOption field is the option to generate signature string, for more information, please see the explanation in the table below: NameTypeMeaning HeadersToSign map[string]struct{} HTTP header used to generate signature string Timestamp int64 The time stamp used to generate signature string is th...
Variables may be exported read-only, for example, or types may be exported opaquely, meaning that variables of that type may be declared, passed as arguments to the module's subroutines, and possibly compared or assigned to one another, but not manipulated in any other way. Modules into ...
See PYTHONHOME for the meaning of the argument string. The argument should point to a zero-terminated character string in static storage whose contents will not change for the duration of the program's execution. No code in the Python interpreter will change the contents of this storage. Use ...